home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
9UTI
/
WXKBD41.ZIP
/
KEYS32.EXE
/
0
/
RCDATA
/
TMAIN
/
TMAIN.txt
Wrap
Text File
|
1998-04-29
|
2KB
|
86 lines
object Main: TMain
Left = 266
Top = 201
BorderStyle = bsNone
ClientHeight = 28
ClientWidth = 125
ParentFont = True
PopupMenu = Pop
Scaled = False
Visible = True
OnCreate = FormCreate
OnDestroy = FormDestroy
OnMouseDown = FormMouseDown
OnMouseMove = FormMouseMove
OnMouseUp = FormMouseUp
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object Button: TButton
Left = 0
Top = 0
Width = 17
Height = 17
TabOrder = 0
OnClick = ButtonClick
end
object Asktimer: TTimer
Enabled = False
Interval = 200
OnTimer = AsktimerTick
Left = 48
end
object Pop: TPopupMenu
Left = 16
object N1: TMenuItem
Caption = '-'
end
object Controls: TMenuItem
Caption = 'Controls'
object MClose: TMenuItem
Caption = 'Close'
OnClick = MCloseClick
end
object MMinimize: TMenuItem
Caption = 'Minimize'
OnClick = MMinimizeClick
end
object MSize: TMenuItem
Caption = 'Size'
OnClick = ShapeClick
end
object MMove: TMenuItem
Caption = 'Move'
OnClick = MoveClick
end
object MHide: TMenuItem
Caption = 'Hide'
Hint = 'Remove this button'
OnClick = MHideClick
end
object N2: TMenuItem
Caption = '-'
end
object MEditMaps: TMenuItem
Caption = 'Edit Maps'
OnClick = MEditMapsClick
end
object MSettings: TMenuItem
Caption = 'Options'
OnClick = AskOptions
end
object MHelp: TMenuItem
Caption = 'Help'
object MHelpTopics: TMenuItem
Caption = 'Contents'
OnClick = MHelpTopicsClick
end
object MHelpAbout: TMenuItem
Caption = 'About'
OnClick = MHelpAboutClick
end
end
end
end
end