home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 238
- Top = 104
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 210
- ClientWidth = 298
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 281
- Height = 161
- BevelInner = bvLowered
- BevelWidth = 2
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 8
- Top = 8
- Width = 149
- Height = 105
- Picture.Data = {<image000.bmp>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 6
- Top = 115
- Width = 263
- Height = 23
- Alignment = taCenter
- AutoSize = False
- Caption = 'Product Name'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 10
- Top = 139
- Width = 263
- Height = 19
- Alignment = taCenter
- AutoSize = False
- Caption = 'Version'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object CopyYear: TLabel
- Left = 157
- Top = 61
- Width = 119
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = '1995'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object Label1: TLabel
- Left = 157
- Top = 82
- Width = 119
- Height = 18
- Alignment = taCenter
- AutoSize = False
- Caption = 'All Rights Reserved'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- IsControl = True
- end
- object ShareLabel: TLabel
- Left = 157
- Top = 10
- Width = 119
- Height = 36
- Alignment = taCenter
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- IsControl = True
- end
- end
- object Button1: TButton
- Left = 125
- Top = 176
- Width = 65
- Height = 26
- Caption = '&Ok'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-