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

📄 ufrmreport.dfm

📁 水电管理系统,你们不妨看看怎么样?我再继续给你们别的
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object frmReport: TfrmReport
  Left = 192
  Top = 107
  Width = 762
  Height = 480
  Caption = 'frmReport'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 754
    Height = 31
    Align = alTop
    BevelInner = bvLowered
    TabOrder = 0
    object Label1: TLabel
      Left = 9
      Top = 7
      Width = 58
      Height = 13
      AutoSize = False
      Caption = '时间: 自'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 204
      Top = 9
      Width = 13
      Height = 13
      Caption = '至'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object DateTimePicker1: TDateTimePicker
      Left = 69
      Top = 4
      Width = 132
      Height = 21
      CalAlignment = dtaLeft
      Date = 37860.7524794444
      Time = 37860.7524794444
      DateFormat = dfShort
      DateMode = dmComboBox
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ImeName = '中文 (简体) - 王码五笔型86版'
      Kind = dtkDate
      ParseInput = False
      ParentFont = False
      TabOrder = 0
    end
    object DateTimePicker2: TDateTimePicker
      Left = 224
      Top = 5
      Width = 149
      Height = 21
      CalAlignment = dtaLeft
      Date = 37860.7529358912
      Time = 37860.7529358912
      DateFormat = dfShort
      DateMode = dmComboBox
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ImeName = '中文 (简体) - 王码五笔型86版'
      Kind = dtkDate
      ParseInput = False
      ParentFont = False
      TabOrder = 1
    end
    object BitBtn1: TBitBtn
      Left = 410
      Top = 3
      Width = 75
      Height = 25
      Caption = '汇总'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = BitBtn1Click
    end
    object BitBtn2: TBitBtn
      Left = 497
      Top = 3
      Width = 75
      Height = 25
      Caption = '打印预览'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = BitBtn2Click
    end
    object BitBtn3: TBitBtn
      Left = 590
      Top = 3
      Width = 75
      Height = 25
      Caption = '导出'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 4
      OnClick = BitBtn3Click
    end
    object BitBtn4: TBitBtn
      Left = 682
      Top = 3
      Width = 75
      Height = 25
      Caption = '返回'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 5
      OnClick = BitBtn4Click
    end
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 31
    Width = 754
    Height = 422
    ActivePage = TabSheet3
    Align = alClient
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object TabSheet1: TTabSheet
      Caption = '汇总报表'
      object DBGDWorkshop: TDBGridEh
        Left = 0
        Top = 0
        Width = 746
        Height = 394
        Align = alClient
        AutoFitColWidths = True
        DataSource = DataSource1
        FixedColor = clScrollBar
        Flat = True
        FooterColor = clFuchsia
        FooterFont.Charset = GB2312_CHARSET
        FooterFont.Color = clWindowText
        FooterFont.Height = -13
        FooterFont.Name = 'MS Sans Serif'
        FooterFont.Style = []
        FooterRowCount = 1
        FrozenCols = 2
        ImeName = '中文 (简体) - 王码五笔型86版'
        Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
        SumList.Active = True
        TabOrder = 0
        TitleFont.Charset = GB2312_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -13
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
        UseMultiTitle = True
        Columns = <
          item
            EditButtons = <>
            EndEllipsis = True
            FieldName = 'F_WrokShopName'
            Footer.Alignment = taCenter
            Footer.FieldName = 'F_WrokShopName'
            Footer.Value = '统计'
            Footer.ValueType = fvtStaticText
            Footers = <>
            Title.Caption = '车间名称'
            Width = 100
          end
          item
            EditButtons = <>
            FieldName = 'F_MeterID'
            Footers = <>
            Title.Caption = '表编号'
          end
          item
            EditButtons = <>
            FieldName = 'F_MeterSortNameSum'
            Footers = <>
            Title.Caption = '表类别'
            Width = 65
          end
          item
            EditButtons = <>
            FieldName = 'F_CurValue'
            Footer.FieldName = 'F_CurValue'
            Footer.ValueType = fvtSum
            Footer.WordWrap = True
            Footers = <>
            Title.Caption = '使用数量'
            Width = 65
          end
          item
            EditButtons = <>
            FieldName = 'F_ChargeTotal'
            Footer.Color = clRed
            Footer.FieldName = 'F_ChargeTotal'
            Footer.ValueType = fvtSum
            Footers = <>
            Title.Caption = '费用统计(元)|总费用'
            Width = 90
          end
          item
            EditButtons = <>
            FieldName = 'F_Charge'
            Footer.FieldName = 'F_Charge'
            Footer.ValueType = fvtSum
            Footers = <>
            Title.Caption = '费用统计(元)|计划内费用'
            Width = 80
          end
          item
            EditButtons = <>
            FieldName = 'F_QuotaCharge'
            Footer.FieldName = 'F_QuotaCharge'
            Footer.ValueType = fvtSum
            Footers = <>
            Title.Caption = '费用统计(元)|超支费用'
            Width = 65
          end
          item
            EditButtons = <>
            FieldName = 'F_Quota'
            Footer.FieldName = 'F_Quota'
            Footer.ValueType = fvtSum
            Footers = <>
            Title.Caption = '费用统计(元)|限额费用'
          end
          item
            EditButtons = <>
            FieldName = 'F_PriceNumber'
            Footer.FieldName = 'F_PriceNumber'
            Footer.ValueType = fvtSum
            Footers = <>
            Title.Caption = '单价(元)|单价'
            Width = 60
          end
          item
            EditButtons = <>
            FieldName = 'F_ExceedPrice'
            Footer.FieldName = 'F_ExceedPrice'
            Footer.ValueType = fvtSum
            Footers = <>
            Title.Caption = '单价(元)|超出部分单价'
            Width = 80
          end
          item
            EditButtons = <>
            FieldName = 'F_TakeNumber'
            Footer.FieldName = 'F_TakeNumber'
            Footer.ValueType = fvtSum
            Footers = <>
            Title.Caption = '最后抄表数'
            Width = 60
          end
          item
            EditButtons = <>
            FieldName = 'F_BaseNumber'
            Footer.FieldName = 'F_BaseNumber'
            Footer.ValueType = fvtSum
            Footers = <>
            Title.Caption = '安装基数'
            Width = 65
          end
          item
            EditButtons = <>
            FieldName = 'F_SubjoinNumber'
            Footer.FieldName = 'F_SubjoinNumber'
            Footer.ValueType = fvtSum
            Footers = <>
            Title.Caption = '附加数量'
            Width = 40
          end
          item
            EditButtons = <>
            FieldName = 'F_Multiple'
            Footer.FieldName = 'F_Multiple'
            Footer.ValueType = fvtSum
            Footers = <>
            Title.Caption = '倍率'
            Width = 30
          end>
      end
    end
    object TabSheet2: TTabSheet
      Caption = '车间明细报表'
      ImageIndex = 1
      object Panel2: TPanel
        Left = 0
        Top = 0
        Width = 746
        Height = 32
        Align = alTop
        BevelInner = bvLowered
        BiDiMode = bdLeftToRight
        ParentBiDiMode = False
        TabOrder = 0
        object Label3: TLabel
          Left = 16
          Top = 9
          Width = 91
          Height = 13
          Caption = '请选择报表车间'
        end
        object ComboBox1: TComboBox
          Left = 128
          Top = 6
          Width = 177
          Height = 21
          Style = csDropDownList
          ImeName = '中文 (简体) - 王码五笔型86版'
          ItemHeight = 13
          TabOrder = 0
        end
        object BitBtn5: TBitBtn
          Left = 336
          Top = 5
          Width = 75
          Height = 22
          Caption = '统计'
          TabOrder = 1
          OnClick = BitBtn5Click
        end
      end
      object DBGridEh1: TDBGridEh
        Left = 0

⌨️ 快捷键说明

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