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

📄 mc_dlll.dfm

📁 1、系统环境要求:所有程序均在Windows98/XP操作系统下测试运行。 2、建议用户在系统上安装DELPHI7.0企业版。 3、如果数据库为SQL Server数据库
💻 DFM
字号:
object DLLL: TDLLL
  Left = 223
  Top = 79
  Width = 801
  Height = 642
  Hint = '大楼信息浏览'
  BorderStyle = bsSizeToolWin
  Caption = '大楼信息浏览:'
  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 = 793
    Height = 615
    Align = alClient
    DataSource = 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 = 59
        Visible = True
      end
      item
        Expanded = False
        FieldName = '负责人'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '大楼说明'
        Width = 95
        Visible = True
      end
      item
        Expanded = False
        FieldName = '大楼位置'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '所属区域'
        Width = 55
        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 = '房屋数量'
        Width = 54
        Visible = True
      end
      item
        Expanded = False
        FieldName = '总户数'
        Width = 40
        Visible = True
      end
      item
        Expanded = False
        FieldName = '总人口数'
        Width = 54
        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
  object DataSource1: TDataSource
    DataSet = DLXXDJ.Query1
    Left = 85
    Top = 68
  end
end

⌨️ 快捷键说明

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