main.dfm

来自「启动delphi程序技巧」· DFM 代码 · 共 40 行

DFM
40
字号
object frmMain: TfrmMain
  Left = 332
  Top = 259
  Width = 282
  Height = 163
  Caption = #31243#24207#21551#21160#31034#20363
  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 Label1: TLabel
    Left = 64
    Top = 40
    Width = 113
    Height = 25
    AutoSize = False
    Caption = #31243#24207#20027#31383#20307
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
  end
  object btnQuit: TButton
    Left = 144
    Top = 88
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 0
    OnClick = btnQuitClick
  end
end

⌨️ 快捷键说明

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