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

📄 unit10.dfm

📁 简单的选课系统 采用delphi书写 包含简单的管理功能以及学生 教师 管理员登陆
💻 DFM
字号:
object Form10: TForm10
  Left = 296
  Top = 142
  Width = 591
  Height = 440
  Caption = #25945#24072#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 = 569
    Height = 393
    Caption = #25945#24072#31649#29702
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 36
      Height = 13
      Caption = #36134#21495#65306
    end
    object Label2: TLabel
      Left = 152
      Top = 24
      Width = 36
      Height = 13
      AutoSize = False
      Caption = #22995#21517#65306
    end
    object Label3: TLabel
      Left = 304
      Top = 24
      Width = 36
      Height = 13
      AutoSize = False
      Caption = #24615#21035#65306
    end
    object Label4: TLabel
      Left = 408
      Top = 24
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #20986#29983#26085#26399#65306
    end
    object Label5: TLabel
      Left = 14
      Top = 56
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #25152#22312#21333#20301#65306
    end
    object Label6: TLabel
      Left = 304
      Top = 56
      Width = 36
      Height = 13
      AutoSize = False
      Caption = #37038#32534#65306
    end
    object Label7: TLabel
      Left = 14
      Top = 96
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #32852#31995#22320#22336#65306
    end
    object Label8: TLabel
      Left = 304
      Top = 96
      Width = 49
      Height = 13
      AutoSize = False
      Caption = #30005#35805'(1)'#65306
    end
    object Label9: TLabel
      Left = 12
      Top = 120
      Width = 48
      Height = 13
      AutoSize = False
      Caption = #30005#35805'(2)'#65306
    end
    object Label10: TLabel
      Left = 13
      Top = 152
      Width = 36
      Height = 13
      Caption = #22791#27880#65306
    end
    object Label11: TLabel
      Left = 224
      Top = 128
      Width = 36
      Height = 13
      AutoSize = False
      Caption = #23494#30721#65306
    end
    object Edit1: TEdit
      Left = 48
      Top = 19
      Width = 97
      Height = 21
      TabOrder = 0
    end
    object Edit2: TEdit
      Left = 192
      Top = 19
      Width = 97
      Height = 21
      AutoSize = False
      TabOrder = 1
    end
    object ComboBox1: TComboBox
      Left = 344
      Top = 19
      Width = 57
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      Items.Strings = (
        #30007
        #22899)
    end
    object Edit3: TEdit
      Left = 472
      Top = 19
      Width = 89
      Height = 21
      AutoSize = False
      TabOrder = 3
    end
    object Edit4: TEdit
      Left = 80
      Top = 51
      Width = 209
      Height = 21
      TabOrder = 4
    end
    object Edit5: TEdit
      Left = 353
      Top = 51
      Width = 121
      Height = 21
      AutoSize = False
      TabOrder = 5
    end
    object Edit6: TEdit
      Left = 80
      Top = 91
      Width = 209
      Height = 21
      AutoSize = False
      TabOrder = 6
    end
    object Edit7: TEdit
      Left = 352
      Top = 91
      Width = 121
      Height = 21
      AutoSize = False
      TabOrder = 7
    end
    object Edit8: TEdit
      Left = 80
      Top = 120
      Width = 121
      Height = 21
      AutoSize = False
      TabOrder = 8
    end
    object Edit9: TEdit
      Left = 80
      Top = 152
      Width = 377
      Height = 21
      TabOrder = 9
    end
    object Button1: TButton
      Left = 480
      Top = 56
      Width = 75
      Height = 25
      Caption = #26597#35810
      TabOrder = 10
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 480
      Top = 88
      Width = 75
      Height = 25
      Caption = #20462#25913
      Enabled = False
      TabOrder = 11
      OnClick = Button2Click
    end
    object DBGrid1: TDBGrid
      Left = 16
      Top = 184
      Width = 545
      Height = 193
      DataSource = Data.DataSource1
      TabOrder = 12
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object Button3: TButton
      Left = 480
      Top = 120
      Width = 75
      Height = 25
      Caption = #28155#21152
      TabOrder = 13
      OnClick = Button3Click
    end
    object Edit10: TEdit
      Left = 264
      Top = 120
      Width = 121
      Height = 21
      AutoSize = False
      TabOrder = 14
    end
    object Button4: TButton
      Left = 480
      Top = 152
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 15
      OnClick = Button4Click
    end
  end
end

⌨️ 快捷键说明

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