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

📄 u_stat.dfm

📁 考勤管理系统 数据库系列
💻 DFM
字号:
object F_stat: TF_stat
  Left = 240
  Top = 186
  Width = 569
  Height = 396
  Caption = '考勤统计'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 8
    Top = 8
    Width = 545
    Height = 89
    Caption = '月度统计'
    TabOrder = 0
    object Label3: TLabel
      Left = 40
      Top = 24
      Width = 60
      Height = 13
      Caption = '统计年月:'
    end
    object Label4: TLabel
      Left = 40
      Top = 56
      Width = 60
      Height = 13
      Caption = '时间范围从'
    end
    object Label5: TLabel
      Left = 216
      Top = 56
      Width = 12
      Height = 13
      Caption = '至'
    end
    object Gauge1: TGauge
      Left = 352
      Top = 56
      Width = 177
      Height = 17
      Progress = 0
    end
    object i_time: TMaskEdit
      Left = 112
      Top = 20
      Width = 97
      Height = 21
      EditMask = '!0000-!90;1;_'
      MaxLength = 7
      TabOrder = 0
      Text = '    -  '
    end
    object i_start_time: TMaskEdit
      Left = 112
      Top = 52
      Width = 97
      Height = 21
      EditMask = '!0000-!90-90;1;_'
      MaxLength = 10
      TabOrder = 1
      Text = '    -  -  '
    end
    object i_end_time: TMaskEdit
      Left = 232
      Top = 52
      Width = 97
      Height = 21
      EditMask = '!0000-!90-90;1;_'
      MaxLength = 10
      TabOrder = 2
      Text = '    -  -  '
    end
    object B_stat: TButton
      Left = 400
      Top = 24
      Width = 75
      Height = 25
      Caption = '统计'
      TabOrder = 3
      OnClick = B_statClick
    end
  end
  object GroupBox9: TGroupBox
    Left = 8
    Top = 104
    Width = 545
    Height = 73
    Caption = '记录检索条件'
    TabOrder = 1
    object Label42: TLabel
      Left = 284
      Top = 48
      Width = 36
      Height = 13
      Alignment = taRightJustify
      Caption = '姓名:'
    end
    object Seek_person_id: TMaskEdit
      Left = 184
      Top = 44
      Width = 81
      Height = 21
      EditMask = '>L!99999;1;_'
      MaxLength = 6
      TabOrder = 0
      Text = '      '
      OnChange = Seek_person_idChange
    end
    object Seek_by_person: TCheckBox
      Left = 64
      Top = 46
      Width = 57
      Height = 17
      Caption = '员工'
      TabOrder = 1
    end
    object Seek_by_time: TCheckBox
      Left = 64
      Top = 22
      Width = 81
      Height = 17
      Caption = '年月'
      TabOrder = 2
    end
    object Seek_person_name: TEdit
      Left = 320
      Top = 44
      Width = 81
      Height = 21
      Color = clSilver
      ReadOnly = True
      TabOrder = 3
    end
    object Seek_time: TMaskEdit
      Left = 184
      Top = 20
      Width = 97
      Height = 21
      EditMask = '!0000-!90;1;_'
      MaxLength = 7
      TabOrder = 4
      Text = '    -  '
    end
    object B_seek: TButton
      Left = 432
      Top = 24
      Width = 75
      Height = 25
      Caption = '检索'
      TabOrder = 5
      OnClick = B_seekClick
    end
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 184
    Width = 545
    Height = 177
    DataSource = DM_main.DS_stat
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'ID'
        ReadOnly = True
        Title.Caption = '记录编号'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'PERSON'
        ReadOnly = True
        Title.Caption = '员工'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'YEAR_MONTH'
        ReadOnly = True
        Title.Caption = '年月'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'WORK_HOUR'
        Title.Caption = '正常工作时间(小时)'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'OVER_HOUR'
        Title.Caption = '加班时间(小时)'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'LEAVE_HDAY'
        Title.Caption = '请假时间(半天)'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ERRAND_HDAY'
        Title.Caption = '出差时间(半天)'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'LATE_TIMES'
        Title.Caption = '迟到次数'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'EARLY_TIMES'
        Title.Caption = '早退次数'
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ABSENT_TIMES'
        Title.Caption = '旷工次数'
        Visible = True
      end>
  end
end

⌨️ 快捷键说明

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