home *** CD-ROM | disk | FTP | other *** search
/ Gambler 34 A / GAMBLERCD34A.BIN / Utils / GP / Progs / GHP / DFHACK.DLL / 0 / RCDATA / TDAGGERFORMX / TDAGGERFORMX.txt
Text File  |  1998-02-25  |  1KB  |  60 lines

  1. object DaggerFormX: TDaggerFormX
  2.   Left = 206
  3.   Top = 449
  4.   Width = 402
  5.   Height = 268
  6.   AxBorderStyle = afbSunken
  7.   Caption = 'DaggerFormX'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GamePanel: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 394
  20.     Height = 241
  21.     Align = alClient
  22.     BevelOuter = bvLowered
  23.     Caption = 'GamePanel'
  24.     TabOrder = 0
  25.     OnResize = GamePanelResize
  26.   end
  27.   object XMenu: TMainMenu
  28.     AutoMerge = True
  29.     Left = 360
  30.     Top = 16
  31.     object xmFile: TMenuItem
  32.       Caption = '&Game'
  33.       GroupIndex = 1
  34.       object xmOpen: TMenuItem
  35.         Caption = 'Open &Game'
  36.         GroupIndex = 1
  37.         OnClick = xmOpenClick
  38.       end
  39.       object xmSave: TMenuItem
  40.         Caption = 'Save Ga&me'
  41.         GroupIndex = 1
  42.         OnClick = xmSaveClick
  43.       end
  44.     end
  45.     object mHelp: TMenuItem
  46.       Caption = '&Help'
  47.       GroupIndex = 5
  48.       object mAboutDFHack: TMenuItem
  49.         Caption = 'About &DFHack'
  50.         GroupIndex = 5
  51.         OnClick = mAboutDFHackClick
  52.       end
  53.     end
  54.   end
  55.   object AboutDlg: TAboutBox
  56.     Left = 328
  57.     Top = 16
  58.   end
  59. end
  60.