mc_zxxxll.~dfm

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

~DFM
103
字号
object ZXXXLL: TZXXXLL
  Left = 225
  Top = 77
  BorderStyle = bsToolWindow
  Caption = '装修信息浏览:'
  ClientHeight = 623
  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 = 623
    Align = alClient
    BorderStyle = bsNone
    DataSource = ZXXXDJ.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 = '编号'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '客户'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '申请人'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '经办人'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '申请日期'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '完工日期'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '装修押金'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '预算'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '装修管理费'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '退押金时间'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '罚金'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '装修队'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '验收'
        Visible = True
      end>
  end
end

⌨️ 快捷键说明

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