home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / index / source / main.dfm / main.txt
Text File  |  1996-05-03  |  6KB  |  299 lines

  1. object MainForm: TMainForm
  2.   Left = 240
  3.   Top = 169
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Delphi Trouve v1.01'
  7.   ClientHeight = 410
  8.   ClientWidth = 661
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   FormStyle = fsMDIForm
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object StatusLine: TPanel
  19.     Left = 0
  20.     Top = 382
  21.     Width = 661
  22.     Height = 28
  23.     Align = alBottom
  24.     Alignment = taLeftJustify
  25.     BorderWidth = 2
  26.     Font.Color = clBlack
  27.     Font.Height = -15
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     TabOrder = 0
  32.   end
  33.   object Critere2: TGroupBox
  34.     Left = 10
  35.     Top = 108
  36.     Width = 267
  37.     Height = 90
  38.     Caption = '2∩┐╜ Crit∩┐╜re'
  39.     Enabled = False
  40.     TabOrder = 2
  41.     Visible = False
  42.     object NonCheck2: TCheckBox
  43.       Left = 10
  44.       Top = 20
  45.       Width = 60
  46.       Height = 30
  47.       Caption = 'Non'
  48.       TabOrder = 1
  49.     end
  50.     object EtRadio2: TRadioButton
  51.       Left = 98
  52.       Top = 20
  53.       Width = 51
  54.       Height = 30
  55.       Caption = 'Et'
  56.       Checked = True
  57.       TabOrder = 2
  58.       TabStop = True
  59.     end
  60.     object OuRadio2: TRadioButton
  61.       Left = 167
  62.       Top = 20
  63.       Width = 61
  64.       Height = 30
  65.       Caption = 'Ou'
  66.       TabOrder = 3
  67.     end
  68.     object TexteCritere2: TEdit
  69.       Left = 10
  70.       Top = 59
  71.       Width = 228
  72.       Height = 24
  73.       Hint = 'Second crit∩┐╜re de recherche'
  74.       TabOrder = 0
  75.       OnChange = TexteCritere2Change
  76.     end
  77.   end
  78.   object Critere3: TGroupBox
  79.     Left = 10
  80.     Top = 217
  81.     Width = 267
  82.     Height = 89
  83.     Caption = '3∩┐╜ Crit∩┐╜re'
  84.     Enabled = False
  85.     TabOrder = 3
  86.     Visible = False
  87.     object NonCheck3: TCheckBox
  88.       Left = 10
  89.       Top = 20
  90.       Width = 60
  91.       Height = 30
  92.       Caption = 'Non'
  93.       TabOrder = 1
  94.     end
  95.     object EtRadio3: TRadioButton
  96.       Left = 98
  97.       Top = 20
  98.       Width = 51
  99.       Height = 30
  100.       Caption = 'Et'
  101.       Checked = True
  102.       TabOrder = 2
  103.       TabStop = True
  104.     end
  105.     object OuRadio3: TRadioButton
  106.       Left = 167
  107.       Top = 20
  108.       Width = 61
  109.       Height = 30
  110.       Caption = 'Ou'
  111.       TabOrder = 3
  112.     end
  113.     object TexteCritere3: TEdit
  114.       Left = 10
  115.       Top = 59
  116.       Width = 228
  117.       Height = 24
  118.       Hint = 'Troisi∩┐╜me et dernier crit∩┐╜re de recherche'
  119.       TabOrder = 0
  120.     end
  121.   end
  122.   object Critere1: TGroupBox
  123.     Left = 10
  124.     Top = 10
  125.     Width = 257
  126.     Height = 80
  127.     Caption = '1∩┐╜ Crit∩┐╜re'
  128.     TabOrder = 1
  129.     object NonCheck1: TCheckBox
  130.       Left = 10
  131.       Top = 20
  132.       Width = 70
  133.       Height = 21
  134.       Caption = 'Non'
  135.       TabOrder = 1
  136.     end
  137.     object TexteCritere1: TEdit
  138.       Left = 10
  139.       Top = 49
  140.       Width = 237
  141.       Height = 24
  142.       Hint = 'Premier crit∩┐╜re de recherche'
  143.       TabOrder = 0
  144.       OnChange = TexteCritere1Change
  145.     end
  146.   end
  147.   object RechercheBtn: TButton
  148.     Left = 10
  149.     Top = 325
  150.     Width = 198
  151.     Height = 41
  152.     Hint = 'Lance la recherche avec le(s) crit∩┐╜re(s) courant(s)'
  153.     Caption = '&Recherche'
  154.     Default = True
  155.     Enabled = False
  156.     TabOrder = 4
  157.     OnClick = RechercheBtnClick
  158.   end
  159.   object QuitterBtn: TButton
  160.     Left = 502
  161.     Top = 276
  162.     Width = 139
  163.     Height = 40
  164.     Hint = 'Quitte cette fantastique application'
  165.     Caption = '&Quitter'
  166.     TabOrder = 13
  167.     OnClick = QuitterBtnClick
  168.   end
  169.   object ListeBox: TListBox
  170.     Left = 295
  171.     Top = 10
  172.     Width = 189
  173.     Height = 290
  174.     Hint = 'Liste des fichiers de descriptions de CD-ROMS'
  175.     ItemHeight = 16
  176.     MultiSelect = True
  177.     TabOrder = 5
  178.     OnClick = ListeBoxClick
  179.   end
  180.   object AscCheck: TCheckBox
  181.     Left = 502
  182.     Top = 10
  183.     Width = 67
  184.     Height = 31
  185.     Hint = 'S∩┐╜lectionne l'#39'ensemble des fichiers ASC'
  186.     Caption = '&Asc'
  187.     State = cbChecked
  188.     TabOrder = 6
  189.     OnClick = AscCheckClick
  190.   end
  191.   object VracCheck: TCheckBox
  192.     Left = 502
  193.     Top = 39
  194.     Width = 67
  195.     Height = 31
  196.     Hint = 'S∩┐╜lectionne l'#39'ensemble des fichiers VRAC'
  197.     Caption = '&Vrac'
  198.     State = cbChecked
  199.     TabOrder = 7
  200.     OnClick = VracCheckClick
  201.   end
  202.   object AutreCheck: TCheckBox
  203.     Left = 502
  204.     Top = 69
  205.     Width = 67
  206.     Height = 31
  207.     Hint = 
  208.       'S∩┐╜lectionne l'#39'ensemble des fichiers qui ne sont ni de type ASC o' +
  209.       'u VRAC'
  210.     Caption = 'A&utre'
  211.     State = cbChecked
  212.     TabOrder = 8
  213.     OnClick = AutreCheckClick
  214.   end
  215.   object ChargerBtn: TButton
  216.     Left = 226
  217.     Top = 325
  218.     Width = 199
  219.     Height = 41
  220.     Hint = 'Charge les fichiers les plus souvent scann∩┐╜s'
  221.     Caption = '&Charger configuration'
  222.     TabOrder = 10
  223.     OnClick = ChargerBtnClick
  224.   end
  225.   object SauveBtn: TButton
  226.     Left = 443
  227.     Top = 325
  228.     Width = 198
  229.     Height = 41
  230.     Hint = 'Sauvegarde les fichiers s∩┐╜lectionn∩┐╜s dans le .INI'
  231.     Caption = '&Sauver configuration'
  232.     TabOrder = 11
  233.     OnClick = SauveBtnClick
  234.   end
  235.   object OptBtn: TButton
  236.     Left = 502
  237.     Top = 226
  238.     Width = 139
  239.     Height = 41
  240.     Hint = 'Modifie les options du programme'
  241.     Caption = '&Option'
  242.     TabOrder = 12
  243.     OnClick = OptBtnClick
  244.   end
  245.   object AnnexeCheck: TCheckBox
  246.     Left = 502
  247.     Top = 197
  248.     Width = 120
  249.     Height = 21
  250.     Hint = 'Utilise les fichiers d∩┐╜finis dans l'#39'onglet.'
  251.     Caption = 'A&nnexe'
  252.     State = cbChecked
  253.     TabOrder = 9
  254.   end
  255.   object Edit1: TEdit
  256.     Left = 496
  257.     Top = 112
  258.     Width = 145
  259.     Height = 17
  260.     Hint = 'Le beau programme que voil∩┐╜'
  261.     TabStop = False
  262.     BorderStyle = bsNone
  263.     Color = clBtnFace
  264.     Enabled = False
  265.     ReadOnly = True
  266.     TabOrder = 14
  267.     Text = ' Win Trouve  v1.01'
  268.   end
  269.   object Edit2: TEdit
  270.     Left = 496
  271.     Top = 136
  272.     Width = 145
  273.     Height = 17
  274.     Hint = 'Le saint homme'
  275.     TabStop = False
  276.     BorderStyle = bsNone
  277.     Color = clBtnFace
  278.     Enabled = False
  279.     ReadOnly = True
  280.     TabOrder = 15
  281.     Text = ' EVAIN St∩┐╜phane'
  282.   end
  283.   object Edit3: TEdit
  284.     Left = 496
  285.     Top = 160
  286.     Width = 145
  287.     Height = 17
  288.     Hint = 'release ∩┐╜ la fin de mon service militaire.'
  289.     TabStop = False
  290.     BorderStyle = bsNone
  291.     Color = clBtnFace
  292.     Enabled = False
  293.     HideSelection = False
  294.     ReadOnly = True
  295.     TabOrder = 16
  296.     Text = ' (c) 1995'
  297.   end
  298. end
  299.