home *** CD-ROM | disk | FTP | other *** search
- object frmAbout: TfrmAbout
- Left = 160
- Top = 107
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- ActiveControl = bttOK
- BorderStyle = bsDialog
- ClientHeight = 206
- ClientWidth = 297
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnDeactivate = FormDeactivate
- PixelsPerInch = 96
- TextHeight = 13
- object panelMain: TPanel
- Left = 10
- Top = 4
- Width = 281
- Height = 161
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 0
- object LBLBETA: TLabel
- Left = 16
- Top = 92
- Width = 10
- Height = 41
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -35
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblInfo1: TLabel
- Left = 70
- Top = 16
- Width = 190
- Height = 13
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object lblInfo2: TLabel
- Left = 70
- Top = 40
- Width = 190
- Height = 13
- AutoSize = False
- IsControl = True
- end
- object lblInfo3: TLabel
- Left = 10
- Top = 72
- Width = 253
- Height = 45
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- Transparent = True
- WordWrap = True
- IsControl = True
- end
- object lblInfo4: TLabel
- Left = 10
- Top = 120
- Width = 253
- Height = 33
- AutoSize = False
- ParentShowHint = False
- ShowHint = True
- Transparent = True
- WordWrap = True
- IsControl = True
- end
- object ProgramIcon: TImage
- Left = 12
- Top = 12
- Width = 47
- Height = 50
- ParentShowHint = False
- ShowHint = True
- Stretch = True
- OnClick = ProgramIconClick
- IsControl = True
- end
- end
- object bttOK: TButton
- Left = 211
- Top = 176
- Width = 80
- Height = 25
- Cancel = True
- ModalResult = 1
- TabOrder = 3
- OnClick = bttOKClick
- end
- object bttMail: TButton
- Left = 8
- Top = 176
- Width = 62
- Height = 25
- TabOrder = 1
- OnClick = bttMailClick
- end
- object bttWWW: TButton
- Left = 80
- Top = 176
- Width = 65
- Height = 25
- Default = True
- TabOrder = 2
- OnClick = bttMailClick
- end
- object timerMain: TTimer
- Enabled = False
- Interval = 125
- OnTimer = timerMainTimer
- Left = 160
- Top = 172
- end
- end
-