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

📄 unit1.dfm

📁 DELPHI经典程序
💻 DFM
字号:
object Form1: TForm1
  Left = 224
  Top = 125
  Width = 200
  Height = 301
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 5
    Top = 14
    Width = 180
    Height = 119
    Caption = #33756#21333
    TabOrder = 0
    object CheckBox1: TCheckBox
      Left = 12
      Top = 16
      Width = 55
      Height = 23
      Caption = #29492#33041
      TabOrder = 0
    end
    object CheckBox2: TCheckBox
      Left = 12
      Top = 40
      Width = 89
      Height = 23
      Caption = #29275#32905#21449#28903#21253
      TabOrder = 1
    end
    object CheckBox3: TCheckBox
      Left = 12
      Top = 64
      Width = 87
      Height = 25
      Caption = #34588#27713#29066#25484
      TabOrder = 2
    end
    object Button1: TButton
      Left = 50
      Top = 92
      Width = 79
      Height = 23
      Caption = #30830#35748
      TabOrder = 3
      OnClick = Button1Click
    end
  end
  object GroupBox2: TGroupBox
    Left = 5
    Top = 136
    Width = 180
    Height = 87
    Caption = #36873#25321#23433#35013#39033#30446
    TabOrder = 1
    object CheckBox4: TCheckBox
      Left = 12
      Top = 14
      Width = 49
      Height = 23
      Caption = #39764#27861
      TabOrder = 0
    end
    object CheckBox5: TCheckBox
      Left = 12
      Top = 34
      Width = 47
      Height = 25
      AllowGrayed = True
      Caption = #36947#20855
      TabOrder = 1
      OnMouseDown = CheckBox5MouseDown
    end
    object Button2: TButton
      Left = 50
      Top = 64
      Width = 85
      Height = 19
      Caption = #30830#35748
      TabOrder = 2
      OnClick = Button2Click
    end
  end
  object CheckBox6: TCheckBox
    Left = 12
    Top = 236
    Width = 89
    Height = 21
    Caption = 'testAlignment'
    Color = clAqua
    ParentColor = False
    TabOrder = 2
  end
  object Button3: TButton
    Left = 104
    Top = 236
    Width = 80
    Height = 23
    Caption = 'Alignment'
    TabOrder = 3
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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