frmdepartment.dfm

来自「本文件中还有JSP、php和delphi等源程序」· DFM 代码 · 共 63 行

DFM
63
字号
object DepartmentForm: TDepartmentForm
  Left = 223
  Top = 134
  Width = 544
  Height = 267
  Caption = #37096#38376#20449#24687
  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 DBGrid1: TDBGrid
    Left = 8
    Top = 8
    Width = 521
    Height = 225
    DataSource = dmDataSource.dsDepartment
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'ID'
        Title.Caption = #37096#38376#32534#21495
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'DEPARTMENT_NAME'
        Title.Caption = #37096#38376#21517#31216
        Width = 78
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'DEPARTMENT_MASTER_ID'
        Title.Caption = #37096#38376#31649#29702'ID'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'DEPARTMENT_SUBSIDY'
        Title.Caption = #37096#38376#24037#36164
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'DESCRIPTION'
        Title.Caption = #22791#27880
        Width = 226
        Visible = True
      end>
  end
end

⌨️ 快捷键说明

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