-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Settings.dfm
373 lines (373 loc) · 9.07 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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
object FormSettings: TFormSettings
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'CalculusEx '#8212' Pode'#353'avanja'
ClientHeight = 314
ClientWidth = 551
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Pages: TPageControl
Left = 0
Top = 0
Width = 551
Height = 314
ActivePage = TabGeneral
Align = alClient
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = 16750848
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
MultiLine = True
ParentDoubleBuffered = False
ParentFont = False
TabOrder = 3
object TabGeneral: TTabSheet
Caption = 'Op'#353'ta'
ImageIndex = 1
object LabelSound: TLabel
Left = 3
Top = 16
Width = 521
Height = 14
AutoSize = False
Caption = 'Zvuk prilikom pokretanja aplikacije'
end
object BoxSound: TComboBox
Left = 3
Top = 36
Width = 521
Height = 22
AutoComplete = False
AutoCompleteDelay = 0
Style = csDropDownList
ItemIndex = 0
TabOrder = 0
Text = 'Isklju'#269'en'
Items.Strings = (
'Isklju'#269'en'
'Uklju'#269'en')
end
end
object TabTable: TTabSheet
Caption = 'Tabele'
object LabelCellBg: TLabel
Left = 3
Top = 24
Width = 105
Height = 14
Caption = 'Pozadinska boja '#263'elija'
Layout = tlCenter
end
object LabelCellText: TLabel
Left = 3
Top = 54
Width = 80
Height = 14
Caption = 'Boja teksta '#263'elija'
Layout = tlCenter
end
object LabelFontName: TLabel
Left = 3
Top = 86
Width = 44
Height = 14
Caption = 'Ime fonta'
Layout = tlCenter
end
object LabelFontSize: TLabel
Left = 3
Top = 141
Width = 66
Height = 14
Caption = 'Veli'#269'ina fonta'
end
object BoxFonts: TComboBox
Left = 3
Top = 105
Width = 521
Height = 22
AutoCompleteDelay = 0
AutoDropDown = True
Style = csDropDownList
DropDownCount = 14
Sorted = True
TabOrder = 0
end
object ColorCellBg: TEdit
Left = 497
Top = 21
Width = 24
Height = 24
TabStop = False
AutoSelect = False
AutoSize = False
ReadOnly = True
TabOrder = 1
StyleElements = []
OnClick = ColorCellBgClick
end
object ColorCellText: TEdit
Left = 497
Top = 51
Width = 24
Height = 24
TabStop = False
AutoSelect = False
AutoSize = False
ReadOnly = True
TabOrder = 2
StyleElements = []
OnClick = ColorCellTextClick
end
object EditFontSize: TEdit
Left = 3
Top = 161
Width = 505
Height = 21
AutoSelect = False
AutoSize = False
MaxLength = 3
ReadOnly = True
TabOrder = 3
Text = '5'
end
object UpDownFont: TUpDown
Left = 508
Top = 161
Width = 16
Height = 21
Associate = EditFontSize
Min = 5
Max = 500
Position = 5
TabOrder = 4
Thousands = False
Wrap = True
end
end
object TabFunctions: TTabSheet
Caption = 'Funkcije'
ImageIndex = 2
object GroupFill: TGroupBox
Left = 3
Top = 120
Width = 520
Height = 103
Caption = 'Parametri funkcije za popunjavanje tabela'
TabOrder = 0
object LabelFillInterval: TLabel
Left = 9
Top = 20
Width = 35
Height = 14
Caption = 'Interval'
end
object LabelFillFrom: TLabel
Left = 33
Top = 48
Width = 14
Height = 14
Caption = 'Od'
end
object LabelFillTo: TLabel
Left = 344
Top = 44
Width = 13
Height = 14
Caption = 'Do'
end
object EditFillFrom: TEdit
Left = 33
Top = 68
Width = 121
Height = 22
AutoSize = False
MaxLength = 8
NumbersOnly = True
TabOrder = 0
Text = '0'
end
object EditFillTo: TEdit
Left = 344
Top = 64
Width = 121
Height = 22
AutoSize = False
MaxLength = 8
NumbersOnly = True
TabOrder = 1
Text = '0'
end
object UpDownFrom: TUpDown
Left = 154
Top = 68
Width = 16
Height = 22
Associate = EditFillFrom
TabOrder = 2
end
object UpDownTo: TUpDown
Left = 465
Top = 64
Width = 16
Height = 22
Associate = EditFillTo
TabOrder = 3
end
end
object GroupFormat: TGroupBox
Left = 3
Top = 11
Width = 520
Height = 94
Caption = 'Parametri funkcije za formatiranje tabela'
TabOrder = 1
object LabelFormatDefault: TLabel
Left = 12
Top = 24
Width = 140
Height = 14
Caption = 'Podrazumevani broj decimala'
end
object EditFormatNumber: TEdit
Left = 8
Top = 52
Width = 493
Height = 22
AutoSize = False
MaxLength = 1
NumbersOnly = True
TabOrder = 0
Text = '0'
end
object UpDownNum: TUpDown
Left = 501
Top = 52
Width = 16
Height = 22
Associate = EditFormatNumber
Max = 8
TabOrder = 1
end
end
end
object TabConfig: TTabSheet
Caption = 'Konfiguracija'
ImageIndex = 3
object GroupConfig: TGroupBox
Left = 3
Top = 3
Width = 536
Height = 182
Caption = 'Konfiguracija'
TabOrder = 0
object LabelExport: TLabel
Left = 11
Top = 32
Width = 35
Height = 15
Caption = '- Izvezi'
Font.Charset = DEFAULT_CHARSET
Font.Color = clLime
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
StyleElements = [seClient, seBorder]
OnClick = LabelExportClick
OnMouseEnter = LabelHover
OnMouseLeave = LabelUnHover
end
object LabelImport: TLabel
Left = 11
Top = 88
Width = 36
Height = 15
Caption = '- Uvezi'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
StyleElements = [seClient, seBorder]
OnClick = LabelImportClick
OnMouseEnter = LabelHover
OnMouseLeave = LabelUnHover
end
object LabelResetConfig: TLabel
Left = 11
Top = 149
Width = 170
Height = 15
Caption = '- Podrazumevana pode'#353'avanja'
Font.Charset = DEFAULT_CHARSET
Font.Color = 16750848
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
StyleElements = [seClient, seBorder]
OnClick = LabelResetConfigClick
OnMouseEnter = LabelHover
OnMouseLeave = LabelUnHover
end
end
end
end
object ButtonApply: TButton
Left = 8
Top = 277
Width = 75
Height = 25
Caption = 'Primeni'
TabOrder = 0
OnClick = ButtonApplyClick
end
object ButtonCancel: TButton
Left = 453
Top = 277
Width = 75
Height = 25
Caption = 'Odustani'
TabOrder = 1
OnClick = ButtonCancelClick
end
object CheckBoxClose: TCheckBox
Left = 8
Top = 254
Width = 305
Height = 17
Caption = 'Zatvori ovaj prozor nakon izmene pode'#353'avanja '
TabOrder = 2
end
object ColorPicker: TColorDialog
Options = [cdFullOpen, cdAnyColor]
Left = 504
Top = 216
end
object SaveConfig: TSaveDialog
Filter = 'CalculusEx konfiguraciona datoteka (*.cxc)|*.cxc'
Left = 504
Top = 176
end
object OpenConfig: TOpenDialog
Filter = 'CalculusEx konfiguraciona datoteka (*.cxc)|*.cxc'
Left = 504
Top = 136
end
end