home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 26 / LogicielsPC_26.iso / Accuses / Nouveau / PandaMoney / _SETUP.1 / financing.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1999-09-06  |  2KB  |  113 lines

  1. object AboutForm: TAboutForm
  2.   Left = 221
  3.   Top = 146
  4.   BorderStyle = bsDialog
  5.   Caption = 'About ...'
  6.   ClientHeight = 282
  7.   ClientWidth = 264
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clNavy
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = [fsBold]
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object About_Image: TImage
  21.     Left = 0
  22.     Top = -1
  23.     Width = 264
  24.     Height = 282
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object About_ICON: TImage
  29.     Left = 10
  30.     Top = 8
  31.     Width = 32
  32.     Height = 32
  33.     AutoSize = True
  34.   end
  35.   object Version_Label: TLabel
  36.     Left = 145
  37.     Top = 144
  38.     Width = 101
  39.     Height = 14
  40.     Caption = 'Version : 3.03.7280'
  41.     Transparent = True
  42.   end
  43.   object Edition_Label: TLabel
  44.     Left = 145
  45.     Top = 128
  46.     Width = 102
  47.     Height = 19
  48.     Caption = 'Final Release'
  49.     Font.Charset = ANSI_CHARSET
  50.     Font.Color = clNavy
  51.     Font.Height = -16
  52.     Font.Name = 'Arial'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.     Transparent = True
  56.   end
  57.   object AboutBevel: TBevel
  58.     Left = 137
  59.     Top = 162
  60.     Width = 120
  61.     Height = 3
  62.   end
  63.   object Copyright_Label1: TLabel
  64.     Left = 17
  65.     Top = 236
  66.     Width = 224
  67.     Height = 14
  68.     Caption = 'Copyright (c) 1997-1999 Auspic Media Co.'
  69.     Transparent = True
  70.   end
  71.   object Copyright_Label2: TLabel
  72.     Left = 21
  73.     Top = 248
  74.     Width = 211
  75.     Height = 14
  76.     Caption = 'Copyright (c) 1998-1999 Acorlan Group.'
  77.     Transparent = True
  78.   end
  79.   object Copyright_Label3: TLabel
  80.     Left = 77
  81.     Top = 260
  82.     Width = 104
  83.     Height = 14
  84.     Caption = 'All rights reserved'
  85.     Transparent = True
  86.   end
  87.   object Label1: TLabel
  88.     Left = 177
  89.     Top = 108
  90.     Width = 36
  91.     Height = 16
  92.     Caption = 'Major'
  93.     Color = clRed
  94.     Font.Charset = ANSI_CHARSET
  95.     Font.Color = clRed
  96.     Font.Height = -13
  97.     Font.Name = 'Arial'
  98.     Font.Style = [fsBold]
  99.     ParentColor = False
  100.     ParentFont = False
  101.     Transparent = True
  102.   end
  103.   object OKButton: TButton
  104.     Left = 161
  105.     Top = 176
  106.     Width = 75
  107.     Height = 25
  108.     Caption = 'OK'
  109.     TabOrder = 0
  110.     OnClick = OKButtonClick
  111.   end
  112. end
  113.