home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMTWAINDEVPROPERTIES / TFORMTWAINDEVPROPERTIES.txt
Encoding:
Text File  |  2004-04-06  |  4.6 KB  |  224 lines

  1. object FormTwainDevProperties: TFormTwainDevProperties
  2.   Left = 514
  3.   Top = 281
  4.   BorderStyle = bsDialog
  5.   Caption = 'Scanner Settings'
  6.   ClientHeight = 329
  7.   ClientWidth = 402
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   DesignSize = (
  18.     402
  19.     329)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 402
  26.     Height = 296
  27.     Align = alTop
  28.     Anchors = [akLeft, akTop, akRight, akBottom]
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     object Label1: TLabel
  32.       Left = 6
  33.       Top = 12
  34.       Width = 80
  35.       Height = 13
  36.       Alignment = taRightJustify
  37.       AutoSize = False
  38.       Caption = 'Settings For:'
  39.     end
  40.     object LblScannerName: TLabel
  41.       Left = 92
  42.       Top = 13
  43.       Width = 71
  44.       Height = 13
  45.       Caption = 'Scanner Name'
  46.     end
  47.     object Bevel1: TBevel
  48.       Left = 0
  49.       Top = 292
  50.       Width = 402
  51.       Height = 4
  52.       Align = alBottom
  53.       Shape = bsBottomLine
  54.     end
  55.     object GroupBox1: TGroupBox
  56.       Left = 24
  57.       Top = 32
  58.       Width = 361
  59.       Height = 76
  60.       Caption = 'Save as'
  61.       TabOrder = 0
  62.       object Label28: TLabel
  63.         Left = 197
  64.         Top = 19
  65.         Width = 95
  66.         Height = 13
  67.         Alignment = taRightJustify
  68.         AutoSize = False
  69.         Caption = 'Compression Level'
  70.       end
  71.       object Label29: TLabel
  72.         Left = 206
  73.         Top = 33
  74.         Width = 86
  75.         Height = 13
  76.         Caption = '(100=Best Quality)'
  77.       end
  78.       object EditScanCompression: TSpinEdit
  79.         Left = 299
  80.         Top = 21
  81.         Width = 55
  82.         Height = 22
  83.         MaxValue = 0
  84.         MinValue = 0
  85.         TabOrder = 0
  86.         Value = 85
  87.       end
  88.       object rbJpeg: TRadioButton
  89.         Left = 16
  90.         Top = 18
  91.         Width = 161
  92.         Height = 17
  93.         Caption = 'JPEG (Will use native)'
  94.         Checked = True
  95.         TabOrder = 1
  96.         TabStop = True
  97.       end
  98.       object rbBitmap: TRadioButton
  99.         Left = 16
  100.         Top = 34
  101.         Width = 113
  102.         Height = 17
  103.         Caption = 'Bitmap (24-bit)'
  104.         TabOrder = 2
  105.       end
  106.       object rbTiff: TRadioButton
  107.         Left = 16
  108.         Top = 50
  109.         Width = 153
  110.         Height = 17
  111.         Caption = 'TIFF (uncompressed)'
  112.         TabOrder = 3
  113.       end
  114.     end
  115.     object GroupBox2: TGroupBox
  116.       Left = 24
  117.       Top = 115
  118.       Width = 361
  119.       Height = 92
  120.       Caption = 'Device options'
  121.       TabOrder = 1
  122.       object Label2: TLabel
  123.         Left = 8
  124.         Top = 24
  125.         Width = 40
  126.         Height = 13
  127.         Alignment = taRightJustify
  128.         AutoSize = False
  129.         Caption = 'DPI'
  130.       end
  131.       object cbEpsonMode: TCheckBox
  132.         Left = 54
  133.         Top = 67
  134.         Width = 251
  135.         Height = 17
  136.         Caption = 'Use alternate multi-image mode (Epson)'
  137.         TabOrder = 0
  138.       end
  139.       object cbDPI: TComboBox
  140.         Left = 53
  141.         Top = 21
  142.         Width = 55
  143.         Height = 21
  144.         ItemHeight = 13
  145.         TabOrder = 1
  146.         Items.Strings = (
  147.           'Auto'
  148.           '100'
  149.           '150'
  150.           '200'
  151.           '300'
  152.           '450'
  153.           '600'
  154.           '1200')
  155.       end
  156.       object cbMulti: TCheckBox
  157.         Left = 54
  158.         Top = 49
  159.         Width = 227
  160.         Height = 17
  161.         Caption = 'Enable multiple transfers (if available)'
  162.         TabOrder = 2
  163.       end
  164.     end
  165.     object GroupBox3: TGroupBox
  166.       Left = 24
  167.       Top = 212
  168.       Width = 361
  169.       Height = 73
  170.       Caption = 'Save Filename'
  171.       TabOrder = 2
  172.       object Label3: TLabel
  173.         Left = 16
  174.         Top = 24
  175.         Width = 82
  176.         Height = 13
  177.         Caption = 'Picture sub-folder'
  178.       end
  179.       object Label4: TLabel
  180.         Left = 16
  181.         Top = 48
  182.         Width = 74
  183.         Height = 13
  184.         Caption = 'Filename format'
  185.       end
  186.       object EditSaveLoc: TEdit
  187.         Left = 106
  188.         Top = 20
  189.         Width = 239
  190.         Height = 21
  191.         TabOrder = 0
  192.       end
  193.       object EditFnameFormat: TEdit
  194.         Left = 106
  195.         Top = 44
  196.         Width = 135
  197.         Height = 21
  198.         TabOrder = 1
  199.       end
  200.     end
  201.   end
  202.   object BtnOk: TButton
  203.     Left = 233
  204.     Top = 301
  205.     Width = 75
  206.     Height = 25
  207.     Anchors = [akRight, akBottom]
  208.     Caption = 'Ok'
  209.     Default = True
  210.     TabOrder = 1
  211.     OnClick = BtnOkClick
  212.   end
  213.   object BtnClose: TButton
  214.     Left = 321
  215.     Top = 301
  216.     Width = 75
  217.     Height = 25
  218.     Anchors = [akRight, akBottom]
  219.     Caption = 'Cancel'
  220.     TabOrder = 2
  221.     OnClick = BtnCloseClick
  222.   end
  223. end
  224.