home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- AutoScroll = False
- Caption = 'Register Test'
- ClientHeight = 273
- ClientWidth = 425
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- PixelsPerInch = 96
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object MainMenu1: TMainMenu
- Left = 384
- Top = 240
- object System1: TMenuItem
- Caption = 'System'
- object Registernow1: TMenuItem
- Caption = 'Register now !'
- OnClick = Registernow1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Exit1: TMenuItem
- Caption = 'Exit'
- OnClick = Exit1Click
- ShortCutText = 'Alt+F4'
- end
- end
- object Delete1: TMenuItem
- Caption = 'Remove'
- object Lock1: TMenuItem
- Caption = 'Locks'
- OnClick = Lock1Click
- end
- object Registration1: TMenuItem
- Caption = 'Registration'
- OnClick = Registration1Click
- end
- end
- object Help1: TMenuItem
- Caption = 'Help'
- object About1: TMenuItem
- Caption = '&About...'
- OnClick = About1Click
- ShortCutText = 'F1'
- end
- end
- end
- end
-