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

📄 repwork.~dfm

📁 一个电力企业的后台管理程序
💻 ~DFM
字号:
object Frm_AgentWork: TFrm_AgentWork
  Left = 224
  Top = 133
  BorderStyle = bsSingle
  Caption = '座席状态统计'
  ClientHeight = 288
  ClientWidth = 428
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 15
  object PC_Content: TPageControl
    Left = 0
    Top = 0
    Width = 428
    Height = 244
    ActivePage = TabSheet1
    Align = alClient
    Font.Charset = ANSI_CHARSET
    Font.Color = 9805
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = '座席状态记录统计'
      Font.Charset = ANSI_CHARSET
      Font.Color = 9805
      Font.Height = -15
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      object Panel3: TPanel
        Left = 0
        Top = 152
        Width = 420
        Height = 62
        Align = alBottom
        Color = 16775408
        Font.Charset = ANSI_CHARSET
        Font.Color = 9805
        Font.Height = -15
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        object Bevel1: TBevel
          Left = 202
          Top = 2
          Width = 3
          Height = 58
          Shape = bsLeftLine
        end
        object Rb_Normal: TRadioButton
          Left = 8
          Top = 24
          Width = 83
          Height = 17
          Caption = '一般报表'
          Checked = True
          TabOrder = 0
          TabStop = True
        end
        object Rb_Word: TRadioButton
          Left = 104
          Top = 24
          Width = 86
          Height = 17
          Caption = 'WORD报表'
          TabOrder = 1
        end
        object Sb_SelfDef: TfcShapeBtn
          Left = 242
          Top = 19
          Width = 96
          Height = 25
          Caption = '自定义报表'
          Color = clBtnFace
          DitherColor = clWhite
          ParentClipping = True
          RoundRectBias = 25
          ShadeStyle = fbsHighlight
          Shape = bsRoundRect
          TabOrder = 2
          TextOptions.Alignment = taCenter
          TextOptions.VAlignment = vaVCenter
          Visible = False
          OnClick = Sb_SelfDefClick
        end
      end
      object Panel4: TPanel
        Left = 0
        Top = 0
        Width = 420
        Height = 80
        Align = alClient
        Color = 16775408
        Font.Charset = ANSI_CHARSET
        Font.Color = 9805
        Font.Height = -15
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 1
        object Label2: TLabel
          Left = 39
          Top = 56
          Width = 60
          Height = 15
          Caption = '已选工号'
        end
        object Panel5: TPanel
          Left = 1
          Top = 1
          Width = 418
          Height = 19
          Align = alTop
          BevelOuter = bvNone
          Color = 12422417
          TabOrder = 0
          object Label1: TLabel
            Left = 5
            Top = 3
            Width = 90
            Height = 15
            Caption = '统计条件设置'
            Font.Charset = ANSI_CHARSET
            Font.Color = 9805
            Font.Height = -15
            Font.Name = '宋体'
            Font.Style = []
            ParentFont = False
          end
        end
        object RB_AllWork: TRadioButton
          Left = 40
          Top = 31
          Width = 83
          Height = 17
          Caption = '所有工号'
          Checked = True
          TabOrder = 1
          TabStop = True
          OnClick = RB_AllWorkClick
        end
        object RB_PWork: TRadioButton
          Left = 160
          Top = 29
          Width = 82
          Height = 17
          Caption = '部分工号'
          TabOrder = 2
          OnClick = RB_PWorkClick
        end
        object Chb_Busy: TCheckBox
          Left = 40
          Top = 82
          Width = 111
          Height = 17
          Caption = '显示示忙详单'
          Checked = True
          State = cbChecked
          TabOrder = 3
        end
        object Chb_Ready: TCheckBox
          Left = 213
          Top = 85
          Width = 111
          Height = 17
          Caption = '显示示闲详单'
          Checked = True
          State = cbChecked
          TabOrder = 4
        end
        object SB_SelWork: TfcShapeBtn
          Left = 256
          Top = 23
          Width = 75
          Height = 25
          Caption = '选择工号'
          Color = clBtnFace
          DitherColor = clWhite
          Enabled = False
          NumGlyphs = 0
          ParentClipping = True
          RoundRectBias = 25
          ShadeStyle = fbsHighlight
          Shape = bsRoundRect
          TabOrder = 5
          TextOptions.Alignment = taCenter
          TextOptions.VAlignment = vaVCenter
          OnClick = SB_SelWorkClick
        end
        object Edt_SeledWork: TEdit
          Left = 103
          Top = 52
          Width = 230
          Height = 23
          ImeName = '中文 (简体) - 微软拼音'
          ReadOnly = True
          TabOrder = 6
        end
      end
      object Panel2: TPanel
        Left = 0
        Top = 80
        Width = 420
        Height = 72
        Align = alBottom
        Color = 16775408
        Font.Charset = ANSI_CHARSET
        Font.Color = 9805
        Font.Height = -15
        Font.Name = '宋体'
        Font.Style = []
        ParentFont = False
        TabOrder = 2
        object Label3: TLabel
          Left = 155
          Top = 14
          Width = 30
          Height = 15
          Caption = '日期'
        end
        object Label4: TLabel
          Left = 154
          Top = 46
          Width = 30
          Height = 15
          Caption = '年度'
        end
        object Label5: TLabel
          Left = 254
          Top = 47
          Width = 30
          Height = 15
          Caption = '月份'
        end
        object RB_ByDay: TRadioButton
          Left = 45
          Top = 14
          Width = 85
          Height = 17
          Caption = '按日统计'
          Checked = True
          TabOrder = 0
          TabStop = True
          OnClick = RB_ByDayClick
        end
        object Rb_ByMon: TRadioButton
          Left = 46
          Top = 45
          Width = 83
          Height = 17
          Caption = '按月统计'
          TabOrder = 1
          OnClick = Rb_ByMonClick
        end
        object DTP_CountDate: TDateTimePicker
          Left = 192
          Top = 10
          Width = 137
          Height = 23
          CalAlignment = dtaLeft
          Date = 37371.6307157755
          Time = 37371.6307157755
          DateFormat = dfLong
          DateMode = dmComboBox
          ImeName = '中文 (简体) - 微软拼音'
          Kind = dtkDate
          ParseInput = False
          TabOrder = 2
        end
        object Se_Year: TSpinEdit
          Left = 193
          Top = 42
          Width = 55
          Height = 24
          Enabled = False
          MaxValue = 2050
          MinValue = 1995
          TabOrder = 3
          Value = 2003
        end
        object Se_Mon: TSpinEdit
          Left = 288
          Top = 42
          Width = 41
          Height = 24
          Enabled = False
          MaxValue = 12
          MinValue = 1
          TabOrder = 4
          Value = 1
        end
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 244
    Width = 428
    Height = 44
    Align = alBottom
    Color = 12422417
    Font.Charset = ANSI_CHARSET
    Font.Color = 9805
    Font.Height = -15
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object Se_Ok: TfcShapeBtn
      Left = 201
      Top = 14
      Width = 75
      Height = 25
      Caption = '确定'
      Color = clBtnFace
      DitherColor = clWhite
      ParentClipping = True
      RoundRectBias = 25
      ShadeStyle = fbsHighlight
      Shape = bsRoundRect
      TabOrder = 0
      TextOptions.Alignment = taCenter
      TextOptions.VAlignment = vaVCenter
      OnClick = Se_OkClick
    end
    object Se_Cancel: TfcShapeBtn
      Left = 296
      Top = 14
      Width = 75
      Height = 25
      Caption = '取消'
      Color = clBtnFace
      DitherColor = clWhite
      ParentClipping = True
      RoundRectBias = 25
      ShadeStyle = fbsHighlight
      Shape = bsRoundRect
      TabOrder = 1
      TextOptions.Alignment = taCenter
      TextOptions.VAlignment = vaVCenter
      OnClick = Se_CancelClick
    end
  end
end

⌨️ 快捷键说明

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