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

📄 modifymark.~dfm

📁 中学考试管理系统 采用智能管理 具有统计分析的能力
💻 ~DFM
字号:
object Form12: TForm12
  Left = 185
  Top = 128
  Width = 810
  Height = 421
  Caption = #20462#25913#23398#29983#30340#25104#32489
  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 condition: TGroupBox
    Left = 16
    Top = 16
    Width = 169
    Height = 305
    Caption = #35831#36873#25321#20462#25913#30340#33539#22260
    Color = clSkyBlue
    ParentColor = False
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 144
      Width = 81
      Height = 13
      AutoSize = False
      Caption = #23398#21495#65306
    end
    object Label2: TLabel
      Left = 8
      Top = 200
      Width = 36
      Height = 13
      AutoSize = False
      Caption = #22995#21517#65306
    end
    object cName: TComboBox
      Left = 8
      Top = 112
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      Text = #19968#29677
      Items.Strings = (
        #19968#29677
        #20108#29677)
    end
    object Button1: TButton
      Left = 40
      Top = 272
      Width = 75
      Height = 25
      Caption = #30830#23450
      TabOrder = 1
      OnClick = Button1Click
    end
    object scale: TComboBox
      Left = 8
      Top = 32
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      Text = #25353#29677#32423#20462#25913
      OnChange = scaleChange
      Items.Strings = (
        #25353#29677#32423#20462#25913
        #25353#23398#21495#20462#25913
        #25353#22995#21517#20462#25913)
    end
    object num: TEdit
      Left = 8
      Top = 168
      Width = 145
      Height = 21
      TabOrder = 3
    end
    object uName: TEdit
      Left = 8
      Top = 224
      Width = 145
      Height = 21
      TabOrder = 4
    end
    object gName: TComboBox
      Left = 8
      Top = 72
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 5
      Text = #21021#19968
      Items.Strings = (
        #21021#19968
        #21021#20108
        #21021#19977)
    end
  end
  object GroupBox1: TGroupBox
    Left = 200
    Top = 16
    Width = 593
    Height = 305
    Caption = #21487#20197#22312#34920#26684#19978#30452#25509#36827#34892#20462#25913
    Color = clSkyBlue
    ParentColor = False
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 16
      Top = 24
      Width = 561
      Height = 177
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
    object DBNavigator1: TDBNavigator
      Left = 32
      Top = 208
      Width = 560
      Height = 25
      DataSource = DataSource1
      TabOrder = 1
    end
    object Button2: TButton
      Left = 272
      Top = 256
      Width = 75
      Height = 25
      Caption = #21047#26032
      TabOrder = 2
      OnClick = Button2Click
    end
  end
  object Button3: TButton
    Left = 232
    Top = 344
    Width = 75
    Height = 25
    Caption = #36820#22238
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 408
    Top = 344
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button4Click
  end
  object DataSource1: TDataSource
    DataSet = qry
    Left = 168
    Top = 8
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=kaoShi.mdb;Persist ' +
      'Security Info=False'
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 240
  end
  object qry: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 320
    Top = 8
  end
end

⌨️ 快捷键说明

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