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

📄 mainfrm.dfm

📁 Delphi + MapX程序框架(地图)源码程序
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object frmMain: TfrmMain
  Left = 204
  Top = 129
  Width = 763
  Height = 549
  Caption = #25105#30340#24037#31243
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  Menu = MainMenu1
  OldCreateOrder = False
  WindowState = wsMaximized
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object ControlBar1: TControlBar
    Left = 0
    Top = 0
    Width = 755
    Height = 30
    Align = alTop
    AutoSize = True
    TabOrder = 0
    object ToolBar1: TToolBar
      Left = 11
      Top = 2
      Width = 126
      Height = 22
      Caption = 'ToolBar1'
      EdgeBorders = []
      Flat = True
      Images = ImageList1
      TabOrder = 0
      object btnToolNew: TToolButton
        Left = 0
        Top = 0
        Action = NewFile
      end
      object btnToolOpen: TToolButton
        Left = 23
        Top = 0
        Action = OpenFile
      end
      object ToolButton15: TToolButton
        Left = 46
        Top = 0
        Action = SaveFile
      end
      object ToolButton17: TToolButton
        Left = 69
        Top = 0
        Width = 8
        Caption = 'ToolButton17'
        ImageIndex = 4
        Style = tbsSeparator
      end
      object ToolButton16: TToolButton
        Left = 77
        Top = 0
        Action = SaveGraph
      end
      object ToolButton18: TToolButton
        Left = 100
        Top = 0
        Action = PrintMap
      end
    end
    object tlbMapTool: TToolBar
      Left = 150
      Top = 2
      Width = 467
      Height = 22
      Caption = 'tlbMapTool'
      EdgeBorders = []
      EdgeInner = esLowered
      EdgeOuter = esRaised
      Flat = True
      Images = ImageList1
      TabOrder = 1
      object ToolButton1: TToolButton
        Left = 0
        Top = 0
        Action = ZoomInTool
      end
      object ToolButton2: TToolButton
        Left = 23
        Top = 0
        Action = ZoomOutTool
      end
      object ToolButton3: TToolButton
        Left = 46
        Top = 0
        Action = PanTool
      end
      object ToolButton4: TToolButton
        Left = 69
        Top = 0
        Action = PointSelectTool
      end
      object ToolButton5: TToolButton
        Left = 92
        Top = 0
        Action = RectSelectTool
      end
      object ToolButton6: TToolButton
        Left = 115
        Top = 0
        Action = RadiusSelectTool
      end
      object ToolButton7: TToolButton
        Left = 138
        Top = 0
        Action = PolygonSelectTool
      end
      object ToolButton8: TToolButton
        Left = 161
        Top = 0
        Action = InforTool
      end
      object ToolButton9: TToolButton
        Left = 184
        Top = 0
        Action = LabelTool
      end
      object ToolButton10: TToolButton
        Left = 207
        Top = 0
        Action = RulerTool
      end
      object ToolButton11: TToolButton
        Left = 230
        Top = 0
        Action = AreaTool
      end
      object ToolButton13: TToolButton
        Left = 253
        Top = 0
        Width = 8
        Caption = 'ToolButton13'
        ImageIndex = 52
        Style = tbsSeparator
      end
      object ToolButton12: TToolButton
        Left = 261
        Top = 0
        Action = TitleSetting
      end
      object ToolButton14: TToolButton
        Left = 284
        Top = 0
        Action = LayerSetting
      end
      object ToolButton19: TToolButton
        Left = 307
        Top = 0
        Action = ThemeSetting
      end
      object ToolButton20: TToolButton
        Left = 330
        Top = 0
        Width = 8
        Caption = 'ToolButton20'
        ImageIndex = 53
        Style = tbsSeparator
      end
      object ToolButton21: TToolButton
        Left = 338
        Top = 0
        Action = SearchSetting
      end
      object ToolButton22: TToolButton
        Left = 361
        Top = 0
        Action = FAnalyseSetting
      end
      object ToolButton23: TToolButton
        Left = 384
        Top = 0
        Caption = 'ToolButton23'
        ImageIndex = 27
      end
      object ToolButton24: TToolButton
        Left = 407
        Top = 0
        Caption = 'ToolButton24'
        ImageIndex = 28
      end
    end
  end
  object cxTabControl1: TcxTabControl
    Left = 0
    Top = 30
    Width = 755
    Height = 23
    Align = alTop
    Images = ImageList1
    Style = 10
    TabOrder = 2
    OnChange = cxTabControl1Change
    ClientRectBottom = 23
    ClientRectRight = 755
    ClientRectTop = 0
  end
  object dxStatusBar1: TdxStatusBar
    Left = 0
    Top = 475
    Width = 755
    Height = 20
    Images = ImageList1
    Panels = <
      item
        PanelStyleClassName = 'TdxStatusBarTextPanelStyle'
        Width = 220
      end
      item
        PanelStyleClassName = 'TdxStatusBarTextPanelStyle'
        Width = 330
      end
      item
        PanelStyleClassName = 'TdxStatusBarContainerPanelStyle'
        PanelStyle.Container = dxStatusBar1Container2
      end>
    PaintStyle = stpsFlat
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    object dxStatusBar1Container2: TdxStatusBarContainerControl
      Left = 559
      Top = 3
      Width = 195
      Height = 16

⌨️ 快捷键说明

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