object Options: TOptions Left = 265 Top = 242 Width = 486 Height = 184 BorderIcons = [biSystemMenu] Caption = 'Options' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnDeactivate = FormDeactivate PixelsPerInch = 96 TextHeight = 13 object label_langue: TLabel Left = 13 Top = 15 Width = 42 Height = 13 Alignment = taCenter Caption = 'Langue :' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object label_repertoire_travail: TLabel Left = 13 Top = 110 Width = 101 Height = 13 Alignment = taCenter Caption = 'R'#233'pertoire de travail :' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label_nom_dest: TLabel Left = 13 Top = 45 Width = 299 Height = 13 Alignment = taCenter Caption = 'Format nom de destination : " . ' + ' "' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label_nom_zip: TLabel Left = 13 Top = 78 Width = 299 Height = 13 Alignment = taCenter Caption = 'Format nom fichier ZIP : " . ' + ' "' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object choix_langue: TComboBox Left = 69 Top = 11 Width = 81 Height = 21 BevelInner = bvLowered Style = csDropDownList Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ItemIndex = 0 ParentFont = False TabOrder = 0 Text = 'Fran'#231'ais' OnChange = choix_langueChange Items.Strings = ( 'Fran'#231'ais' 'English') end object cmd_choix_rep_travail: TButton Left = 387 Top = 121 Width = 81 Height = 25 Caption = 'Parcourir' TabOrder = 1 OnClick = cmd_choix_rep_travailClick end object repertoire_travail: TStaticText Left = 10 Top = 125 Width = 351 Height = 16 AutoSize = False BevelInner = bvLowered BevelKind = bkSoft BevelOuter = bvNone Color = clWhite ParentColor = False TabOrder = 2 end object choix_format_dest_nom: TComboBox Left = 156 Top = 40 Width = 81 Height = 21 BevelInner = bvLowered Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 3 Text = 'exemple' OnChange = choix_format_dest_nomChange Items.Strings = ( 'exemple' 'Exemple' 'EXEMPLE') end object choix_format_dest_extension: TComboBox Left = 249 Top = 40 Width = 51 Height = 21 BevelInner = bvLowered Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 4 Text = 'msa' OnChange = choix_format_dest_extensionChange Items.Strings = ( 'msa' 'Msa' 'MSA') end object choix_format_zip_nom: TComboBox Left = 156 Top = 74 Width = 81 Height = 21 BevelInner = bvLowered Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 5 Text = 'exemple' OnChange = choix_format_zip_nomChange Items.Strings = ( 'exemple' 'Exemple' 'EXEMPLE') end object choix_format_zip_extension: TComboBox Left = 249 Top = 74 Width = 52 Height = 21 BevelInner = bvLowered Style = csDropDownList ItemHeight = 13 ItemIndex = 0 TabOrder = 6 Text = 'zip' OnChange = choix_format_zip_extensionChange Items.Strings = ( 'zip' 'Zip' 'ZIP') end end