mc_xqll.dfm

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

DFM
113
字号
object XQLL: TXQLL
  Left = 102
  Top = 58
  Width = 800
  Height = 651
  Hint = '小区信息浏览'
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSizeToolWin
  Caption = '小区信息浏览:'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  ShowHint = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 792
    Height = 624
    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 = '小区名'
        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 = '站地面积'
        Title.Caption = '占地面积'
        Visible = True
      end
      item
        Expanded = False
        FieldName = '居住面积'
        Title.Caption = '建筑面积'
        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 = Data.XQXXB
    Left = 270
    Top = 180
  end
end

⌨️ 快捷键说明

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