home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 234
- Top = 120
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 241
- ClientWidth = 287
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 13
- object Bevel1: TBevel
- Left = 4
- Top = 6
- Width = 279
- Height = 199
- Shape = bsFrame
- end
- object Image: TImage
- Left = 14
- Top = 16
- Width = 100
- Height = 80
- AutoSize = True
- Stretch = True
- end
- object ProductName: TLabel
- Left = 118
- Top = 14
- Width = 54
- Height = 16
- Caption = 'Calmira'
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object VersionLabel: TLabel
- Left = 118
- Top = 32
- Width = 151
- Height = 13
- AutoSize = False
- Caption = 'Source Release 1.0'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Copyright: TLabel
- Left = 118
- Top = 64
- Width = 153
- Height = 13
- Caption = 'Copyright � 1997 Li-Hsin Huang'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object Email: TLabel
- Left = 118
- Top = 82
- Width = 151
- Height = 13
- Caption = 'Email lhh@tribbles.demon.co.uk'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object MemLabel: TLabel
- Left = 14
- Top = 110
- Width = 79
- Height = 13
- Caption = 'Memory: XXX'
- end
- object ResLabel: TLabel
- Left = 14
- Top = 126
- Width = 74
- Height = 13
- Caption = 'Resources: XX'
- end
- object Label2: TLabel
- Left = 14
- Top = 150
- Width = 263
- Height = 43
- AutoSize = False
- Caption =
- 'This is free software, and you are welcome to redistribute it un' +
- 'der the terms of the GNU General Public License, version 2 or la' +
- 'ter.'
- WordWrap = True
- end
- object OKButton: TBitBtn
- Left = 206
- Top = 210
- Width = 77
- Height = 27
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Kind = bkOK
- Margin = 4
- Style = bsNew
- Spacing = -1
- IsControl = True
- end
- object LicenseBtn: TBitBtn
- Left = 80
- Top = 210
- Width = 123
- Height = 27
- Caption = 'Read license...'
- TabOrder = 1
- OnClick = LicenseBtnClick
- Glyph.Data = {
- 10010000424D1001000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000000000000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000333333
- 3333330999000000000333090099999999033309F000877FF9033099F07F8000
- F903099FF07FFFF8F90309FFF07FFFF8F90309FFF07FFFF8F90309FFF07FFFF8
- F90309FFF07FFFF8F90309FFF07FFFF8F90309FF788FFFF8003309FF83388FF8
- 333309F783333888333338783333333333333383333333333333000000000000
- 0000000000000000000000000000000000000000}
- Margin = 4
- Style = bsNew
- Spacing = -1
- end
- end
-