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

📄 unserchscore.dfm

📁 自己写的学生成绩管理系统
💻 DFM
字号:
object fmserchscore: Tfmserchscore
  Left = 275
  Top = 166
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #25104#32489#26597#35810
  ClientHeight = 241
  ClientWidth = 603
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 41
    Width = 603
    Height = 200
    Align = alClient
    DataSource = DataSource1
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -19
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
    ParentFont = False
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 603
    Height = 41
    Align = alTop
    TabOrder = 1
    object Label7: TLabel
      Left = 8
      Top = 14
      Width = 10
      Height = 19
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -19
      Font.Name = #26999#20307'_GB2312'
      Font.Style = []
      ParentFont = False
    end
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = fmmain.ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select ID,'#23398#21495','#35838#31243#21517#31216','#25104#32489' from score')
    Left = 40
    Top = 192
    object ADOQuery1ID: TAutoIncField
      DisplayLabel = #24207#21495
      DisplayWidth = 15
      FieldName = 'ID'
      ReadOnly = True
    end
    object ADOQuery1DSDesigner: TWideStringField
      DisplayWidth = 28
      FieldName = #23398#21495
      Size = 50
    end
    object ADOQuery1DSDesigner2: TWideStringField
      DisplayWidth = 21
      FieldName = #35838#31243#21517#31216
      Size = 50
    end
    object ADOQuery1DSDesigner3: TWideStringField
      DisplayWidth = 16
      FieldName = #25104#32489
      Size = 50
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 88
    Top = 192
  end
end

⌨️ 快捷键说明

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