mapfrm.dfm

来自「Delphi + MapX程序框架(地图)源码程序」· DFM 代码 · 共 34 行

DFM
34
字号
object frmMap: TfrmMap
  Left = 306
  Top = 232
  Width = 468
  Height = 375
  Caption = 'frmMap'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 460
    Height = 341
    Align = alClient
    BevelOuter = bvSpace
    BorderStyle = bsSingle
    Caption = 'Panel1'
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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