unit1.dfm

来自「此代码是关于mapgis的在」· DFM 代码 · 共 53 行

DFM
53
字号
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 = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object MapForm1: TMapForm
    Left = 8
    Top = 48
    Width = 585
    Height = 385
    ParentColor = False
    ParentFont = False
    TabOrder = 0
    ControlData = {
      5450463008544D6170466F726D074D6170466F726D044C656674020803546F70
      0230055769647468034902064865696768740381010743617074696F6E06074D
      6170466F726D05436F6C6F720709636C42746E466163650C466F6E742E436861
      72736574070F44454641554C545F434841525345540A466F6E742E436F6C6F72
      070C636C57696E646F77546578740B466F6E742E48656967687402F509466F6E
      742E4E616D65060D4D532053616E732053657269660A466F6E742E5374796C65
      0B000E4F6C644372656174654F72646572080D506978656C73506572496E6368
      02600A54657874486569676874020D0000}
  end
  object Button1: TButton
    Left = 120
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 216
    Top = 8
    Width = 75
    Height = 25
    Caption = 'Button2'
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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