home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Calmira / Src / SRC / ABOUT.DFM / ABOUT.txt
Text File  |  1997-02-17  |  3KB  |  151 lines

  1. object AboutBox: TAboutBox
  2.   Left = 234
  3.   Top = 120
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 241
  8.   ClientWidth = 287
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 4
  19.     Top = 6
  20.     Width = 279
  21.     Height = 199
  22.     Shape = bsFrame
  23.   end
  24.   object Image: TImage
  25.     Left = 14
  26.     Top = 16
  27.     Width = 100
  28.     Height = 80
  29.     AutoSize = True
  30.     Stretch = True
  31.   end
  32.   object ProductName: TLabel
  33.     Left = 118
  34.     Top = 14
  35.     Width = 54
  36.     Height = 16
  37.     Caption = 'Calmira'
  38.     Font.Color = clBlue
  39.     Font.Height = -13
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     IsControl = True
  44.   end
  45.   object VersionLabel: TLabel
  46.     Left = 118
  47.     Top = 32
  48.     Width = 151
  49.     Height = 13
  50.     AutoSize = False
  51.     Caption = 'Source Release 1.0'
  52.     Font.Color = clBlack
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.     IsControl = True
  58.   end
  59.   object Copyright: TLabel
  60.     Left = 118
  61.     Top = 64
  62.     Width = 153
  63.     Height = 13
  64.     Caption = 'Copyright ∩┐╜ 1997 Li-Hsin Huang'
  65.     Font.Color = clBlack
  66.     Font.Height = -11
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     IsControl = True
  71.   end
  72.   object Email: TLabel
  73.     Left = 118
  74.     Top = 82
  75.     Width = 151
  76.     Height = 13
  77.     Caption = 'Email lhh@tribbles.demon.co.uk'
  78.     Font.Color = clBlack
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     IsControl = True
  84.   end
  85.   object MemLabel: TLabel
  86.     Left = 14
  87.     Top = 110
  88.     Width = 79
  89.     Height = 13
  90.     Caption = 'Memory:      XXX'
  91.   end
  92.   object ResLabel: TLabel
  93.     Left = 14
  94.     Top = 126
  95.     Width = 74
  96.     Height = 13
  97.     Caption = 'Resources:  XX'
  98.   end
  99.   object Label2: TLabel
  100.     Left = 14
  101.     Top = 150
  102.     Width = 263
  103.     Height = 43
  104.     AutoSize = False
  105.     Caption = 
  106.       'This is free software, and you are welcome to redistribute it un' +
  107.       'der the terms of the GNU General Public License, version 2 or la' +
  108.       'ter.'
  109.     WordWrap = True
  110.   end
  111.   object OKButton: TBitBtn
  112.     Left = 206
  113.     Top = 210
  114.     Width = 77
  115.     Height = 27
  116.     Font.Color = clBlack
  117.     Font.Height = -11
  118.     Font.Name = 'MS Sans Serif'
  119.     Font.Style = []
  120.     ParentFont = False
  121.     TabOrder = 0
  122.     Kind = bkOK
  123.     Margin = 4
  124.     Style = bsNew
  125.     Spacing = -1
  126.     IsControl = True
  127.   end
  128.   object LicenseBtn: TBitBtn
  129.     Left = 80
  130.     Top = 210
  131.     Width = 123
  132.     Height = 27
  133.     Caption = 'Read license...'
  134.     TabOrder = 1
  135.     OnClick = LicenseBtnClick
  136.     Glyph.Data = {
  137.       10010000424D1001000000000000760000002800000010000000100000000100
  138.       0400000000008000000000000000000000000000000000000000000000000000
  139.       80000080000000808000800000008000800080800000C0C0C000808080000000
  140.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000333333
  141.       3333330999000000000333090099999999033309F000877FF9033099F07F8000
  142.       F903099FF07FFFF8F90309FFF07FFFF8F90309FFF07FFFF8F90309FFF07FFFF8
  143.       F90309FFF07FFFF8F90309FFF07FFFF8F90309FF788FFFF8003309FF83388FF8
  144.       333309F783333888333338783333333333333383333333333333000000000000
  145.       0000000000000000000000000000000000000000}
  146.     Margin = 4
  147.     Style = bsNew
  148.     Spacing = -1
  149.   end
  150. end
  151.