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

📄 unit1.dfm

📁 一个简单的delphi程序设计 实现了简单的选课系统 可以选多门课
💻 DFM
字号:
object Form1: TForm1
  Left = 293
  Top = 187
  BorderStyle = bsDialog
  Caption = #36873#35838#31995#32479
  ClientHeight = 453
  ClientWidth = 607
  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 Label4: TLabel
    Left = 464
    Top = 40
    Width = 96
    Height = 13
    Caption = #21487#20197#36873#25321#30340#35838#31243#65306
  end
  object Label6: TLabel
    Left = 336
    Top = 40
    Width = 72
    Height = 13
    Caption = #36873#25321#25152#22312#38498#31995
  end
  object ListBox1: TListBox
    Left = 464
    Top = 56
    Width = 105
    Height = 225
    Color = clBtnHighlight
    ItemHeight = 13
    MultiSelect = True
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 32
    Top = 40
    Width = 281
    Height = 241
    Caption = #36873#35838#20449#24687
    TabOrder = 1
    object Label5: TLabel
      Left = 32
      Top = 40
      Width = 3
      Height = 13
    end
  end
  object Button1: TButton
    Left = 336
    Top = 320
    Width = 233
    Height = 25
    Caption = #36873#23450
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 336
    Top = 376
    Width = 233
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button2Click
  end
  object Panel1: TPanel
    Left = 32
    Top = 296
    Width = 281
    Height = 137
    Caption = 'Panel1'
    TabOrder = 4
    object Label1: TLabel
      Left = 48
      Top = 32
      Width = 24
      Height = 13
      Caption = #22995#21517
    end
    object Label2: TLabel
      Left = 48
      Top = 64
      Width = 24
      Height = 13
      Caption = #29677#32423
    end
    object Label3: TLabel
      Left = 48
      Top = 104
      Width = 24
      Height = 13
      Caption = #23398#21495
    end
    object Edit1: TEdit
      Left = 112
      Top = 24
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 112
      Top = 64
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 112
      Top = 104
      Width = 121
      Height = 21
      TabOrder = 2
    end
  end
  object Panel2: TPanel
    Left = 328
    Top = 56
    Width = 121
    Height = 225
    Caption = 'Panel2'
    TabOrder = 5
    object RadioGroup1: TRadioGroup
      Left = 0
      Top = 0
      Width = 121
      Height = 225
      TabOrder = 0
    end
    object RadioButton1: TRadioButton
      Left = 8
      Top = 16
      Width = 97
      Height = 17
      Caption = #35745#31639#26426#31995
      TabOrder = 1
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 8
      Top = 40
      Width = 97
      Height = 17
      Caption = #36719#20214#23398#38498
      TabOrder = 2
      OnClick = RadioButton2Click
    end
    object RadioButton3: TRadioButton
      Left = 8
      Top = 64
      Width = 97
      Height = 17
      Caption = #22806#22269#35821#23398#38498
      TabOrder = 3
      OnClick = RadioButton3Click
    end
  end
end

⌨️ 快捷键说明

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