unit1.dfm

来自「<<C++Builder 6实用编程100例>>随书光盘」· DFM 代码 · 共 82 行

DFM
82
字号
object Form1: TForm1
  Left = 223
  Top = 198
  Width = 573
  Height = 352
  Caption = 'System Info'
  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 = 32
    Top = 32
    Width = 217
    Height = 257
    Caption = #31995#32479#29256#26412
    TabOrder = 0
    object Label1: TLabel
      Left = 32
      Top = 40
      Width = 145
      Height = 13
      AutoSize = False
      Caption = #31995#32479#65306
    end
    object Label2: TLabel
      Left = 32
      Top = 96
      Width = 145
      Height = 13
      AutoSize = False
      Caption = #29256#26412#65306
    end
    object Label3: TLabel
      Left = 32
      Top = 152
      Width = 145
      Height = 13
      AutoSize = False
      Caption = 'Build'#65306
    end
    object Label4: TLabel
      Left = 32
      Top = 208
      Width = 145
      Height = 13
      AutoSize = False
      Caption = #31995#32479#20449#24687#65306
    end
  end
  object GroupBox2: TGroupBox
    Left = 304
    Top = 32
    Width = 225
    Height = 177
    Caption = #35745#31639#26426#20449#24687
    TabOrder = 1
    object Label5: TLabel
      Left = 24
      Top = 48
      Width = 161
      Height = 13
      AutoSize = False
      Caption = #35745#31639#26426#21517#65306
    end
    object Label6: TLabel
      Left = 24
      Top = 112
      Width = 161
      Height = 13
      AutoSize = False
      Caption = #29992#25143#21517#65306
    end
  end
end

⌨️ 快捷键说明

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