⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmmain.frm

📁 游戏《家园》源码
💻 FRM
📖 第 1 页 / 共 5 页
字号:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "Comctl32.ocx"
Begin VB.MDIForm frmMain 
   AutoShowChildren=   0   'False
   BackColor       =   &H8000000C&
   Caption         =   "MissionMan"
   ClientHeight    =   3225
   ClientLeft      =   165
   ClientTop       =   735
   ClientWidth     =   4680
   Icon            =   "frmMain.frx":0000
   ScrollBars      =   0   'False
   StartUpPosition =   3  'Windows Default
   Begin ComctlLib.Toolbar tbToolBar 
      Align           =   1  'Align Top
      Height          =   420
      Left            =   0
      TabIndex        =   1
      Top             =   0
      Width           =   4680
      _ExtentX        =   8255
      _ExtentY        =   741
      ButtonWidth     =   635
      ButtonHeight    =   572
      Appearance      =   1
      ImageList       =   "ilToolBar"
      _Version        =   327682
      BeginProperty Buttons {0713E452-850A-101B-AFC0-4210102A8DA7} 
         NumButtons      =   6
         BeginProperty Button1 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Key             =   "Open"
            Object.ToolTipText     =   "Open"
            Object.Tag             =   ""
            ImageIndex      =   1
         EndProperty
         BeginProperty Button2 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Key             =   "Generate"
            Object.ToolTipText     =   "Generate"
            Object.Tag             =   ""
            ImageIndex      =   2
         EndProperty
         BeginProperty Button3 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Object.Tag             =   ""
            Style           =   3
            MixedState      =   -1  'True
         EndProperty
         BeginProperty Button4 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Key             =   "Cut"
            Object.ToolTipText     =   "Cut"
            Object.Tag             =   ""
            ImageIndex      =   3
         EndProperty
         BeginProperty Button5 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Key             =   "Copy"
            Object.ToolTipText     =   "Copy"
            Object.Tag             =   ""
            ImageIndex      =   4
         EndProperty
         BeginProperty Button6 {0713F354-850A-101B-AFC0-4210102A8DA7} 
            Key             =   "Paste"
            Object.ToolTipText     =   "Paste"
            Object.Tag             =   ""
            ImageIndex      =   5
         EndProperty
      EndProperty
   End
   Begin ComctlLib.StatusBar sbStatusBar 
      Align           =   2  'Align Bottom
      Height          =   270
      Left            =   0
      Negotiate       =   -1  'True
      TabIndex        =   0
      Top             =   2955
      Width           =   4680
      _ExtentX        =   8255
      _ExtentY        =   476
      SimpleText      =   ""
      _Version        =   327682
      BeginProperty Panels {0713E89E-850A-101B-AFC0-4210102A8DA7} 
         NumPanels       =   4
         BeginProperty Panel1 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            AutoSize        =   1
            Text            =   "Status"
            TextSave        =   "Status"
            Object.Tag             =   ""
         EndProperty
         BeginProperty Panel2 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            AutoSize        =   2
            Text            =   "Toggles"
            TextSave        =   "Toggles"
            Object.Tag             =   ""
         EndProperty
         BeginProperty Panel3 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            Style           =   6
            AutoSize        =   2
            TextSave        =   "08/31/1999"
            Object.Tag             =   ""
         EndProperty
         BeginProperty Panel4 {0713E89F-850A-101B-AFC0-4210102A8DA7} 
            Style           =   5
            AutoSize        =   2
            TextSave        =   "3:49 PM"
            Object.Tag             =   ""
         EndProperty
      EndProperty
   End
   Begin MSComDlg.CommonDialog cdMission 
      Left            =   720
      Top             =   2340
      _ExtentX        =   847
      _ExtentY        =   847
      _Version        =   393216
      CancelError     =   -1  'True
   End
   Begin ComctlLib.ImageList ilToolBar 
      Left            =   60
      Top             =   2280
      _ExtentX        =   1005
      _ExtentY        =   1005
      BackColor       =   -2147483643
      ImageWidth      =   16
      ImageHeight     =   15
      MaskColor       =   12632256
      _Version        =   327682
      BeginProperty Images {0713E8C2-850A-101B-AFC0-4210102A8DA7} 
         NumListImages   =   5
         BeginProperty ListImage1 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmMain.frx":030A
            Key             =   ""
         EndProperty
         BeginProperty ListImage2 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmMain.frx":084C
            Key             =   ""
         EndProperty
         BeginProperty ListImage3 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmMain.frx":0D8E
            Key             =   ""
         EndProperty
         BeginProperty ListImage4 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmMain.frx":12D0
            Key             =   ""
         EndProperty
         BeginProperty ListImage5 {0713E8C3-850A-101B-AFC0-4210102A8DA7} 
            Picture         =   "frmMain.frx":1812
            Key             =   ""
         EndProperty
      EndProperty
   End
   Begin VB.Menu mnuFile 
      Caption         =   "&File"
      Begin VB.Menu mnuFileCreate 
         Caption         =   "C&reate..."
         Shortcut        =   ^T
      End
      Begin VB.Menu mnuFileOpen 
         Caption         =   "&Open..."
         Shortcut        =   ^O
      End
      Begin VB.Menu mnuFileClose 
         Caption         =   "&Close"
      End
      Begin VB.Menu mnuFileBar1 
         Caption         =   "-"
      End
      Begin VB.Menu mnuFileGenerate 
         Caption         =   "&Generate..."
         Shortcut        =   ^G
      End
      Begin VB.Menu mnuFileBar2 
         Caption         =   "-"
      End
      Begin VB.Menu mnuFileMRU 
         Caption         =   ""
         Index           =   0
         Visible         =   0   'False
      End
      Begin VB.Menu mnuFileMRU 
         Caption         =   ""
         Index           =   1
         Visible         =   0   'False
      End
      Begin VB.Menu mnuFileMRU 
         Caption         =   ""
         Index           =   2
         Visible         =   0   'False
      End
      Begin VB.Menu mnuFileMRU 
         Caption         =   ""
         Index           =   3
         Visible         =   0   'False
      End
      Begin VB.Menu mnuFileMRU 
         Caption         =   ""
         Index           =   4
         Visible         =   0   'False
      End
      Begin VB.Menu mnuFileBar3 
         Caption         =   "-"
      End
      Begin VB.Menu mnuFileExit 
         Caption         =   "E&xit"
      End
   End
   Begin VB.Menu mnuEdit 
      Caption         =   "&Edit"
      Begin VB.Menu mnuEditUndo 
         Caption         =   "&Undo"
         Shortcut        =   %{BKSP}
      End
      Begin VB.Menu mnuEditBar1 
         Caption         =   "-"
      End
      Begin VB.Menu mnuEditProp 
         Caption         =   "P&roperties... [Enter]"
      End
      Begin VB.Menu mnuEditFind 
         Caption         =   "&Find"
         Shortcut        =   ^F
      End
      Begin VB.Menu mnuEditBar2 
         Caption         =   "-"
      End
      Begin VB.Menu mnuEditNew 
         Caption         =   "&New..."
         Shortcut        =   ^N
      End
      Begin VB.Menu mnuEditDup 
         Caption         =   "D&uplicate"
         Shortcut        =   ^D
      End
      Begin VB.Menu mnuEditDel 
         Caption         =   "&Delete [Del]"
      End
      Begin VB.Menu mnuEditBar3 
         Caption         =   "-"
      End
      Begin VB.Menu mnuEditCut 
         Caption         =   "Cu&t"
         Shortcut        =   ^X
      End
      Begin VB.Menu mnuEditCopy 
         Caption         =   "&Copy"
         Shortcut        =   ^C
      End
      Begin VB.Menu mnuEditPaste 
         Caption         =   "&Paste"
         Shortcut        =   ^V
      End
   End
   Begin VB.Menu mnuView 
      Caption         =   "&View"
      Begin VB.Menu mnuViewTree 
         Caption         =   "&Tree"
      End
      Begin VB.Menu mnuViewList 
         Caption         =   "&List"
      End
      Begin VB.Menu mnuViewBar1 
         Caption         =   "-"
      End
      Begin VB.Menu mnuViewGraph 
         Caption         =   "&Graphics"
         Begin VB.Menu mnuViewGraphFront 
            Caption         =   "&Front View"
         End
         Begin VB.Menu mnuViewGraphTop 
            Caption         =   "&Top View"
         End
         Begin VB.Menu mnuViewGraphSide 
            Caption         =   "&Side View"
         End
         Begin VB.Menu mnuViewGraphCamera 
            Caption         =   "&Camera View"
         End
      End
      Begin VB.Menu mnuViewDB 
         Caption         =   "T&ables"
         Begin VB.Menu mnuViewTabMission 
            Caption         =   "&Mission"
         End
         Begin VB.Menu mnuViewTabLevel 
            Caption         =   "&Level"
         End
         Begin VB.Menu mnuViewTabObject 
            Caption         =   "&Object"
         End
         Begin VB.Menu mnuViewTabAttrib 
            Caption         =   "&Attribute"
         End
         Begin VB.Menu mnuViewTabLayer 
            Caption         =   "Lay&ers"
            Shortcut        =   ^L
         End
      End
      Begin VB.Menu mnuViewBar2 
         Caption         =   "-"
      End
      Begin VB.Menu mnuViewDock 
         Caption         =   "&Dock"
         Visible         =   0   'False
      End
      Begin VB.Menu mnuViewRefresh 
         Caption         =   "&Refresh"
         Shortcut        =   {F5}
      End
   End
   Begin VB.Menu mnuTools 
      Caption         =   "&Tools"
      Begin VB.Menu mnuToolsToolbar 
         Caption         =   "&Toolbar"
         Checked         =   -1  'True
      End
      Begin VB.Menu mnuToolsStatusBar 
         Caption         =   "Status &Bar"
         Checked         =   -1  'True
      End
      Begin VB.Menu mnuToolsBar1 
         Caption         =   "-"
      End
      Begin VB.Menu mnuToolsGrid 
         Caption         =   "Snap &Grid"
         Shortcut        =   +{F1}
      End
      Begin VB.Menu mnuToolsAngle 
         Caption         =   "Snap &Angle"
         Shortcut        =   +{F2}
      End
      Begin VB.Menu mnuToolsScale 
         Caption         =   "Free Object &Scale"
         Shortcut        =   +{F3}
      End
      Begin VB.Menu mnuToolsViewScale 
         Caption         =   "Free &View Scale"
         Shortcut        =   +{F4}
         Visible         =   0   'False
      End
      Begin VB.Menu mnuToolsCamera 
         Caption         =   "Free &Camera"
         Shortcut        =   +{F5}
      End
      Begin VB.Menu mnuToolsBar2 
         Caption         =   "-"
      End
      Begin VB.Menu mnuToolsFind1 
         Caption         =   "Find C&ursor"
      End
      Begin VB.Menu mnuToolsFind2 
         Caption         =   "Find Origi&n"
      End
      Begin VB.Menu mnuToolsBar3 
         Caption         =   "-"
      End
      Begin VB.Menu mnuToolsOptions 
         Caption         =   "&Options..."
         Shortcut        =   ^P
      End
   End
   Begin VB.Menu mnuWindow 
      Caption         =   "&Window"
      WindowList      =   -1  'True
      Begin VB.Menu mnuWindowCascade 
         Caption         =   "&Cascade"
      End
      Begin VB.Menu mnuWindowTileHorizontal 
         Caption         =   "Tile &Horizontal"
      End
      Begin VB.Menu mnuWindowTileVertical 
         Caption         =   "Tile &Vertical"
      End
      Begin VB.Menu mnuWindowArrangeIcons 
         Caption         =   "&Arrange Icons"
      End
      Begin VB.Menu mnuWindowBar1 
         Caption         =   "-"
      End
      Begin VB.Menu mnuWindowDefaultLayout 
         Caption         =   "&Default Layout"
      End
   End
   Begin VB.Menu mnuHelp 
      Caption         =   "&Help"
      Begin VB.Menu mnuHelpHelp 
         Caption         =   "&Help..."
         Shortcut        =   {F1}
      End
      Begin VB.Menu mnuHelpBar1 
         Caption         =   "-"
      End
      Begin VB.Menu mnuHelpAbout 
         Caption         =   "&About..."
      End
   End
   Begin VB.Menu mnuPUTreeMis 
      Caption         =   "Popup menu for mission item in tree window"
      Visible         =   0   'False
      Begin VB.Menu mnuPUTreeMisProp 
         Caption         =   "Mission P&roperties..."
      End
      Begin VB.Menu mnuPUTreeMisGen 
         Caption         =   "&Generate Mission..."
      End
      Begin VB.Menu mnuPUTreeMisBar1 
         Caption         =   "-"
      End
      Begin VB.Menu mnuPUTreeMisNew 
         Caption         =   "New &Level..."
      End
      Begin VB.Menu mnuPUTreeMisBar2 
         Caption         =   "-"
      End
      Begin VB.Menu mnuPUTreeMisPaste 
         Caption         =   "&Paste Level"
      End
   End
   Begin VB.Menu mnuPUTreeLev 
      Caption         =   "Popup menu for level item in tree window"
      Visible         =   0   'False
      Begin VB.Menu mnuPUTreeLevProp 
         Caption         =   "Level P&roperties..."
      End
      Begin VB.Menu mnuPUTreeLevList 
         Caption         =   "Attributes &List..."
      End
      Begin VB.Menu mnuPUTreeLevGen 
         Caption         =   "&Generate Level..."
      End
      Begin VB.Menu mnuPUTreeLevBar1 
         Caption         =   "-"
      End
      Begin VB.Menu mnuPUTreeLevNew1 
         Caption         =   "New &Object..."
      End
      Begin VB.Menu mnuPUTreeLevNew2 
         Caption         =   "New &Attribute..."
      End
      Begin VB.Menu mnuPUTreeLevDel 
         Caption         =   "&Delete Level"
      End
      Begin VB.Menu mnuPUTreeLevBar3 
         Caption         =   "-"
      End
      Begin VB.Menu mnuPUTreeLevCut 
         Caption         =   "Cu&t Level"
      End
      Begin VB.Menu mnuPUTreeLevCopy 
         Caption         =   "&Copy Level"
      End
      Begin VB.Menu mnuPUTreeLevPaste 
         Caption         =   "&Paste Objects/Attribute"
      End
   End
   Begin VB.Menu mnuPUTreeObj 
      Caption         =   "Popup menu for object item in tree window"
      Visible         =   0   'False
      Begin VB.Menu mnuPUTreeObjProp 
         Caption         =   "Object P&roperties..."
      End
      Begin VB.Menu mnuPUTreeObjFind 
         Caption         =   "&Find Object"
      End
      Begin VB.Menu mnuPUTreeObjList 
         Caption         =   "Attributes &List..."
      End
      Begin VB.Menu mnuPUTreeObjGen 
         Caption         =   "&Generate Object..."
      End
      Begin VB.Menu mnuPUTreeObjBar1 
         Caption         =   "-"
      End
      Begin VB.Menu mnuPUTreeObjSel1 
         Caption         =   "Select Glo&bal"
      End
      Begin VB.Menu mnuPUTreeObjSel2 
         Caption         =   "&Select Objects"
      End
      Begin VB.Menu mnuPUTreeObjSel3 
         Caption         =   "Select Pat&h"
      End
      Begin VB.Menu mnuPUTreeObjBar2 
         Caption         =   "-"
      End
      Begin VB.Menu mnuPUTreeObjIns 
         Caption         =   "&Insert Object..."
      End
      Begin VB.Menu mnuPUTreeObjNew1 
         Caption         =   "New &Object..."
      End
      Begin VB.Menu mnuPUTreeObjNew2 
         Caption         =   "New &Attribute..."
      End
      Begin VB.Menu mnuPUTreeObjDel 
         Caption         =   "&Delete Object"
      End
      Begin VB.Menu mnuPUTreeObjBar3 
         Caption         =   "-"
      End
      Begin VB.Menu mnuPUTreeObjCut 
         Caption         =   "Cu&t Object"
      End
      Begin VB.Menu mnuPUTreeObjCopy 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -