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

📄 unit1.dfm

📁 本光盘是《Delphi 7应用教程》一书的配套光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 432
  Height = 225
  Caption = #35745#31639#26426#37197#32622#31243#24207
  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 = 8
    Top = 8
    Width = 60
    Height = 13
    Caption = #30005#33041#21697#29260#65306
  end
  object Label2: TLabel
    Left = 296
    Top = 8
    Width = 60
    Height = 13
    Caption = #37197#32622#24773#20917#65306
  end
  object ComboBox1: TComboBox
    Left = 8
    Top = 32
    Width = 105
    Height = 153
    Style = csSimple
    ItemHeight = 13
    TabOrder = 0
    Items.Strings = (
      #32852#24819
      #21516#21019
      #24800#26222
      'IBM'
      #24247#26575
      'DELL')
  end
  object RadioGroup1: TRadioGroup
    Left = 128
    Top = 8
    Width = 161
    Height = 41
    Caption = 'CPU'#22411#21495
    Columns = 2
    Items.Strings = (
      'Pentium 4'
      #36805#39536)
    TabOrder = 1
  end
  object RadioGroup2: TRadioGroup
    Left = 128
    Top = 64
    Width = 161
    Height = 41
    Caption = #20869#23384#23481#37327
    Columns = 2
    Items.Strings = (
      '256'
      '512')
    TabOrder = 2
  end
  object ListBox1: TListBox
    Left = 296
    Top = 32
    Width = 121
    Height = 121
    ItemHeight = 13
    TabOrder = 3
  end
  object Button1: TButton
    Left = 328
    Top = 160
    Width = 65
    Height = 25
    Caption = #30830#23450
    TabOrder = 4
    OnClick = Button1Click
  end
  object GroupBox1: TGroupBox
    Left = 128
    Top = 112
    Width = 161
    Height = 73
    Caption = #20854#23427#35774#22791
    TabOrder = 5
    object CheckBox1: TCheckBox
      Left = 8
      Top = 16
      Width = 65
      Height = 17
      Caption = #20809#39537
      TabOrder = 0
    end
    object CheckBox2: TCheckBox
      Left = 88
      Top = 8
      Width = 65
      Height = 25
      Caption = #22768#21345
      TabOrder = 1
    end
    object CheckBox3: TCheckBox
      Left = 8
      Top = 40
      Width = 57
      Height = 17
      Caption = 'Modom'
      TabOrder = 2
    end
    object CheckBox4: TCheckBox
      Left = 88
      Top = 40
      Width = 65
      Height = 17
      Caption = #38899#31665
      TabOrder = 3
    end
  end
end

⌨️ 快捷键说明

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