home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 6 B
/
CHIP_HITWARE6_B.iso
/
biuro
/
BaseCalculator
/
_SETUP.1
/
BASECALC.EXE
/
RCDATA
/
TABOUTWIN
/
TABOUTWIN.txt
< prev
Wrap
Text File
|
1996-11-06
|
3KB
|
115 lines
object AboutWin: TAboutWin
Left = 192
Top = 108
HelpContext = 1
ActiveControl = OKButton
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'About Base Calculator'
ClientHeight = 253
ClientWidth = 314
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poScreenCenter
ShowHint = True
PixelsPerInch = 96
TextHeight = 13
object OKButton: TButton
Left = 67
Top = 220
Width = 75
Height = 25
Cancel = True
Caption = 'OK'
Default = True
ModalResult = 2
TabOrder = 0
end
object Panel: TPanel
Left = 8
Top = 8
Width = 297
Height = 201
BevelInner = bvRaised
BevelOuter = bvLowered
ParentColor = True
TabOrder = 2
object ProgramIcon: TImage
Left = 8
Top = 8
Width = 64
Height = 64
Picture.Data = {<image001.bmp>}
end
object ProductName: TLabel
Left = 88
Top = 16
Width = 74
Height = 13
Caption = 'Base Calculator'
ShowAccelChar = False
Transparent = True
end
object Version: TLabel
Left = 88
Top = 32
Width = 53
Height = 13
Caption = 'Version 1.2'
ShowAccelChar = False
Transparent = True
end
object Copyright: TLabel
Left = 88
Top = 48
Width = 153
Height = 13
Caption = 'Copyright � 1996, John Zaitseff.'
ShowAccelChar = False
Transparent = True
end
object Comments1: TLabel
Left = 8
Top = 80
Width = 281
Height = 45
AutoSize = False
Caption =
'This program is free software, and may be distributed and/or mod' +
'ified under the terms of the GNU General Public License as publi' +
'shed by the Free Software Foundation.'
ShowAccelChar = False
Transparent = True
WordWrap = True
end
object Comments2: TLabel
Left = 8
Top = 124
Width = 281
Height = 69
AutoSize = False
Caption =
'This program is distributed in the hope that it will be useful, ' +
'but WITHOUT ANY WARRANTY; without even the implied warranty of M' +
'ERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU' +
' General Public License for more details.'
ShowAccelChar = False
Transparent = True
WordWrap = True
end
end
object HelpButton: TButton
Left = 172
Top = 220
Width = 75
Height = 25
Hint = 'Display the GNU General Public License.'
Caption = '&License'
TabOrder = 1
OnClick = HelpButtonClick
end
end