home *** CD-ROM | disk | FTP | other *** search
- object FORMDI: TFORMDI
- Left = 200
- Top = 117
- Width = 600
- Height = 440
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- Caption = 'MAPA DO QUADRADO M�GICO'
- Ctl3D = False
- Color = clAppWorkSpace
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsMDIForm
- KeyPreview = True
- Menu = MainMenu1
- Position = poScreenCenter
- ShowHint = True
- Visible = True
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 208
- Top = 272
- Width = 185
- Height = 25
- Caption = 'FA�A SEU MAPA'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'VAG Rounded Th'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object MainMenu1: TMainMenu
- Left = 16
- object Arquivo1: TMenuItem
- Caption = '&Arquivo'
- GroupIndex = 1
- ShortCut = 0
- object Abrir1: TMenuItem
- Caption = 'A&brir'
- ShortCut = 16449
- OnClick = Abrir1Click
- end
- object Novo1: TMenuItem
- Caption = '&Novo'
- ShortCut = 16462
- OnClick = Novo1Click
- end
- object Sair1: TMenuItem
- Caption = '&Sair'
- ShortCut = 16472
- OnClick = Sair1Click
- end
- end
- object Ajuda1: TMenuItem
- Caption = 'Aju&da'
- GroupIndex = 10
- ShortCut = 0
- object HELP1: TMenuItem
- Caption = '&Help'
- ShortCut = 112
- OnClick = HELP1Click
- end
- object Sobre1: TMenuItem
- Caption = '&Sobre'
- ShortCut = 0
- OnClick = Sobre1Click
- end
- object N1: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Avisoimportante1: TMenuItem
- Caption = 'A&viso importante'
- ShortCut = 0
- OnClick = Avisoimportante1Click
- end
- object N2: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Registro1: TMenuItem
- Caption = '&Registro'
- ShortCut = 0
- OnClick = Registro1Click
- end
- end
- end
- object FileOpenDialog: TOpenDialog
- FileEditStyle = fsEdit
- Filter = 'Arquivos M�gicos|*.num'
- Options = [ofFileMustExist]
- Left = 96
- end
- end
-