home *** CD-ROM | disk | FTP | other *** search
- object FormTwainDevProperties: TFormTwainDevProperties
- Left = 514
- Top = 281
- BorderStyle = bsDialog
- Caption = 'Scanner Settings'
- ClientHeight = 329
- ClientWidth = 402
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- DesignSize = (
- 402
- 329)
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 402
- Height = 296
- Align = alTop
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelOuter = bvNone
- TabOrder = 0
- object Label1: TLabel
- Left = 6
- Top = 12
- Width = 80
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Settings For:'
- end
- object LblScannerName: TLabel
- Left = 92
- Top = 13
- Width = 71
- Height = 13
- Caption = 'Scanner Name'
- end
- object Bevel1: TBevel
- Left = 0
- Top = 292
- Width = 402
- Height = 4
- Align = alBottom
- Shape = bsBottomLine
- end
- object GroupBox1: TGroupBox
- Left = 24
- Top = 32
- Width = 361
- Height = 76
- Caption = 'Save as'
- TabOrder = 0
- object Label28: TLabel
- Left = 197
- Top = 19
- Width = 95
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Compression Level'
- end
- object Label29: TLabel
- Left = 206
- Top = 33
- Width = 86
- Height = 13
- Caption = '(100=Best Quality)'
- end
- object EditScanCompression: TSpinEdit
- Left = 299
- Top = 21
- Width = 55
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 0
- Value = 85
- end
- object rbJpeg: TRadioButton
- Left = 16
- Top = 18
- Width = 161
- Height = 17
- Caption = 'JPEG (Will use native)'
- Checked = True
- TabOrder = 1
- TabStop = True
- end
- object rbBitmap: TRadioButton
- Left = 16
- Top = 34
- Width = 113
- Height = 17
- Caption = 'Bitmap (24-bit)'
- TabOrder = 2
- end
- object rbTiff: TRadioButton
- Left = 16
- Top = 50
- Width = 153
- Height = 17
- Caption = 'TIFF (uncompressed)'
- TabOrder = 3
- end
- end
- object GroupBox2: TGroupBox
- Left = 24
- Top = 115
- Width = 361
- Height = 92
- Caption = 'Device options'
- TabOrder = 1
- object Label2: TLabel
- Left = 8
- Top = 24
- Width = 40
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'DPI'
- end
- object cbEpsonMode: TCheckBox
- Left = 54
- Top = 67
- Width = 251
- Height = 17
- Caption = 'Use alternate multi-image mode (Epson)'
- TabOrder = 0
- end
- object cbDPI: TComboBox
- Left = 53
- Top = 21
- Width = 55
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- Items.Strings = (
- 'Auto'
- '100'
- '150'
- '200'
- '300'
- '450'
- '600'
- '1200')
- end
- object cbMulti: TCheckBox
- Left = 54
- Top = 49
- Width = 227
- Height = 17
- Caption = 'Enable multiple transfers (if available)'
- TabOrder = 2
- end
- end
- object GroupBox3: TGroupBox
- Left = 24
- Top = 212
- Width = 361
- Height = 73
- Caption = 'Save Filename'
- TabOrder = 2
- object Label3: TLabel
- Left = 16
- Top = 24
- Width = 82
- Height = 13
- Caption = 'Picture sub-folder'
- end
- object Label4: TLabel
- Left = 16
- Top = 48
- Width = 74
- Height = 13
- Caption = 'Filename format'
- end
- object EditSaveLoc: TEdit
- Left = 106
- Top = 20
- Width = 239
- Height = 21
- TabOrder = 0
- end
- object EditFnameFormat: TEdit
- Left = 106
- Top = 44
- Width = 135
- Height = 21
- TabOrder = 1
- end
- end
- end
- object BtnOk: TButton
- Left = 233
- Top = 301
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Ok'
- Default = True
- TabOrder = 1
- OnClick = BtnOkClick
- end
- object BtnClose: TButton
- Left = 321
- Top = 301
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = BtnCloseClick
- end
- end
-