⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit2.dfm

📁 DELPHI经典程序
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -