ribaobiao.dfm

来自「企业员工考勤和工资管理系统」· DFM 代码 · 共 650 行 · 第 1/2 页

DFM
650
字号
object FormRiBaoBiao: TFormRiBaoBiao
  Left = 2
  Top = 82
  Width = 787
  Height = 465
  Caption = '日报表'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 5
    Top = 415
    Width = 12
    Height = 12
    Caption = '从'
  end
  object Label2: TLabel
    Left = 103
    Top = 415
    Width = 12
    Height = 12
    Caption = '到'
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 1
    Width = 777
    Height = 400
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'ygbh'
        Title.Alignment = taCenter
        Title.Caption = '编号'
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -11
        Title.Font.Name = 'MS Sans Serif'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ygxm'
        Title.Alignment = taCenter
        Title.Caption = '姓名'
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -11
        Title.Font.Name = 'MS Sans Serif'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bmbh'
        Title.Alignment = taCenter
        Title.Caption = '部门编号'
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -11
        Title.Font.Name = 'MS Sans Serif'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bmmc'
        Title.Alignment = taCenter
        Title.Caption = '部门名称'
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -11
        Title.Font.Name = 'MS Sans Serif'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bzbh'
        Title.Alignment = taCenter
        Title.Caption = '班组编号'
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -11
        Title.Font.Name = 'MS Sans Serif'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bzmc'
        Title.Alignment = taCenter
        Title.Caption = '班组名称'
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -11
        Title.Font.Name = 'MS Sans Serif'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'kpbh'
        Title.Alignment = taCenter
        Title.Caption = '卡号'
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -11
        Title.Font.Name = 'MS Sans Serif'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'riqi'
        Title.Alignment = taCenter
        Title.Caption = '日期'
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -11
        Title.Font.Name = 'MS Sans Serif'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'jiari'
        Title.Alignment = taCenter
        Title.Caption = '是否假日'
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'banci'
        Title.Alignment = taCenter
        Title.Caption = '班次'
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -11
        Title.Font.Name = 'MS Sans Serif'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'sd11'
        Title.Alignment = taCenter
        Title.Caption = '时段1上班'
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'sksj11'
        Title.Alignment = taCenter
        Title.Caption = '刷卡时间'
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -11
        Title.Font.Name = 'MS Sans Serif'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zt11'
        Title.Alignment = taCenter
        Title.Caption = '状态'
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'cdsj11'
        Title.Alignment = taCenter
        Title.Caption = '迟到时间'
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'sd12'
        Title.Alignment = taCenter
        Title.Caption = '时段1下班'
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'sksj12'
        Title.Alignment = taCenter
        Title.Caption = '刷卡时间'
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -11
        Title.Font.Name = 'MS Sans Serif'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zt12'
        Title.Alignment = taCenter
        Title.Caption = '状态'
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ztsj12'
        Title.Alignment = taCenter
        Title.Caption = '早退时间'
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'sd21'
        Title.Alignment = taCenter
        Title.Caption = '时段2上班'
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'sksj21'
        Title.Alignment = taCenter
        Title.Caption = '刷卡时间'
        Title.Font.Charset = DEFAULT_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -11
        Title.Font.Name = 'MS Sans Serif'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zt21'
        Title.Alignment = taCenter
        Title.Caption = '状态'
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'cdsj21'
        Title.Alignment = taCenter
        Title.Caption = '迟到时间'
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'sd22'
        Title.Alignment = taCenter
        Title.Caption = '时段2下班'
        Title.Font.Charset = GB2312_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item

⌨️ 快捷键说明

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