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

📄 u_fzfb.dfm

📁 试卷管理系统
💻 DFM
字号:
object frm_fzfb: Tfrm_fzfb
  Left = 483
  Top = 196
  BorderStyle = bsDialog
  Caption = #20998#20540#20998#24067
  ClientHeight = 317
  ClientWidth = 292
  Color = clGradientInactiveCaption
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 178
    Top = 227
    Width = 70
    Height = 14
    Caption = #24635#20998#21512#35745#65306
  end
  object lbl_fafz: TLabel
    Left = 258
    Top = 227
    Width = 7
    Height = 14
    Caption = '0'
    Font.Charset = ANSI_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 7
    Top = 8
    Width = 281
    Height = 201
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -14
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    Columns = <
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'TXMC'
        Title.Alignment = taCenter
        Title.Caption = #35797#39064#39064#22411
        Width = 147
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'TXFZ'
        Title.Alignment = taCenter
        Title.Caption = #20998#20540
        Width = 88
        Visible = True
      end>
  end
  object btn_close_dw: TBitBtn
    Left = 99
    Top = 264
    Width = 113
    Height = 30
    Caption = #36820'  '#22238
    TabOrder = 1
    OnClick = btn_close_dwClick
    Kind = bkClose
  end
  object Table1: TTable
    Active = True
    DatabaseName = 'bzxl_db'
    TableName = 'tmp_sjscfa_fzfb.db'
    Left = 112
    Top = 176
  end
  object DataSource1: TDataSource
    AutoEdit = False
    DataSet = Table1
    Left = 216
    Top = 104
  end
  object Query1: TQuery
    DatabaseName = 'bzxl_db'
    SQL.Strings = (
      'select stxh from sjscfanr where faname=:pfaname and txxh=:ptxxh ')
    Left = 184
    Top = 168
    ParamData = <
      item
        DataType = ftUnknown
        Name = 'pfaname'
        ParamType = ptUnknown
      end
      item
        DataType = ftUnknown
        Name = 'ptxxh'
        ParamType = ptUnknown
      end>
  end
end

⌨️ 快捷键说明

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