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

📄 renshi.dfm

📁 企业员工考勤和工资管理系统
💻 DFM
📖 第 1 页 / 共 3 页
字号:
        Left = 400
        Top = 11
        Width = 66
        Height = 12
        Caption = '学    历(&B)'
        FocusControl = DBCBxueli
      end
      object Label22: TLabel
        Left = 17
        Top = 11
        Width = 66
        Height = 12
        Caption = '毕业学校(&A)'
        FocusControl = DBExuexiao
      end
      object Label23: TLabel
        Left = 17
        Top = 44
        Width = 66
        Height = 12
        Caption = '专   业(&F)'
        FocusControl = DBEzhuanye
      end
      object Label24: TLabel
        Left = 400
        Top = 44
        Width = 66
        Height = 12
        Caption = '毕业时间(G)'
        FocusControl = DBEbiyesj
      end
      object Label25: TLabel
        Left = 17
        Top = 78
        Width = 66
        Height = 12
        Caption = '外语种类(&H)'
        FocusControl = DBCBwaiyuzl
      end
      object Label26: TLabel
        Left = 400
        Top = 78
        Width = 66
        Height = 12
        Caption = '外语水平(&I)'
        FocusControl = DBCBwaiyudj
      end
      object Label27: TLabel
        Left = 5
        Top = 112
        Width = 90
        Height = 12
        Caption = '何时参加工作(&J)'
        FocusControl = DBEkaishigz
      end
      object Label28: TLabel
        Left = 376
        Top = 112
        Width = 90
        Height = 12
        Caption = '参加工作时间(&K)'
        FocusControl = DBEgongzuosj
      end
      object DBCBxueli: TDBComboBox
        Left = 470
        Top = 7
        Width = 277
        Height = 20
        DataField = 'xueli'
        DataSource = DataSource1
        ItemHeight = 12
        Items.Strings = (
          '博士'
          '硕士'
          '本科'
          '大专'
          '中专'
          '高中'
          '初中'
          '小学')
        TabOrder = 1
      end
      object DBExuexiao: TDBEdit
        Left = 87
        Top = 7
        Width = 281
        Height = 20
        DataField = 'xuexiao'
        DataSource = DataSource1
        TabOrder = 0
      end
      object DBEzhuanye: TDBEdit
        Left = 88
        Top = 40
        Width = 281
        Height = 20
        DataField = 'zhuanye'
        DataSource = DataSource1
        TabOrder = 2
      end
      object DBEbiyesj: TDBEdit
        Left = 470
        Top = 40
        Width = 276
        Height = 20
        DataField = 'biyesj'
        DataSource = DataSource1
        TabOrder = 3
      end
      object DBEkaishigz: TDBEdit
        Left = 96
        Top = 108
        Width = 273
        Height = 20
        DataField = 'kaishigz'
        DataSource = DataSource1
        TabOrder = 6
      end
      object DBEgongzuosj: TDBEdit
        Left = 470
        Top = 108
        Width = 276
        Height = 20
        DataField = 'gongzuosj'
        DataSource = DataSource1
        TabOrder = 7
      end
      object DBCBwaiyuzl: TDBComboBox
        Left = 88
        Top = 74
        Width = 283
        Height = 20
        DataField = 'waiyuzl'
        DataSource = DataSource1
        ItemHeight = 12
        Items.Strings = (
          '英语'
          '日语'
          '法语'
          '德语')
        TabOrder = 4
      end
      object DBCBwaiyudj: TDBComboBox
        Left = 471
        Top = 74
        Width = 276
        Height = 20
        DataField = 'waiyudj'
        DataSource = DataSource1
        ItemHeight = 12
        Items.Strings = (
          '二级'
          '三级'
          '四级'
          '六级'
          '八级')
        TabOrder = 5
      end
    end
    object TabSheet4: TTabSheet
      Caption = '备注'
      Enabled = False
      ImageIndex = 3
      object DBMbeizhu: TDBMemo
        Left = 0
        Top = 0
        Width = 759
        Height = 145
        DataField = 'beizhu'
        DataSource = DataSource1
        ScrollBars = ssVertical
        TabOrder = 0
      end
    end
  end
  object DBGrid1: TDBGrid
    Left = 5
    Top = 175
    Width = 764
    Height = 290
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = GB2312_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

⌨️ 快捷键说明

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