unit1.~dfm

来自「描叙一个人的成长过程」· ~DFM 代码 · 共 100 行

~DFM
100
字号
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 Button1: TButton
    Left = 56
    Top = 48
    Width = 75
    Height = 25
    Caption = #20986#29983#20102
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 56
    Top = 104
    Width = 75
    Height = 25
    Caption = #38271#22823#20102
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 56
    Top = 160
    Width = 75
    Height = 25
    Caption = #32467#23130
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 56
    Top = 216
    Width = 75
    Height = 25
    Caption = #29983#23401#23376
    TabOrder = 3
    OnClick = Button4Click
  end
  object GroupBox1: TGroupBox
    Left = 248
    Top = 56
    Width = 257
    Height = 337
    Caption = #23427#30340#29366#20917
    TabOrder = 4
    object Label1: TLabel
      Left = 8
      Top = 40
      Width = 24
      Height = 13
      Caption = #24180#40836
    end
    object Label2: TLabel
      Left = 104
      Top = 40
      Width = 3
      Height = 13
    end
    object Label3: TLabel
      Left = 8
      Top = 104
      Width = 48
      Height = 13
      Caption = #23130#23035#29366#20917
    end
    object Label4: TLabel
      Left = 96
      Top = 96
      Width = 3
      Height = 13
    end
    object Label5: TLabel
      Left = 8
      Top = 168
      Width = 36
      Height = 13
      Caption = #23401#23376#25968
    end
    object Label6: TLabel
      Left = 96
      Top = 168
      Width = 3
      Height = 13
    end
  end
end

⌨️ 快捷键说明

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