home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 22 / LogicielsPC_22.iso / Accuses / Maj / Amsfact / AmsFact.exe / 0 / RCDATA / TFINDCLI / TFINDCLI.txt
Text File  |  2001-06-25  |  1KB  |  65 lines

  1. object FindCli: TFindCli
  2.   Left = 200
  3.   Top = 108
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rechercher client'
  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 = 122
  22.     Height = 16
  23.     Caption = 'Chercher code client'
  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.     OnKeyPress = Edit1KeyPress
  44.   end
  45.   object Button1: TButton
  46.     Left = 258
  47.     Top = 80
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'OK'
  51.     TabOrder = 1
  52.     OnClick = Button1Click
  53.   end
  54.   object Button2: TButton
  55.     Left = 170
  56.     Top = 80
  57.     Width = 75
  58.     Height = 25
  59.     Cancel = True
  60.     Caption = 'Annuler'
  61.     TabOrder = 2
  62.     OnClick = Button2Click
  63.   end
  64. end
  65.