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

📄 department.dfm

📁 一款比较好的学生信息管理系统DELPHI+ACCE
💻 DFM
字号:
object frmdepartment: Tfrmdepartment
  Left = 70
  Top = 277
  Width = 646
  Height = 467
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #38498#31995#35774#32622
  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 = 88
    Top = 16
    Width = 51
    Height = 13
    Caption = #38498'  '#31995'  '#21495':'
  end
  object Label2: TLabel
    Left = 88
    Top = 48
    Width = 51
    Height = 13
    Caption = #38498'  '#31995'  '#21517':'
  end
  object Label3: TLabel
    Left = 88
    Top = 80
    Width = 51
    Height = 13
    Caption = #36127'  '#36131'  '#20154':'
  end
  object Label4: TLabel
    Left = 88
    Top = 112
    Width = 51
    Height = 13
    Caption = #32852#31995#30005#35805':'
  end
  object dbedepartmentID: TDBEdit
    Left = 152
    Top = 8
    Width = 121
    Height = 21
    DataField = 'departID'
    DataSource = dsdepartment
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 0
  end
  object dbedepartmentName: TDBEdit
    Left = 152
    Top = 40
    Width = 121
    Height = 21
    DataField = 'departname'
    DataSource = dsdepartment
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 1
  end
  object dbehead: TDBEdit
    Left = 152
    Top = 72
    Width = 121
    Height = 21
    DataField = 'departhead'
    DataSource = dsdepartment
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 2
  end
  object dbetelephone: TDBEdit
    Left = 152
    Top = 104
    Width = 121
    Height = 21
    DataField = 'telephone'
    DataSource = dsdepartment
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    TabOrder = 3
  end
  object GroupBox1: TGroupBox
    Left = 312
    Top = 0
    Width = 321
    Height = 129
    Caption = #35828#26126
    TabOrder = 4
    object dbmDesc: TDBMemo
      Left = 0
      Top = 16
      Width = 321
      Height = 113
      DataField = 'description'
      DataSource = dsdepartment
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
    end
  end
  object dbndepartment: TDBNavigator
    Left = 8
    Top = 136
    Width = 390
    Height = 25
    DataSource = dsdepartment
    ConfirmDelete = False
    TabOrder = 5
    OnClick = dbndepartmentClick
  end
  object btnquit: TBitBtn
    Left = 480
    Top = 136
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 6
    OnClick = btnquitClick
  end
  object dbgdepartment: TDBGrid
    Left = 0
    Top = 176
    Width = 633
    Height = 257
    DataSource = dsdepartment
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 7
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'departID'
        Title.Alignment = taCenter
        Title.Caption = #38498#31995#21495
        Width = 58
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'departname'
        Title.Alignment = taCenter
        Title.Caption = #38498#31995#21517
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'departhead'
        Title.Alignment = taCenter
        Title.Caption = #36127#36131#20154
        Visible = True
      end
      item
        Alignment = taCenter
        Expanded = False
        FieldName = 'telephone'
        Title.Alignment = taCenter
        Title.Caption = #32852#31995#30005#35805
        Visible = True
      end>
  end
  object tbldepartment: TTable
    BeforePost = tbldepartmentBeforePost
    BeforeDelete = tbldepartmentBeforeDelete
    AfterScroll = tbldepartmentAfterScroll
    DatabaseName = 'stud'
    TableName = 'dbo.department'
    Left = 48
    Top = 240
  end
  object tblvalid: TTable
    DatabaseName = 'stud'
    Left = 328
    Top = 240
  end
  object dsdepartment: TDataSource
    DataSet = tbldepartment
    Left = 48
    Top = 280
  end
end

⌨️ 快捷键说明

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