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

📄 studentquery.dfm

📁 学生选课管理信息系统原码
💻 DFM
字号:
object StuQryForm: TStuQryForm
  Left = 234
  Top = 156
  Width = 538
  Height = 389
  BorderIcons = [biSystemMenu]
  Caption = #23398#29983#26597#35810
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 530
    Height = 89
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 34
      Top = 21
      Width = 45
      Height = 13
      Caption = #23398'   '#21495#65306
    end
    object Label2: TLabel
      Left = 34
      Top = 59
      Width = 45
      Height = 13
      Caption = #22995'   '#21517#65306
    end
    object Label3: TLabel
      Left = 274
      Top = 20
      Width = 48
      Height = 13
      Caption = #24635#23398#20998#65306
    end
    object Label4: TLabel
      Left = 431
      Top = 18
      Width = 57
      Height = 13
      Caption = '('#24050#26377#25104#32489') '
    end
    object StuNoEdt: TEdit
      Left = 104
      Top = 13
      Width = 125
      Height = 21
      Enabled = False
      ImeName = #26368#24378#20116#31508#36755#20837#27861
      TabOrder = 0
    end
    object NameEdt: TEdit
      Left = 104
      Top = 51
      Width = 125
      Height = 21
      Enabled = False
      ImeName = #26368#24378#20116#31508#36755#20837#27861
      TabOrder = 1
    end
    object ScoreEdt: TEdit
      Left = 344
      Top = 12
      Width = 78
      Height = 21
      Enabled = False
      ImeName = #26368#24378#20116#31508#36755#20837#27861
      TabOrder = 2
    end
    object PasswordBtn: TButton
      Left = 292
      Top = 47
      Width = 75
      Height = 25
      Caption = #20462#25913#21475#20196
      TabOrder = 3
      OnClick = PasswordBtnClick
    end
    object OKBtn: TButton
      Left = 404
      Top = 47
      Width = 75
      Height = 25
      Caption = #36864'       '#20986
      TabOrder = 4
      OnClick = OKBtnClick
    end
  end
  object StringGrid1: TStringGrid
    Left = 0
    Top = 89
    Width = 530
    Height = 273
    Align = alClient
    ColCount = 4
    DefaultColWidth = 120
    RowCount = 15
    TabOrder = 1
    RowHeights = (
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24
      24)
  end
end

⌨️ 快捷键说明

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