home *** CD-ROM | disk | FTP | other *** search
- object FrmAbout: TFrmAbout
- Left = 438
- Top = 92
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 382
- ClientWidth = 343
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- ShowHint = True
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LblVersion: TLabel
- Left = 19
- Top = 46
- Width = 47
- Height = 13
- Caption = 'Version '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label2: TLabel
- Left = 19
- Top = 64
- Width = 142
- Height = 13
- Caption = 'Copyright (C) 2001, 2002'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object LEmail: TLabel
- Left = 11
- Top = 111
- Width = 32
- Height = 13
- Caption = 'E-Mail:'
- Transparent = True
- end
- object LWebsite: TLabel
- Left = 11
- Top = 134
- Width = 45
- Height = 13
- Caption = 'Web site:'
- Transparent = True
- end
- object LblEMail: TLabel
- Left = 90
- Top = 111
- Width = 95
- Height = 13
- Cursor = crHandPoint
- Caption = 'CDCheck@elpros.si'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- Transparent = True
- OnClick = LblEMailClick
- end
- object LblHomepage: TLabel
- Left = 90
- Top = 134
- Width = 125
- Height = 13
- Cursor = crHandPoint
- Caption = 'http://elpros.si/CDCheck/'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- Transparent = True
- OnClick = LblHomepageClick
- end
- object LAuthor: TLabel
- Left = 19
- Top = 82
- Width = 106
- Height = 13
- Caption = 'Author Mitja Perko'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object CDCheck: TLabel
- Left = 16
- Top = 0
- Width = 142
- Height = 37
- Caption = 'CDCheck'
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = 10841658
- Font.Height = -32
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object LReg: TLabel
- Left = 11
- Top = 340
- Width = 69
- Height = 13
- Anchors = [akLeft, akBottom]
- Caption = 'Registration'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object LCode: TLabel
- Left = 11
- Top = 360
- Width = 28
- Height = 13
- Anchors = [akLeft, akBottom]
- Caption = 'Code:'
- Transparent = True
- end
- object Memo1: TMemo
- Left = 8
- Top = 160
- Width = 329
- Height = 169
- TabStop = False
- Ctl3D = False
- Lines.Strings = (
-
- 'You can get additional information about the product on the web ' +
- 'site given above.'
- ''
- 'This includes:'
- '- FAQ (frequently asked questions)'
-
- '- up to date information on new versions (including beta version' +
- 's)'
- '- mailing list'
- ''
-
- 'If you find any bug please report it using the page on the web s' +
- 'ite or e-mail it directly to me.')
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 3
- WordWrap = False
- end
- object SpdOK: TButton
- Left = 264
- Top = 8
- Width = 72
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object ECode: TEdit
- Tag = 255
- Left = 56
- Top = 356
- Width = 177
- Height = 21
- Anchors = [akLeft, akBottom]
- TabOrder = 1
- Text = 'Enter here your registration code'
- end
- object BtnRegister: TButton
- Left = 240
- Top = 354
- Width = 99
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Register!'
- TabOrder = 2
- OnClick = BtnRegisterClick
- end
- end
-