home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / TOOLS / WIN32 / MSA_CONVERTER21.ZIP / msa.exe / 0 / RCDATA / TOPTIONS / TOPTIONS.txt < prev   
Text File  |  2004-08-02  |  4KB  |  194 lines

  1. object Options: TOptions
  2.   Left = 265
  3.   Top = 242
  4.   Width = 486
  5.   Height = 184
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Options'
  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.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   OnDeactivate = FormDeactivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object label_langue: TLabel
  22.     Left = 13
  23.     Top = 15
  24.     Width = 42
  25.     Height = 13
  26.     Alignment = taCenter
  27.     Caption = 'Langue :'
  28.     Font.Charset = ANSI_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object label_repertoire_travail: TLabel
  36.     Left = 13
  37.     Top = 110
  38.     Width = 101
  39.     Height = 13
  40.     Alignment = taCenter
  41.     Caption = 'R'#233'pertoire de travail :'
  42.     Font.Charset = ANSI_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object Label_nom_dest: TLabel
  50.     Left = 13
  51.     Top = 45
  52.     Width = 299
  53.     Height = 13
  54.     Alignment = taCenter
  55.     Caption = 
  56.       'Format nom de destination : "                              .    ' +
  57.       '                 "'
  58.     Font.Charset = ANSI_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentFont = False
  64.   end
  65.   object Label_nom_zip: TLabel
  66.     Left = 13
  67.     Top = 78
  68.     Width = 299
  69.     Height = 13
  70.     Alignment = taCenter
  71.     Caption = 
  72.       'Format nom fichier ZIP :       "                              . ' +
  73.       '                    "'
  74.     Font.Charset = ANSI_CHARSET
  75.     Font.Color = clWindowText
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     ParentFont = False
  80.   end
  81.   object choix_langue: TComboBox
  82.     Left = 69
  83.     Top = 11
  84.     Width = 81
  85.     Height = 21
  86.     BevelInner = bvLowered
  87.     Style = csDropDownList
  88.     Font.Charset = DEFAULT_CHARSET
  89.     Font.Color = clWindowText
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     ItemHeight = 13
  94.     ItemIndex = 0
  95.     ParentFont = False
  96.     TabOrder = 0
  97.     Text = 'Fran'#231'ais'
  98.     OnChange = choix_langueChange
  99.     Items.Strings = (
  100.       'Fran'#231'ais'
  101.       'English')
  102.   end
  103.   object cmd_choix_rep_travail: TButton
  104.     Left = 387
  105.     Top = 121
  106.     Width = 81
  107.     Height = 25
  108.     Caption = 'Parcourir'
  109.     TabOrder = 1
  110.     OnClick = cmd_choix_rep_travailClick
  111.   end
  112.   object repertoire_travail: TStaticText
  113.     Left = 10
  114.     Top = 125
  115.     Width = 351
  116.     Height = 16
  117.     AutoSize = False
  118.     BevelInner = bvLowered
  119.     BevelKind = bkSoft
  120.     BevelOuter = bvNone
  121.     Color = clWhite
  122.     ParentColor = False
  123.     TabOrder = 2
  124.   end
  125.   object choix_format_dest_nom: TComboBox
  126.     Left = 156
  127.     Top = 40
  128.     Width = 81
  129.     Height = 21
  130.     BevelInner = bvLowered
  131.     Style = csDropDownList
  132.     ItemHeight = 13
  133.     ItemIndex = 0
  134.     TabOrder = 3
  135.     Text = 'exemple'
  136.     OnChange = choix_format_dest_nomChange
  137.     Items.Strings = (
  138.       'exemple'
  139.       'Exemple'
  140.       'EXEMPLE')
  141.   end
  142.   object choix_format_dest_extension: TComboBox
  143.     Left = 249
  144.     Top = 40
  145.     Width = 51
  146.     Height = 21
  147.     BevelInner = bvLowered
  148.     Style = csDropDownList
  149.     ItemHeight = 13
  150.     ItemIndex = 0
  151.     TabOrder = 4
  152.     Text = 'msa'
  153.     OnChange = choix_format_dest_extensionChange
  154.     Items.Strings = (
  155.       'msa'
  156.       'Msa'
  157.       'MSA')
  158.   end
  159.   object choix_format_zip_nom: TComboBox
  160.     Left = 156
  161.     Top = 74
  162.     Width = 81
  163.     Height = 21
  164.     BevelInner = bvLowered
  165.     Style = csDropDownList
  166.     ItemHeight = 13
  167.     ItemIndex = 0
  168.     TabOrder = 5
  169.     Text = 'exemple'
  170.     OnChange = choix_format_zip_nomChange
  171.     Items.Strings = (
  172.       'exemple'
  173.       'Exemple'
  174.       'EXEMPLE')
  175.   end
  176.   object choix_format_zip_extension: TComboBox
  177.     Left = 249
  178.     Top = 74
  179.     Width = 52
  180.     Height = 21
  181.     BevelInner = bvLowered
  182.     Style = csDropDownList
  183.     ItemHeight = 13
  184.     ItemIndex = 0
  185.     TabOrder = 6
  186.     Text = 'zip'
  187.     OnChange = choix_format_zip_extensionChange
  188.     Items.Strings = (
  189.       'zip'
  190.       'Zip'
  191.       'ZIP')
  192.   end
  193. end
  194.