-
Notifications
You must be signed in to change notification settings - Fork 2
/
uhistory.lfm
54 lines (54 loc) · 1.04 KB
/
uhistory.lfm
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
object FrmHistory: TFrmHistory
Left = 347
Height = 507
Top = 187
Width = 463
Caption = 'Histórico'
ClientHeight = 507
ClientWidth = 463
OnCreate = FormCreate
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '1.8.2.0'
object CheckListBox1: TCheckListBox
Left = 0
Height = 447
Top = 60
Width = 463
Align = alClient
ItemHeight = 0
OnItemClick = CheckListBox1ItemClick
OnKeyDown = CheckListBox1KeyDown
OnSelectionChange = CheckListBox1SelectionChange
TabOrder = 0
TopIndex = -1
end
object Panel1: TPanel
Left = 5
Height = 50
Top = 5
Width = 453
Align = alTop
BorderSpacing.Around = 5
BevelOuter = bvNone
ClientHeight = 50
ClientWidth = 453
TabOrder = 1
object Edit1: TEdit
Left = 0
Height = 50
Top = 0
Width = 453
Align = alClient
TabOrder = 0
end
end
object lbHistory: TLabel
Left = 15
Height = 16
Top = 159
Width = 55
Caption = 'lbHistory'
ParentColor = False
end
end