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

📄 clientaskrep.dfm

📁 一个电力企业的后台管理程序
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object Frm_Base: TFrm_Base
  Left = 271
  Top = 193
  Width = 405
  Height = 319
  Caption = 'Frm_Base'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object PC_Content: TPageControl
    Left = 0
    Top = 0
    Width = 397
    Height = 251
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = '用户咨询报表'
      object Panel_Condition: TPanel
        Left = 0
        Top = 0
        Width = 389
        Height = 18
        Align = alTop
        BevelOuter = bvNone
        Color = 14989451
        TabOrder = 0
        object Lbl_Condition: TLabel
          Left = 1
          Top = 2
          Width = 72
          Height = 12
          Caption = '统计条件设置'
          Color = 14989451
          Font.Charset = ANSI_CHARSET
          Font.Color = 4194304
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentColor = False
          ParentFont = False
        end
      end
      object Panel_Type: TPanel
        Left = 0
        Top = 18
        Width = 389
        Height = 41
        Align = alTop
        BevelOuter = bvNone
        Color = 16775408
        TabOrder = 1
        object Lbl_Type: TLabel
          Left = 10
          Top = 4
          Width = 48
          Height = 12
          Caption = '统计类别'
          Font.Charset = ANSI_CHARSET
          Font.Color = 4194304
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
        end
        object RB_ByType: TRadioButton
          Left = 49
          Top = 20
          Width = 106
          Height = 17
          Caption = '按咨询类型统计'
          Checked = True
          Font.Charset = ANSI_CHARSET
          Font.Color = 9805
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
          TabOrder = 0
          TabStop = True
        end
        object RB_ByUnit: TRadioButton
          Left = 220
          Top = 18
          Width = 106
          Height = 17
          Caption = '按处理单位统计'
          Font.Charset = ANSI_CHARSET
          Font.Color = 9805
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
          TabOrder = 1
        end
      end
      object Panel_Date: TPanel
        Left = 0
        Top = 59
        Width = 389
        Height = 100
        Align = alClient
        BevelOuter = bvNone
        Color = 16775408
        TabOrder = 2
        object Lbl_AskDate: TLabel
          Left = 138
          Top = 26
          Width = 24
          Height = 12
          Caption = '日期'
          Font.Charset = ANSI_CHARSET
          Font.Color = 9805
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
        end
        object Label1: TLabel
          Left = 140
          Top = 63
          Width = 24
          Height = 12
          Caption = '年度'
          Font.Charset = ANSI_CHARSET
          Font.Color = 9805
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
        end
        object Label2: TLabel
          Left = 257
          Top = 63
          Width = 24
          Height = 12
          Caption = '月份'
        end
        object Bevel1: TBevel
          Left = 0
          Top = 3
          Width = 392
          Height = 2
          Shape = bsTopLine
        end
        object DTP_CountDate: TDateTimePicker
          Left = 193
          Top = 23
          Width = 135
          Height = 20
          CalAlignment = dtaLeft
          Date = 37288.6745326042
          Time = 37288.6745326042
          DateFormat = dfLong
          DateMode = dmUpDown
          ImeName = '中文 (简体) - 微软拼音'
          Kind = dtkDate
          ParseInput = False
          TabOrder = 0
        end
        object RB_ByCountDay: TRadioButton
          Left = 49
          Top = 23
          Width = 71
          Height = 17
          Caption = '按日统计'
          Checked = True
          Font.Charset = ANSI_CHARSET
          Font.Color = 9805
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
          TabOrder = 1
          TabStop = True
          OnClick = RB_ByCountDayClick
        end
        object RB_ByCountMonth: TRadioButton
          Left = 49
          Top = 59
          Width = 71
          Height = 17
          Caption = '按月统计'
          Font.Charset = ANSI_CHARSET
          Font.Color = 9805
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
          TabOrder = 2
          OnClick = RB_ByCountMonthClick
        end
        object SE_CountYear: TSpinEdit
          Left = 193
          Top = 59
          Width = 57
          Height = 21
          MaxValue = 3000
          MinValue = 1999
          TabOrder = 3
          Value = 1999
        end
        object SE_CountMonth: TSpinEdit
          Left = 287
          Top = 59
          Width = 41
          Height = 21
          MaxValue = 12
          MinValue = 1
          TabOrder = 4
          Value = 1
        end
      end
      object Panel_Format: TPanel
        Left = 0
        Top = 159
        Width = 389
        Height = 65
        Align = alBottom
        BevelOuter = bvNone
        Color = 16775408
        TabOrder = 3
        object Label3: TLabel
          Left = 15
          Top = 12
          Width = 48
          Height = 12
          Caption = '报表模式'
          Font.Charset = ANSI_CHARSET
          Font.Color = 4194304
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
        end
        object Bevel2: TBevel
          Left = 194
          Top = 1
          Width = 4
          Height = 64
          Shape = bsLeftLine
        end
        object BTN_: TDsFancyButton
          Left = 249
          Top = 23
          Width = 86
          Height = 22
          ButtonColor = 15391410
          Caption = '自定义报表'
          FrameColor = 15391410
          FrameWidth = 6
          CornerRadius = 10
          Shape = shCapsule
          TextStyle = txRaised
        end
        object Bevel6: TBevel
          Left = 1
          Top = 0
          Width = 387
          Height = 5
          Shape = bsTopLine
        end
        object RB_ByCountRep: TRadioButton
          Left = 9
          Top = 37
          Width = 72
          Height = 17
          Caption = '一般报表'
          Checked = True
          Font.Charset = ANSI_CHARSET
          Font.Color = 9805
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
          TabOrder = 0
          TabStop = True
        end
        object RB_CountWord: TRadioButton
          Left = 93
          Top = 38
          Width = 69
          Height = 17
          Caption = 'WORD报表'
          Font.Charset = ANSI_CHARSET
          Font.Color = 9805
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
          TabOrder = 1
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = '用户咨询处理报表'
      ImageIndex = 1
      object Panel2: TPanel
        Left = 0
        Top = 0
        Width = 389
        Height = 111
        Align = alTop
        BevelOuter = bvNone
        Color = 16775408
        TabOrder = 0
        object Label4: TLabel
          Left = 168
          Top = 38
          Width = 24
          Height = 12
          Caption = '日期'
          Font.Charset = ANSI_CHARSET
          Font.Color = 9805
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
        end
        object Label5: TLabel
          Left = 168
          Top = 77
          Width = 24
          Height = 12
          Caption = '年度'
          Font.Charset = ANSI_CHARSET
          Font.Color = 9805
          Font.Height = -12
          Font.Name = '宋体'
          Font.Style = []
          ParentFont = False
        end
        object Label6: TLabel
          Left = 262
          Top = 78
          Width = 24
          Height = 12

⌨️ 快捷键说明

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