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

📄 changesubject.dfm

📁 网络考试系统
💻 DFM
字号:
object Form10: TForm10
  Left = 206
  Top = 120
  Width = 821
  Height = 544
  Caption = 'Form10'
  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 Image1: TImage
    Left = 8
    Top = 8
    Width = 161
    Height = 433
  end
  object GroupBox1: TGroupBox
    Left = 176
    Top = 8
    Width = 633
    Height = 433
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 104
      Width = 93
      Height = 13
      Caption = #39064#24211#20013#30340#35797#21367#65306'   '
    end
    object Label3: TLabel
      Left = 352
      Top = 72
      Width = 105
      Height = 13
      Caption = #35797#21367#37319#29992#30340#35797#39064'       '
    end
    object Label4: TLabel
      Left = 360
      Top = 352
      Width = 57
      Height = 13
      Caption = #35797#39064#20869#23481'   '
    end
    object SpeedButton1: TSpeedButton
      Left = 288
      Top = 144
      Width = 57
      Height = 22
      Caption = #28155#21152' >'
      OnClick = SpeedButton1Click
    end
    object SpeedButton2: TSpeedButton
      Left = 280
      Top = 256
      Width = 57
      Height = 22
      Caption = '< '#31227#21435
      OnClick = SpeedButton2Click
    end
    object Label5: TLabel
      Left = 16
      Top = 64
      Width = 65
      Height = 21
      Caption = #39064#22411#36873#25321#65306
    end
    object Label7: TLabel
      Left = 16
      Top = 360
      Width = 72
      Height = 13
      Caption = #39064#30446#20869#23481'        '
    end
    object DBGrid1: TDBGrid
      Left = 16
      Top = 128
      Width = 249
      Height = 225
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      OnCellClick = DBGrid1CellClick
    end
    object Memo_des: TMemo
      Left = 16
      Top = 384
      Width = 257
      Height = 41
      TabOrder = 1
    end
    object ComboBox1: TComboBox
      Left = 120
      Top = 64
      Width = 145
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      OnChange = ComboBox1Change
      Items.Strings = (
        #36873#25321#39064
        #22635#31354#39064
        #21028#26029#39064)
    end
    object DBGrid2: TDBGrid
      Left = 352
      Top = 96
      Width = 257
      Height = 241
      DataSource = DataSource2
      TabOrder = 3
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      OnCellClick = DBGrid2CellClick
    end
    object Memo1: TMemo
      Left = 352
      Top = 376
      Width = 265
      Height = 41
      Lines.Strings = (
        'Memo1')
      TabOrder = 4
    end
    object GroupBox2: TGroupBox
      Left = 8
      Top = 8
      Width = 609
      Height = 49
      TabOrder = 5
      object Label6: TLabel
        Left = 50
        Top = 24
        Width = 79
        Height = 17
        Caption = #31185#30446#21517#31216'      '
      end
      object Label8: TLabel
        Left = 304
        Top = 18
        Width = 69
        Height = 23
        Caption = #35797#21367#21517#31216'       '
      end
      object Edit_Course: TEdit
        Left = 128
        Top = 16
        Width = 105
        Height = 25
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 0
        Text = 'Edit_Course'
      end
      object Edit_Paper: TEdit
        Left = 392
        Top = 14
        Width = 105
        Height = 25
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 1
        Text = 'Edit_Paper'
      end
    end
    object Edit1: TEdit
      Left = 448
      Top = 168
      Width = 121
      Height = 21
      TabOrder = 6
      Text = 'Edit1'
    end
  end
  object GroupBox3: TGroupBox
    Left = 8
    Top = 440
    Width = 801
    Height = 65
    TabOrder = 1
    object SpeedButton3: TSpeedButton
      Left = 248
      Top = 16
      Width = 105
      Height = 41
      Caption = #19978#19968#27493
    end
    object SpeedButton4: TSpeedButton
      Left = 472
      Top = 16
      Width = 89
      Height = 41
      Caption = #23436#25104
    end
  end
  object ADOQuery1: TADOQuery
    Connection = Form2.ADOConnection1
    Parameters = <>
    Left = 312
    Top = 232
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 400
    Top = 216
  end
  object ADOQuery2: TADOQuery
    Connection = Form2.ADOConnection1
    Parameters = <>
    Left = 312
    Top = 80
  end
  object DataSource2: TDataSource
    DataSet = ADOQuery2
    Left = 480
    Top = 216
  end
  object ADOQuery3: TADOQuery
    Connection = Form2.ADOConnection1
    Parameters = <>
    Left = 272
    Top = 176
  end
end

⌨️ 快捷键说明

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