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

📄 mc_wdll.dfm

📁 这是用Delphi编写的小区物业管理系统
💻 DFM
字号:
object WDLL: TWDLL
  Left = 226
  Top = 95
  BorderStyle = bsToolWindow
  Caption = '文档浏览:'
  ClientHeight = 451
  ClientWidth = 792
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object DBGrid1: TDBGrid
    Left = 5
    Top = 8
    Width = 783
    Height = 435
    DataSource = BGSWD.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 = '文档编号'
        Width = 73
        Visible = True
      end
      item
        Expanded = False
        FieldName = '文档标题'
        Width = 352
        Visible = True
      end
      item
        Expanded = False
        FieldName = '起草人'
        Width = 92
        Visible = True
      end
      item
        Expanded = False
        FieldName = '起草日期'
        Width = 132
        Visible = True
      end
      item
        Expanded = False
        FieldName = '详细内容'
        Width = 80
        Visible = True
      end>
  end
end

⌨️ 快捷键说明

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