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

📄 grademanage.dfm

📁 网络考试系统
💻 DFM
字号:
object Form12: TForm12
  Left = 239
  Top = 204
  Width = 530
  Height = 370
  Caption = 'Form12'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 81
    Height = 13
    Caption = #23398#29983#25104#32489#20998#24067'   '
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 40
    Width = 473
    Height = 169
    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 = 256
    Top = 240
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 1
  end
  object Edit_grade: TEdit
    Left = 80
    Top = 240
    Width = 153
    Height = 21
    TabOrder = 2
    Text = #35831#36755#20837#35201#26597#35810#23398#29983#30340#32771#21495
    OnClick = Edit_gradeClick
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 278
    Width = 521
    Height = 51
    TabOrder = 3
    object SpeedButton2: TSpeedButton
      Left = 312
      Top = 8
      Width = 129
      Height = 41
      Caption = #26597#30475#32771#35797#35814#32454#24773#20917
      OnClick = SpeedButton2Click
    end
    object SpeedButton4: TSpeedButton
      Left = 88
      Top = 8
      Width = 129
      Height = 41
      Caption = #20998#25968#26597#35810
      OnClick = SpeedButton4Click
    end
  end
  object ADOQuery_Result: TADOQuery
    Connection = Form2.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    Left = 264
    Top = 80
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery_Result
    Left = 184
    Top = 88
  end
  object ADOQuery1: TADOQuery
    Connection = Form2.ADOConnection1
    Parameters = <>
    Left = 328
    Top = 88
  end
end

⌨️ 快捷键说明

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