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

📄 frm_cutuser_static.dfm

📁 一个电力企业的后台管理程序
💻 DFM
字号:
object Form_CutUser_Static: TForm_CutUser_Static
  Left = 227
  Top = 199
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = '投诉举报受理情况月报表'
  ClientHeight = 182
  ClientWidth = 418
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PC_Content: TPageControl
    Left = 0
    Top = 0
    Width = 418
    Height = 182
    ActivePage = TS_UserSatisfy
    Align = alClient
    TabOrder = 0
    object TS_UserSatisfy: TTabSheet
      Caption = '投诉举报受理情况'
      ImageIndex = 1
      object Panel1: TPanel
        Left = 0
        Top = 0
        Width = 410
        Height = 154
        Align = alClient
        BevelOuter = bvNone
        Color = 16775408
        TabOrder = 0
        object btn_Close: TSpeedButton
          Left = 424
          Top = 122
          Width = 60
          Height = 26
          Caption = '关闭'
          Glyph.Data = {
            76010000424D7601000000000000760000002800000020000000100000000100
            04000000000000010000120B0000120B00001000000000000000000000000000
            800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
            FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
            03333377777777777F333301111111110333337F333333337F33330111111111
            0333337F333333337F333301111111110333337F333333337F33330111111111
            0333337F333333337F333301111111110333337F333333337F33330111111111
            0333337F3333333F7F333301111111B10333337F333333737F33330111111111
            0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
            0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
            0333337F377777337F333301111111110333337F333333337F33330111111111
            0333337FFFFFFFFF7F3333000000000003333377777777777333}
          NumGlyphs = 2
          OnClick = btn_CloseClick
        end
        object btn_Stat: TSpeedButton
          Left = 343
          Top = 122
          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 = btn_StatClick
        end
        object Label4: TLabel
          Left = 294
          Top = 67
          Width = 13
          Height = 13
          Caption = '月'
        end
        object Label3: TLabel
          Left = 295
          Top = 37
          Width = 13
          Height = 13
          Caption = '月'
        end
        object Label2: TLabel
          Left = 223
          Top = 66
          Width = 13
          Height = 13
          Caption = '年'
        end
        object Label1: TLabel
          Left = 224
          Top = 36
          Width = 13
          Height = 13
          Caption = '年'
        end
        object Label7: TLabel
          Left = 41
          Top = 70
          Width = 78
          Height = 13
          Caption = '累计起始月份'
        end
        object Label6: TLabel
          Left = 43
          Top = 37
          Width = 52
          Height = 13
          Caption = '统计月份'
        end
        object SE_CurrMon: TSpinEdit
          Left = 248
          Top = 32
          Width = 41
          Height = 22
          MaxLength = 2
          MaxValue = 12
          MinValue = 1
          TabOrder = 0
          Value = 1
        end
        object SE_AddUpMon: TSpinEdit
          Left = 248
          Top = 64
          Width = 41
          Height = 22
          MaxValue = 12
          MinValue = 1
          TabOrder = 1
          Value = 1
        end
        object SE_CurrYear: TSpinEdit
          Left = 144
          Top = 32
          Width = 69
          Height = 22
          MaxValue = 2050
          MinValue = 1999
          TabOrder = 2
          Value = 1999
        end
        object SE_AddUpYear: TSpinEdit
          Left = 144
          Top = 64
          Width = 69
          Height = 22
          MaxValue = 2050
          MinValue = 1999
          TabOrder = 3
          Value = 1999
        end
        object RadioButton1: TRadioButton
          Left = 369
          Top = 11
          Width = 89
          Height = 17
          Caption = '一般报表'
          TabOrder = 4
          Visible = False
        end
        object RadioButton2: TRadioButton
          Left = 40
          Top = 115
          Width = 113
          Height = 20
          Caption = 'WORD报表'
          Checked = True
          TabOrder = 5
          TabStop = True
        end
        object DateTimePicker1: TDateTimePicker
          Left = 136
          Top = 120
          Width = 186
          Height = 23
          CalAlignment = dtaLeft
          Date = 37696.0005092593
          Time = 37696.0005092593
          DateFormat = dfShort
          DateMode = dmComboBox
          Kind = dtkDate
          ParseInput = False
          TabOrder = 6
          Visible = False
        end
        object DateTimePicker2: TDateTimePicker
          Left = 96
          Top = 8
          Width = 186
          Height = 23
          CalAlignment = dtaLeft
          Date = 37696.0005555556
          Time = 37696.0005555556
          DateFormat = dfShort
          DateMode = dmComboBox
          Kind = dtkDate
          ParseInput = False
          TabOrder = 7
          Visible = False
        end
      end
    end
  end
  object WorddotRpt: TWorddotRpt
    BeginRow = 0
    Preview = False
    Left = 396
    Top = 80
  end
end

⌨️ 快捷键说明

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