-
Notifications
You must be signed in to change notification settings - Fork 1
/
ufrmmain.lfm
525 lines (525 loc) · 10.6 KB
/
ufrmmain.lfm
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
517
518
519
520
521
522
523
524
525
object frmMain: TfrmMain
Left = 406
Height = 736
Top = 236
Width = 820
Caption = 'QVASIMODO''s Keyboard Designer for ibus-table'
ClientHeight = 736
ClientWidth = 820
OnCreate = FormCreate
LCLVersion = '2.0.6.0'
object gbSTable: TGroupBox
Left = 432
Height = 371
Top = 32
Width = 369
Caption = 'Substitution Table'
ClientHeight = 352
ClientWidth = 365
TabOrder = 0
object sgSTable: TStringGrid
Left = 0
Height = 306
Top = 46
Width = 365
Align = alClient
ColCount = 2
FixedCols = 0
Font.Height = -16
Font.Name = 'Sans'
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goRowMoving, goEditing, goAutoAddRows, goTabs, goAlwaysShowEditor, goSmoothScroll]
ParentFont = False
RowCount = 2
TabOrder = 0
TitleFont.Height = -16
TitleFont.Name = 'Sans'
OnEditingDone = sgSTableEditingDone
ColWidths = (
169
195
)
Cells = (
2
0
0
'input'
1
0
'result'
)
end
object gbFont: TGroupBox
Left = 0
Height = 46
Top = 0
Width = 365
Align = alTop
AutoSize = True
Caption = 'Font'
ClientHeight = 27
ClientWidth = 361
TabOrder = 1
object cbFontName: TComboBox
Left = 0
Height = 27
Top = 0
Width = 248
Align = alClient
ItemHeight = 0
OnChange = cbFontNameChange
Style = csDropDownList
TabOrder = 0
end
object txtFontSize: TSpinEdit
Left = 248
Height = 27
Top = 0
Width = 50
Align = alRight
MaxValue = 250
MinValue = 1
OnChange = txtFontSizeChange
TabOrder = 1
Value = 14
end
object cbBold: TCheckBox
Left = 298
Height = 27
Top = 0
Width = 35
Align = alRight
Caption = 'B '
Font.Style = [fsBold]
OnChange = cbBoldChange
ParentFont = False
TabOrder = 2
end
object cbItalic: TCheckBox
Left = 333
Height = 27
Top = 0
Width = 28
Align = alRight
Caption = 'I '
Font.Style = [fsItalic]
OnChange = cbItalicChange
ParentFont = False
TabOrder = 3
end
end
end
object Panel1: TPanel
Left = 0
Height = 709
Top = 0
Width = 399
Align = alLeft
ClientHeight = 709
ClientWidth = 399
TabOrder = 1
object gbName: TGroupBox
Left = 1
Height = 46
Top = 1
Width = 397
Align = alTop
AutoSize = True
Caption = 'Layout Name: '
ClientHeight = 27
ClientWidth = 393
TabOrder = 0
object txtName: TEdit
Left = 0
Height = 27
Top = 0
Width = 393
Align = alClient
OnChange = txtNameChange
TabOrder = 0
end
end
object gbUID: TGroupBox
Left = 1
Height = 46
Top = 47
Width = 397
Align = alTop
AutoSize = True
Caption = 'UID:'
ClientHeight = 27
ClientWidth = 393
TabOrder = 1
object txtUID: TEdit
Left = 0
Height = 27
Top = 0
Width = 327
Align = alClient
OnChange = txtUIDChange
TabOrder = 0
end
object btnGenerateUID: TButton
Left = 327
Height = 27
Top = 0
Width = 66
Align = alRight
AutoSize = True
Caption = 'generate'
OnClick = btnGenerateUIDClick
TabOrder = 1
end
end
object gbSerialNumber: TGroupBox
Left = 1
Height = 46
Top = 93
Width = 397
Align = alTop
AutoSize = True
Caption = 'Serial Number: '
ClientHeight = 27
ClientWidth = 393
TabOrder = 2
object txtSerialNumber: TEdit
Left = 0
Height = 27
Top = 0
Width = 327
Align = alClient
OnChange = txtSerialNumberChange
TabOrder = 0
end
object btnGenerateSerialNumber: TButton
Left = 327
Height = 27
Top = 0
Width = 66
Align = alRight
AutoSize = True
Caption = 'generate'
OnClick = btnGenerateSerialNumberClick
TabOrder = 1
end
end
object gbSymbol: TGroupBox
Left = 1
Height = 46
Top = 139
Width = 397
Align = alTop
AutoSize = True
Caption = 'Symbol: '
ClientHeight = 27
ClientWidth = 393
TabOrder = 3
object txtSymbol: TEdit
Left = 0
Height = 27
Top = 0
Width = 393
Align = alClient
OnChange = txtSymbolChange
TabOrder = 0
end
end
object gbStatusPrompt: TGroupBox
Left = 1
Height = 46
Top = 185
Width = 397
Align = alTop
AutoSize = True
Caption = 'Status Prompt: '
ClientHeight = 27
ClientWidth = 393
TabOrder = 4
object txtStatusPrompt: TEdit
Left = 0
Height = 27
Top = 0
Width = 393
Align = alClient
OnChange = txtStatusPromptChange
TabOrder = 0
end
end
object Panel2: TPanel
Left = 1
Height = 147
Top = 277
Width = 397
Align = alTop
ClientHeight = 147
ClientWidth = 397
TabOrder = 5
object gbIcon: TGroupBox
Left = 1
Height = 145
Top = 1
Width = 128
Align = alLeft
Caption = 'Icon: '
ClientHeight = 126
ClientWidth = 124
TabOrder = 0
object imgIcon: TImage
Left = 0
Height = 126
Top = 0
Width = 124
Align = alClient
OnClick = imgIconClick
end
end
object gbValidChars: TGroupBox
Left = 129
Height = 145
Top = 1
Width = 267
Align = alClient
Caption = 'Valid Characters: '
ClientHeight = 126
ClientWidth = 263
TabOrder = 1
object txtValidChars: TMemo
Left = 0
Height = 126
Top = 0
Width = 263
Align = alClient
Lines.Strings = (
'''"1!¹2@²3#³4$£5%¢6¨¬7&8*9(0)-_=+§qQwWeE€rRtTyYuUiIoOpP''`[{ªaAsSdDfFgGhHjJkKlLçÇ~^]}º\|zZxXcCvVbBnNmM,<.>;:/?°'
)
OnChange = txtValidCharsChange
ScrollBars = ssAutoBoth
TabOrder = 0
end
end
end
object gbLanguages: TGroupBox
Left = 1
Height = 46
Top = 231
Width = 397
Align = alTop
AutoSize = True
Caption = 'Languages: '
ClientHeight = 27
ClientWidth = 393
TabOrder = 6
object txtLanguages: TEdit
Left = 0
Height = 27
Top = 0
Width = 393
Align = alClient
OnChange = txtLanguagesChange
TabOrder = 0
end
end
object GroupBox1: TGroupBox
Left = 1
Height = 284
Top = 424
Width = 397
Align = alClient
Caption = 'Other Values'
ClientHeight = 265
ClientWidth = 393
TabOrder = 7
object sgOtherValues: TStringGrid
Left = 0
Height = 265
Top = 0
Width = 393
Align = alClient
ColCount = 2
FixedRows = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goAutoAddRows, goSmoothScroll]
RowCount = 25
TabOrder = 0
OnEditingDone = sgOtherValuesEditingDone
ColWidths = (
189
193
)
Cells = (
46
0
0
'DESCRIPTION'
0
1
'AUTHOR'
0
2
'COMMIT_KEYS'
0
3
'PAGE_DOWN_KEYS'
0
4
'PAGE_UP_KEYS'
0
5
'SELECT_KEYS'
0
6
'LICENSE'
0
7
'MAX_KEY_LENGTH'
0
8
'AUTO_COMMIT'
0
9
'AUTO_SELECT'
0
10
'DEF_FULL_WIDTH_PUNCT'
0
11
'DEF_FULL_WIDTH_LETTER'
0
12
'USER_CAN_DEFINE_PHRASE'
0
13
'PINYIN_MODE'
0
14
'DYNAMIC_ADJUST'
0
15
'ORIENTATION'
0
16
'LAYOUT'
0
17
'AUTO_WILDCARD'
0
18
'SINGLE_WILDCARD_CHAR'
0
19
'MULTI_WILDCARD_CHAR'
0
20
'AUTO_SPLIT'
0
21
'ALWAYS_SHOW_LOOKUP'
0
22
'AUTO_FILL'
0
23
'USE_FULL_WIDTH_PUNCT'
0
24
'USE_FULL_WIDTH_LETTER'
1
2
'space,Return'
1
3
'Page_Down'
1
4
'Page_Up'
1
5
'F1,F2,F3,F4,F5,F6,F7,F8,F9'
1
6
'LGPL'
1
7
'6'
1
8
'TRUE'
1
9
'FALSE'
1
10
'FALSE'
1
11
'FALSE'
1
12
'FALSE'
1
13
'FALSE'
1
14
'FALSE'
1
15
'FALSE'
1
16
'br_nodeadkeys'
1
17
'TRUE'
1
20
'TRUE'
1
21
'TRUE'
1
22
'FALSE'
1
23
'FALSE'
1
24
'FALSE'
)
end
end
end
object Panel3: TPanel
Left = 0
Height = 27
Top = 709
Width = 820
Align = alBottom
AutoSize = True
ClientHeight = 27
ClientWidth = 820
TabOrder = 2
object Button1: TButton
Left = 731
Height = 25
Top = 1
Width = 88
Align = alRight
AutoSize = True
Caption = 'Save Layout'
OnClick = Button1Click
TabOrder = 0
end
end
object SaveDialog1: TSaveDialog
Filter = 'Text Files (*.txt)|*.txt|All Files (*)|*'
FilterIndex = 0
Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing, ofViewDetail]
left = 629
top = 433
end
object OpenPictureDialog1: TOpenPictureDialog
Options = [ofFileMustExist, ofEnableSizing, ofViewDetail, ofAutoPreview]
left = 57
top = 336
end
end