home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap11 / moneyint / main.dfm / main.txt < prev   
Encoding:
Text File  |  1995-03-21  |  1.4 KB  |  74 lines

  1. object Form1: TForm1
  2.   Left = 118
  3.   Top = 148
  4.   ActiveControl = Edit1
  5.   AutoScroll = False
  6.   Caption = 'Working with Large Numbers'
  7.   ClientHeight = 127
  8.   ClientWidth = 427
  9.   Color = 4194304
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   PixelsPerInch = 96
  16.   OnCreate = FormCreate
  17.   TextHeight = 16
  18.   object Edit1: TEdit
  19.     Left = 16
  20.     Top = 8
  21.     Width = 396
  22.     Height = 27
  23.     Color = clNavy
  24.     Font.Color = clYellow
  25.     Font.Height = -16
  26.     Font.Name = 'Times New Roman'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.     TabOrder = 0
  30.     Text = 'Edit1'
  31.   end
  32.   object BCalc: TButton
  33.     Left = 221
  34.     Top = 88
  35.     Width = 162
  36.     Height = 30
  37.     Caption = '&Calc'
  38.     TabOrder = 1
  39.     OnClick = BCalcClick
  40.   end
  41.   object BClose: TButton
  42.     Left = 45
  43.     Top = 88
  44.     Width = 162
  45.     Height = 30
  46.     Caption = 'Clos&e'
  47.     TabOrder = 2
  48.     OnClick = BCloseClick
  49.   end
  50.   object Panel1: TPanel
  51.     Left = 16
  52.     Top = 48
  53.     Width = 396
  54.     Height = 29
  55.     BevelInner = bvLowered
  56.     Caption = 'Panel1'
  57.     Color = clNavy
  58.     TabOrder = 3
  59.     object Label1: TLabel
  60.       Left = 8
  61.       Top = 3
  62.       Width = 378
  63.       Height = 20
  64.       AutoSize = False
  65.       Caption = 'Label1'
  66.       Font.Color = clYellow
  67.       Font.Height = -16
  68.       Font.Name = 'Times New Roman'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.     end
  72.   end
  73. end
  74.