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
object PatchDlg: TPatchDlg
  Left = 415
  Top = 281
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = #31354#30333#38913#35373#23450
  ClientHeight = 389
  ClientWidth = 434
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -16
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 20
  object BlankGB: TGroupBox
    Left = 0
    Top = 272
    Width = 434
    Height = 117
    Align = alClient
    Caption = #31354#30333#38913#21034#38500
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26032#32048#26126#39636
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object sizeLB: TLabel
      Left = 177
      Top = 36
      Width = 35
      Height = 16
      Caption = 'Bytes'
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #26032#32048#26126#39636
      Font.Style = []
      ParentFont = False
    end
    object BlankuseCB: TCheckBox
      Left = 16
      Top = 32
      Width = 81
      Height = 25
      Caption = #21855#21205
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #26032#32048#26126#39636
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = BlankuseCBClick
    end
    object OkBt: TButton
      Left = 287
      Top = 76
      Width = 61
      Height = 25
      Caption = #30906#23450
      Font.Charset = CHINESEBIG5_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #26032#32048#26126#39636
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = OkBtClick
    end
    object SpinEdit5: TSpinEdit
      Left = 95
      Top = 31
      Width = 78
      Height = 26
      MaxValue = 0
      MinValue = 0
      TabOrder = 2
      Value = 0
    end
    object CancelBt: TButton
      Left = 359
      Top = 76
      Width = 64
      Height = 25
      Caption = #21462#28040
      Font.Charset = CHINESEBIG5_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #26032#32048#26126#39636
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = CancelBtClick
    end
    object DefaultBt: TButton
      Left = 19
      Top = 76
      Width = 75
      Height = 25
      Caption = #38928#35373#20540
      TabOrder = 4
      OnClick = DefaultBtClick
    end
  end
  object ScannerGB: TGroupBox
    Left = 0
    Top = 0
    Width = 434
    Height = 216
    Align = alTop
    Caption = #25475#30596#22120#35373#23450
    Font.Charset = CHINESEBIG5_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26032#32048#26126#39636
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object DpiLB: TLabel
      Left = 19
      Top = 27
      Width = 24
      Height = 16
      Caption = 'DPI'
    end
    object ComboBox1: TComboBox
      Left = 57
      Top = 24
      Width = 120
      Height = 24
      Enabled = False
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ItemHeight = 16
      MaxLength = 4
      ParentFont = False
      TabOrder = 0
      OnExit = ComboBox1Exit
      OnKeyPress = ComboBox1KeyPress
      Items.Strings = (
        '75'
        '100'
        '150'
        '180'
        '200'
        '240'
        '300'
        '360'
        '400'
        '600'
        '720')
    end
    object BorderCB: TCheckBox
      Left = 16
      Top = 80
      Width = 139
      Height = 17
      Caption = #28165#40657#37002
      TabOrder = 1
    end
    object DeskewCB: TCheckBox
      Left = 161
      Top = 57
      Width = 208
      Height = 17
      Caption = #20670#26012#30703#27491
      Font.Charset = CHINESEBIG5_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #26032#32048#26126#39636
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
    object ScanShowRG: TRadioGroup
      Left = 2
      Top = 167
      Width = 430
      Height = 47
      Align = alBottom
      Caption = #25475#30596#26178#24433#20687#39023#31034
      Columns = 3
      Items.Strings = (
        #28165#26970#24433#20687'('#24930')'
        #27169#31946#24433#20687'('#26222#36890')'
        #28961#24433#20687'('#36229#24555')')
      TabOrder = 3
    end
    object ReverseCB: TCheckBox
      Left = 161
      Top = 80
      Width = 216
      Height = 17
      Caption = #24433#20687#26159#21542#38656#21453#30456
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #26032#32048#26126#39636
      Font.Style = []
      ParentFont = False
      TabOrder = 4
    end
    object DuplexCB: TCheckBox
      Left = 16
      Top = 57
      Width = 139
      Height = 17
      Caption = #38617#38754#25475#30596
      Enabled = False
      TabOrder = 5
    end
    object ImgSetGB: TGroupBox
      Left = 2
      Top = 103
      Width = 430
      Height = 64
      Align = alBottom
      Caption = #25475#30596#22120#20142#24230#23565#27604#35519#25972
      TabOrder = 6
      object BrightLB: TLabel
        Left = 115
        Top = 32
        Width = 32
        Height = 16
        Caption = #20142#24230
      end
      object ContrastLB: TLabel
        Left = 286
        Top = 32
        Width = 32
        Height = 16
        Caption = #23565#27604
      end
      object SpinEdit1: TSpinEdit
        Left = 171
        Top = 28
        Width = 60
        Height = 26
        MaxValue = 127
        MinValue = -127
        TabOrder = 0
        Value = 0
      end
      object SpinEdit2: TSpinEdit
        Left = 341
        Top = 28
        Width = 65
        Height = 26
        MaxValue = 127
        MinValue = -127
        TabOrder = 1
        Value = 0
      end
      object ImgSetUseCB: TCheckBox
        Left = 16
        Top = 32
        Width = 79
        Height = 17
        Caption = #21855#21205
        TabOrder = 2
      end
    end
  end
  object ScanRotateRG: TRadioGroup
    Left = 0
    Top = 216
    Width = 434
    Height = 56
    Align = alTop
    Caption = #25475#30596#26178#26059#36681
    Columns = 4
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26032#32048#26126#39636
    Font.Style = []
    Items.Strings = (
      #28961
      #24038#36681'90'#24230
      #36681'180'#24230
      #21491#36681'90'#24230)
    ParentFont = False
    TabOrder = 2
  end
end