home *** CD-ROM | disk | FTP | other *** search
- object frmAbout: TfrmAbout
- Left = 245
- Top = 222
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 119
- ClientWidth = 367
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object imgIcon: TImage
- Left = 14
- Top = 15
- Width = 32
- Height = 32
- AutoSize = True
- end
- object lblVersion: TLabel
- Left = 61
- Top = 15
- Width = 105
- Height = 13
- Caption = 'Program QWERTY'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object lblCopyright: TLabel
- Left = 61
- Top = 37
- Width = 287
- Height = 13
- Caption = 'Copyright � 1998-2001 Moon Software. All Rights Reserved.'
- end
- object Label1: TLabel
- Left = 61
- Top = 70
- Width = 157
- Height = 13
- Caption = 'Visit our homepage for more stuff:'
- end
- object lblURL: TmUrlLabel
- Left = 61
- Top = 87
- Width = 28
- Height = 13
- Caption = 'www'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clActiveCaption
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold, fsUnderline]
- ParentFont = False
- Layout = tlCenter
- end
- object butOK: TButton
- Left = 274
- Top = 79
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = butOKClick
- end
- end
-