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

📄 studclass.dfm

📁 一款比较好的学生信息管理系统DELPHI+ACCE
💻 DFM
字号:
object frmclass: Tfrmclass
  Left = 217
  Top = 86
  Width = 673
  Height = 485
  BorderIcons = [biSystemMenu, biMinimize]
  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
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 8
    Width = 60
    Height = 13
    Caption = #29677#32423#32534#21495#65306
  end
  object Label2: TLabel
    Left = 48
    Top = 32
    Width = 60
    Height = 13
    Caption = #29677#32423#21517#31216#65306
  end
  object Label3: TLabel
    Left = 48
    Top = 56
    Width = 60
    Height = 13
    Caption = #25152#23646#38498#31995#65306
  end
  object Label4: TLabel
    Left = 48
    Top = 80
    Width = 60
    Height = 13
    Caption = #20837#23398#26085#26399#65306
  end
  object Label5: TLabel
    Left = 48
    Top = 104
    Width = 60
    Height = 13
    Caption = #29677'  '#20027'  '#20219#65306
  end
  object Label6: TLabel
    Left = 48
    Top = 128
    Width = 60
    Height = 13
    Caption = #32852#31995#30005#35805#65306
  end
  object dbeclassID: TDBEdit
    Left = 112
    Top = 0
    Width = 161
    Height = 21
    DataField = 'classID'
    DataSource = dsclass
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
  end
  object dbeclassname: TDBEdit
    Left = 112
    Top = 24
    Width = 161
    Height = 21
    DataField = 'classname'
    DataSource = dsclass
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 1
  end
  object dbebegindate: TDBEdit
    Left = 112
    Top = 80
    Width = 161
    Height = 21
    DataField = 'begindate'
    DataSource = dsclass
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 2
  end
  object dbemaster: TDBEdit
    Left = 112
    Top = 104
    Width = 161
    Height = 21
    DataField = 'master'
    DataSource = dsclass
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 3
  end
  object dbetelephone: TDBEdit
    Left = 112
    Top = 128
    Width = 161
    Height = 21
    DataField = 'telephone'
    DataSource = dsclass
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 4
  end
  object dblcbdepart: TDBLookupComboBox
    Left = 112
    Top = 48
    Width = 161
    Height = 21
    DataField = 'departID'
    DataSource = dsclass
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    KeyField = 'departID'
    ListField = 'departname'
    ListSource = dsdepart
    TabOrder = 5
  end
  object GroupBox1: TGroupBox
    Left = 280
    Top = 0
    Width = 385
    Height = 153
    Caption = #35828#26126
    TabOrder = 6
    object dbmDesc: TDBMemo
      Left = 0
      Top = 16
      Width = 385
      Height = 137
      DataField = 'description'
      DataSource = dsclass
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
    end
  end
  object dbnclass: TDBNavigator
    Left = 32
    Top = 160
    Width = 370
    Height = 26
    DataSource = dsclass
    ConfirmDelete = False
    TabOrder = 7
    OnClick = dbnclassClick
  end
  object btnquit: TBitBtn
    Left = 488
    Top = 168
    Width = 89
    Height = 25
    Caption = #36864#20986
    TabOrder = 8
    OnClick = btnquitClick
  end
  object dbgclass: TDBGrid
    Left = 0
    Top = 200
    Width = 665
    Height = 257
    DataSource = dsclass
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 9
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'classID'
        Title.Alignment = taCenter
        Title.Caption = #29677#32423#21495
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'classname'
        Title.Alignment = taCenter
        Title.Caption = #29677#32423#21517
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'departID'
        Title.Alignment = taCenter
        Title.Caption = #25152#23646#38498#31995
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'master'
        Title.Alignment = taCenter
        Title.Caption = #29677#20027#20219
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'telephone'
        Title.Alignment = taCenter
        Title.Caption = #32852#31995#30005#35805
        Visible = True
      end>
  end
  object tblclass: TTable
    BeforePost = tblclassBeforePost
    BeforeDelete = tblclassBeforeDelete
    AfterScroll = tblclassAfterScroll
    DatabaseName = 'stud'
    TableName = 'dbo.class'
    Left = 104
    Top = 240
  end
  object tbldepartment: TTable
    DatabaseName = 'stud'
    TableName = 'dbo.department'
    Left = 104
    Top = 336
  end
  object tblvalid: TTable
    DatabaseName = 'stud'
    Left = 384
    Top = 248
  end
  object dsclass: TDataSource
    DataSet = tblclass
    Left = 152
    Top = 240
  end
  object dsdepart: TDataSource
    DataSet = tbldepartment
    Left = 152
    Top = 336
  end
end

⌨️ 快捷键说明

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