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

📄 u_stlr.~dfm

📁 试卷管理系统
💻 ~DFM
字号:
object frm_stlr: Tfrm_stlr
  Left = 166
  Top = 99
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #35797#39064#31649#29702
  ClientHeight = 594
  ClientWidth = 833
  Color = clGradientInactiveCaption
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object GroupBox2: TGroupBox
    Left = 8
    Top = 23
    Width = 697
    Height = 178
    TabOrder = 0
    object Label3: TLabel
      Left = 9
      Top = 35
      Width = 63
      Height = 14
      Caption = #21306'   '#20998#65306
    end
    object Label2: TLabel
      Left = 459
      Top = 35
      Width = 70
      Height = 14
      Caption = #23703#20301#31867#21035#65306
    end
    object Label4: TLabel
      Left = 9
      Top = 88
      Width = 70
      Height = 14
      Caption = #23703#20301#31181#31867#65306
    end
    object Label5: TLabel
      Left = 9
      Top = 137
      Width = 70
      Height = 14
      Caption = #32771#26680#23545#35937#65306
    end
    object Label6: TLabel
      Left = 462
      Top = 137
      Width = 70
      Height = 14
      Caption = #35797#39064#39064#22411#65306
    end
    object combo_zy: TComboBox
      Left = 81
      Top = 27
      Width = 145
      Height = 22
      Style = csDropDownList
      ItemHeight = 14
      TabOrder = 0
      OnChange = combo_zyChange
    end
    object combo_gwlb: TComboBox
      Left = 530
      Top = 27
      Width = 145
      Height = 22
      Style = csDropDownList
      ItemHeight = 14
      TabOrder = 1
      OnChange = combo_gwlbChange
    end
    object combo_gwzl: TComboBox
      Left = 80
      Top = 80
      Width = 361
      Height = 22
      ItemHeight = 14
      TabOrder = 2
      OnChange = combo_gwzlChange
    end
    object combo_khdx: TComboBox
      Left = 80
      Top = 129
      Width = 361
      Height = 22
      ItemHeight = 14
      TabOrder = 3
      OnChange = combo_khdxChange
    end
    object combo_sttx: TComboBox
      Left = 534
      Top = 129
      Width = 145
      Height = 22
      Style = csDropDownList
      ItemHeight = 14
      TabOrder = 4
      OnChange = combo_sttxChange
    end
  end
  object GroupBox5: TGroupBox
    Left = 8
    Top = 205
    Width = 697
    Height = 137
    Caption = #35797#39064#39064#30446
    TabOrder = 1
    OnMouseMove = GroupBox5MouseMove
    object OleContainer1: TOleContainer
      Left = 10
      Top = 41
      Width = 681
      Height = 80
      AutoActivate = aaManual
      Caption = 'OleContainer1'
      Color = clMenu
      TabOrder = 0
    end
    object CheckBox1: TCheckBox
      Left = 623
      Top = 16
      Width = 66
      Height = 17
      Caption = #32431#25991#26412
      Checked = True
      State = cbChecked
      TabOrder = 1
      OnClick = CheckBox1Click
    end
    object Memo1: TMemo
      Left = 10
      Top = 41
      Width = 681
      Height = 80
      TabOrder = 2
    end
  end
  object GroupBox6: TGroupBox
    Left = 7
    Top = 344
    Width = 698
    Height = 137
    Caption = #35797#39064#31572#26696
    TabOrder = 2
    OnMouseMove = GroupBox6MouseMove
    object OleContainer2: TOleContainer
      Left = 9
      Top = 43
      Width = 681
      Height = 80
      AutoActivate = aaManual
      Caption = 'OleContainer1'
      TabOrder = 0
    end
    object CheckBox2: TCheckBox
      Left = 623
      Top = 16
      Width = 66
      Height = 17
      Caption = #32431#25991#26412
      Checked = True
      State = cbChecked
      TabOrder = 1
      OnClick = CheckBox2Click
    end
    object Memo2: TMemo
      Left = 9
      Top = 43
      Width = 681
      Height = 80
      TabOrder = 2
    end
  end
  object RadioGroup1: TRadioGroup
    Left = 7
    Top = 487
    Width = 698
    Height = 57
    Caption = #25484#25569#31243#24230
    Columns = 2
    ItemIndex = 0
    Items.Strings = (
      #37325#28857#25484#25569
      #19968#33324#25484#25569)
    TabOrder = 3
  end
  object Panel1: TPanel
    Left = 2
    Top = 567
    Width = 1600
    Height = 3
    BevelOuter = bvLowered
    TabOrder = 4
  end
  object Panel2: TPanel
    Left = -734
    Top = 13
    Width = 1600
    Height = 3
    BevelOuter = bvLowered
    TabOrder = 5
  end
  object GroupBox1: TGroupBox
    Left = 712
    Top = 24
    Width = 113
    Height = 457
    TabOrder = 6
    object btn_first: TButton
      Left = 13
      Top = 21
      Width = 89
      Height = 25
      Caption = #31532#19968#39064'&F'
      Enabled = False
      TabOrder = 0
      OnClick = btn_firstClick
    end
    object btn_priror: TButton
      Left = 13
      Top = 64
      Width = 89
      Height = 25
      Caption = #19978#19968#39064'&B'
      Enabled = False
      TabOrder = 1
      OnClick = btn_prirorClick
    end
    object btn_next: TButton
      Left = 13
      Top = 106
      Width = 89
      Height = 25
      Caption = #19979#19968#39064'&N'
      Enabled = False
      TabOrder = 2
      OnClick = btn_nextClick
    end
    object btn_last: TButton
      Left = 13
      Top = 149
      Width = 89
      Height = 25
      Caption = #26411#19968#39064'&L'
      Enabled = False
      TabOrder = 3
      OnClick = btn_lastClick
    end
    object btn_insert: TButton
      Left = 13
      Top = 214
      Width = 89
      Height = 25
      Caption = #25554'   '#20837'&I'
      TabOrder = 4
      OnClick = btn_insertClick
    end
    object btn_delete: TButton
      Left = 13
      Top = 253
      Width = 89
      Height = 25
      Caption = #21024'   '#38500'&D'
      Enabled = False
      TabOrder = 5
      OnClick = btn_deleteClick
    end
    object btn_edit: TButton
      Left = 13
      Top = 292
      Width = 89
      Height = 25
      Caption = #32534'   '#36753'&E'
      Enabled = False
      TabOrder = 6
      OnClick = btn_editClick
    end
    object btn_save: TButton
      Left = 13
      Top = 348
      Width = 89
      Height = 25
      Caption = #30830'   '#35748'&S'
      Enabled = False
      TabOrder = 7
      OnClick = btn_saveClick
    end
    object btn_cancel: TButton
      Left = 13
      Top = 398
      Width = 89
      Height = 25
      Caption = #21462'   '#28040'&C'
      Enabled = False
      TabOrder = 8
      OnClick = btn_cancelClick
    end
  end
  object BitBtn2: TBitBtn
    Left = 725
    Top = 537
    Width = 89
    Height = 25
    Caption = #20851' '#38381
    TabOrder = 7
    OnClick = BitBtn2Click
    Kind = bkClose
  end
  object BitBtn1: TBitBtn
    Left = 725
    Top = 496
    Width = 89
    Height = 25
    Caption = #35797#39064#36755#20986
    TabOrder = 8
    OnClick = BitBtn1Click
    Glyph.Data = {
      76010000424D7601000000000000760000002800000020000000100000000100
      04000000000000010000130B0000130B00001000000000000000000000000000
      800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
      333333333333337FF3333333333333903333333333333377FF33333333333399
      03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
      99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
      99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
      03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
      33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
      33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
      3333777777333333333333333333333333333333333333333333}
    NumGlyphs = 2
  end
  object OleContainer3: TOleContainer
    Left = 200
    Top = 544
    Width = 89
    Height = 33
    AutoActivate = aaManual
    Caption = 'OleContainer1'
    CopyOnSave = False
    Enabled = False
    TabOrder = 9
    Visible = False
  end
  object tbl_khdx: TTable
    Active = True
    DatabaseName = 'bzxl_db'
    Filtered = True
    TableName = 'khdx.db'
    Left = 216
    Top = 152
  end
  object tbl_gwzl: TTable
    Active = True
    DatabaseName = 'bzxl_db'
    Filtered = True
    TableName = 'gwzl.DB'
    Left = 320
    Top = 112
  end
  object tbl_gwlb: TTable
    Active = True
    DatabaseName = 'bzxl_db'
    Filtered = True
    TableName = 'gwlb.DB'
    Left = 592
    Top = 48
  end
  object tbl_zy: TTable
    Active = True
    DatabaseName = 'bzxl_db'
    Filter = 'check=true and zyflag=true'
    Filtered = True
    TableName = 'zy.DB'
    Left = 160
    Top = 48
  end
  object tbl_sttx: TTable
    Active = True
    DatabaseName = 'bzxl_db'
    Filtered = True
    TableName = 'sttx.db'
    Left = 584
    Top = 160
  end
  object tbl_stk: TTable
    AfterCancel = tbl_stkAfterCancel
    AfterScroll = tbl_stkAfterScroll
    DatabaseName = 'bzxl_db'
    Filtered = True
    TableName = 'stkdb.DB'
    Left = 391
    Top = 424
    object tbl_stkSTXH: TIntegerField
      FieldName = 'STXH'
    end
    object tbl_stkZYXH: TSmallintField
      FieldName = 'ZYXH'
    end
    object tbl_stkGWLBXH: TSmallintField
      FieldName = 'GWLBXH'
    end
    object tbl_stkGWZLXH: TSmallintField
      FieldName = 'GWZLXH'
    end
    object tbl_stkKHDXXH: TSmallintField
      FieldName = 'KHDXXH'
    end
    object tbl_stkTXXH: TSmallintField
      FieldName = 'TXXH'
    end
    object tbl_stkZWCD: TBooleanField
      FieldName = 'ZWCD'
    end
    object tbl_stkWBTM: TMemoField
      FieldName = 'WBTM'
      BlobType = ftMemo
      Size = 8
    end
    object tbl_stkWBDA: TMemoField
      FieldName = 'WBDA'
      BlobType = ftMemo
      Size = 8
    end
    object tbl_stkTWTM: TBlobField
      FieldName = 'TWTM'
      BlobType = ftParadoxOle
    end
    object tbl_stkTWDA: TBlobField
      FieldName = 'TWDA'
      BlobType = ftParadoxOle
    end
    object tbl_stkTMIFWB: TBooleanField
      FieldName = 'TMIFWB'
    end
    object tbl_stkDAIFWB: TBooleanField
      FieldName = 'DAIFWB'
    end
  end
  object MainMenu1: TMainMenu
    Left = 104
    Top = 16
  end
  object Query1: TQuery
    DatabaseName = 'bzxl_db'
    Left = 576
    Top = 488
  end
end

⌨️ 快捷键说明

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