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

  1. object Societe: TSociete
  2.   Left = 200
  3.   Top = 121
  4.   BorderStyle = bsDialog
  5.   Caption = 'Soci∩┐╜t∩┐╜'
  6.   ClientHeight = 278
  7.   ClientWidth = 436
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 436
  21.     Height = 20
  22.     Align = alTop
  23.     Alignment = taCenter
  24.     Caption = 'Lignes constituant l'#39'en-t∩┐╜te de la soci∩┐╜t∩┐╜'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -17
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object Edit1: TEdit
  33.     Left = 21
  34.     Top = 32
  35.     Width = 396
  36.     Height = 24
  37.     TabOrder = 0
  38.   end
  39.   object Edit2: TEdit
  40.     Left = 21
  41.     Top = 56
  42.     Width = 396
  43.     Height = 24
  44.     TabOrder = 1
  45.   end
  46.   object Edit3: TEdit
  47.     Left = 21
  48.     Top = 80
  49.     Width = 396
  50.     Height = 24
  51.     TabOrder = 2
  52.   end
  53.   object Edit4: TEdit
  54.     Left = 21
  55.     Top = 104
  56.     Width = 396
  57.     Height = 24
  58.     TabOrder = 3
  59.   end
  60.   object Edit5: TEdit
  61.     Left = 21
  62.     Top = 128
  63.     Width = 396
  64.     Height = 24
  65.     TabOrder = 4
  66.   end
  67.   object Edit6: TEdit
  68.     Left = 21
  69.     Top = 152
  70.     Width = 396
  71.     Height = 24
  72.     TabOrder = 5
  73.   end
  74.   object Edit7: TEdit
  75.     Left = 21
  76.     Top = 176
  77.     Width = 396
  78.     Height = 24
  79.     TabOrder = 6
  80.   end
  81.   object Button1: TButton
  82.     Left = 240
  83.     Top = 232
  84.     Width = 75
  85.     Height = 25
  86.     Cancel = True
  87.     Caption = 'Annuler'
  88.     TabOrder = 7
  89.     OnClick = Button1Click
  90.   end
  91.   object Button2: TButton
  92.     Left = 336
  93.     Top = 232
  94.     Width = 75
  95.     Height = 25
  96.     Caption = 'OK'
  97.     TabOrder = 8
  98.     OnClick = Button2Click
  99.   end
  100. end
  101.