-
Notifications
You must be signed in to change notification settings - Fork 0
/
unitSetting.dfm
401 lines (401 loc) · 11.1 KB
/
unitSetting.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
object frmSetting: TfrmSetting
Left = 234
Top = 191
BorderStyle = bsDialog
Caption = #35373#23450
ClientHeight = 532
ClientWidth = 699
Color = clBtnFace
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #12513#12452#12522#12458
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
Scaled = False
OnClose = FormClose
OnShow = FormShow
DesignSize = (
699
532)
PixelsPerInch = 96
TextHeight = 18
object btnCancel: TBitBtn
Left = 609
Top = 489
Width = 84
Height = 29
Anchors = [akRight, akBottom]
Cancel = True
Caption = #12461#12515#12531#12475#12523
ModalResult = 2
NumGlyphs = 2
TabOrder = 2
ExplicitLeft = 496
ExplicitTop = 454
end
object btnOK: TBitBtn
Left = 519
Top = 489
Width = 83
Height = 29
Anchors = [akRight, akBottom]
Caption = 'OK'
ModalResult = 1
NumGlyphs = 2
TabOrder = 1
OnClick = btnOKClick
ExplicitLeft = 406
ExplicitTop = 454
end
object PageControl1: TPageControl
Left = 6
Top = 6
Width = 688
Height = 470
ActivePage = TabSheet1
Anchors = [akLeft, akTop, akRight, akBottom]
Images = Form1.ImageList2
TabOrder = 0
ExplicitWidth = 575
ExplicitHeight = 435
object TabSheet1: TTabSheet
Caption = 'MAME'#23455#34892#12501#12449#12452#12523
ImageIndex = 37
ExplicitWidth = 567
ExplicitHeight = 402
DesignSize = (
680
437)
object btnAdd: TButton
Left = 592
Top = 12
Width = 81
Height = 24
Anchors = [akTop, akRight]
Caption = #36861#21152'(&A)...'
TabOrder = 1
OnClick = btnAddClick
ExplicitLeft = 479
end
object btnDelete: TButton
Left = 592
Top = 70
Width = 81
Height = 24
Anchors = [akTop, akRight]
Caption = #21066#38500'(&R)'
Enabled = False
TabOrder = 3
OnClick = btnDeleteClick
ExplicitLeft = 479
end
object GroupBox1: TGroupBox
Left = 12
Top = 260
Width = 661
Height = 138
Anchors = [akLeft, akRight]
TabOrder = 6
ExplicitTop = 234
ExplicitWidth = 548
DesignSize = (
661
138)
object Label2: TLabel
Left = 20
Top = 44
Width = 77
Height = 18
Alignment = taRightJustify
Caption = #26412#20307#12501#12449#12452#12523':'
end
object Label3: TLabel
Left = 20
Top = 72
Width = 77
Height = 18
Alignment = taRightJustify
Caption = #20316#26989#12501#12457#12523#12480':'
end
object Label5: TLabel
Left = 9
Top = 16
Width = 89
Height = 18
Alignment = taRightJustify
Caption = #12503#12525#12501#12449#12452#12523#21517':'
end
object Label4: TLabel
Left = 32
Top = 101
Width = 65
Height = 18
Alignment = taRightJustify
Caption = #12458#12503#12471#12519#12531':'
end
object Edit1: TEdit
Left = 103
Top = 13
Width = 518
Height = 26
Anchors = [akLeft, akTop, akRight]
MaxLength = 64
TabOrder = 0
OnChange = Edit1Change
ExplicitWidth = 405
end
object Edit2: TEdit
Left = 103
Top = 41
Width = 518
Height = 26
Anchors = [akLeft, akTop, akRight]
MaxLength = 255
TabOrder = 1
OnChange = Edit2Change
ExplicitWidth = 405
end
object Edit3: TEdit
Left = 103
Top = 69
Width = 518
Height = 26
Anchors = [akLeft, akTop, akRight]
MaxLength = 255
TabOrder = 3
OnChange = Edit3Change
ExplicitWidth = 405
end
object Button2: TButton
Left = 629
Top = 41
Width = 26
Height = 24
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 2
OnClick = Button2Click
ExplicitLeft = 516
end
object Edit4: TEdit
Left = 103
Top = 98
Width = 434
Height = 26
Anchors = [akLeft, akTop, akRight]
MaxLength = 1024
TabOrder = 5
OnChange = Edit4Change
ExplicitWidth = 321
end
object Button8: TButton
Left = 629
Top = 69
Width = 26
Height = 24
Anchors = [akTop, akRight]
Caption = '...'
TabOrder = 4
OnClick = Button8Click
ExplicitLeft = 516
end
object CheckBox1: TCheckBox
Left = 552
Top = 103
Width = 115
Height = 17
Anchors = [akTop, akRight]
Caption = #12458#12503#12471#12519#12531#26377#21177
TabOrder = 6
OnClick = CheckBox1Click
ExplicitLeft = 439
end
end
object ListBox1: TListBox
Left = 12
Top = 12
Width = 571
Height = 242
Style = lbOwnerDrawFixed
Anchors = [akLeft, akTop, akRight, akBottom]
Ctl3D = True
ExtendedSelect = False
ItemHeight = 14
ParentCtl3D = False
TabOrder = 0
OnClick = ListBox1Click
OnDrawItem = ListBox1DrawItem
OnMeasureItem = ListBox1MeasureItem
OnMouseDown = ListBox1MouseDown
OnMouseMove = ListBox1MouseMove
OnMouseUp = ListBox1MouseUp
ExplicitWidth = 458
ExplicitHeight = 207
end
object BitBtn2: TBitBtn
Left = 592
Top = 104
Width = 31
Height = 24
Anchors = [akTop, akRight]
Glyph.Data = {
42010000424D4201000000000000420000002800000010000000100000000100
08000000000000010000120B0000120B00000300000003000000FFFFFF000000
0000FFFFFF000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000100000000000000
0000010000000000010100000000000000010100000000000001010000000000
0101000000000000000001010000000101000000000000000000000101000101
0000000000000000000000000101010000000000000000000000000000010000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000}
TabOrder = 4
OnClick = BitBtn2Click
ExplicitLeft = 479
end
object BitBtn3: TBitBtn
Left = 592
Top = 132
Width = 31
Height = 23
Anchors = [akTop, akRight]
Glyph.Data = {
42010000424D4201000000000000420000002800000010000000100000000100
08000000000000010000120B0000120B00000300000003000000FFFFFF000000
0000FFFFFF000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000001000000000000000000000000000001010100
0000000000000000000000010100010100000000000000000000010100000001
0100000000000000000101000000000001010000000000000101000000000000
0001010000000000010000000000000000000100000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
000000000000}
TabOrder = 5
OnClick = BitBtn3Click
ExplicitLeft = 479
end
object btnCopy: TButton
Left = 592
Top = 41
Width = 81
Height = 24
Anchors = [akTop, akRight]
Caption = #35079#35069'(&D)'
Enabled = False
TabOrder = 2
OnClick = btnCopyClick
ExplicitLeft = 479
end
end
object TabSheet2: TTabSheet
Caption = #12487#12451#12524#12463#12488#12522
ImageIndex = 12
ExplicitWidth = 567
ExplicitHeight = 402
DesignSize = (
680
437)
object GroupBox6: TGroupBox
Left = 4
Top = 9
Width = 670
Height = 223
Anchors = [akLeft, akTop, akRight]
Caption = #12487#12451#12524#12463#12488#12522#35373#23450
TabOrder = 0
ExplicitWidth = 557
DesignSize = (
670
223)
object ListView1: TListView
Left = 11
Top = 59
Width = 569
Height = 151
Anchors = [akLeft, akTop, akRight]
Columns = <
item
AutoSize = True
end>
ColumnClick = False
HideSelection = False
ShowColumnHeaders = False
TabOrder = 1
ViewStyle = vsReport
OnEdited = ListView1Edited
ExplicitWidth = 456
end
object ComboBox1: TComboBox
Left = 11
Top = 24
Width = 569
Height = 26
Style = csDropDownList
Anchors = [akLeft, akTop, akRight]
DropDownCount = 10
TabOrder = 0
OnChange = ComboBox1Change
Items.Strings = (
'ROM'#12501#12449#12452#12523
'Software'#12501#12449#12452#12523#65288#26410#20351#29992#65289
#12469#12531#12503#12523
'cfg'#12501#12449#12452#12523
'nvram'#12501#12449#12452#12523
'sta'#12501#12449#12452#12523
#12473#12490#12483#12503#12471#12519#12483#12488
'inp'#12501#12449#12452#12523
'dat'#12501#12449#12452#12523
'lang'#12501#12457#12523#12480
'version.ini'#12501#12449#12452#12523)
ExplicitWidth = 456
end
object btnAddDir: TButton
Left = 586
Top = 154
Width = 76
Height = 26
Anchors = [akTop, akRight]
Caption = #36861#21152'(&A)...'
Enabled = False
TabOrder = 3
OnClick = btnAddDirClick
ExplicitLeft = 473
end
object btnDelDir: TButton
Left = 586
Top = 184
Width = 76
Height = 26
Anchors = [akTop, akRight]
Caption = #21066#38500'(&R)'
Enabled = False
TabOrder = 4
OnClick = btnDelDirClick
ExplicitLeft = 473
end
object Button1: TButton
Left = 586
Top = 24
Width = 76
Height = 26
Anchors = [akTop, akRight]
Caption = #21442#29031'(&B)...'
TabOrder = 2
OnClick = Button1Click
ExplicitLeft = 473
end
end
end
end
object OpenDialog1: TOpenDialog
Filter = 'MAME'#23455#34892#12501#12449#12452#12523' (*.exe)|*.exe;'
Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
Title = 'MAME'#23455#34892#12501#12449#12452#12523#12434#36984#12435#12391#19979#12373#12356
Left = 376
Top = 7
end
end