home *** CD-ROM | disk | FTP | other *** search
/ Chartbusters 14 / CHARTB14.bin / chartb14 / dhack3b1 / dhack.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Encoding:
Text File  |  1997-02-04  |  3.3 KB  |  173 lines

  1. object Form2: TForm2
  2.   Left = 158
  3.   Top = 97
  4.   Width = 468
  5.   Height = 308
  6.   Caption = 'Draven'#39's Diablo Trainer Addon    V Beta 3 Build 1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   Menu = MainMenu1
  13.   OnClose = FormClose
  14.   OnDestroy = FormDestroy
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 96
  20.     Top = 32
  21.     Width = 325
  22.     Height = 220
  23.     AutoSize = True
  24.     Picture.Data = {<image001.bmp>}
  25.   end
  26.   object Label1: TLabel
  27.     Left = 224
  28.     Top = 8
  29.     Width = 6
  30.     Height = 20
  31.     Font.Color = clBlack
  32.     Font.Height = -16
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object Button1: TButton
  38.     Left = 112
  39.     Top = 80
  40.     Width = 73
  41.     Height = 25
  42.     Caption = '&Weapon'
  43.     TabOrder = 3
  44.     OnClick = Button1Click
  45.   end
  46.   object Button2: TButton
  47.     Left = 344
  48.     Top = 80
  49.     Width = 65
  50.     Height = 25
  51.     Caption = '&Shield'
  52.     TabOrder = 4
  53.     OnClick = Button2Click
  54.   end
  55.   object Button3: TButton
  56.     Left = 224
  57.     Top = 200
  58.     Width = 75
  59.     Height = 25
  60.     Caption = 'A&rmor'
  61.     TabOrder = 6
  62.     OnClick = Button3Click
  63.   end
  64.   object Button4: TButton
  65.     Left = 152
  66.     Top = 48
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'H&ead Gear'
  70.     TabOrder = 1
  71.     OnClick = Button4Click
  72.   end
  73.   object Button5: TButton
  74.     Left = 96
  75.     Top = 8
  76.     Width = 75
  77.     Height = 25
  78.     Caption = '&Character'
  79.     TabOrder = 0
  80.     OnClick = Button5Click
  81.   end
  82.   object Button6: TButton
  83.     Left = 304
  84.     Top = 32
  85.     Width = 65
  86.     Height = 25
  87.     Caption = '&Amulet'
  88.     TabOrder = 2
  89.     OnClick = Button6Click
  90.   end
  91.   object Button7: TButton
  92.     Left = 88
  93.     Top = 208
  94.     Width = 59
  95.     Height = 25
  96.     Caption = 'Righ&t Ring'
  97.     TabOrder = 5
  98.     OnClick = Button7Click
  99.   end
  100.   object Button8: TButton
  101.     Left = 384
  102.     Top = 208
  103.     Width = 57
  104.     Height = 25
  105.     Caption = '&Left Ring'
  106.     TabOrder = 7
  107.     OnClick = Button8Click
  108.   end
  109.   object Button9: TButton
  110.     Left = 16
  111.     Top = 64
  112.     Width = 75
  113.     Height = 25
  114.     Caption = '&Graphics'
  115.     TabOrder = 8
  116.     OnClick = Button9Click
  117.   end
  118.   object Button10: TButton
  119.     Left = 16
  120.     Top = 104
  121.     Width = 75
  122.     Height = 25
  123.     Caption = 'H&P Recovery'
  124.     TabOrder = 9
  125.     OnClick = Button10Click
  126.   end
  127.   object MainMenu1: TMainMenu
  128.     Left = 352
  129.     object File1: TMenuItem
  130.       Caption = '&File'
  131.       ShortCut = 0
  132.       object Open1: TMenuItem
  133.         Caption = '&Open'
  134.         ShortCut = 0
  135.         OnClick = Open1Click
  136.       end
  137.       object Save1: TMenuItem
  138.         Caption = 'Sa&ve'
  139.         ShortCut = 0
  140.         OnClick = Save1Click
  141.       end
  142.       object N1: TMenuItem
  143.         Caption = '-'
  144.         ShortCut = 0
  145.       end
  146.       object Exit1: TMenuItem
  147.         Caption = 'E&xit'
  148.         ShortCut = 0
  149.         OnClick = Exit1Click
  150.       end
  151.     end
  152.     object Help1: TMenuItem
  153.       Caption = '&Help'
  154.       ShortCut = 0
  155.       object About1: TMenuItem
  156.         Caption = '&Help Topics'
  157.         ShortCut = 0
  158.         OnClick = About1Click
  159.       end
  160.       object About2: TMenuItem
  161.         Caption = '&About'
  162.         ShortCut = 0
  163.         OnClick = About2Click
  164.       end
  165.     end
  166.   end
  167.   object OpenDialog1: TOpenDialog
  168.     FileEditStyle = fsEdit
  169.     Filter = 'Enigma'#39's Dump File|*.DMP'
  170.     Left = 304
  171.   end
  172. end
  173.