mc_zxdll.dfm

来自「腾龙物业管理系统.zip 不错的软件,请大家学习」· DFM 代码 · 共 73 行

DFM
73
字号
object ZXDLL: TZXDLL
  Left = 224
  Top = 77
  BorderStyle = bsToolWindow
  Caption = '装修队浏览:'
  ClientHeight = 622
  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 = 0
    Top = 0
    Width = 792
    Height = 622
    Align = alClient
    BorderStyle = bsNone
    DataSource = ZXDDJ.DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, 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 = 167
        Visible = True
      end
      item
        Expanded = False
        FieldName = '负责人'
        Width = 56
        Visible = True
      end
      item
        Expanded = False
        FieldName = '联系电话'
        Width = 109
        Visible = True
      end
      item
        Expanded = False
        FieldName = '联系地址'
        Width = 97
        Visible = True
      end
      item
        Expanded = False
        FieldName = '出入证编号'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '装修范围'
        Width = 190
        Visible = True
      end>
  end
end

⌨️ 快捷键说明

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