home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / photofiltre / pfs-setup-en.exe / pf-studio.exe / 0 / RCDATA / TSCANLOTFORM / TSCANLOTFORM.txt
Text File  |  2007-09-16  |  2KB  |  112 lines

  1. object ScanLotForm: TScanLotForm
  2.   Left = 263
  3.   Top = 167
  4.   BorderStyle = bsDialog
  5.   Caption = 'Acquisition par lot'
  6.   ClientHeight = 306
  7.   ClientWidth = 339
  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.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object LblFormat: TLabel
  19.     Left = 32
  20.     Top = 152
  21.     Width = 38
  22.     Height = 13
  23.     Caption = 'Format :'
  24.   end
  25.   object LblDir: TLabel
  26.     Left = 32
  27.     Top = 56
  28.     Width = 121
  29.     Height = 13
  30.     Caption = 'Dossier d'#39'enregistrement :'
  31.     Transparent = True
  32.   end
  33.   object SBOuvrir: TSpeedButton
  34.     Left = 288
  35.     Top = 72
  36.     Width = 23
  37.     Height = 21
  38.     Flat = True
  39.     OnClick = SBOuvrirClick
  40.   end
  41.   object LblSequence: TLabel
  42.     Left = 32
  43.     Top = 104
  44.     Width = 55
  45.     Height = 13
  46.     Caption = 'S'#233'quence :'
  47.   end
  48.   object RBAuto: TRadioButton
  49.     Left = 16
  50.     Top = 24
  51.     Width = 297
  52.     Height = 17
  53.     Caption = 'Enregistrer automatiquement les images '
  54.     Checked = True
  55.     TabOrder = 0
  56.     TabStop = True
  57.   end
  58.   object RBNew: TRadioButton
  59.     Left = 16
  60.     Top = 216
  61.     Width = 305
  62.     Height = 17
  63.     Caption = 'Cr'#233'er une nouvelle image '#224' chaque fois'
  64.     TabOrder = 1
  65.   end
  66.   object CBFormat: TComboBox
  67.     Left = 32
  68.     Top = 168
  69.     Width = 253
  70.     Height = 21
  71.     Style = csDropDownList
  72.     ItemHeight = 13
  73.     TabOrder = 2
  74.   end
  75.   object BOk: TButton
  76.     Left = 168
  77.     Top = 264
  78.     Width = 75
  79.     Height = 25
  80.     Caption = 'Ok'
  81.     Default = True
  82.     ModalResult = 1
  83.     TabOrder = 3
  84.   end
  85.   object BAnnuler: TButton
  86.     Left = 248
  87.     Top = 264
  88.     Width = 75
  89.     Height = 25
  90.     Cancel = True
  91.     Caption = 'Annuler'
  92.     ModalResult = 2
  93.     TabOrder = 4
  94.   end
  95.   object EdiDir: TEdit
  96.     Left = 32
  97.     Top = 72
  98.     Width = 253
  99.     Height = 21
  100.     AutoSelect = False
  101.     ReadOnly = True
  102.     TabOrder = 5
  103.   end
  104.   object EdiSequence: TEdit
  105.     Left = 32
  106.     Top = 120
  107.     Width = 253
  108.     Height = 21
  109.     TabOrder = 6
  110.   end
  111. end
  112.