home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap09 / twopow2 / main.dfm / main.txt < prev   
Encoding:
Text File  |  1995-03-21  |  1.8 KB  |  91 lines

  1. object Form1: TForm1
  2.   Left = 229
  3.   Top = 178
  4.   ActiveControl = BCalc
  5.   AutoScroll = False
  6.   Caption = 'Two Powers Part II'
  7.   ClientHeight = 108
  8.   ClientWidth = 246
  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 BCalc: TButton
  19.     Left = 8
  20.     Top = 73
  21.     Width = 233
  22.     Height = 30
  23.     Caption = 'Calculate Result'
  24.     Default = True
  25.     TabOrder = 1
  26.     OnClick = BCalcClick
  27.   end
  28.   object Edit1: TEdit
  29.     Left = 184
  30.     Top = 8
  31.     Width = 57
  32.     Height = 25
  33.     Color = clNavy
  34.     Ctl3D = True
  35.     Font.Color = clYellow
  36.     Font.Height = -13
  37.     Font.Name = 'System'
  38.     Font.Style = [fsBold]
  39.     ParentCtl3D = False
  40.     ParentFont = False
  41.     TabOrder = 0
  42.     Text = 'Edit1'
  43.   end
  44.   object Panel1: TPanel
  45.     Left = 8
  46.     Top = 8
  47.     Width = 173
  48.     Height = 25
  49.     BevelInner = bvLowered
  50.     Caption = 'Raise 2 to what Power?'
  51.     Color = clNavy
  52.     Font.Color = clYellow
  53.     Font.Height = -16
  54.     Font.Name = 'Times New Roman'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.     TabOrder = 2
  58.   end
  59.   object Panel2: TPanel
  60.     Left = 72
  61.     Top = 42
  62.     Width = 169
  63.     Height = 25
  64.     Alignment = taLeftJustify
  65.     BevelInner = bvLowered
  66.     Caption = 'Panel2'
  67.     Color = clNavy
  68.     Font.Color = clYellow
  69.     Font.Height = -16
  70.     Font.Name = 'Times New Roman'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.     TabOrder = 3
  74.   end
  75.   object Panel3: TPanel
  76.     Left = 8
  77.     Top = 42
  78.     Width = 61
  79.     Height = 25
  80.     BevelInner = bvLowered
  81.     Caption = 'Answer:'
  82.     Color = clNavy
  83.     Font.Color = clYellow
  84.     Font.Height = -16
  85.     Font.Name = 'Times New Roman'
  86.     Font.Style = [fsBold]
  87.     ParentFont = False
  88.     TabOrder = 4
  89.   end
  90. end
  91.