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

📄 dealstatetjfrm.dfm

📁 一个电力企业的后台管理程序
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object Form_DealStateTJ: TForm_DealStateTJ
  Left = 40
  Top = 64
  Width = 798
  Height = 545
  Caption = '关于处理情况统计'
  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
  Scaled = False
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Splitter1: TSplitter
    Left = 0
    Top = 397
    Width = 790
    Height = 3
    Cursor = crVSplit
    Align = alBottom
  end
  object Panel1: TPanel
    Left = 0
    Top = 400
    Width = 790
    Height = 118
    Align = alBottom
    BevelOuter = bvNone
    BorderStyle = bsSingle
    TabOrder = 0
    object SpeedButton1: TSpeedButton
      Left = 712
      Top = 74
      Width = 60
      Height = 26
      Caption = '统计'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      Glyph.Data = {
        76010000424D7601000000000000760000002800000020000000100000000100
        04000000000000010000120B0000120B00001000000000000000000000000000
        800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
        FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333300030003
        0003333377737773777333333333333333333FFFFFFFFFFFFFFF770000000000
        0000777777777777777733039993BBB3CCC3337F737F737F737F37039993BBB3
        CCC3377F737F737F737F33039993BBB3CCC33F7F737F737F737F77079997BBB7
        CCC77777737773777377330399930003CCC3337F737F7773737F370399933333
        CCC3377F737F3333737F330399933333CCC33F7F737FFFFF737F770700077777
        CCC77777777777777377330333333333CCC3337F33333333737F370333333333
        0003377F33333333777333033333333333333F7FFFFFFFFFFFFF770777777777
        7777777777777777777733333333333333333333333333333333}
      NumGlyphs = 2
      ParentFont = False
      OnClick = SpeedButton1Click
    end
    object GroupBox1: TGroupBox
      Left = 32
      Top = 8
      Width = 217
      Height = 94
      Caption = '统计方式选择'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      object CmBox_SelectTJStyle: TComboBox
        Left = 40
        Top = 36
        Width = 145
        Height = 23
        Font.Charset = GB2312_CHARSET
        Font.Color = clBlue
        Font.Height = -15
        Font.Name = '宋体'
        Font.Style = []
        ItemHeight = 15
        ParentFont = False
        TabOrder = 0
        Text = '按月统计'
        OnChange = CmBox_SelectTJStyleChange
        OnKeyPress = CmBox_SelectTJStyleKeyPress
        Items.Strings = (
          '按月统计'
          '按日统计'
          '按任意时间统计')
      end
    end
    object GroupBox2: TGroupBox
      Left = 272
      Top = 9
      Width = 502
      Height = 45
      Caption = '统计项目选择'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      object RdBtn_GZBX: TRadioButton
        Left = 35
        Top = 20
        Width = 82
        Height = 17
        Caption = '故障报修'
        Checked = True
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        TabStop = True
      end
      object RdBtn_YKZX: TRadioButton
        Left = 151
        Top = 20
        Width = 83
        Height = 17
        Caption = '信息故障'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
      end
      object RdBtn_YHTS: TRadioButton
        Left = 269
        Top = 20
        Width = 87
        Height = 17
        Caption = '用户投诉'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 2
      end
      object RdBtn_YHZX: TRadioButton
        Left = 398
        Top = 20
        Width = 86
        Height = 17
        Caption = '用电咨询'
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -15
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 3
      end
    end
    object GroupBox3: TGroupBox
      Left = 272
      Top = 57
      Width = 432
      Height = 45
      Caption = '请选择时间'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      object Lbl_OnlyMonthselect: TLabel
        Left = 245
        Top = 16
        Width = 15
        Height = 15
        Caption = '月'
      end
      object Lbl_to: TLabel
        Left = 208
        Top = 18
        Width = 15
        Height = 15
        Caption = '至'
        Visible = False
      end
      object DatePicker: TDateTimePicker
        Left = 136
        Top = 11
        Width = 133
        Height = 23
        CalAlignment = dtaLeft
        Date = 36956.9033739699
        Time = 36956.9033739699
        DateFormat = dfLong
        DateMode = dmComboBox
        Kind = dtkDate
        ParseInput = False
        TabOrder = 0
        Visible = False
      end
      object Edt_OnlyMonthSelect: TEdit
        Left = 136
        Top = 13
        Width = 85
        Height = 23
        TabOrder = 1
        OnKeyPress = Edt_OnlyMonthSelectKeyPress
      end
      object UpDown1: TUpDown
        Left = 220
        Top = 13
        Width = 15
        Height = 24
        Min = 1
        Max = 12
        Position = 2
        TabOrder = 2
        Wrap = False
        OnClick = UpDown1Click
      end
      object DatePicker_Start: TDateTimePicker
        Left = 8
        Top = 17
        Width = 136
        Height = 23
        CalAlignment = dtaLeft
        Date = 36956.9053740741
        Time = 36956.9053740741
        DateFormat = dfLong
        DateMode = dmComboBox
        Kind = dtkDate
        ParseInput = False
        TabOrder = 3
        Visible = False
      end
      object DatePicker_End: TDateTimePicker
        Left = 228
        Top = 16
        Width = 136
        Height = 23
        CalAlignment = dtaLeft
        Date = 36956.9053740741
        Time = 36956.9053740741
        DateFormat = dfLong
        DateMode = dmComboBox
        Kind = dtkDate
        ParseInput = False
        TabOrder = 4
        Visible = False
      end
      object TimePicker_Start: TDateTimePicker
        Left = 140
        Top = 17
        Width = 64
        Height = 23
        CalAlignment = dtaLeft
        Date = 36957.6558145833
        Time = 36957.6558145833
        DateFormat = dfShort
        DateMode = dmComboBox
        Kind = dtkTime
        ParseInput = False
        TabOrder = 5
        Visible = False
      end
      object TimePicker_End: TDateTimePicker
        Left = 360
        Top = 16
        Width = 64
        Height = 23
        CalAlignment = dtaLeft
        Date = 36957.6558145833
        Time = 36957.6558145833
        DateFormat = dfShort
        DateMode = dmComboBox
        Kind = dtkTime
        ParseInput = False
        TabOrder = 6
        Visible = False
      end
    end
  end
  object Panel2: TPanel
    Left = 0

⌨️ 快捷键说明

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