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

📄 unit1.dfm

📁 Delphi7编程80例(完全版)
💻 DFM
字号:
object Form1: TForm1
  Left = 212
  Top = 165
  Width = 416
  Height = 316
  Caption = #35835#21462#27880#20876#34920#20013#30340#30456#20851#20449#24687
  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 Button1: TButton
    Left = 143
    Top = 51
    Width = 114
    Height = 25
    Caption = #27880#20876#34920#20013#30340#30456#20851#20449#24687
    TabOrder = 0
    OnClick = Button1Click
  end
  object RadioButton1: TRadioButton
    Left = 32
    Top = 16
    Width = 75
    Height = 17
    Caption = 'BIOS'#20449#24687
    TabOrder = 1
  end
  object Memo1: TMemo
    Left = 16
    Top = 88
    Width = 361
    Height = 169
    TabOrder = 2
  end
  object RadioButton2: TRadioButton
    Left = 136
    Top = 16
    Width = 73
    Height = 17
    Caption = 'CPU'#20449#24687
    TabOrder = 3
  end
  object RadioButton3: TRadioButton
    Left = 248
    Top = 16
    Width = 129
    Height = 17
    Caption = #30005#28304#30005#27744#20449#24687
    TabOrder = 4
  end
end

⌨️ 快捷键说明

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