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

  1. object AboutBox: TAboutBox
  2.   Left = 243
  3.   Top = 108
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'A propos'
  7.   ClientHeight = 239
  8.   ClientWidth = 367
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 10
  20.     Top = 10
  21.     Width = 346
  22.     Height = 175
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 10
  27.       Top = 10
  28.       Width = 80
  29.       Height = 70
  30.       Center = True
  31.       Picture.Data = {<image000.TMetafile>}
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 108
  37.       Top = 12
  38.       Width = 205
  39.       Height = 25
  40.       AutoSize = False
  41.       Caption = 'Ams Commande'
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clBlack
  44.       Font.Height = -20
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = [fsBold]
  47.       ParentFont = False
  48.       IsControl = True
  49.     end
  50.     object Version: TLabel
  51.       Left = 108
  52.       Top = 41
  53.       Width = 101
  54.       Height = 16
  55.       AutoSize = False
  56.       Caption = 'Version 2.0'
  57.       Font.Charset = DEFAULT_CHARSET
  58.       Font.Color = clBlack
  59.       Font.Height = -13
  60.       Font.Name = 'MS Sans Serif'
  61.       Font.Style = [fsBold]
  62.       ParentFont = False
  63.       IsControl = True
  64.     end
  65.     object Copyright: TLabel
  66.       Left = 10
  67.       Top = 98
  68.       Width = 319
  69.       Height = 23
  70.       AutoSize = False
  71.       Caption = '(C) 1999-2001 Alternative Micro Syst∩┐╜me'
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clBlack
  74.       Font.Height = -17
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.       IsControl = True
  79.     end
  80.     object Comments: TLabel
  81.       Left = 10
  82.       Top = 128
  83.       Width = 231
  84.       Height = 41
  85.       AutoSize = False
  86.       Caption = 'Gestion des commandes. Version shareware'
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clBlack
  89.       Font.Height = -17
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = []
  92.       ParentFont = False
  93.       WordWrap = True
  94.       IsControl = True
  95.     end
  96.     object Label1: TLabel
  97.       Left = 108
  98.       Top = 63
  99.       Width = 195
  100.       Height = 16
  101.       Caption = 'Auteur : Pierre GRANDOLINI'
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clBlack
  104.       Font.Height = -13
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = [fsBold]
  107.       ParentFont = False
  108.     end
  109.   end
  110.   object OKButton: TButton
  111.     Left = 148
  112.     Top = 195
  113.     Width = 80
  114.     Height = 33
  115.     Cancel = True
  116.     Caption = 'OK'
  117.     Default = True
  118.     ModalResult = 1
  119.     TabOrder = 1
  120.     OnClick = OKButtonClick
  121.     IsControl = True
  122.   end
  123. end
  124.