-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdoubleclickcompare.lfm
More file actions
76 lines (76 loc) · 1.44 KB
/
doubleclickcompare.lfm
File metadata and controls
76 lines (76 loc) · 1.44 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
object CompareForm: TCompareForm
Left = 1690
Height = 180
Top = 31
Width = 633
Caption = 'CompareForm'
ClientHeight = 180
ClientWidth = 633
DesignTimePPI = 125
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
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 0
TabOrder = 2
end
object ComboBoxVar2: TComboBox
Left = 368
Height = 36
Top = 32
Width = 234
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 0
TabOrder = 3
end
object imageOperateur: TImage
Left = 280
Height = 49
Top = 20
Width = 59
end
object CheckBoxSystemVar: TCheckBox
Left = 24
Height = 23
Top = 128
Width = 153
Caption = 'System Variable'
TabOrder = 4
end
end