home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 22 / LogicielsPC_22.iso / Accuses / Maj / Amscmd / AmsCmd.exe / 0 / RCDATA / TFINDDIALOG / TFINDDIALOG.txt
Text File  |  2001-06-27  |  1KB  |  66 lines

  1. object FindDialog: TFindDialog
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rechercher'
  7.   ClientHeight = 120
  8.   ClientWidth = 350
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 12
  20.     Top = 8
  21.     Width = 54
  22.     Height = 16
  23.     Caption = 'Chercher'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Edit1: TEdit
  32.     Left = 16
  33.     Top = 37
  34.     Width = 321
  35.     Height = 24
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -13
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     TabOrder = 0
  43.     Text = 'F'
  44.     OnKeyPress = Edit1KeyPress
  45.   end
  46.   object Button1: TButton
  47.     Left = 258
  48.     Top = 80
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'OK'
  52.     TabOrder = 1
  53.     OnClick = Button1Click
  54.   end
  55.   object Button2: TButton
  56.     Left = 170
  57.     Top = 80
  58.     Width = 75
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = 'Annuler'
  62.     TabOrder = 2
  63.     OnClick = Button2Click
  64.   end
  65. end
  66.