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

📄 help.~dfm

📁 中学考试管理系统 采用智能管理 具有统计分析的能力
💻 ~DFM
字号:
object Form13: TForm13
  Left = 253
  Top = 159
  Width = 652
  Height = 424
  Caption = #24110#21161#39029#38754
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 24
    Top = 16
    Width = 617
    Height = 369
    BevelOuter = bvLowered
    Color = clSkyBlue
    TabOrder = 0
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 113
      Height = 13
      AutoSize = False
      Caption = #35831#36755#20837#20851#38190#23383#65306
    end
    object Label2: TLabel
      Left = 264
      Top = 16
      Width = 89
      Height = 16
      AutoSize = False
      Caption = #26597#35810#32467#26524
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clFuchsia
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold]
      ParentFont = False
    end
    object key: TEdit
      Left = 16
      Top = 40
      Width = 249
      Height = 21
      TabOrder = 0
      OnChange = keyChange
    end
    object Button1: TButton
      Left = 32
      Top = 320
      Width = 75
      Height = 25
      Caption = #26597#35810
      TabOrder = 1
    end
    object result: TMemo
      Left = 280
      Top = 168
      Width = 321
      Height = 121
      Lines.Strings = (
        '')
      TabOrder = 2
    end
    object Button2: TButton
      Left = 144
      Top = 320
      Width = 75
      Height = 25
      Caption = #37325#32622#26597#35810
      TabOrder = 3
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 264
      Top = 320
      Width = 75
      Height = 25
      Caption = #36820#22238
      TabOrder = 4
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 368
      Top = 320
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 5
      OnClick = Button4Click
    end
    object keyList: TListBox
      Left = 16
      Top = 72
      Width = 249
      Height = 217
      ItemHeight = 13
      TabOrder = 6
    end
    object DBGrid1: TDBGrid
      Left = 280
      Top = 40
      Width = 320
      Height = 120
      DataSource = DataSource1
      TabOrder = 7
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
    end
  end
  object ADOConnection1: TADOConnection
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=kaoShi.mdb;Persist ' +
      'Security Info=False'
    LoginPrompt = False
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 200
    Top = 8
  end
  object keyQry: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 256
  end
  object qry: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 328
    Top = 16
  end
  object DataSource1: TDataSource
    DataSet = keyQry
    Left = 376
    Top = 8
  end
end

⌨️ 快捷键说明

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