-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdoubleclickstore.lfm
More file actions
86 lines (86 loc) · 1.52 KB
/
doubleclickstore.lfm
File metadata and controls
86 lines (86 loc) · 1.52 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
object storeForm: TstoreForm
Left = 1690
Height = 205
Top = 31
Width = 639
Caption = 'storeForm'
ClientHeight = 205
ClientWidth = 639
DesignTimePPI = 125
LCLVersion = '4.99.0.0'
object Label1: TLabel
Left = 24
Height = 19
Top = 8
Width = 78
Caption = 'variable 1'
end
object OKbutton: TButton
Left = 504
Height = 33
Top = 120
Width = 98
Caption = 'OK'
TabOrder = 0
OnClick = OKbuttonClick
end
object cancelButton: TButton
Left = 352
Height = 33
Top = 120
Width = 98
Caption = 'Cancel'
TabOrder = 1
OnClick = cancelButtonClick
end
object Label3: TLabel
Left = 368
Height = 19
Top = 8
Width = 78
Caption = 'variable 2'
end
object ComboBoxVar1: TComboBox
Left = 24
Height = 36
Top = 32
Width = 232
ItemHeight = 0
TabOrder = 2
end
object ComboBoxVar2: TComboBox
Left = 368
Height = 36
Top = 32
Width = 234
ItemHeight = 0
ReadOnly = True
TabOrder = 3
end
object CheckBoxSystemVar: TCheckBox
Left = 24
Height = 23
Top = 128
Width = 153
Caption = 'System Variable'
TabOrder = 4
OnChange = CheckBoxSystemVarChange
end
object Shape1: TShape
Left = 272
Height = 21
Top = 40
Width = 32
Brush.Color = clHighlight
Pen.Color = clHighlight
end
object Shape2: TShape
Left = 304
Height = 40
Top = 30
Width = 45
Brush.Color = clHighlight
Pen.Color = clHighlight
Shape = stTriangleRight
end
end