unit2.dfm

来自「DELPHI经典程序」· DFM 代码 · 共 59 行

DFM
59
字号
object Form2: TForm2
  Left = 205
  Top = 474
  Width = 225
  Height = 167
  Caption = 'Form2'
  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 CheckBox1: TCheckBox
    Left = 20
    Top = 16
    Width = 51
    Height = 25
    Caption = #22836#30420
    TabOrder = 0
  end
  object CheckBox2: TCheckBox
    Left = 18
    Top = 48
    Width = 53
    Height = 25
    Caption = #25112#30002
    TabOrder = 1
  end
  object CheckBox3: TCheckBox
    Left = 18
    Top = 78
    Width = 51
    Height = 27
    Caption = #38050#38772
    TabOrder = 2
  end
  object Button1: TButton
    Left = 20
    Top = 114
    Width = 93
    Height = 25
    Caption = #30830#35748
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 126
    Top = 114
    Width = 81
    Height = 25
    Caption = #25918#24323
    TabOrder = 4
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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