object ScanLotForm: TScanLotForm Left = 263 Top = 167 BorderStyle = bsDialog Caption = 'Acquisition par lot' ClientHeight = 306 ClientWidth = 339 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object LblFormat: TLabel Left = 32 Top = 152 Width = 38 Height = 13 Caption = 'Format :' end object LblDir: TLabel Left = 32 Top = 56 Width = 121 Height = 13 Caption = 'Dossier d'#39'enregistrement :' Transparent = True end object SBOuvrir: TSpeedButton Left = 288 Top = 72 Width = 23 Height = 21 Flat = True OnClick = SBOuvrirClick end object LblSequence: TLabel Left = 32 Top = 104 Width = 55 Height = 13 Caption = 'S'#233'quence :' end object RBAuto: TRadioButton Left = 16 Top = 24 Width = 297 Height = 17 Caption = 'Enregistrer automatiquement les images ' Checked = True TabOrder = 0 TabStop = True end object RBNew: TRadioButton Left = 16 Top = 216 Width = 305 Height = 17 Caption = 'Cr'#233'er une nouvelle image '#224' chaque fois' TabOrder = 1 end object CBFormat: TComboBox Left = 32 Top = 168 Width = 253 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 end object BOk: TButton Left = 168 Top = 264 Width = 75 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 3 end object BAnnuler: TButton Left = 248 Top = 264 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 4 end object EdiDir: TEdit Left = 32 Top = 72 Width = 253 Height = 21 AutoSelect = False ReadOnly = True TabOrder = 5 end object EdiSequence: TEdit Left = 32 Top = 120 Width = 253 Height = 21 TabOrder = 6 end end