-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdoubleclickmath.lfm
More file actions
97 lines (97 loc) · 1.88 KB
/
doubleclickmath.lfm
File metadata and controls
97 lines (97 loc) · 1.88 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
87
88
89
90
91
92
93
94
95
96
97
object mathForm: TmathForm
Left = 1690
Height = 193
Top = 31
Width = 681
Caption = 'mathForm'
ClientHeight = 193
ClientWidth = 681
DesignTimePPI = 125
LCLVersion = '4.99.0.0'
object Label2: TLabel
Left = 16
Height = 19
Top = 16
Width = 78
Caption = 'variable 1'
end
object OKbutton: TButton
Left = 496
Height = 33
Top = 144
Width = 98
Caption = 'OK'
TabOrder = 0
OnClick = OKbuttonClick
end
object cancelButton: TButton
Left = 344
Height = 33
Top = 144
Width = 98
Caption = 'Cancel'
TabOrder = 1
OnClick = cancelButtonClick
end
object Label4: TLabel
Left = 16
Height = 19
Top = 96
Width = 78
Caption = 'variable 2'
end
object ComboBoxVar1: TComboBox
Left = 112
Height = 36
Top = 8
Width = 232
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 0
TabOrder = 2
end
object ComboBoxVar2: TComboBox
Left = 112
Height = 36
Top = 88
Width = 234
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 0
TabOrder = 3
end
object imageOperateur: TImage
Left = 32
Height = 49
Top = 40
Width = 59
end
object CheckBoxSystemVar: TCheckBox
Left = 16
Height = 23
Top = 152
Width = 153
Caption = 'System Variable'
TabOrder = 4
OnChange = CheckBoxSystemVarChange
end
object Label5: TLabel
Left = 360
Height = 48
Top = 41
Width = 34
Caption = '='
Font.Height = 40
ParentFont = False
end
object ComboBoxVar3: TComboBox
Left = 416
Height = 36
Top = 48
Width = 234
AutoComplete = True
AutoCompleteText = [cbactEnabled, cbactEndOfLineComplete, cbactSearchAscending]
ItemHeight = 0
TabOrder = 5
end
end