home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gambler 34 A
/
GAMBLERCD34A.BIN
/
Utils
/
GP
/
Progs
/
GHP
/
DFHACK.DLL
/
0
/
RCDATA
/
TDAGGERFORMX
/
TDAGGERFORMX.txt
Wrap
Text File
|
1998-02-25
|
1KB
|
60 lines
object DaggerFormX: TDaggerFormX
Left = 206
Top = 449
Width = 402
Height = 268
AxBorderStyle = afbSunken
Caption = 'DaggerFormX'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GamePanel: TPanel
Left = 0
Top = 0
Width = 394
Height = 241
Align = alClient
BevelOuter = bvLowered
Caption = 'GamePanel'
TabOrder = 0
OnResize = GamePanelResize
end
object XMenu: TMainMenu
AutoMerge = True
Left = 360
Top = 16
object xmFile: TMenuItem
Caption = '&Game'
GroupIndex = 1
object xmOpen: TMenuItem
Caption = 'Open &Game'
GroupIndex = 1
OnClick = xmOpenClick
end
object xmSave: TMenuItem
Caption = 'Save Ga&me'
GroupIndex = 1
OnClick = xmSaveClick
end
end
object mHelp: TMenuItem
Caption = '&Help'
GroupIndex = 5
object mAboutDFHack: TMenuItem
Caption = 'About &DFHack'
GroupIndex = 5
OnClick = mAboutDFHackClick
end
end
end
object AboutDlg: TAboutBox
Left = 328
Top = 16
end
end