home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap09 / twopow2 / main.txt < prev    next >
Encoding:
Text File  |  1995-03-21  |  3.5 KB  |  115 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 = {
  15.     0000010001002020100000000000E80200001600000028000000200000004000
  16.     0000010004000000000000020000000000000000000000000000000000000000
  17.     0000000080000080000000808000800000008000800080800000C0C0C0008080
  18.     80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
  19.     00000000000000000000000000000ECECC0FFFFFFFFF770000CCCC0C0FF00EEC
  20.     CCC07FFFF00000CCCCCCCC0C07700CCCCCC00FFF00CEECEECCCCC00C0F700CEC
  21.     ECCC077FF00CCECECCCCC0000F700EECCC000F7FF7000EECCCCCC0C077700CC0
  22.     00CE0F7FFFF00CCECCCCC0C0FFF00C0EEC00077FFFF700EECECC0000F77000CE
  23.     000FFFFFFFF7F0CCECCC0C0777F00E000FFFF7777FF7FF0CCECC000FFFF0000F
  24.     FF7777FF7FF777700CEC007FF770077FFF7FFFFF7FFFFFFF00C0007777F00000
  25.     0F7FF7777FFFF77770000FFFFFF00440000777FFFFFFF7FFFF000FFF77700C5C
  26.     0000FFF7777FF7FF77FFFFFF7FF00CC5C5500777FF7FF7777FFFFFFF7FF00CCC
  27.     5C450FFFFF7FFFFFFF7777FF77700CCCC5C440F7777FFFF7777FF7FFFFF00CCC
  28.     CCCC5077FFFFFFF7FFFFF7FFFFF00CCCCCC5C0FFF7777FF7FF00000FF8800CCC
  29.     CCCC407777FF7FF7704C445088800CECCCCCC07FFFFF7FFF0CC5C5C409500ECE
  30.     CCCC0F7FF7777FFF0CCCCC5405900EECECCC0F7777FFFFF70CCCCCC505500EEE
  31.     CCC0FFFFFFFFFFF80CECCCCC05500CCCC007FFFFFFFFF8850CCEECCC05500000
  32.     0777FFFFF888895950CECEC055500FFFFFFFFF88889595959500000595500FFF
  33.     F888889999599955595555555550088885959595959555559595959555500999
  34.     9999595559595555555555555550000000000000000000000000000000000000
  35.     0000000000000000000000000000000000000000000000000000000000000000
  36.     0000000000000000000000000000000000000000000000000000000000000000
  37.     0000000000000000000000000000000000000000000000000000000000000000
  38.     000000000000000000000000000000000000000000000000000000000000}
  39.   PixelsPerInch = 96
  40.   OnCreate = FormCreate
  41.   TextHeight = 16
  42.   object BCalc: TButton
  43.     Left = 8
  44.     Top = 73
  45.     Width = 233
  46.     Height = 30
  47.     Caption = 'Calculate Result'
  48.     Default = True
  49.     TabOrder = 1
  50.     OnClick = BCalcClick
  51.   end
  52.   object Edit1: TEdit
  53.     Left = 184
  54.     Top = 8
  55.     Width = 57
  56.     Height = 25
  57.     Color = clNavy
  58.     Ctl3D = True
  59.     Font.Color = clYellow
  60.     Font.Height = -13
  61.     Font.Name = 'System'
  62.     Font.Style = [fsBold]
  63.     ParentCtl3D = False
  64.     ParentFont = False
  65.     TabOrder = 0
  66.     Text = 'Edit1'
  67.   end
  68.   object Panel1: TPanel
  69.     Left = 8
  70.     Top = 8
  71.     Width = 173
  72.     Height = 25
  73.     BevelInner = bvLowered
  74.     Caption = 'Raise 2 to what Power?'
  75.     Color = clNavy
  76.     Font.Color = clYellow
  77.     Font.Height = -16
  78.     Font.Name = 'Times New Roman'
  79.     Font.Style = [fsBold]
  80.     ParentFont = False
  81.     TabOrder = 2
  82.   end
  83.   object Panel2: TPanel
  84.     Left = 72
  85.     Top = 42
  86.     Width = 169
  87.     Height = 25
  88.     Alignment = taLeftJustify
  89.     BevelInner = bvLowered
  90.     Caption = 'Panel2'
  91.     Color = clNavy
  92.     Font.Color = clYellow
  93.     Font.Height = -16
  94.     Font.Name = 'Times New Roman'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.     TabOrder = 3
  98.   end
  99.   object Panel3: TPanel
  100.     Left = 8
  101.     Top = 42
  102.     Width = 61
  103.     Height = 25
  104.     BevelInner = bvLowered
  105.     Caption = 'Answer:'
  106.     Color = clNavy
  107.     Font.Color = clYellow
  108.     Font.Height = -16
  109.     Font.Name = 'Times New Roman'
  110.     Font.Style = [fsBold]
  111.     ParentFont = False
  112.     TabOrder = 4
  113.   end
  114. end
  115.