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

📄 specialmarkrep.~dfm

📁 中学考试管理系统 采用智能管理 具有统计分析的能力
💻 ~DFM
字号:
object Form19: TForm19
  Left = 259
  Top = 154
  Width = 674
  Height = 437
  Caption = #25171#21360#20010#20154#25104#32489#34920
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 16
    Top = 16
    Width = 633
    Height = 73
    Caption = #25253#34920#26631#39064
    TabOrder = 0
    object title: TEdit
      Left = 16
      Top = 24
      Width = 585
      Height = 21
      TabOrder = 0
    end
  end
  object GroupBox2: TGroupBox
    Left = 16
    Top = 96
    Width = 633
    Height = 105
    Caption = #29983#25104#26465#20214
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 24
      Width = 36
      Height = 13
      Caption = #23398#21495#65306
    end
    object Label2: TLabel
      Left = 408
      Top = 24
      Width = 60
      Height = 13
      Caption = #25253#34920#24418#24335#65306
    end
    object Label3: TLabel
      Left = 232
      Top = 24
      Width = 36
      Height = 13
      Caption = #24180#32423#65306
    end
    object Label4: TLabel
      Left = 16
      Top = 64
      Width = 36
      Height = 13
      Caption = #31185#30446#65306
    end
    object numEd: TEdit
      Left = 64
      Top = 16
      Width = 137
      Height = 21
      TabOrder = 0
      OnChange = numEdChange
    end
    object Button1: TButton
      Left = 296
      Top = 56
      Width = 57
      Height = 25
      Caption = #30830#23450
      TabOrder = 1
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 416
      Top = 56
      Width = 57
      Height = 25
      Caption = #21462#28040
      TabOrder = 2
    end
    object kindCB: TComboBox
      Left = 472
      Top = 16
      Width = 113
      Height = 21
      ItemHeight = 13
      TabOrder = 3
      Text = #21333#31185#25104#32489#34920
      OnChange = kindCBChange
      Items.Strings = (
        #21333#31185#25104#32489#34920
        #22810#31185#25104#32489#34920
        #25104#32489#26465)
    end
    object grade: TComboBox
      Left = 272
      Top = 16
      Width = 129
      Height = 21
      ItemHeight = 13
      TabOrder = 4
      Text = #21021#19968
      OnChange = gradeChange
      Items.Strings = (
        #21021#19968
        #21021#20108
        #21021#19977)
    end
    object subject: TComboBox
      Left = 64
      Top = 56
      Width = 137
      Height = 21
      ItemHeight = 13
      TabOrder = 5
    end
  end
  object GroupBox3: TGroupBox
    Left = 16
    Top = 208
    Width = 633
    Height = 137
    Caption = #26597#35810#32467#26524
    TabOrder = 2
    object DBGrid1: TDBGrid
      Left = 24
      Top = 16
      Width = 593
      Height = 105
      DataSource = DataSource1
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object Button3: TButton
    Left = 160
    Top = 360
    Width = 75
    Height = 25
    Caption = #39044#35272#25253#34920
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 288
    Top = 360
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 4
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 432
    Top = 360
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 5
    OnClick = Button5Click
  end
  object DataSource1: TDataSource
    DataSet = qry
    Left = 104
    Top = 312
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=kaoSh' +
      'i.mdb;Mode=Share Deny None;Extended Properties="";Persist Securi' +
      'ty Info=False;Jet OLEDB:System database="";Jet OLEDB:Registry Pa' +
      'th="";Jet OLEDB:Database Password="";Jet OLEDB:Engine Type=5;Jet' +
      ' OLEDB:Database Locking Mode=1;Jet OLEDB:Global Partial Bulk Ops' +
      '=2;Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Database P' +
      'assword="";Jet OLEDB:Create System Database=False;Jet OLEDB:Encr' +
      'ypt Database=False;Jet OLEDB:Don'#39't Copy Locale on Compact=False;' +
      'Jet OLEDB:Compact Without Replica Repair=False;Jet OLEDB:SFP=Fal' +
      'se'
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 32
    Top = 312
  end
  object qry: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    SQL.Strings = (
      'select * from grade3_mark')
    Left = 64
    Top = 312
  end
end

⌨️ 快捷键说明

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