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

📄 unit11.dfm

📁 简单的选课系统 采用delphi书写 包含简单的管理功能以及学生 教师 管理员登陆
💻 DFM
字号:
object Form11: TForm11
  Left = 157
  Top = 129
  Width = 618
  Height = 370
  Caption = #23398#29983#31649#29702
  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 GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 593
    Height = 321
    Caption = #23398#29983#31649#29702
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 28
      Width = 36
      Height = 13
      AutoSize = False
      Caption = #23398#21495#65306
    end
    object Label2: TLabel
      Left = 173
      Top = 30
      Width = 36
      Height = 13
      AutoSize = False
      Caption = #22995#21517#65306
    end
    object Label3: TLabel
      Left = 344
      Top = 30
      Width = 36
      Height = 13
      AutoSize = False
      Caption = #23494#30721#65306
    end
    object Label4: TLabel
      Left = 488
      Top = 32
      Width = 36
      Height = 13
      AutoSize = False
      Caption = #24615#21035#65306
    end
    object Label5: TLabel
      Left = 16
      Top = 64
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #20986#29983#26085#26399#65306
    end
    object Label6: TLabel
      Left = 224
      Top = 64
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #25152#22312#23398#38498#65306
    end
    object Label7: TLabel
      Left = 16
      Top = 100
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #32852#31995#30005#35805#65306
    end
    object Label8: TLabel
      Left = 16
      Top = 128
      Width = 36
      Height = 13
      AutoSize = False
      Caption = #22791#27880#65306
    end
    object Edit1: TEdit
      Left = 64
      Top = 25
      Width = 97
      Height = 21
      AutoSize = False
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 221
      Top = 26
      Width = 100
      Height = 21
      AutoSize = False
      TabOrder = 1
    end
    object Edit3: TEdit
      Left = 384
      Top = 26
      Width = 89
      Height = 21
      AutoSize = False
      TabOrder = 2
    end
    object ComboBox1: TComboBox
      Left = 528
      Top = 26
      Width = 49
      Height = 21
      ItemHeight = 13
      TabOrder = 3
      Items.Strings = (
        #30007
        #22899)
    end
    object Edit4: TEdit
      Left = 80
      Top = 59
      Width = 121
      Height = 21
      AutoSize = False
      TabOrder = 4
    end
    object Edit5: TEdit
      Left = 288
      Top = 59
      Width = 121
      Height = 21
      AutoSize = False
      TabOrder = 5
    end
    object Edit6: TEdit
      Left = 80
      Top = 96
      Width = 121
      Height = 21
      AutoSize = False
      TabOrder = 6
    end
    object Edit7: TEdit
      Left = 80
      Top = 128
      Width = 393
      Height = 57
      AutoSize = False
      TabOrder = 7
    end
    object DBGrid1: TDBGrid
      Left = 16
      Top = 192
      Width = 569
      Height = 120
      DataSource = Data.DataSource2
      TabOrder = 8
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object Button1: TButton
      Left = 504
      Top = 56
      Width = 75
      Height = 25
      Caption = #26597#35810
      TabOrder = 9
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 504
      Top = 88
      Width = 75
      Height = 25
      Caption = #20462#25913
      TabOrder = 10
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 504
      Top = 120
      Width = 75
      Height = 25
      Caption = #25554#20837
      TabOrder = 11
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 504
      Top = 152
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 12
      OnClick = Button4Click
    end
  end
end

⌨️ 快捷键说明

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