-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.dfm
256 lines (256 loc) · 5.25 KB
/
settings.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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
object IDESettings: TIDESettings
Left = 88
Top = 93
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Settings'
ClientHeight = 331
ClientWidth = 411
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
TextHeight = 13
object Label2: TLabel
Left = 8
Top = 48
Width = 62
Height = 16
Caption = 'Editor Font'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 264
Top = 48
Width = 24
Height = 16
Caption = 'Size'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label1: TLabel
Left = 8
Top = 8
Width = 40
Height = 16
Caption = 'Theme'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 8
Top = 229
Width = 68
Height = 16
Caption = 'ELI dll path:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object IsCorrectELIPath: TLabel
Left = 96
Top = 229
Width = 110
Height = 16
Caption = 'IsCorrectELIPath'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold, fsUnderline]
ParentFont = False
end
object Label5: TLabel
Left = 8
Top = 191
Width = 191
Height = 16
Caption = 'Count of Spaces for replace Tabs'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object LbELIVersion: TLabel
Left = 232
Top = 231
Width = 40
Height = 13
Caption = '<none>'
end
object SaveSettings: TButton
Left = 239
Top = 301
Width = 75
Height = 25
Caption = 'Save'
TabOrder = 0
OnClick = SaveSettingsClick
end
object CancelSettings: TButton
Left = 328
Top = 301
Width = 80
Height = 25
Caption = 'Close'
TabOrder = 1
OnClick = CancelSettingsClick
end
object SelectTheme: TComboBox
Left = 64
Top = 7
Width = 145
Height = 21
TabOrder = 2
Text = 'Windows10'
Items.Strings = (
'Silver'
'Windows10'
'Windows10 SlateGray'
'Onyx Blue')
end
object EnableSyntaxHighlight: TCheckBox
Left = 8
Top = 112
Width = 198
Height = 17
Caption = 'Enable Syntax Highlight (F11)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 3
OnClick = EnableSyntaxHighlightClick
end
object EnableCodeInsight: TCheckBox
Left = 8
Top = 135
Width = 225
Height = 17
Caption = 'Enable Code Autocompletion (F12)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 4
OnClick = EnableCodeInsightClick
end
object AutoShowCodeInsight: TCheckBox
Left = 8
Top = 158
Width = 225
Height = 17
Caption = 'Auto show Autocompletion menu'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 5
end
object SetELIPath: TButton
Left = 383
Top = 251
Width = 25
Height = 25
Caption = '...'
TabOrder = 6
OnClick = SetELIPathClick
end
object ELIPath: TEdit
Left = 8
Top = 253
Width = 369
Height = 21
TabOrder = 7
Text = 'ELIPath'
OnChange = ELIPathChange
end
object CountSpacesForTabs: TEdit
Left = 224
Top = 190
Width = 49
Height = 21
TabOrder = 8
Text = '2'
end
object SelectFont: TButton
Left = 328
Top = 70
Width = 75
Height = 25
Caption = 'Select Font'
TabOrder = 9
OnClick = SelectFontClick
end
object CurrentFontSize: TEdit
Left = 264
Top = 70
Width = 41
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 10
end
object CurrentFont: TEdit
Left = 8
Top = 70
Width = 241
Height = 24
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 11
end
object OpenDLL: TOpenDialog
DefaultExt = 'es'
Filter = 'ELI library|ELI.dll'
Left = 356
end
object FontDialog: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
MinFontSize = 8
MaxFontSize = 20
Options = [fdTrueTypeOnly, fdNoOEMFonts, fdLimitSize]
Left = 296
end
end