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

📄 utmain.dfm

📁 用Delphi语句实现对地图放大
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  WindowState = wsMaximized
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 434
    Align = alClient
    BevelOuter = bvLowered
    Color = clWhite
    TabOrder = 0
    object Image1: TImage
      Left = 1
      Top = 1
      Width = 686
      Height = 432
      Align = alClient
      PopupMenu = PopupMenu1
      OnMouseDown = Image1MouseDown
      OnMouseMove = Image1MouseMove
      OnMouseUp = Image1MouseUp
    end
    object Label1: TLabel
      Left = 4
      Top = 685
      Width = 157
      Height = 13
      AutoSize = False
      Caption = 'Label1'
      Transparent = True
      Visible = False
    end
  end
  object MainMenu1: TMainMenu
    Left = 168
    Top = 64
    object N1: TMenuItem
      Caption = #30011#22270
      object N2: TMenuItem
        Caption = #24213#22270
        OnClick = N2Click
      end
      object N3: TMenuItem
        Caption = #36864#20986
        OnClick = N3Click
      end
    end
    object N6: TMenuItem
      Caption = #24037#20855
      object N7: TMenuItem
        Caption = #36873#25321
        OnClick = N7Click
      end
      object N8: TMenuItem
        Caption = #35201#32032#34920
        OnClick = N8Click
      end
    end
  end
  object PopupMenu1: TPopupMenu
    Left = 288
    Top = 168
    object N4: TMenuItem
      Caption = #25918#22823
      OnClick = N4Click
    end
    object N5: TMenuItem
      Caption = #32553#23567
      OnClick = N5Click
    end
  end
  object Timer1: TTimer
    Interval = 10
    Left = 352
    Top = 136
  end
end

⌨️ 快捷键说明

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