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

📄 onexam.~dfm

📁 Delphi的在线考试系统
💻 ~DFM
字号:
object ExamForm: TExamForm
  Left = 159
  Top = 123
  Width = 799
  Height = 577
  Caption = #32771#29983
  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
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 224
    Top = 48
    Width = 33
    Height = 13
    Caption = #39064#22411'   '
  end
  object Label4: TLabel
    Left = 232
    Top = 368
    Width = 30
    Height = 13
    Caption = #31572#26696'  '
  end
  object Label5: TLabel
    Left = 424
    Top = 48
    Width = 33
    Height = 13
    Caption = #20998#20540'   '
  end
  object ComboBox1: TComboBox
    Left = 264
    Top = 48
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 0
    OnChange = ComboBox1Change
    Items.Strings = (
      #36873#25321#39064
      #22635#31354#39064
      #38382#31572#39064)
  end
  object Button1: TButton
    Left = 360
    Top = 424
    Width = 75
    Height = 25
    Caption = #35299' '#31572
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 552
    Top = 424
    Width = 75
    Height = 25
    Caption = #37325' '#20570
    TabOrder = 2
    OnClick = Button2Click
  end
  object ComboBox2: TComboBox
    Left = 272
    Top = 360
    Width = 145
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 3
    Visible = False
    Items.Strings = (
      'A'
      'B'
      'C'
      'D')
  end
  object Memo2: TMemo
    Left = 300
    Top = 344
    Width = 481
    Height = 49
    Lines.Strings = (
      'Memo2')
    TabOrder = 4
    Visible = False
  end
  object Edit2: TEdit
    Left = 464
    Top = 48
    Width = 121
    Height = 21
    Enabled = False
    TabOrder = 5
    Text = 'Edit2'
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 201
    Height = 543
    Align = alLeft
    Caption = '  '#39064#21495'  '
    TabOrder = 6
    object DBGrid1: TDBGrid
      Left = 2
      Top = 15
      Width = 197
      Height = 526
      Align = alClient
      DataSource = DataSource1
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          Title.Alignment = taCenter
          Title.Caption = #39064#21495
          Visible = True
        end>
    end
  end
  object GroupBox2: TGroupBox
    Left = 220
    Top = 88
    Width = 561
    Height = 241
    Caption = '   '#39064#30446'   '
    TabOrder = 7
    object Memo1: TMemo
      Left = 8
      Top = 16
      Width = 545
      Height = 217
      Enabled = False
      Lines.Strings = (
        'Memo1')
      TabOrder = 0
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    OnDataChange = DataSource1DataChange
    Left = 248
    Top = 8
  end
  object ADOQuery1: TADOQuery
    Connection = Data.Connection
    Parameters = <>
    Left = 360
    Top = 8
  end
end

⌨️ 快捷键说明

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