unit1.dfm

来自「delphi 获得硬盘的id的例子」· DFM 代码 · 共 98 行

DFM
98
字号
object Form1: TForm1
  Left = 378
  Top = 106
  Width = 396
  Height = 185
  Caption = #33719#21462#30828#30424#30828#20214'ID'#12289'CPU'#12289#32593#21345#12289#22768#21345
  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 Label1: TLabel
    Left = 6
    Top = 11
    Width = 88
    Height = 13
    AutoSize = False
    Caption = #21462#30828#30424#21378#23478'ID'
  end
  object Label2: TLabel
    Left = 7
    Top = 35
    Width = 72
    Height = 13
    AutoSize = False
    Caption = 'CPU'#31995#21015#21495
  end
  object Label3: TLabel
    Left = 6
    Top = 59
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #38750#38598#25104#32593#21345
  end
  object Label4: TLabel
    Left = 0
    Top = 83
    Width = 113
    Height = 13
    AutoSize = False
    Caption = #38598#25104#21644#38750#38598#25104#32593#21345
  end
  object Label5: TLabel
    Left = 112
    Top = 112
    Width = 201
    Height = 13
    AutoSize = False
    Caption = '<'#30005#23376#30005#33041'>   '#25552#20379' http://91dz.com'
  end
  object Button1: TButton
    Left = 16
    Top = 112
    Width = 75
    Height = 25
    Caption = #33719#21462
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 96
    Top = 8
    Width = 281
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 96
    Top = 32
    Width = 281
    Height = 21
    TabOrder = 2
    Text = 'Edit2'
  end
  object Edit3: TEdit
    Left = 96
    Top = 56
    Width = 281
    Height = 21
    TabOrder = 3
    Text = 'Edit3'
  end
  object Edit4: TEdit
    Left = 112
    Top = 80
    Width = 265
    Height = 21
    TabOrder = 4
    Text = 'Edit4'
  end
end

⌨️ 快捷键说明

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