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

📄 selinputscore.dfm

📁 自己做的用delphi开发的学生成绩管理系统。
💻 DFM
字号:
object frmSelInputScore: TfrmSelInputScore
  Left = 314
  Top = 208
  BorderStyle = bsDialog
  Caption = #36873#25321#25104#32489#24405#20837#27169#24335
  ClientHeight = 205
  ClientWidth = 294
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 15
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 273
    Height = 153
    Shape = bsFrame
  end
  object Button1: TButton
    Left = 42
    Top = 176
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 175
    Top = 176
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 1
    OnClick = Button2Click
  end
  object CheckBox1: TCheckBox
    Left = 26
    Top = 30
    Width = 97
    Height = 17
    Caption = #36873#25321#29677#32423
    Checked = True
    State = cbChecked
    TabOrder = 2
    OnClick = CheckBox1Click
  end
  object CheckBox2: TCheckBox
    Left = 26
    Top = 81
    Width = 97
    Height = 17
    Caption = #36873#25321#35838#31243
    Checked = True
    State = cbChecked
    TabOrder = 3
    OnClick = CheckBox2Click
  end
  object cmbClass: TComboBox
    Left = 112
    Top = 31
    Width = 145
    Height = 23
    Style = csDropDownList
    ItemHeight = 15
    TabOrder = 4
  end
  object cmbKCDM: TComboBox
    Left = 112
    Top = 80
    Width = 145
    Height = 23
    Style = csDropDownList
    ItemHeight = 15
    TabOrder = 5
    OnChange = cmbKCDMChange
  end
  object cmbKCMC: TComboBox
    Left = 112
    Top = 115
    Width = 145
    Height = 23
    Style = csDropDownList
    ItemHeight = 15
    TabOrder = 6
    OnChange = cmbKCMCChange
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 32
    Top = 8
  end
  object DataSource2: TDataSource
    DataSet = ADOQuery2
    Left = 24
    Top = 104
  end
  object ADOQuery1: TADOQuery
    Connection = frmmain.ADOConnection1
    Parameters = <>
    Left = 64
    Top = 8
  end
  object ADOQuery2: TADOQuery
    Connection = frmmain.ADOConnection1
    Parameters = <>
    Left = 56
    Top = 104
  end
end

⌨️ 快捷键说明

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