object MainForm: TMainForm Left = 240 Top = 169 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Delphi Trouve v1.01' ClientHeight = 410 ClientWidth = 661 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] FormStyle = fsMDIForm OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 16 object StatusLine: TPanel Left = 0 Top = 382 Width = 661 Height = 28 Align = alBottom Alignment = taLeftJustify BorderWidth = 2 Font.Color = clBlack Font.Height = -15 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object Critere2: TGroupBox Left = 10 Top = 108 Width = 267 Height = 90 Caption = '2� Crit�re' Enabled = False TabOrder = 2 Visible = False object NonCheck2: TCheckBox Left = 10 Top = 20 Width = 60 Height = 30 Caption = 'Non' TabOrder = 1 end object EtRadio2: TRadioButton Left = 98 Top = 20 Width = 51 Height = 30 Caption = 'Et' Checked = True TabOrder = 2 TabStop = True end object OuRadio2: TRadioButton Left = 167 Top = 20 Width = 61 Height = 30 Caption = 'Ou' TabOrder = 3 end object TexteCritere2: TEdit Left = 10 Top = 59 Width = 228 Height = 24 Hint = 'Second crit�re de recherche' TabOrder = 0 OnChange = TexteCritere2Change end end object Critere3: TGroupBox Left = 10 Top = 217 Width = 267 Height = 89 Caption = '3� Crit�re' Enabled = False TabOrder = 3 Visible = False object NonCheck3: TCheckBox Left = 10 Top = 20 Width = 60 Height = 30 Caption = 'Non' TabOrder = 1 end object EtRadio3: TRadioButton Left = 98 Top = 20 Width = 51 Height = 30 Caption = 'Et' Checked = True TabOrder = 2 TabStop = True end object OuRadio3: TRadioButton Left = 167 Top = 20 Width = 61 Height = 30 Caption = 'Ou' TabOrder = 3 end object TexteCritere3: TEdit Left = 10 Top = 59 Width = 228 Height = 24 Hint = 'Troisi�me et dernier crit�re de recherche' TabOrder = 0 end end object Critere1: TGroupBox Left = 10 Top = 10 Width = 257 Height = 80 Caption = '1� Crit�re' TabOrder = 1 object NonCheck1: TCheckBox Left = 10 Top = 20 Width = 70 Height = 21 Caption = 'Non' TabOrder = 1 end object TexteCritere1: TEdit Left = 10 Top = 49 Width = 237 Height = 24 Hint = 'Premier crit�re de recherche' TabOrder = 0 OnChange = TexteCritere1Change end end object RechercheBtn: TButton Left = 10 Top = 325 Width = 198 Height = 41 Hint = 'Lance la recherche avec le(s) crit�re(s) courant(s)' Caption = '&Recherche' Default = True Enabled = False TabOrder = 4 OnClick = RechercheBtnClick end object QuitterBtn: TButton Left = 502 Top = 276 Width = 139 Height = 40 Hint = 'Quitte cette fantastique application' Caption = '&Quitter' TabOrder = 13 OnClick = QuitterBtnClick end object ListeBox: TListBox Left = 295 Top = 10 Width = 189 Height = 290 Hint = 'Liste des fichiers de descriptions de CD-ROMS' ItemHeight = 16 MultiSelect = True TabOrder = 5 OnClick = ListeBoxClick end object AscCheck: TCheckBox Left = 502 Top = 10 Width = 67 Height = 31 Hint = 'S�lectionne l'#39'ensemble des fichiers ASC' Caption = '&Asc' State = cbChecked TabOrder = 6 OnClick = AscCheckClick end object VracCheck: TCheckBox Left = 502 Top = 39 Width = 67 Height = 31 Hint = 'S�lectionne l'#39'ensemble des fichiers VRAC' Caption = '&Vrac' State = cbChecked TabOrder = 7 OnClick = VracCheckClick end object AutreCheck: TCheckBox Left = 502 Top = 69 Width = 67 Height = 31 Hint = 'S�lectionne l'#39'ensemble des fichiers qui ne sont ni de type ASC o' + 'u VRAC' Caption = 'A&utre' State = cbChecked TabOrder = 8 OnClick = AutreCheckClick end object ChargerBtn: TButton Left = 226 Top = 325 Width = 199 Height = 41 Hint = 'Charge les fichiers les plus souvent scann�s' Caption = '&Charger configuration' TabOrder = 10 OnClick = ChargerBtnClick end object SauveBtn: TButton Left = 443 Top = 325 Width = 198 Height = 41 Hint = 'Sauvegarde les fichiers s�lectionn�s dans le .INI' Caption = '&Sauver configuration' TabOrder = 11 OnClick = SauveBtnClick end object OptBtn: TButton Left = 502 Top = 226 Width = 139 Height = 41 Hint = 'Modifie les options du programme' Caption = '&Option' TabOrder = 12 OnClick = OptBtnClick end object AnnexeCheck: TCheckBox Left = 502 Top = 197 Width = 120 Height = 21 Hint = 'Utilise les fichiers d�finis dans l'#39'onglet.' Caption = 'A&nnexe' State = cbChecked TabOrder = 9 end object Edit1: TEdit Left = 496 Top = 112 Width = 145 Height = 17 Hint = 'Le beau programme que voil�' TabStop = False BorderStyle = bsNone Color = clBtnFace Enabled = False ReadOnly = True TabOrder = 14 Text = ' Win Trouve v1.01' end object Edit2: TEdit Left = 496 Top = 136 Width = 145 Height = 17 Hint = 'Le saint homme' TabStop = False BorderStyle = bsNone Color = clBtnFace Enabled = False ReadOnly = True TabOrder = 15 Text = ' EVAIN St�phane' end object Edit3: TEdit Left = 496 Top = 160 Width = 145 Height = 17 Hint = 'release � la fin de mon service militaire.' TabStop = False BorderStyle = bsNone Color = clBtnFace Enabled = False HideSelection = False ReadOnly = True TabOrder = 16 Text = ' (c) 1995' end end