mc_zdll.dfm

来自「1、系统环境要求:所有程序均在Windows98/XP操作系统下测试运行。 2」· DFM 代码 · 共 66 行

DFM
66
字号
object ZDLL: TZDLL
  Left = 228
  Top = 79
  BorderStyle = bsToolWindow
  Caption = '制度浏览:'
  ClientHeight = 615
  ClientWidth = 788
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  ShowHint = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBox1: TGroupBox
    Left = 5
    Top = 2
    Width = 777
    Height = 607
    Caption = '制度列表:'
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 8
      Top = 16
      Width = 759
      Height = 583
      DataSource = XQZDGL.DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = '宋体'
      TitleFont.Style = []
      OnDblClick = DBGrid1DblClick
      Columns = <
        item
          Expanded = False
          FieldName = '编号'
          Visible = True
        end
        item
          Expanded = False
          FieldName = '规章制度名'
          Width = 515
          Visible = True
        end
        item
          Expanded = False
          FieldName = '规章制度描述'
          Visible = True
        end
        item
          Expanded = False
          FieldName = '违章描述'
          Visible = True
        end>
    end
  end
end

⌨️ 快捷键说明

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