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

📄 dfjl_p.dfm

📁 考试系统,是一个简单的但是很经典的
💻 DFM
字号:
object f_dfjl: Tf_dfjl
  Left = 133
  Top = 187
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #24471#20998#32467#35770#35774#32622
  ClientHeight = 453
  ClientWidth = 664
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 664
    Height = 36
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 0
    object bt1: TSpeedButton
      Left = 4
      Top = 4
      Width = 69
      Height = 28
      Caption = #28155' '#21152
      Flat = True
      OnClick = bt1Click
    end
    object bt2: TSpeedButton
      Left = 75
      Top = 4
      Width = 69
      Height = 28
      Caption = #20462' '#25913
      Flat = True
      OnClick = bt2Click
    end
    object bt4: TSpeedButton
      Left = 217
      Top = 4
      Width = 69
      Height = 28
      Caption = #23384' '#30424
      Flat = True
      OnClick = bt4Click
    end
    object bt3: TSpeedButton
      Left = 146
      Top = 4
      Width = 69
      Height = 28
      Caption = #21024' '#38500
      Flat = True
      OnClick = bt3Click
    end
    object bt6: TSpeedButton
      Left = 359
      Top = 4
      Width = 69
      Height = 28
      Caption = #36864' '#20986
      Flat = True
      OnClick = bt6Click
    end
    object bt5: TSpeedButton
      Left = 288
      Top = 4
      Width = 69
      Height = 28
      Caption = #21462' '#28040
      Flat = True
      OnClick = bt5Click
    end
  end
  object dbg: TDBGridEh
    Left = 0
    Top = 76
    Width = 664
    Height = 377
    Align = alClient
    DataSource = DataSource1
    FixedColor = clInfoBk
    Flat = True
    FooterColor = clWindow
    FooterFont.Charset = ANSI_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -14
    FooterFont.Name = #23435#20307
    FooterFont.Style = []
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 1
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -14
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    UseMultiTitle = True
    Columns = <
      item
        EditButtons = <>
        FieldName = 'jlxh'
        Footers = <>
        Title.Caption = #32467#35770#24207#21495
        Width = 70
      end
      item
        EditButtons = <>
        FieldName = 'qsfw'
        Footers = <>
        Title.Caption = #24471#20998#33539#22260'|'#36215#22987
      end
      item
        EditButtons = <>
        FieldName = 'jzfw'
        Footers = <>
        Title.Caption = #24471#20998#33539#22260'|'#25130#27490
      end
      item
        EditButtons = <>
        FieldName = 'dfjl'
        Footers = <>
        Title.Caption = #24471#20998#32467#35770
        Width = 403
      end>
  end
  object Panel2: TPanel
    Left = 0
    Top = 36
    Width = 664
    Height = 40
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 2
    object Label1: TLabel
      Left = 12
      Top = 14
      Width = 56
      Height = 14
      Caption = #24471#20998#32467#35770
    end
    object Label2: TLabel
      Left = 432
      Top = 14
      Width = 84
      Height = 14
      Caption = #24471#20998#33539#22260#65306#20174
    end
    object Label3: TLabel
      Left = 576
      Top = 14
      Width = 14
      Height = 14
      Caption = #21040
    end
    object Edit1: TEdit
      Left = 77
      Top = 10
      Width = 345
      Height = 22
      BevelKind = bkFlat
      BorderStyle = bsNone
      TabOrder = 0
    end
    object se1: TSpinEdit
      Left = 518
      Top = 9
      Width = 49
      Height = 23
      MaxValue = 0
      MinValue = 0
      TabOrder = 1
      Value = 0
    end
    object se2: TSpinEdit
      Left = 600
      Top = 9
      Width = 49
      Height = 23
      MaxValue = 0
      MinValue = 0
      TabOrder = 2
      Value = 0
    end
  end
  object cds: TClientDataSet
    Aggregates = <>
    Params = <>
    AfterScroll = cdsAfterScroll
    Left = 248
    Top = 176
    object cdstkbh: TIntegerField
      FieldName = 'tkbh'
    end
    object cdssjbh: TIntegerField
      FieldName = 'sjbh'
    end
    object cdsjlxh: TIntegerField
      FieldName = 'jlxh'
    end
    object cdsqsfw: TIntegerField
      FieldName = 'qsfw'
    end
    object cdsjzfw: TIntegerField
      FieldName = 'jzfw'
    end
    object cdsdfjl: TStringField
      FieldName = 'dfjl'
      Size = 64
    end
  end
  object DataSource1: TDataSource
    DataSet = cds
    Left = 280
    Top = 176
  end
end

⌨️ 快捷键说明

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