-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClipSaveConfig.dfm
More file actions
343 lines (343 loc) · 10.8 KB
/
ClipSaveConfig.dfm
File metadata and controls
343 lines (343 loc) · 10.8 KB
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
object ClipSaveConfigForm: TClipSaveConfigForm
Left = 260
Top = 217
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'ClipSave'#12398#35373#23450
ClientHeight = 373
ClientWidth = 427
Color = clBtnFace
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 12
object Panel1: TPanel
Left = 0
Top = 0
Width = 427
Height = 339
Align = alClient
BevelOuter = bvNone
BorderWidth = 5
ParentColor = True
TabOrder = 0
object PageControl1: TPageControl
Left = 5
Top = 5
Width = 417
Height = 329
ActivePage = TabSheet1
Align = alClient
TabOrder = 0
object TabSheet1: TTabSheet
Caption = #20445#23384
object Label1: TLabel
Left = 24
Top = 16
Width = 105
Height = 12
Caption = 'Data'#20445#23384#12487#12451#12524#12463#12488#12522
end
object LabelJpegQ: TLabel
Left = 210
Top = 68
Width = 49
Height = 12
Caption = 'Jpeg'#30011#36074
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 210
Top = 92
Width = 161
Height = 12
Caption = #8251#25968#20516#12364#22823#12365#12356#12411#12393#30011#36074#12364#12424#12356
end
object Label2: TLabel
Left = 216
Top = 151
Width = 30
Height = 12
Caption = 'Prefix'
end
object Label4: TLabel
Left = 16
Top = 230
Width = 97
Height = 12
Caption = #12513#12514#20445#23384#12501#12449#12452#12523#21517
end
object RG_SaveFileNameType: TRadioGroup
Left = 16
Top = 143
Width = 193
Height = 76
Hint = #20445#23384#12501#12449#12452#12523#21517#12398#24418#24335#12434#36984#25246#12375#12390#12367#12384#12373#12356#12290
Caption = #20445#23384#12501#12449#12452#12523#21517
ItemIndex = 0
Items.Strings = (
'yyyymmdd.nnn.Ext'
'Prefix + yyyymmdd.nnn.Ext'
#12518#12540#12470#12540#23450#32681)
ParentShowHint = False
ShowHint = True
TabOrder = 5
OnClick = RG_SaveImgTypeClick
end
object BuckupDirEdit: TEdit
Left = 24
Top = 32
Width = 305
Height = 20
Hint = #20445#23384#20808#12487#12451#12524#12463#12488#12522#12434#25351#23450#12375#12390#12367#12384#12373#12356#12290
ParentShowHint = False
ShowHint = True
TabOrder = 0
Text = 'C:\'
end
object BuckupDirButton: TButton
Left = 344
Top = 29
Width = 41
Height = 25
Hint = #12487#12451#12524#12463#12488#12522#12398#36984#25246#12480#12452#12450#12525#12464#12508#12483#12463#12473#12434#34920#31034#12375#12414#12377#12290
Caption = #21442#29031
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = BuckupDirButtonClick
end
object SpinEditJpegQ: TSpinEdit
Left = 296
Top = 64
Width = 73
Height = 21
Hint = 'Jpeg'#12398#30011#36074#12391#12377#12290
MaxValue = 100
MinValue = 1
ParentShowHint = False
ShowHint = True
TabOrder = 2
Value = 75
end
object RG_SaveImgType: TRadioGroup
Left = 16
Top = 64
Width = 170
Height = 71
Hint = #12501#12449#12452#12523#24418#24335#12434#36984#25246#12375#12390#12367#12384#12373#12356#12290
Caption = #12501#12449#12452#12523#24418#24335
ItemIndex = 0
Items.Strings = (
'Jpeg'#24418#24335
'Bmp'#24418#24335
'Png'#24418#24335)
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnClick = RG_SaveImgTypeClick
end
object ColorModeCheck: TCheckBox
Left = 210
Top = 112
Width = 172
Height = 17
Hint = 'Bmp'#12501#12449#12452#12523#12434'24bit'#12514#12540#12489#12395#12375#12414#12377#12290
Caption = #24375#21046#30340#12395'24bitBMP'#12395#12377#12427
ParentShowHint = False
ShowHint = True
TabOrder = 4
end
object Edit_Prefix: TEdit
Left = 256
Top = 149
Width = 140
Height = 20
Hint = #20445#23384#12501#12449#12452#12523#12398#25509#38957#36766#12434#20837#21147#12375#12390#12367#12384#12373#12356#12290
ParentShowHint = False
ShowHint = True
TabOrder = 6
Text = 'Edit_Prefix'
end
object Edit_UDef: TEdit
Left = 216
Top = 199
Width = 180
Height = 20
TabOrder = 7
end
object Btn_Create: TButton
Left = 216
Top = 172
Width = 140
Height = 25
Hint = #12487#12451#12524#12463#12488#12522#12398#36984#25246#12480#12452#12450#12525#12464#12508#12483#12463#12473#12434#34920#31034#12375#12414#12377#12290
Caption = #12518#12540#12470#12540#23450#32681#12398#20316#25104
ParentShowHint = False
ShowHint = True
TabOrder = 8
OnClick = Btn_CreateClick
end
object Edit_Memo: TEdit
Left = 16
Top = 248
Width = 193
Height = 20
TabOrder = 9
Text = 'ClipSaveMemo.txt'
end
end
object TabSheet2: TTabSheet
Caption = #65399#65388#65420#65439#65409#65388
object CaptureCheck1: TCheckBox
Left = 24
Top = 16
Width = 281
Height = 17
Hint = #12463#12522#12483#12503#12508#12540#12489#12392#36899#25658#12377#12427#12363#12375#12394#12356#12363#12434#36984#25246#12375#12390#12367#12384#12373#12356#12290
Caption = #12463#12522#12483#12503#12508#12540#12489#12392#36899#25658#12377#12427
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = CaptureCheck1Click
end
object RG_CaptureType: TRadioGroup
Left = 16
Top = 120
Width = 370
Height = 89
Hint = #12463#12522#12483#12503#12508#12540#12489#12392#36899#25658#12375#12394#12356#12392#12365#12398#12461#12515#12503#12481#12515#31684#22258#12434#35373#23450#12375#12390#12367#12384#12373#12356#12290
Caption = #12461#12515#12503#12481#12515#12540#31684#22258#12398#35373#23450
ItemIndex = 0
Items.Strings = (
#12501#12523#12473#12463#12522#12540#12531
#12450#12463#12486#12451#12502#12454#12451#12531#12489#12454#12384#12369
#12450#12463#12486#12451#12502#12454#12451#12531#12489#12454#12398#12463#12521#12452#12450#12531#12488#38936#22495)
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object TextFileSaveCheck: TCheckBox
Left = 36
Top = 60
Width = 281
Height = 17
Hint = #12463#12522#12483#12503#12508#12540#12489#12392#36899#25658#26178#12395#12289#12486#12461#12473#12488#12434#20445#23384#12375#12414#12377#12290
Caption = #12486#12461#12473#12488#12501#12449#12452#12523#12434#20445#23384#12377#12427
Checked = True
ParentShowHint = False
ShowHint = True
State = cbChecked
TabOrder = 2
OnClick = TextFileSaveCheckClick
end
object PictureSaveCheck: TCheckBox
Left = 36
Top = 40
Width = 281
Height = 17
Hint = #12463#12522#12483#12503#12508#12540#12489#12392#36899#25658#26178#12395#12289#30011#20687#12434#20445#23384#12375#12414#12377#12290
Caption = #30011#20687#12434#20445#23384#12377#12427
Checked = True
ParentShowHint = False
ShowHint = True
State = cbChecked
TabOrder = 3
end
object WavEnabledCheck: TCheckBox
Left = 24
Top = 219
Width = 160
Height = 17
Caption = #12461#12515#12503#12481#12515#26178#12395#38899#12434#40180#12425#12377
TabOrder = 4
end
object WavFileEdit: TEdit
Left = 190
Top = 217
Width = 121
Height = 20
TabOrder = 5
end
object WavFileButton: TButton
Left = 324
Top = 215
Width = 41
Height = 25
Hint = #12487#12451#12524#12463#12488#12522#12398#36984#25246#12480#12452#12450#12525#12464#12508#12483#12463#12473#12434#34920#31034#12375#12414#12377#12290
Caption = #21442#29031
ParentShowHint = False
ShowHint = True
TabOrder = 6
OnClick = WavFileButtonClick
end
object IncludeCursorCheck: TCheckBox
Left = 24
Top = 239
Width = 155
Height = 17
Caption = #12459#12540#12477#12523#12434#21547#12417#12427
TabOrder = 7
end
object CB_AppendText: TCheckBox
Left = 36
Top = 80
Width = 184
Height = 17
Caption = #12486#12461#12473#12488#12501#12449#12452#12523#12399#36861#35352#12377#12427
TabOrder = 8
end
end
end
end
object Panel2: TPanel
Left = 0
Top = 339
Width = 427
Height = 34
Align = alBottom
BevelOuter = bvNone
ParentColor = True
TabOrder = 1
object OKBtn: TButton
Left = 187
Top = 2
Width = 75
Height = 25
Hint = #35373#23450#12434#20445#23384#12375#12390#12480#12452#12450#12525#12464#12508#12483#12463#12473#12434#38281#12376#12414#12377#12290
Caption = 'OK'
Default = True
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 267
Top = 2
Width = 75
Height = 25
Hint = #35373#23450#12434#20445#23384#12379#12378#12395#12480#12452#12450#12525#12464#12508#12483#12463#12473#12434#38281#12376#12414#12377#12290
Cancel = True
Caption = #12461#12515#12531#12475#12523
ModalResult = 2
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
end
object OpenDlg: TOpenDialog
Left = 325
Top = 39
end
end