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

📄 bjglunit.dfm

📁 高校学生学籍管理系统源码
💻 DFM
字号:
object bjgl: Tbjgl
  Left = 220
  Top = 153
  Width = 486
  Height = 284
  Caption = #29677#32423#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object CoolBar1: TCoolBar
    Left = 0
    Top = 0
    Width = 478
    Height = 33
    Bands = <
      item
        Control = ToolBar1
        ImageIndex = -1
        Width = 474
      end>
    object ToolBar1: TToolBar
      Left = 9
      Top = 0
      Width = 461
      Height = 25
      Caption = 'ToolBar1'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      object Button1: TButton
        Left = 0
        Top = 2
        Width = 48
        Height = 22
        Caption = #25554#20837
        TabOrder = 0
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 48
        Top = 2
        Width = 48
        Height = 22
        Caption = #21024#38500
        TabOrder = 1
        OnClick = Button2Click
      end
      object Button3: TButton
        Left = 96
        Top = 2
        Width = 48
        Height = 22
        Caption = #20445#23384
        TabOrder = 2
        OnClick = Button3Click
      end
      object Button4: TButton
        Left = 144
        Top = 2
        Width = 48
        Height = 22
        Caption = #36864#20986
        TabOrder = 3
        OnClick = Button4Click
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 33
    Width = 478
    Height = 224
    Align = alClient
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 476
      Height = 222
      Align = alClient
      DataSource = DataSource1
      Options = [dgEditing, dgAlwaysShowEditor, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      OnColExit = DBGrid1ColExit
      Columns = <
        item
          Expanded = False
          FieldName = 'bjh0'
          Title.Caption = #29677#32423#21495
          Width = 88
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'bjmc'
          Title.Caption = #29677#32423#21517#31216
          Width = 88
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'bjjc'
          Title.Caption = #29677#32423#31616#31216
          Width = 88
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'bjrs'
          Title.Caption = #29677#32423#20154#25968
          Width = 88
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'zymc'
          Title.Caption = #19987#19994#21517#31216
          Width = 88
          Visible = True
        end>
    end
  end
  object DataSource1: TDataSource
    DataSet = qry
    Left = 240
    Top = 8
  end
  object qry: TQuery
    DatabaseName = 'sinfo'
    RequestLive = True
    SQL.Strings = (
      'select * from bjb0')
    Left = 280
    Top = 8
  end
end

⌨️ 快捷键说明

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