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

📄 mc_cshbzfy.~dfm

📁 1、系统环境要求:所有程序均在Windows98/XP操作系统下测试运行。 2、建议用户在系统上安装DELPHI7.0企业版。 3、如果数据库为SQL Server数据库
💻 ~DFM
📖 第 1 页 / 共 2 页
字号:
object CSHBZFY: TCSHBZFY
  Left = 225
  Top = 78
  BorderStyle = bsToolWindow
  Caption = '水电煤气费标准初始化:'
  ClientHeight = 547
  ClientWidth = 792
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  ShowHint = True
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object GroupBox1: TGroupBox
    Left = 4
    Top = 3
    Width = 164
    Height = 48
    Caption = '小区名:'
    TabOrder = 0
    object DBLookupComboBox1: TDBLookupComboBox
      Left = 9
      Top = 18
      Width = 146
      Height = 20
      KeyField = '小区名'
      ListField = '小区名'
      ListSource = DataSource1
      TabOrder = 0
    end
  end
  object GroupBox2: TGroupBox
    Left = 4
    Top = 56
    Width = 164
    Height = 203
    Caption = '大楼名称:'
    TabOrder = 1
    object DBGrid1: TDBGrid
      Left = 8
      Top = 17
      Width = 146
      Height = 176
      DataSource = DataSource2
      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 = []
      Columns = <
        item
          Expanded = False
          FieldName = '大楼名称'
          Width = 108
          Visible = True
        end>
    end
  end
  object GroupBox3: TGroupBox
    Left = 4
    Top = 263
    Width = 164
    Height = 280
    Caption = '房屋列表:'
    TabOrder = 2
    object DBGrid2: TDBGrid
      Left = 8
      Top = 16
      Width = 146
      Height = 254
      DataSource = DataSource3
      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 = []
      Columns = <
        item
          Expanded = False
          FieldName = '房间号码'
          Width = 69
          Visible = True
        end
        item
          Expanded = False
          FieldName = '房主姓名'
          Title.Caption = '房主'
          Width = 40
          Visible = True
        end>
    end
  end
  object GroupBox4: TGroupBox
    Left = 175
    Top = 3
    Width = 613
    Height = 110
    Caption = '水表信息:'
    TabOrder = 3
    object DBGrid3: TDBGrid
      Left = 9
      Top = 18
      Width = 595
      Height = 80
      DataSource = DataSource4
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = '宋体'
      TitleFont.Style = []
      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>
    end
  end
  object GroupBox5: TGroupBox
    Left = 176
    Top = 118
    Width = 614
    Height = 107
    Caption = '电表信息:'
    TabOrder = 4
    object DBGrid4: TDBGrid
      Left = 8
      Top = 16
      Width = 597
      Height = 81
      DataSource = DataSource5
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = '宋体'
      TitleFont.Style = []
    end
  end
  object GroupBox6: TGroupBox
    Left = 176
    Top = 230
    Width = 613
    Height = 107
    Caption = '煤气表信息:'
    TabOrder = 5
    object DBGrid5: TDBGrid
      Left = 8
      Top = 16
      Width = 597
      Height = 81
      DataSource = DataSource6
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -12
      TitleFont.Name = '宋体'
      TitleFont.Style = []
    end
  end
  object GroupBox7: TGroupBox
    Left = 176
    Top = 342
    Width = 373
    Height = 201
    Caption = '费用标准:'
    TabOrder = 6
    object DBGrid6: TDBGrid
      Left = 9
      Top = 18
      Width = 355
      Height = 173
      DataSource = DataSource7
      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 = []
    end
  end
  object BitBtn1: TBitBtn
    Left = 553
    Top = 347
    Width = 237
    Height = 25
    Caption = '更新当前大楼费用标准信息'
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
    OnClick = BitBtn1Click
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333444444
      33333333333F8888883F33330000324334222222443333388F3833333388F333
      000032244222222222433338F8833FFFFF338F3300003222222AAAAA22243338
      F333F88888F338F30000322222A33333A2224338F33F8333338F338F00003222
      223333333A224338F33833333338F38F00003222222333333A444338FFFF8F33
      3338888300003AAAAAAA33333333333888888833333333330000333333333333
      333333333333333333FFFFFF000033333333333344444433FFFF333333888888
      00003A444333333A22222438888F333338F3333800003A2243333333A2222438
      F38F333333833338000033A224333334422224338338FFFFF8833338000033A2
      22444442222224338F3388888333FF380000333A2222222222AA243338FF3333
      33FF88F800003333AA222222AA33A3333388FFFFFF8833830000333333AAAAAA
      3333333333338888883333330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object BitBtn2: TBitBtn
    Left = 553
    Top = 376
    Width = 237
    Height = 25
    Caption = '更新当前小区费用标准信息'
    Font.Charset = GB2312_CHARSET
    Font.Color = clTeal
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 8
    OnClick = BitBtn2Click
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333444444
      33333333333F8888883F33330000324334222222443333388F3833333388F333
      000032244222222222433338F8833FFFFF338F3300003222222AAAAA22243338
      F333F88888F338F30000322222A33333A2224338F33F8333338F338F00003222
      223333333A224338F33833333338F38F00003222222333333A444338FFFF8F33
      3338888300003AAAAAAA33333333333888888833333333330000333333333333
      333333333333333333FFFFFF000033333333333344444433FFFF333333888888
      00003A444333333A22222438888F333338F3333800003A2243333333A2222438
      F38F333333833338000033A224333334422224338338FFFFF8833338000033A2
      22444442222224338F3388888333FF380000333A2222222222AA243338FF3333
      33FF88F800003333AA222222AA33A3333388FFFFFF8833830000333333AAAAAA
      3333333333338888883333330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object BitBtn3: TBitBtn
    Left = 553
    Top = 406
    Width = 237
    Height = 25
    Caption = '更新当前住户费用标准信息'
    TabOrder = 9
    OnClick = BitBtn3Click
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333444444
      33333333333F8888883F33330000324334222222443333388F3833333388F333
      000032244222222222433338F8833FFFFF338F3300003222222AAAAA22243338
      F333F88888F338F30000322222A33333A2224338F33F8333338F338F00003222
      223333333A224338F33833333338F38F00003222222333333A444338FFFF8F33
      3338888300003AAAAAAA33333333333888888833333333330000333333333333
      333333333333333333FFFFFF000033333333333344444433FFFF333333888888
      00003A444333333A22222438888F333338F3333800003A2243333333A2222438
      F38F333333833338000033A224333334422224338338FFFFF8833338000033A2
      22444442222224338F3388888333FF380000333A2222222222AA243338FF3333
      33FF88F800003333AA222222AA33A3333388FFFFFF8833830000333333AAAAAA
      3333333333338888883333330000333333333333333333333333333333333333
      0000}

⌨️ 快捷键说明

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