home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 January
/
Chip_1999-01_cd.bin
/
zkuste
/
delphi
/
D1
/
COOLCALC.ZIP
/
ABOUTDLG.DFM
/
ABOUTDLG.txt
next >
Wrap
Text File
|
1995-09-17
|
5KB
|
198 lines
object dlgAboutBox: TdlgAboutBox
Left = 280
Top = 125
ActiveControl = OKButton
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 249
ClientWidth = 495
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
TextHeight = 16
object Panel1: TPanel
Left = 5
Top = 7
Width = 483
Height = 111
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object ProgramIcon: TImage
Left = 10
Top = 10
Width = 38
Height = 31
Picture.Data = {<image000.ico>}
Stretch = True
IsControl = True
end
object ProductName: TLabel
Left = 150
Top = 11
Width = 167
Height = 26
Caption = 'Cool Calculator'
Font.Color = clBlack
Font.Height = -24
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
object Version: TLabel
Left = 390
Top = 17
Width = 86
Height = 15
Caption = 'Version 1. 3 afd'
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
IsControl = True
end
object Copyright: TLabel
Left = 8
Top = 56
Width = 450
Height = 16
Caption =
'Copyright (c) Advanced Business Continuity Systems, Inc., All Ri' +
'ghts Reserved'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
WordWrap = True
IsControl = True
end
object Comments: TLabel
Left = 8
Top = 78
Width = 468
Height = 26
Caption =
'This product is from the Pie Right software collection produced ' +
'by '#39'abc Systems'#39' of Bridgeport, CT. Credit for calculation engi' +
'ne goes to James L. Dean and David J. Firth.'
Color = clBtnFace
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentColor = False
ParentFont = False
WordWrap = True
IsControl = True
end
end
object OKButton: TBitBtn
Left = 217
Top = 215
Width = 83
Height = 27
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
Kind = bkOK
Margin = 2
Spacing = -1
IsControl = True
end
object GroupBox1: TGroupBox
Left = 8
Top = 123
Width = 480
Height = 85
Caption = ' Calculator Options '
TabOrder = 2
object lblWidth: TLabel
Left = 212
Top = 23
Width = 38
Height = 16
Hint = 'Specify the width to which you want results displayed'
Caption = '&Width'
FocusControl = spnedtWidth
ParentShowHint = False
ShowHint = True
end
object lblNumOfDecs: TLabel
Left = 210
Top = 56
Width = 132
Height = 16
Hint =
'Specify the number of significant decimals you want displayed fo' +
'r results'
Caption = '&Number of Decimals'
FocusControl = spnedtNumOfDecs
ParentShowHint = False
ShowHint = True
end
object spnedtWidth: TSpinEdit
Left = 157
Top = 18
Width = 45
Height = 26
Hint = 'Specify the width to which you want results displayed'
MaxValue = 99
MinValue = 1
ParentShowHint = False
ShowHint = True
TabOrder = 0
Value = 1
end
object chckboxFormatResult: TCheckBox
Left = 12
Top = 39
Width = 113
Height = 17
Hint = 'Check this option if you want results formatted as indicated'
Caption = '&Format Result'
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnClick = chckboxFormatResultClick
end
object spnedtNumOfDecs: TSpinEdit
Left = 157
Top = 50
Width = 45
Height = 26
Hint =
'Specify the number of significant decimals you want displayed fo' +
'r results'
MaxValue = 25
MinValue = 0
ParentShowHint = False
ShowHint = True
TabOrder = 2
Value = 0
end
end
object btnSave: TButton
Left = 388
Top = 157
Width = 83
Height = 27
Hint = 'Save current settings so they will be used in next session'
Caption = '&Save'
ParentShowHint = False
ShowHint = True
TabOrder = 3
OnClick = btnSaveClick
end
end