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

📄 unit1.~dfm

📁 人事管理(delphi源码)
💻 ~DFM
📖 第 1 页 / 共 4 页
字号:
        Width = 26
        Height = 16
        Caption = '电话'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label6: TLabel
        Left = 26
        Top = 124
        Width = 52
        Height = 16
        Caption = '家庭地址'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label7: TLabel
        Left = 308
        Top = 51
        Width = 26
        Height = 16
        Caption = '邮编'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label8: TLabel
        Left = 28
        Top = 263
        Width = 26
        Height = 16
        Caption = '备注'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label9: TLabel
        Left = 29
        Top = 53
        Width = 52
        Height = 16
        Caption = '职工编号'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label10: TLabel
        Left = 27
        Top = 88
        Width = 52
        Height = 16
        Caption = '身份证号'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label11: TLabel
        Left = 242
        Top = 87
        Width = 52
        Height = 16
        Caption = '出生日期'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label12: TLabel
        Left = 26
        Top = 159
        Width = 52
        Height = 16
        Caption = '文化程度'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label13: TLabel
        Left = 189
        Top = 156
        Width = 52
        Height = 16
        Caption = '工资形式'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label14: TLabel
        Left = 26
        Top = 192
        Width = 52
        Height = 16
        Caption = '工作部门'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label15: TLabel
        Left = 224
        Top = 191
        Width = 52
        Height = 16
        Caption = '工作职责'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label16: TLabel
        Left = 25
        Top = 229
        Width = 52
        Height = 16
        Caption = '进厂日期'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label17: TLabel
        Left = 228
        Top = 230
        Width = 52
        Height = 16
        Caption = '离厂日期'
        Enabled = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object SpeedButton10: TSpeedButton
        Left = 8
        Top = 332
        Width = 65
        Height = 25
        Caption = '保  存'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        Visible = False
        OnClick = SpeedButton10Click
      end
      object SpeedButton9: TSpeedButton
        Left = 8
        Top = 308
        Width = 65
        Height = 25
        Caption = '取  消'
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        Visible = False
        OnClick = SpeedButton9Click
      end
      object DBEdit1: TDBEdit
        Left = 79
        Top = 16
        Width = 57
        Height = 21
        DataField = '记录号'
        DataSource = DataSource1
        TabOrder = 0
      end
      object DBEdit2: TDBEdit
        Left = 176
        Top = 15
        Width = 71
        Height = 21
        DataField = '姓名'
        DataSource = DataSource1
        TabOrder = 1
      end
      object DBEdit3: TDBEdit
        Left = 289
        Top = 15
        Width = 41
        Height = 21
        DataField = '年龄'
        DataSource = DataSource1
        TabOrder = 2
      end
      object DBEdit4: TDBEdit
        Left = 87
        Top = 50
        Width = 81
        Height = 21
        DataField = '职工编号'
        DataSource = DataSource1
        TabOrder = 4
      end
      object DBEdit5: TDBEdit
        Left = 209
        Top = 50
        Width = 88
        Height = 21
        DataField = '电话'
        DataSource = DataSource1
        TabOrder = 5
      end
      object DBEdit6: TDBEdit
        Left = 346
        Top = 48
        Width = 65
        Height = 21
        DataField = '邮编'
        DataSource = DataSource1
        TabOrder = 6
      end
      object DBEdit7: TDBEdit
        Left = 87
        Top = 84
        Width = 145
        Height = 21
        DataField = '身份证号'
        DataSource = DataSource1
        TabOrder = 7
      end
      object DBEdit8: TDBEdit
        Left = 91
        Top = 119
        Width = 318
        Height = 21
        DataField = '家庭地址'
        DataSource = DataSource1
        TabOrder = 9
      end
      object DBComboBox1: TDBComboBox
        Left = 373
        Top = 14
        Width = 41
        Height = 21
        DataField = '性别'
        DataSource = DataSource1
        ItemHeight = 13
        Items.Strings = (
          '男'
          '女')
        TabOrder = 3
      end
      object DBComboBox2: TDBComboBox
        Left = 302
        Top = 82
        Width = 113
        Height = 21
        DataField = '出生日期'
        DataSource = DataSource1
        ItemHeight = 13
        TabOrder = 8
      end
      object DBComboBox3: TDBComboBox
        Left = 92
        Top = 155
        Width = 89
        Height = 21
        DataField = '文化程度'
        DataSource = DataSource1
        ItemHeight = 13
        Items.Strings = (
          '小学'
          '初中'
          '高中'
          '大学'
          '研究生')
        TabOrder = 10
      end
      object DBComboBox4: TDBComboBox
        Left = 252
        Top = 152
        Width = 89
        Height = 21
        DataField = '工资形式'
        DataSource = DataSource1
        ItemHeight = 13
        Items.Strings = (
          '记件工'
          '定额工')
        TabOrder = 11
      end
      object DBComboBox5: TDBComboBox
        Left = 88
        Top = 188
        Width = 113
        Height = 21
        DataField = '工作部门'
        DataSource = DataSource1
        ItemHeight = 13
        Items.Strings = (
          '第一车间'
          '第二车间'
          '第三车间'
          '第四车间'
          '第五车间')
        TabOrder = 12
      end
      object DBComboBox6: TDBComboBox

⌨️ 快捷键说明

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