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

📄 unit2.dfm

📁 delphi典型实验代码
💻 DFM
字号:
object Form2: TForm2
  Left = 277
  Top = 201
  Width = 696
  Height = 480
  Caption = #28436#31034#31243#24207
  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 Memo1: TMemo
    Left = 240
    Top = 32
    Width = 145
    Height = 41
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
  end
  object RadioGroup1: TRadioGroup
    Left = 32
    Top = 152
    Width = 121
    Height = 193
    Caption = #39068#33394
    Items.Strings = (
      #32418#33394
      #34013#33394
      #40644#33394
      #32043#33394
      #32511#33394
      #40657#33394)
    TabOrder = 1
    OnClick = RadioGroup1Click
  end
  object RadioGroup2: TRadioGroup
    Left = 200
    Top = 152
    Width = 185
    Height = 193
    Caption = #23383#20307
    Items.Strings = (
      #23435#20307
      #20223#23435
      #40657#20307
      #24188#22278
      #38582#20070
      #21326#25991)
    TabOrder = 2
    OnClick = RadioGroup2Click
  end
  object GroupBox1: TGroupBox
    Left = 416
    Top = 152
    Width = 97
    Height = 193
    Caption = #25928#26524
    TabOrder = 3
    object CheckBox1: TCheckBox
      Left = 16
      Top = 16
      Width = 49
      Height = 17
      Caption = #31895#20307
      TabOrder = 0
    end
    object CheckBox2: TCheckBox
      Left = 16
      Top = 48
      Width = 49
      Height = 17
      Caption = #26012#20307
      TabOrder = 1
    end
    object CheckBox3: TCheckBox
      Left = 16
      Top = 80
      Width = 65
      Height = 17
      Caption = #19979#21010#32447
      TabOrder = 2
    end
    object CheckBox4: TCheckBox
      Left = 16
      Top = 112
      Width = 65
      Height = 17
      Caption = #21024#38500#32447
      TabOrder = 3
    end
  end
  object ListBox1: TListBox
    Left = 544
    Top = 160
    Width = 57
    Height = 185
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -24
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    ItemHeight = 29
    Items.Strings = (
      '8'
      '12'
      '16'
      '20'
      '24'
      '28'
      '32'
      '36'
      '38')
    ParentFont = False
    TabOrder = 4
    OnClick = ListBox1Click
  end
end

⌨️ 快捷键说明

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