zidong.dfm

来自「考试系统,有学生考试,查询成绩,老师管理题库,生成试卷,查询成绩功能.」· DFM 代码 · 共 125 行

DFM
125
字号
object Form5: TForm5
  Left = 230
  Top = 153
  Width = 696
  Height = 480
  Caption = 'Form5'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 368
    Top = 80
    Width = 28
    Height = 13
    Caption = #38590#24230
  end
  object Label2: TLabel
    Left = 368
    Top = 144
    Width = 28
    Height = 13
    Caption = #20998#25968
  end
  object DBGrid1: TDBGrid
    Left = 40
    Top = 152
    Width = 320
    Height = 120
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBGrid2: TDBGrid
    Left = 40
    Top = 288
    Width = 320
    Height = 120
    DataSource = DataSource2
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button1: TButton
    Left = 416
    Top = 192
    Width = 75
    Height = 25
    Caption = #29983#25104#35797#21367
    TabOrder = 2
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 400
    Top = 80
    Width = 121
    Height = 21
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 400
    Top = 136
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object RadioButton1: TRadioButton
    Left = 80
    Top = 32
    Width = 113
    Height = 17
    Caption = #33521#35821
    TabOrder = 5
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 80
    Top = 56
    Width = 113
    Height = 17
    Caption = #35821#25991
    TabOrder = 6
  end
  object RadioButton3: TRadioButton
    Left = 80
    Top = 80
    Width = 113
    Height = 17
    Caption = #25968#23398
    TabOrder = 7
  end
  object Table1: TTable
    DatabaseName = 'q'
    Left = 536
    Top = 240
  end
  object Query1: TQuery
    DatabaseName = 'q'
    Left = 536
    Top = 64
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 584
    Top = 72
  end
  object DataSource2: TDataSource
    DataSet = Table1
    Left = 592
    Top = 256
  end
end

⌨️ 快捷键说明

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