-
Notifications
You must be signed in to change notification settings - Fork 3
/
frmSettings1.dfm
516 lines (516 loc) · 14.1 KB
/
frmSettings1.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
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
object frmSettings: TfrmSettings
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'ConEditPlus Settings'
ClientHeight = 474
ClientWidth = 451
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poOwnerFormCenter
ShowHint = True
OnCreate = FormCreate
OnMouseWheel = FormMouseWheel
OnShow = FormShow
TextHeight = 15
object shpUserName: TShape
Left = 5
Top = 30
Width = 192
Height = 30
Brush.Style = bsClear
Pen.Color = clRed
Pen.Width = 4
end
object lblUserName: TLabel
Left = 8
Top = 14
Width = 59
Height = 15
Caption = 'User name:'
end
object lblConversationsPath: TLabel
Left = 8
Top = 62
Width = 121
Height = 15
Caption = 'Conversation File Path:'
end
object lblAudioPath: TLabel
Left = 8
Top = 109
Width = 62
Height = 15
Caption = 'Audio Path:'
end
object pgcSettings: TPageControl
Left = 4
Top = 161
Width = 446
Height = 277
ActivePage = TabSheet1
Style = tsFlatButtons
TabOrder = 9
object Page1: TTabSheet
Caption = 'Events and conversations'
object grpEventsList: TGroupBox
Left = 1
Top = 7
Width = 434
Height = 236
Caption = ' Events list and Conversations tree '
DefaultHeaderFont = False
HeaderFont.Charset = DEFAULT_CHARSET
HeaderFont.Color = clWindowText
HeaderFont.Height = -12
HeaderFont.Name = 'Segoe UI'
HeaderFont.Style = [fsBold]
TabOrder = 0
object lblGridColor: TLabel
Left = 316
Top = 45
Width = 64
Height = 17
AutoSize = False
Caption = 'Grid color:'
Layout = tlCenter
end
object shpGridColor: TShape
Left = 376
Top = 43
Width = 20
Height = 20
Cursor = crHandPoint
Brush.Color = clYellow
OnMouseDown = shpGridColorMouseDown
end
object shpHighlightColorFrom: TShape
Left = 265
Top = 43
Width = 20
Height = 20
Cursor = crHandPoint
Brush.Color = clSilver
OnMouseDown = shpHighlightColorFromMouseDown
end
object shpHighlightColorSingle: TShape
Left = 265
Top = 43
Width = 20
Height = 20
Cursor = crHandPoint
Brush.Color = clYellow
OnMouseDown = shpHighlightColorSingleMouseDown
end
object shpHighlightColorTo: TShape
Left = 291
Top = 43
Width = 20
Height = 20
Cursor = crHandPoint
Brush.Color = clGreen
OnMouseDown = shpHighlightColorToMouseDown
end
object lblReorderKey: TLabel
Left = 11
Top = 207
Width = 174
Height = 22
AutoSize = False
Caption = 'Hold this key to reorder events:'
Layout = tlCenter
end
object shpOriginalStyle: TShape
Left = 255
Top = 67
Width = 167
Height = 26
Brush.Style = bsClear
Pen.Color = clRed
Pen.Width = 4
end
object chkHighlightRelatedEvents: TCheckBox
Left = 11
Top = 115
Width = 201
Height = 17
Caption = 'Highlight related events'
TabOrder = 0
end
object chkHighlightspeechChoiceEventsNoneAudio: TCheckBox
Left = 11
Top = 92
Width = 297
Height = 17
Caption = 'Highlight Speech/Choice events with missing audio'
TabOrder = 1
end
object chkSelectEventsGradientFill: TCheckBox
Left = 11
Top = 46
Width = 238
Height = 17
Hint = 'If not checked, use single color to highlight events.'
Caption = 'Highlight selected event with gradient fill'
TabOrder = 2
OnClick = chkSelectEventsGradientFillClick
end
object chkUseSelectionFrame: TCheckBox
Left = 11
Top = 23
Width = 114
Height = 17
Hint = 'Use 3D frame in addition to selection color(s).'
Caption = 'Use 3D frame?'
TabOrder = 3
OnClick = chkSelectEventsGradientFillClick
end
object chkSelectedTextIsWhite: TCheckBox
Left = 11
Top = 69
Width = 209
Height = 17
Hint = 'Use this option if you want to use dark selection colors. '
Caption = 'Selected event text is bright'
TabOrder = 4
OnClick = chkSelectEventsGradientFillClick
end
object chkFlatControlsMainWin: TCheckBox
Left = 246
Top = 161
Width = 175
Height = 17
Hint =
'Toggle slight 3D effect for toolbar buttons and Events list head' +
'er'
Caption = 'Flat toolbar/event list header'
TabOrder = 5
end
object cbbReorderEventsModKey: TComboBox
Left = 180
Top = 207
Width = 69
Height = 22
Hint = 'Hold this key and drag selected event with mouse to change order'
Style = csOwnerDrawVariable
ItemIndex = 0
TabOrder = 6
Text = 'Ctrl'
Items.Strings = (
'Ctrl'
'Shift'
'Alt')
end
object btnResetToDefaults: TButton
Left = 257
Top = 69
Width = 164
Height = 23
Hint = 'Set selection colors like in original ConEdit'
Caption = 'Set original ConEdit style'
TabOrder = 7
WordWrap = True
OnClick = btnResetToDefaultsClick
end
object chkDarkModeEventList: TCheckBox
Left = 246
Top = 138
Width = 175
Height = 17
Hint =
'(Dark theme is not implemented yet) Use dark theme colors for ev' +
'ents list. You can use this option as an addition to dark theme.'
Caption = 'Dark mode for events list'
TabOrder = 8
end
object chkAskConversationDelete: TCheckBox
Left = 11
Top = 161
Width = 185
Height = 17
Caption = 'Ask for Conversation deletion'
TabOrder = 9
end
object chkAskDeleteEvent: TCheckBox
Left = 11
Top = 138
Width = 142
Height = 17
Caption = 'Ask For Event Deletion'
TabOrder = 10
end
object chkDblClickTreeFlag: TCheckBox
Left = 11
Top = 184
Width = 209
Height = 17
Hint = 'Toggle flag value in conversations tree by double-clicking it. '
Caption = 'DblClick tree flag to change value'
TabOrder = 11
end
end
end
object TabSheet1: TTabSheet
Caption = 'EventList colors'
ImageIndex = 2
object grpEventListColors: TGroupBox
Left = 1
Top = 7
Width = 434
Height = 236
Caption = 'ToDo: add options to customize eventList colors'
DefaultHeaderFont = False
HeaderFont.Charset = DEFAULT_CHARSET
HeaderFont.Color = clWindowText
HeaderFont.Height = -12
HeaderFont.Name = 'Segoe UI'
HeaderFont.Style = [fsBold]
TabOrder = 0
object shpPlayerBindNameColor: TShape
Left = 172
Top = 23
Width = 20
Height = 20
Cursor = crHandPoint
Brush.Color = clYellow
OnMouseDown = shpPlayerBindNameColorMouseDown
end
object shpPlayerSpeechBGColor: TShape
Left = 215
Top = 47
Width = 20
Height = 20
Cursor = crHandPoint
Brush.Color = clYellow
OnMouseDown = shpPlayerSpeechBGColorMouseDown
end
object chkPlayerBindNameColor: TCheckBox
Left = 11
Top = 23
Width = 155
Height = 17
Hint =
'If checked, custom color for JCDenton bindname will be used. Oth' +
'erwise use regular color (usually black)'
Caption = 'Player BindName Color:'
TabOrder = 0
end
object chkPlayerSpeechBGColor: TCheckBox
Left = 11
Top = 46
Width = 198
Height = 17
Caption = 'Player Speech background color:'
TabOrder = 1
end
end
end
object PageA: TTabSheet
Caption = 'Misc. options'
ImageIndex = 1
object GroupBox1: TGroupBox
Left = 1
Top = 7
Width = 434
Height = 236
Caption = ' Misc. settings '
DefaultHeaderFont = False
HeaderFont.Charset = DEFAULT_CHARSET
HeaderFont.Color = clWindowText
HeaderFont.Height = -12
HeaderFont.Name = 'Segoe UI'
HeaderFont.Style = [fsBold]
TabOrder = 0
object lblMinutes: TLabel
Left = 180
Top = 23
Width = 52
Height = 17
AutoSize = False
Caption = 'minutes'
Layout = tlCenter
end
object lblAutoSavePath: TLabel
Left = 11
Top = 53
Width = 224
Height = 15
Caption = 'Conversation File Backup (AutoSave) Path:'
end
object chkEnableLogging: TCheckBox
Left = 11
Top = 206
Width = 117
Height = 17
Hint =
'Enable logging of some events. Useful for debugging. '#13#10'Warning: ' +
'This will slow down most of operations.'
Caption = 'Enable logging'
TabOrder = 0
OnClick = chkSelectEventsGradientFillClick
end
object chkAutoSaveEnabled: TCheckBox
Left = 11
Top = 23
Width = 114
Height = 17
Hint = 'Enable/disable AutoSave'
Caption = 'AutoSave every'
TabOrder = 1
end
object seAutoSaveMinutes: TSpinEdit
Left = 119
Top = 23
Width = 55
Height = 24
AutoSize = False
Color = clBtnFace
EditorEnabled = False
MaxLength = 2
MaxValue = 20
MinValue = 1
TabOrder = 2
Value = 5
end
object btnBrowseBakConFilePath: TButton
Left = 323
Top = 74
Width = 58
Height = 23
Caption = 'Browse...'
TabOrder = 3
OnClick = btnBrowseBakConFilePathClick
end
object edtConFileBakPath: TEdit
Left = 11
Top = 74
Width = 306
Height = 23
Hint =
'Important: If you created a new conversation file, '#13#10'you need to' +
' save it first; otherwise, AutoSave will not work.'#10#13#10'If you want' +
' to save backup files in the same directory as the '#13#10'loaded file' +
', leave this field empty.'
HideSelection = False
PopupMenu = frmEventInsAdd.MemoPopup
ReadOnly = True
TabOrder = 4
end
object btnEmptyBakPath: TButton
Left = 382
Top = 74
Width = 44
Height = 23
Caption = 'Empty'
TabOrder = 5
OnClick = btnEmptyBakPathClick
end
end
end
end
object edtUserName: TEdit
Left = 8
Top = 34
Width = 185
Height = 23
Hint = 'Will be used in conversation files. '
PopupMenu = frmEventInsAdd.MemoPopup
TabOrder = 0
OnChange = edtUserNameChange
end
object edtConFilePath: TEdit
Left = 8
Top = 80
Width = 353
Height = 23
Hint =
'I don'#39't know what is this, this option was borrowed from OG ConE' +
'dit.'#13#10'Maybe eventually I will remove it.'#13#10
HideSelection = False
PopupMenu = frmEventInsAdd.MemoPopup
ReadOnly = True
TabOrder = 1
end
object edtAudioPath: TEdit
Left = 8
Top = 127
Width = 353
Height = 23
HideSelection = False
PopupMenu = frmEventInsAdd.MemoPopup
ReadOnly = True
TabOrder = 2
end
object btnBrowseConFilePath: TButton
Left = 367
Top = 79
Width = 75
Height = 25
Caption = 'Browse...'
TabOrder = 3
OnClick = btnBrowseConFilePathClick
end
object btnBrowseConAudioPath: TButton
Left = 367
Top = 126
Width = 75
Height = 25
Caption = 'Browse...'
TabOrder = 4
OnClick = btnBrowseConAudioPathClick
end
object btnOk: TButton
Left = 368
Top = 440
Width = 75
Height = 25
Caption = 'Ok'
TabOrder = 5
OnClick = btnOkClick
end
object btnCancel: TButton
Left = 267
Top = 440
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
TabOrder = 6
OnClick = btnCancelClick
end
object btnClearLastFiles: TButton
Left = 8
Top = 440
Width = 167
Height = 25
Caption = 'Clear recent files'
TabOrder = 7
OnClick = btnClearLastFilesClick
end
object btnPickUserName: TButton
Left = 215
Top = 33
Width = 228
Height = 25
Caption = 'Use from current logged in user?'
TabOrder = 8
OnClick = btnPickUserNameClick
end
object dlgColor1: TColorDialog
Left = 208
Top = 111
end
object dlgSelectFolder: TFileOpenDialog
FavoriteLinks = <>
FileName = 'C:\Lang\Modules\XmlVerySimple\Source'
FileTypes = <>
Options = [fdoPickFolders, fdoPathMustExist, fdoCreatePrompt]
Left = 288
Top = 88
end
end