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

📄 unit12.dfm

📁 简单的选课系统 采用delphi书写 包含简单的管理功能以及学生 教师 管理员登陆
💻 DFM
字号:
object Form12: TForm12
  Left = 271
  Top = 209
  Width = 612
  Height = 237
  Caption = #35838#31243#26597#35810
  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 = 577
    Height = 185
    Caption = #26681#25454#35838#31243#26597#35810
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 48
      Height = 13
      AutoSize = False
      Caption = #35838#31243#21495#65306
    end
    object Label2: TLabel
      Left = 224
      Top = 24
      Width = 60
      Height = 13
      AutoSize = False
      Caption = #24320#35838#25945#24072#65306
    end
    object Edit1: TEdit
      Left = 72
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Button1: TButton
      Left = 16
      Top = 48
      Width = 89
      Height = 25
      Caption = #35838#31243#21495#26597#35810
      TabOrder = 1
      OnClick = Button1Click
    end
    object DBGrid1: TDBGrid
      Left = 8
      Top = 80
      Width = 561
      Height = 97
      DataSource = Data.DataSource1
      TabOrder = 2
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object Button2: TButton
      Left = 112
      Top = 48
      Width = 105
      Height = 25
      Caption = #24320#35838#25945#24072#26597#35810
      TabOrder = 3
      OnClick = Button2Click
    end
    object Edit2: TEdit
      Left = 288
      Top = 16
      Width = 121
      Height = 21
      TabOrder = 4
    end
    object Button3: TButton
      Left = 224
      Top = 48
      Width = 97
      Height = 25
      Caption = #26174#31034#25152#26377#35838#31243
      TabOrder = 5
      OnClick = Button3Click
    end
  end
end

⌨️ 快捷键说明

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