get.~dfm

来自「mapgis二次开发delphi实例Del_Get」· ~DFM 代码 · 共 41 行

~DFM
41
字号
object MainForm: TMainForm
  Left = 192
  Top = 107
  Width = 284
  Height = 220
  Caption = #21462#25991#20214#20013#30340#23454#20307
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 8
    Top = 8
    Width = 257
    Height = 177
    BevelOuter = bvLowered
    TabOrder = 0
    object openfile: TButton
      Left = 80
      Top = 64
      Width = 97
      Height = 41
      Caption = #25171#24320#25991#20214
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
      TabOrder = 0
      OnClick = openfileClick
    end
  end
end

⌨️ 快捷键说明

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