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

📄 unit2.dfm

📁 很不错很实用的学生联机考试系统
💻 DFM
字号:
object Form2: TForm2
  Left = 22
  Top = 141
  Width = 863
  Height = 687
  Caption = #39064#24211#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 640
    Top = 48
    Width = 153
    Height = 13
    Caption = '1:'#25968#23398#12288'2'#65306#33521#35821#12288'3'#65306#35745#31639#26426
  end
  object Label2: TLabel
    Left = 520
    Top = 40
    Width = 36
    Height = 13
    Caption = #31185#30446#65306
  end
  object Label3: TLabel
    Left = 520
    Top = 96
    Width = 36
    Height = 13
    Caption = #38382#39064#65306
  end
  object Label4: TLabel
    Left = 520
    Top = 192
    Width = 36
    Height = 13
    Caption = #31572#26696#65306
  end
  object Label5: TLabel
    Left = 520
    Top = 232
    Width = 36
    Height = 13
    Caption = #39064#22411#65306
  end
  object Label6: TLabel
    Left = 648
    Top = 232
    Width = 96
    Height = 13
    Caption = '1'#65306#36873#25321#12288'2'#65306#22635#31354
  end
  object Label7: TLabel
    Left = 520
    Top = 272
    Width = 36
    Height = 13
    Caption = #20998#20540#65306
  end
  object Label8: TLabel
    Left = 520
    Top = 312
    Width = 36
    Height = 13
    Caption = #31185#30446#65306
  end
  object Label9: TLabel
    Left = 696
    Top = 312
    Width = 108
    Height = 13
    Caption = #25968#23398#12288#33521#35821#12288#35745#31639#26426
  end
  object Button1: TButton
    Left = 536
    Top = 360
    Width = 81
    Height = 25
    Caption = #28155#21152#35760#24405
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 672
    Top = 360
    Width = 75
    Height = 25
    Caption = #24212#29992
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 536
    Top = 512
    Width = 81
    Height = 25
    Caption = #21024#38500#35760#24405
    TabOrder = 2
    OnClick = Button3Click
  end
  object DBGrid1: TDBGrid
    Left = 48
    Top = 24
    Width = 449
    Height = 577
    DataSource = DataSource1
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBEdit1: TDBEdit
    Left = 560
    Top = 40
    Width = 73
    Height = 21
    DataField = 'SUBJECT_NO'
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBRichEdit1: TDBRichEdit
    Left = 560
    Top = 96
    Width = 233
    Height = 73
    DataField = 'QUE_CONTENT'
    DataSource = DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
  end
  object DBEdit2: TDBEdit
    Left = 560
    Top = 192
    Width = 233
    Height = 21
    DataField = 'ANS_CONTENT'
    DataSource = DataSource1
    TabOrder = 6
  end
  object DBEdit3: TDBEdit
    Left = 560
    Top = 232
    Width = 81
    Height = 21
    DataField = 'QUE_SORT'
    DataSource = DataSource1
    TabOrder = 7
  end
  object DBEdit4: TDBEdit
    Left = 560
    Top = 272
    Width = 81
    Height = 21
    DataField = 'ANS_MARK'
    DataSource = DataSource1
    TabOrder = 8
  end
  object DBEdit5: TDBEdit
    Left = 560
    Top = 312
    Width = 121
    Height = 21
    DataField = 'SUBJECT'
    DataSource = DataSource1
    TabOrder = 9
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 8
    Top = 8
  end
  object Query1: TQuery
    Active = True
    DatabaseName = 'test'
    RequestLive = True
    SQL.Strings = (
      
        'SELECT SUBJECT_NO, QUE_CONTENT, ANS_CONTENT, QUE_SORT, ANS_MARK,' +
        ' SUBJECT'
      'FROM TEST_QUESTION Test_question_1')
    Left = 8
    Top = 48
  end
end

⌨️ 快捷键说明

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