home *** CD-ROM | disk | FTP | other *** search
- object MainFormMdi: TMainFormMdi
- Left = -4
- Top = -4
- Width = 648
- Height = 488
- Caption = 'CyberContacts'
- Color = clAppWorkSpace
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIForm
- Menu = MainMenu1
- Position = poDefault
- WindowState = wsMaximized
- WindowMenu = Window1
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object MainMenu1: TMainMenu
- AutoMerge = True
- Left = 36
- Top = 196
- object File1: TMenuItem
- Caption = '&File'
- Hint = 'File related commands'
- ShortCut = 0
- object FileNewItem: TMenuItem
- Caption = '&New'
- Hint = 'Create a new file'
- ShortCut = 0
- OnClick = FileNewItemClick
- end
- object FileOpenItem: TMenuItem
- Caption = '&Open'
- Hint = 'Open an existing file'
- ShortCut = 0
- OnClick = FileOpenItemClick
- end
- object FileCloseItem: TMenuItem
- Caption = '&Close'
- Hint = 'Close current file'
- ShortCut = 0
- OnClick = FileCloseItemClick
- end
- object FileSaveItem: TMenuItem
- Caption = '&Save'
- Enabled = False
- Hint = 'Save current file'
- ShortCut = 0
- OnClick = FileSaveItemClick
- end
- object FileSaveAsItem: TMenuItem
- Caption = 'Save &As...'
- Enabled = False
- Hint = 'Save current file as...'
- ShortCut = 0
- OnClick = FileSaveAsItemClick
- end
- object N1: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object FileExitItem: TMenuItem
- Caption = 'E&xit'
- Hint = 'Exit the application'
- ShortCut = 0
- OnClick = FileExitItemClick
- end
- end
- object Edit1: TMenuItem
- Caption = '&Edit'
- ShortCut = 0
- object CutItem: TMenuItem
- Caption = 'Cu&t'
- Enabled = False
- Hint = 'Cut to clipboard'
- ShortCut = 0
- OnClick = CutItemClick
- end
- object CopyItem: TMenuItem
- Caption = '&Copy'
- Enabled = False
- Hint = 'Copy to clipboard'
- ShortCut = 0
- OnClick = CopyItemClick
- end
- object PasteItem: TMenuItem
- Caption = '&Paste'
- Enabled = False
- Hint = 'Paste from clipboard'
- ShortCut = 0
- OnClick = PasteItemClick
- end
- end
- object Window1: TMenuItem
- Caption = '&Window'
- Hint = 'Window related commands such as Tile and Cascade'
- ShortCut = 0
- object WindowCascadeItem: TMenuItem
- Caption = '&Cascade'
- Hint = 'Arrange windows to overlap'
- ShortCut = 0
- OnClick = WindowCascadeItemClick
- end
- object WindowTileItem: TMenuItem
- Caption = '&Tile'
- Hint = 'Arrange windows without overlap'
- ShortCut = 0
- OnClick = WindowTileItemClick
- end
- object WindowArrangeItem: TMenuItem
- Caption = '&Arrange Icons'
- Hint = 'Arrange window icons at bottom of main window'
- ShortCut = 0
- OnClick = WindowArrangeItemClick
- end
- object WindowMinimizeItem: TMenuItem
- Caption = '&Minimize All'
- Hint = 'Minimize all windows'
- ShortCut = 0
- OnClick = WindowMinimizeItemClick
- end
- end
- object Help1: TMenuItem
- Caption = '&Help'
- Hint = 'Help topics'
- ShortCut = 0
- object HelpAboutItem: TMenuItem
- Caption = '&About'
- ShortCut = 0
- end
- end
- end
- object OpenDialog: TOpenDialog
- FileEditStyle = fsEdit
- Filter = 'All files (*.*)|*.*'
- Left = 4
- Top = 196
- end
- end
-