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

  1. object FFour: TFFour
  2.   Left = 194
  3.   Top = 108
  4.   ActiveControl = Edit2
  5.   BorderStyle = bsDialog
  6.   Caption = 'Fournisseurs'
  7.   ClientHeight = 258
  8.   ClientWidth = 316
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   OnKeyPress = FormKeyPress
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 16
  23.     Width = 121
  24.     Height = 17
  25.     AutoSize = False
  26.     Caption = 'Code fournisseur'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Panel2: TPanel
  35.     Left = 8
  36.     Top = 49
  37.     Width = 302
  38.     Height = 144
  39.     Caption = 'Panel2'
  40.     TabOrder = 0
  41.     object Bevel1: TBevel
  42.       Left = 1
  43.       Top = 1
  44.       Width = 300
  45.       Height = 32
  46.       Align = alTop
  47.     end
  48.     object Label2: TLabel
  49.       Left = 11
  50.       Top = 10
  51.       Width = 278
  52.       Height = 16
  53.       Alignment = taCenter
  54.       AutoSize = False
  55.       Caption = 'Coordonn∩┐╜es du fournisseur'
  56.     end
  57.     object Edit2: TEdit
  58.       Left = 3
  59.       Top = 35
  60.       Width = 294
  61.       Height = 24
  62.       TabOrder = 0
  63.       OnKeyPress = FormKeyPress
  64.     end
  65.     object Edit3: TEdit
  66.       Left = 3
  67.       Top = 60
  68.       Width = 294
  69.       Height = 24
  70.       TabOrder = 1
  71.       OnKeyPress = FormKeyPress
  72.     end
  73.     object Edit4: TEdit
  74.       Left = 3
  75.       Top = 86
  76.       Width = 294
  77.       Height = 24
  78.       TabOrder = 2
  79.       OnKeyPress = FormKeyPress
  80.     end
  81.     object Edit5: TEdit
  82.       Left = 3
  83.       Top = 112
  84.       Width = 294
  85.       Height = 24
  86.       TabOrder = 3
  87.       OnKeyPress = FormKeyPress
  88.     end
  89.   end
  90.   object Edit1: TEdit
  91.     Left = 134
  92.     Top = 14
  93.     Width = 96
  94.     Height = 24
  95.     TabStop = False
  96.     ReadOnly = True
  97.     TabOrder = 1
  98.   end
  99.   object Button1: TButton
  100.     Left = 136
  101.     Top = 216
  102.     Width = 75
  103.     Height = 25
  104.     Cancel = True
  105.     Caption = 'Annuler'
  106.     TabOrder = 2
  107.     OnClick = Button1Click
  108.   end
  109.   object Button2: TButton
  110.     Left = 224
  111.     Top = 216
  112.     Width = 75
  113.     Height = 25
  114.     Caption = 'OK'
  115.     TabOrder = 3
  116.     OnClick = Button2Click
  117.   end
  118. end
  119.