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

📄 renshiprint.dfm

📁 企业员工考勤和工资管理系统
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object FormRenShiPrint: TFormRenShiPrint
  Left = 12
  Top = 40
  Width = 785
  Height = 545
  Caption = '人事报表'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyPress = FormKeyPress
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object DBGrid1: TDBGrid
    Left = 7
    Top = 3
    Width = 769
    Height = 325
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = '宋体'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'holderno'
        Title.Alignment = taCenter
        Title.Caption = '员工编号'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'holdername'
        Title.Alignment = taCenter
        Title.Caption = '姓名'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'xingbie'
        Title.Alignment = taCenter
        Title.Caption = '性别'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'getcardflag'
        Title.Alignment = taCenter
        Title.Caption = '已领卡'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'cardno'
        Title.Alignment = taCenter
        Title.Caption = '卡片编号'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'departmentno'
        Title.Alignment = taCenter
        Title.Caption = '部门编号'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'departmentname'
        Title.Alignment = taCenter
        Title.Caption = '部门名称'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'groupno'
        Title.Alignment = taCenter
        Title.Caption = '班组编号'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'groupname'
        Title.Alignment = taCenter
        Title.Caption = '班组名称'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zhiwu'
        Title.Alignment = taCenter
        Title.Caption = '职务'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zhichen'
        Title.Alignment = taCenter
        Title.Caption = '职称'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'ruzhisj'
        Title.Alignment = taCenter
        Title.Caption = '入职时间'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'inservice'
        Title.Alignment = taCenter
        Title.Caption = '是否在职'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'lizhisj'
        Title.Alignment = taCenter
        Title.Caption = '离职时间'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'lizhiyy'
        Title.Alignment = taCenter
        Title.Caption = '离职原因'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shengri'
        Title.Alignment = taCenter
        Title.Caption = '出生年月'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'nianling'
        Title.Alignment = taCenter
        Title.Caption = '年龄'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'minzu'
        Title.Alignment = taCenter
        Title.Caption = '民族'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'yihuen'
        Title.Alignment = taCenter
        Title.Caption = '婚否'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'shenfenzh'
        Title.Alignment = taCenter
        Title.Caption = '身份证号'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'jiguan'
        Title.Alignment = taCenter
        Title.Caption = '籍贯'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'hukou'
        Title.Alignment = taCenter
        Title.Caption = '户口所在地'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zhuzhi'
        Title.Alignment = taCenter
        Title.Caption = '现住址'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'dianhua'
        Title.Alignment = taCenter
        Title.Caption = '电话'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'xuexiao'
        Title.Alignment = taCenter
        Title.Caption = '毕业学校'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'xueli'
        Title.Alignment = taCenter
        Title.Caption = '学历'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'zhuanye'
        Title.Alignment = taCenter
        Title.Caption = '专业'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'biyesj'
        Title.Alignment = taCenter
        Title.Caption = '毕业时间'
        Title.Font.Charset = ANSI_CHARSET
        Title.Font.Color = clHighlight
        Title.Font.Height = -12
        Title.Font.Name = '宋体'
        Title.Font.Style = []
        Visible = True
      end
      item
        Expanded = False

⌨️ 快捷键说明

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