home *** CD-ROM | disk | FTP | other *** search
- object AboutForm: TAboutForm
- Left = 49
- Top = 90
- ActiveControl = OKButton
- AutoSize = True
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'About'
- ClientHeight = 257
- ClientWidth = 266
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- ShowHint = True
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 1
- Top = 0
- Width = 264
- Height = 229
- BevelInner = bvLowered
- BevelOuter = bvLowered
- UseDockManager = False
- TabOrder = 0
- object Copyright1: TLabel
- Left = 8
- Top = 152
- Width = 249
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Applied Micros Pty Limited ACN 073 019 557.'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Contact2: TLabel
- Left = 75
- Top = 200
- Width = 113
- Height = 13
- Cursor = crHandPoint
- Alignment = taCenter
- Caption = 'applied@primus.com.au'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlight
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = Contact2Click
- end
- object ProductName: TLabel
- Left = 76
- Top = 8
- Width = 181
- Height = 29
- AutoSize = False
- Caption = 'Project Name'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -24
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Label3: TLabel
- Left = 76
- Top = 36
- Width = 21
- Height = 17
- AutoSize = False
- Caption = 'Rev'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Times New Roman'
- Font.Style = [fsItalic]
- ParentFont = False
- end
- object Copyright2: TLabel
- Left = 8
- Top = 168
- Width = 249
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Copyright � 1999. All rights reserved.'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Licence1: TLabel
- Left = 8
- Top = 80
- Width = 249
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Licence 1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlight
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- end
- object Licence2: TLabel
- Left = 8
- Top = 96
- Width = 249
- Height = 41
- Alignment = taCenter
- AutoSize = False
- Caption = 'Licence 2'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlight
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Contact1: TLabel
- Left = 48
- Top = 184
- Width = 167
- Height = 13
- Cursor = crHandPoint
- Alignment = taCenter
- Caption = 'http://home.primus.com.au/applied'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clHighlight
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = Contact1Click
- end
- object Image1: TImage
- Left = 229
- Top = 193
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- Stretch = True
- IsControl = True
- end
- object Bevel1: TBevel
- Left = 8
- Top = 140
- Width = 249
- Height = 5
- Shape = bsBottomLine
- end
- object Label1: TLabel
- Left = 76
- Top = 52
- Width = 21
- Height = 17
- AutoSize = False
- Caption = 'S/N'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object SerialNumber: TLabel
- Left = 100
- Top = 52
- Width = 157
- Height = 17
- AutoSize = False
- Caption = 'Serial Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- end
- object Revision: TLabel
- Left = 100
- Top = 36
- Width = 157
- Height = 17
- AutoSize = False
- Caption = 'Revision'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Times New Roman'
- Font.Style = [fsItalic]
- ParentFont = False
- end
- object Bevel2: TBevel
- Left = 8
- Top = 72
- Width = 249
- Height = 5
- Shape = bsBottomLine
- end
- object Panel2: TPanel
- Left = 12
- Top = 12
- Width = 53
- Height = 53
- TabOrder = 0
- object AboutIcon: TImage
- Left = 10
- Top = 10
- Width = 32
- Height = 32
- Stretch = True
- IsControl = True
- end
- end
- end
- object OKButton: TButton
- Left = 200
- Top = 232
- Width = 66
- Height = 25
- Cancel = True
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = OKButtonClick
- end
- object RegisterButton: TButton
- Left = 0
- Top = 232
- Width = 66
- Height = 25
- Caption = 'Register'
- TabOrder = 1
- OnClick = RegisterButtonClick
- end
- object BuyNowButton: TButton
- Left = 100
- Top = 232
- Width = 65
- Height = 25
- Caption = 'Buy Now !'
- TabOrder = 2
- OnClick = BuyNowButtonClick
- end
- end
-