home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / index / source / option.dfm / option.txt
Text File  |  1995-08-28  |  5KB  |  202 lines

  1. object OptionForm: TOptionForm
  2.   Left = 292
  3.   Top = 204
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Option de WinTrouve v1.0'
  7.   ClientHeight = 336
  8.   ClientWidth = 524
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   TextHeight = 20
  15.   object Onglet: TTabbedNotebook
  16.     Left = 0
  17.     Top = 0
  18.     Width = 524
  19.     Height = 336
  20.     Align = alClient
  21.     PageIndex = 1
  22.     TabFont.Color = clBtnText
  23.     TabFont.Height = -12
  24.     TabFont.Name = 'MS Sans Serif'
  25.     TabFont.Style = []
  26.     TabOrder = 0
  27.     object TTabPage
  28.       Left = 4
  29.       Top = 31
  30.       Caption = 'Option'
  31.       object GroupBox1: TGroupBox
  32.         Left = 10
  33.         Top = 10
  34.         Width = 501
  35.         Height = 141
  36.         Caption = 'Configuration '
  37.         TabOrder = 0
  38.         object Bevel1: TBevel
  39.           Left = 10
  40.           Top = 56
  41.           Width = 481
  42.           Height = 9
  43.           Shape = bsTopLine
  44.         end
  45.         object TotalCheck: TCheckBox
  46.           Left = 10
  47.           Top = 28
  48.           Width = 411
  49.           Height = 21
  50.           Caption = '&Charger configuration au d∩┐╜marage'
  51.           TabOrder = 0
  52.         end
  53.         object DifCheck: TCheckBox
  54.           Left = 10
  55.           Top = 74
  56.           Width = 391
  57.           Height = 21
  58.           Caption = '&Ignorer diff∩┐╜rence MAJ/min'
  59.           State = cbChecked
  60.           TabOrder = 1
  61.         end
  62.         object AnnexeCheck: TCheckBox
  63.           Left = 10
  64.           Top = 107
  65.           Width = 371
  66.           Height = 21
  67.           Caption = '&Traiter les annexes d'#39'abord'
  68.           State = cbChecked
  69.           TabOrder = 2
  70.         end
  71.       end
  72.       object GroupBox3: TGroupBox
  73.         Left = 10
  74.         Top = 160
  75.         Width = 501
  76.         Height = 81
  77.         Caption = 'R∩┐╜pertoire par d∩┐╜faut '
  78.         TabOrder = 1
  79.         object RepEdit: TEdit
  80.           Left = 10
  81.           Top = 30
  82.           Width = 291
  83.           Height = 28
  84.           CharCase = ecUpperCase
  85.           TabOrder = 0
  86.         end
  87.         object ParcoursBtn: TButton
  88.           Left = 310
  89.           Top = 30
  90.           Width = 181
  91.           Height = 31
  92.           Caption = '&Parcourir'
  93.           TabOrder = 1
  94.           OnClick = ParcoursBtnClick
  95.         end
  96.       end
  97.       object Ok2Btn: TButton
  98.         Left = 10
  99.         Top = 250
  100.         Width = 239
  101.         Height = 41
  102.         Caption = '&Ok'
  103.         Default = True
  104.         ModalResult = 1
  105.         TabOrder = 2
  106.         OnClick = Ok2BtnClick
  107.       end
  108.       object AnnuleBtn: TButton
  109.         Left = 264
  110.         Top = 250
  111.         Width = 247
  112.         Height = 41
  113.         Caption = '&Annuler'
  114.         ModalResult = 2
  115.         TabOrder = 3
  116.         OnClick = AnnuleBtnClick
  117.       end
  118.     end
  119.     object TTabPage
  120.       Left = 4
  121.       Top = 31
  122.       Caption = 'Fichiers annexes'
  123.       object ListBox: TListBox
  124.         Left = 10
  125.         Top = 170
  126.         Width = 495
  127.         Height = 121
  128.         ItemHeight = 20
  129.         MultiSelect = True
  130.         TabOrder = 6
  131.         OnDblClick = ListBoxDblClick
  132.       end
  133.       object FileList: TFileListBox
  134.         Left = 10
  135.         Top = 10
  136.         Width = 151
  137.         Height = 151
  138.         ItemHeight = 20
  139.         Mask = '*.asc;*.bbs'
  140.         MultiSelect = True
  141.         TabOrder = 0
  142.         OnDblClick = FileListDblClick
  143.       end
  144.       object DirectoryList: TDirectoryListBox
  145.         Left = 170
  146.         Top = 10
  147.         Width = 151
  148.         Height = 151
  149.         ItemHeight = 20
  150.         TabOrder = 1
  151.         OnChange = DirectoryListChange
  152.       end
  153.       object DriveBox: TDriveComboBox
  154.         Left = 340
  155.         Top = 10
  156.         Width = 161
  157.         Height = 26
  158.         TabOrder = 2
  159.         OnChange = DriveBoxChange
  160.       end
  161.       object AjouteBtn: TButton
  162.         Left = 340
  163.         Top = 50
  164.         Width = 69
  165.         Height = 31
  166.         Caption = '&Ajouter'
  167.         TabOrder = 3
  168.         OnClick = AjouteBtnClick
  169.       end
  170.       object SupBtn: TButton
  171.         Left = 416
  172.         Top = 50
  173.         Width = 89
  174.         Height = 31
  175.         Caption = '&Supprimer'
  176.         TabOrder = 4
  177.         OnClick = SupBtnClick
  178.       end
  179.       object OkBtn: TButton
  180.         Left = 340
  181.         Top = 90
  182.         Width = 165
  183.         Height = 31
  184.         Caption = '&Ok'
  185.         Default = True
  186.         ModalResult = 1
  187.         TabOrder = 5
  188.         OnClick = OkBtnClick
  189.       end
  190.       object Annule2Btn: TButton
  191.         Left = 340
  192.         Top = 128
  193.         Width = 165
  194.         Height = 33
  195.         Caption = 'Annuler'
  196.         TabOrder = 7
  197.         OnClick = Annule2BtnClick
  198.       end
  199.     end
  200.   end
  201. end
  202.