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 >
Text File  |  1995-09-17  |  5KB  |  198 lines

  1. object dlgAboutBox: TdlgAboutBox
  2.   Left = 280
  3.   Top = 125
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 249
  8.   ClientWidth = 495
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 5
  20.     Top = 7
  21.     Width = 483
  22.     Height = 111
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 10
  28.       Top = 10
  29.       Width = 38
  30.       Height = 31
  31.       Picture.Data = {<image000.ico>}
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 150
  37.       Top = 11
  38.       Width = 167
  39.       Height = 26
  40.       Caption = 'Cool Calculator'
  41.       Font.Color = clBlack
  42.       Font.Height = -24
  43.       Font.Name = 'Times New Roman'
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.       IsControl = True
  47.     end
  48.     object Version: TLabel
  49.       Left = 390
  50.       Top = 17
  51.       Width = 86
  52.       Height = 15
  53.       Caption = 'Version 1. 3 afd'
  54.       Font.Color = clBlack
  55.       Font.Height = -13
  56.       Font.Name = 'Times New Roman'
  57.       Font.Style = [fsBold]
  58.       ParentFont = False
  59.       IsControl = True
  60.     end
  61.     object Copyright: TLabel
  62.       Left = 8
  63.       Top = 56
  64.       Width = 450
  65.       Height = 16
  66.       Caption = 
  67.         'Copyright (c) Advanced Business Continuity Systems, Inc., All Ri' +
  68.         'ghts Reserved'
  69.       Font.Color = clBlack
  70.       Font.Height = -11
  71.       Font.Name = 'MS Sans Serif'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.       WordWrap = True
  75.       IsControl = True
  76.     end
  77.     object Comments: TLabel
  78.       Left = 8
  79.       Top = 78
  80.       Width = 468
  81.       Height = 26
  82.       Caption = 
  83.         'This product is from the Pie Right software collection produced ' +
  84.         'by '#39'abc Systems'#39' of Bridgeport, CT.  Credit for calculation engi' +
  85.         'ne goes to James L. Dean and David J. Firth.'
  86.       Color = clBtnFace
  87.       Font.Color = clNavy
  88.       Font.Height = -11
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Style = []
  91.       ParentColor = False
  92.       ParentFont = False
  93.       WordWrap = True
  94.       IsControl = True
  95.     end
  96.   end
  97.   object OKButton: TBitBtn
  98.     Left = 217
  99.     Top = 215
  100.     Width = 83
  101.     Height = 27
  102.     Font.Color = clBlack
  103.     Font.Height = -11
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = [fsBold]
  106.     ParentFont = False
  107.     TabOrder = 1
  108.     Kind = bkOK
  109.     Margin = 2
  110.     Spacing = -1
  111.     IsControl = True
  112.   end
  113.   object GroupBox1: TGroupBox
  114.     Left = 8
  115.     Top = 123
  116.     Width = 480
  117.     Height = 85
  118.     Caption = ' Calculator Options '
  119.     TabOrder = 2
  120.     object lblWidth: TLabel
  121.       Left = 212
  122.       Top = 23
  123.       Width = 38
  124.       Height = 16
  125.       Hint = 'Specify the width to which you want results displayed'
  126.       Caption = '&Width'
  127.       FocusControl = spnedtWidth
  128.       ParentShowHint = False
  129.       ShowHint = True
  130.     end
  131.     object lblNumOfDecs: TLabel
  132.       Left = 210
  133.       Top = 56
  134.       Width = 132
  135.       Height = 16
  136.       Hint = 
  137.         'Specify the number of significant decimals you want displayed fo' +
  138.         'r results'
  139.       Caption = '&Number of Decimals'
  140.       FocusControl = spnedtNumOfDecs
  141.       ParentShowHint = False
  142.       ShowHint = True
  143.     end
  144.     object spnedtWidth: TSpinEdit
  145.       Left = 157
  146.       Top = 18
  147.       Width = 45
  148.       Height = 26
  149.       Hint = 'Specify the width to which you want results displayed'
  150.       MaxValue = 99
  151.       MinValue = 1
  152.       ParentShowHint = False
  153.       ShowHint = True
  154.       TabOrder = 0
  155.       Value = 1
  156.     end
  157.     object chckboxFormatResult: TCheckBox
  158.       Left = 12
  159.       Top = 39
  160.       Width = 113
  161.       Height = 17
  162.       Hint = 'Check this option if you want results formatted as indicated'
  163.       Caption = '&Format Result'
  164.       ParentShowHint = False
  165.       ShowHint = True
  166.       TabOrder = 1
  167.       OnClick = chckboxFormatResultClick
  168.     end
  169.     object spnedtNumOfDecs: TSpinEdit
  170.       Left = 157
  171.       Top = 50
  172.       Width = 45
  173.       Height = 26
  174.       Hint = 
  175.         'Specify the number of significant decimals you want displayed fo' +
  176.         'r results'
  177.       MaxValue = 25
  178.       MinValue = 0
  179.       ParentShowHint = False
  180.       ShowHint = True
  181.       TabOrder = 2
  182.       Value = 0
  183.     end
  184.   end
  185.   object btnSave: TButton
  186.     Left = 388
  187.     Top = 157
  188.     Width = 83
  189.     Height = 27
  190.     Hint = 'Save current settings so they will be used in next session'
  191.     Caption = '&Save'
  192.     ParentShowHint = False
  193.     ShowHint = True
  194.     TabOrder = 3
  195.     OnClick = btnSaveClick
  196.   end
  197. end
  198.