forked from glauberlima/TabelasProtheus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUnit5.dfm
40 lines (40 loc) · 832 Bytes
/
Unit5.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
object frmIndexar: TfrmIndexar
Left = 331
Top = 232
BorderIcons = []
BorderStyle = bsSingle
Caption = 'Indexando tabela...'
ClientHeight = 50
ClientWidth = 285
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 10
Top = 8
Width = 36
Height = 13
Caption = 'Tabela:'
end
object lbTabela: TLabel
Left = 10
Top = 24
Width = 265
Height = 13
AutoSize = False
Caption = '###'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
end