home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap28 / hexadds / main.dfm / main.txt
Encoding:
Text File  |  1995-03-21  |  2.7 KB  |  140 lines

  1. object Form1: TForm1
  2.   Left = 127
  3.   Top = 81
  4.   Width = 474
  5.   Height = 296
  6.   Caption = 'Hex Address'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 232
  15.     Top = 72
  16.     Width = 25
  17.     Height = 11
  18.     Caption = 'Label1'
  19.     Font.Color = clBlack
  20.     Font.Height = -9
  21.     Font.Name = 'Small Fonts'
  22.     Font.Style = []
  23.     ParentFont = False
  24.   end
  25.   object Label2: TLabel
  26.     Left = 200
  27.     Top = 72
  28.     Width = 25
  29.     Height = 11
  30.     Caption = 'CSeg:'
  31.     Font.Color = clBlack
  32.     Font.Height = -9
  33.     Font.Name = 'Small Fonts'
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object Label3: TLabel
  38.     Left = 16
  39.     Top = 16
  40.     Width = 104
  41.     Height = 11
  42.     Caption = 'Address of Child Method'
  43.     Font.Color = clBlack
  44.     Font.Height = -9
  45.     Font.Name = 'Small Fonts'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object Label4: TLabel
  50.     Left = 160
  51.     Top = 16
  52.     Width = 111
  53.     Height = 11
  54.     Caption = 'Address of Parent Method'
  55.     Font.Color = clBlack
  56.     Font.Height = -9
  57.     Font.Name = 'Small Fonts'
  58.     Font.Style = []
  59.     ParentFont = False
  60.   end
  61.   object Label5: TLabel
  62.     Left = 304
  63.     Top = 16
  64.     Width = 134
  65.     Height = 11
  66.     Caption = 'Non-polymorphic parent method'
  67.     Font.Color = clBlack
  68.     Font.Height = -9
  69.     Font.Name = 'Small Fonts'
  70.     Font.Style = []
  71.     ParentFont = False
  72.   end
  73.   object PressMe: TButton
  74.     Left = 184
  75.     Top = 224
  76.     Width = 89
  77.     Height = 33
  78.     Caption = 'Press Me'
  79.     Font.Color = clBlack
  80.     Font.Height = -13
  81.     Font.Name = 'Times New Roman'
  82.     Font.Style = []
  83.     ParentFont = False
  84.     TabOrder = 0
  85.     OnClick = PressMeClick
  86.   end
  87.   object Edit1: TEdit
  88.     Left = 16
  89.     Top = 32
  90.     Width = 137
  91.     Height = 24
  92.     Font.Color = clBlack
  93.     Font.Height = -13
  94.     Font.Name = 'Courier New'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 1
  98.     Text = 'Edit1'
  99.   end
  100.   object Edit2: TEdit
  101.     Left = 160
  102.     Top = 32
  103.     Width = 137
  104.     Height = 24
  105.     Font.Color = clBlack
  106.     Font.Height = -13
  107.     Font.Name = 'Courier New'
  108.     Font.Style = []
  109.     ParentFont = False
  110.     TabOrder = 2
  111.     Text = 'Edit2'
  112.   end
  113.   object ListBox1: TListBox
  114.     Left = 152
  115.     Top = 96
  116.     Width = 153
  117.     Height = 121
  118.     Font.Color = clBlack
  119.     Font.Height = -13
  120.     Font.Name = 'Courier New'
  121.     Font.Style = []
  122.     ItemHeight = 16
  123.     ParentFont = False
  124.     TabOrder = 3
  125.   end
  126.   object Edit3: TEdit
  127.     Left = 304
  128.     Top = 32
  129.     Width = 137
  130.     Height = 24
  131.     Font.Color = clBlack
  132.     Font.Height = -13
  133.     Font.Name = 'Courier New'
  134.     Font.Style = []
  135.     ParentFont = False
  136.     TabOrder = 4
  137.     Text = 'Edit3'
  138.   end
  139. end
  140.