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

📄 chech.dfm

📁 Delphi的在线考试系统
💻 DFM
字号:
object CheckForm: TCheckForm
  Left = 219
  Top = 135
  Width = 695
  Height = 529
  Caption = #25209#25913#35797#21367
  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 = 336
    Top = 8
    Width = 33
    Height = 13
    Caption = #39064' '#30446'  '
  end
  object Label2: TLabel
    Left = 328
    Top = 208
    Width = 60
    Height = 13
    Caption = #27491#30830#31572#26696'    '
  end
  object Label3: TLabel
    Left = 328
    Top = 264
    Width = 30
    Height = 13
    Caption = #20998#20540'  '
  end
  object Label4: TLabel
    Left = 344
    Top = 320
    Width = 30
    Height = 13
    Caption = #31572#26696'  '
  end
  object Label5: TLabel
    Left = 520
    Top = 264
    Width = 30
    Height = 13
    Caption = #24471#20998'  '
  end
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 321
    Height = 495
    Align = alLeft
    Caption = '  '#25209#25913#39064#30446' '
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 2
      Top = 15
      Width = 317
      Height = 478
      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 = #20934#32771#35777#21495
          Visible = True
        end
        item
          Expanded = False
          Title.Alignment = taCenter
          Title.Caption = #39064#22411
          Visible = True
        end
        item
          Expanded = False
          Title.Alignment = taCenter
          Title.Caption = #39064#21495
          Width = 75
          Visible = True
        end>
    end
  end
  object Memo1: TMemo
    Left = 376
    Top = 8
    Width = 305
    Height = 161
    Enabled = False
    Lines.Strings = (
      'Memo1')
    TabOrder = 1
  end
  object Memo2: TMemo
    Left = 392
    Top = 192
    Width = 289
    Height = 57
    Enabled = False
    Lines.Strings = (
      'Memo2')
    TabOrder = 2
  end
  object Edit1: TEdit
    Left = 368
    Top = 264
    Width = 121
    Height = 21
    Enabled = False
    TabOrder = 3
    Text = 'Edit1'
  end
  object Edit3: TEdit
    Left = 560
    Top = 264
    Width = 121
    Height = 21
    TabOrder = 4
    Text = 'Edit3'
  end
  object Button1: TButton
    Left = 408
    Top = 384
    Width = 75
    Height = 25
    Caption = #30830' '#23450
    TabOrder = 5
    OnClick = Button1Click
  end
  object Memo3: TMemo
    Left = 392
    Top = 296
    Width = 289
    Height = 57
    Enabled = False
    Lines.Strings = (
      'Memo3')
    TabOrder = 6
  end
  object Button2: TButton
    Left = 528
    Top = 384
    Width = 81
    Height = 25
    Caption = #35745#31639#24635#25104#32489'  '
    TabOrder = 7
    OnClick = Button2Click
  end
  object ADOQuery1: TADOQuery
    Connection = Data.Connection
    Parameters = <>
    Left = 328
    Top = 56
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    OnDataChange = DataSource1DataChange
    Left = 328
    Top = 104
  end
end

⌨️ 快捷键说明

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