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

📄 gradeunit.~dfm

📁 delphi语言编写的简单图书馆管理系统页面适合初学者模仿练习!
💻 ~DFM
字号:
object GradeForm: TGradeForm
  Left = 307
  Top = 185
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #25104#32489#31649#29702
  ClientHeight = 446
  ClientWidth = 688
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 14
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 688
    Height = 345
    Align = alTop
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 686
      Height = 343
      Align = alClient
      DataSource = DataSource1
      ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -14
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      Columns = <
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'sno'
          Title.Alignment = taCenter
          Title.Caption = #23398#21495
          Width = 121
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'cno'
          Title.Alignment = taCenter
          Title.Caption = #35838#21495
          Width = 129
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'sname'
          Title.Alignment = taCenter
          Title.Caption = #35838#31243#21517#31216
          Width = 179
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'kinder'
          Title.Alignment = taCenter
          Title.Caption = #35838#31243#24615#36136
          Width = 73
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'grade'
          Title.Alignment = taCenter
          Title.Caption = #25104#32489
          Width = 69
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = 'ave'
          Title.Alignment = taCenter
          Title.Caption = #22522#28857#20998
          Width = 72
          Visible = True
        end>
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 345
    Width = 688
    Height = 101
    Align = alClient
    TabOrder = 1
    object Label1: TLabel
      Left = 72
      Top = 24
      Width = 35
      Height = 14
      Caption = #23398#21495':'
    end
    object Label2: TLabel
      Left = 304
      Top = 24
      Width = 35
      Height = 14
      Caption = #35838#21495':'
    end
    object Label3: TLabel
      Left = 72
      Top = 64
      Width = 35
      Height = 14
      Caption = #25104#32489':'
    end
    object Label4: TLabel
      Left = 296
      Top = 64
      Width = 49
      Height = 14
      Caption = #22522#28857#20998':'
    end
    object Edit1: TEdit
      Left = 120
      Top = 20
      Width = 121
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
      ParentFont = False
      TabOrder = 0
      OnKeyDown = Edit1KeyDown
    end
    object Edit2: TEdit
      Left = 352
      Top = 20
      Width = 121
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
      ParentFont = False
      TabOrder = 1
      OnKeyDown = Edit2KeyDown
    end
    object Edit3: TEdit
      Left = 120
      Top = 60
      Width = 121
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
      ParentFont = False
      TabOrder = 2
      OnKeyDown = Edit3KeyDown
    end
    object Edit4: TEdit
      Left = 352
      Top = 60
      Width = 121
      Height = 22
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
      ParentFont = False
      TabOrder = 3
      OnKeyDown = Edit4KeyDown
    end
    object Button2: TButton
      Left = 520
      Top = 60
      Width = 75
      Height = 25
      Caption = #25104#32489#28155#21152
      TabOrder = 4
      OnClick = Button2Click
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 112
    Top = 112
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=xsxk;Data Source=GAOPAN\G'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from sc')
    Left = 144
    Top = 192
  end
  object ADOQuery2: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=xsxk;Data Source=GAOPAN\G'
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from course')
    Left = 56
    Top = 304
  end
end

⌨️ 快捷键说明

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