home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap09 / twopow / main.txt < prev    next >
Encoding:
Text File  |  1995-03-21  |  3.7 KB  |  124 lines

  1. object Form1: TForm1
  2.   Left = 107
  3.   Top = 124
  4.   ActiveControl = BCalc
  5.   AutoScroll = False
  6.   Caption = 'Max Power Supported is 2 ^ 30'
  7.   ClientHeight = 150
  8.   ClientWidth = 443
  9.   Color = clSilver
  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.   TextHeight = 16
  41.   object Label1: TLabel
  42.     Left = 96
  43.     Top = 56
  44.     Width = 154
  45.     Height = 20
  46.     AutoSize = False
  47.     Caption = 'Label1'
  48.     Color = clNavy
  49.     Font.Color = clYellow
  50.     Font.Height = -16
  51.     Font.Name = 'Times New Roman'
  52.     Font.Style = [fsBold]
  53.     ParentColor = False
  54.     ParentFont = False
  55.   end
  56.   object Label2: TLabel
  57.     Left = 8
  58.     Top = 8
  59.     Width = 177
  60.     Height = 20
  61.     AutoSize = False
  62.     Caption = 'Raise "2" to what power?'
  63.     Color = clSilver
  64.     Font.Color = clBlue
  65.     Font.Height = -16
  66.     Font.Name = 'Times New Roman'
  67.     Font.Style = [fsBold]
  68.     ParentColor = False
  69.     ParentFont = False
  70.   end
  71.   object Label3: TLabel
  72.     Left = 32
  73.     Top = 56
  74.     Width = 58
  75.     Height = 20
  76.     AutoSize = False
  77.     Caption = 'Answer'
  78.     Font.Color = clBlue
  79.     Font.Height = -16
  80.     Font.Name = 'Times New Roman'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.   end
  84.   object BCalc: TButton
  85.     Left = 16
  86.     Top = 104
  87.     Width = 233
  88.     Height = 30
  89.     Caption = 'Calculate Result'
  90.     TabOrder = 0
  91.     OnClick = BCalcClick
  92.   end
  93.   object Edit1: TEdit
  94.     Left = 200
  95.     Top = 8
  96.     Width = 49
  97.     Height = 27
  98.     Color = clNavy
  99.     Ctl3D = True
  100.     Font.Color = clYellow
  101.     Font.Height = -16
  102.     Font.Name = 'Times New Roman'
  103.     Font.Style = [fsBold]
  104.     ParentCtl3D = False
  105.     ParentFont = False
  106.     TabOrder = 1
  107.     Text = 'Edit1'
  108.   end
  109.   object ListBox1: TListBox
  110.     Left = 264
  111.     Top = 8
  112.     Width = 164
  113.     Height = 130
  114.     Color = clNavy
  115.     Font.Color = clYellow
  116.     Font.Height = -13
  117.     Font.Name = 'System'
  118.     Font.Style = [fsBold]
  119.     ItemHeight = 16
  120.     ParentFont = False
  121.     TabOrder = 2
  122.   end
  123. end
  124.