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

📄 formemployee.vb

📁 人事管理系统(VB.NET2005+SQL Server2005)
💻 VB
📖 第 1 页 / 共 4 页
字号:
        Me.Panel3.Size = New System.Drawing.Size(464, 40)
        Me.Panel3.TabIndex = 2
        '
        'btnExit
        '
        Me.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.btnExit.Location = New System.Drawing.Point(368, 8)
        Me.btnExit.Name = "btnExit"
        Me.btnExit.Size = New System.Drawing.Size(75, 23)
        Me.btnExit.TabIndex = 11
        Me.btnExit.Text = "退  出"
        '
        'btnCancel
        '
        Me.btnCancel.Enabled = False
        Me.btnCancel.Location = New System.Drawing.Point(152, 8)
        Me.btnCancel.Name = "btnCancel"
        Me.btnCancel.Size = New System.Drawing.Size(75, 23)
        Me.btnCancel.TabIndex = 10
        Me.btnCancel.Text = "取  消"
        '
        'btnReset
        '
        Me.btnReset.Location = New System.Drawing.Point(256, 8)
        Me.btnReset.Name = "btnReset"
        Me.btnReset.Size = New System.Drawing.Size(75, 23)
        Me.btnReset.TabIndex = 9
        Me.btnReset.Text = "重  置"
        '
        'btnUpdate
        '
        Me.btnUpdate.Enabled = False
        Me.btnUpdate.Location = New System.Drawing.Point(40, 8)
        Me.btnUpdate.Name = "btnUpdate"
        Me.btnUpdate.Size = New System.Drawing.Size(75, 23)
        Me.btnUpdate.TabIndex = 8
        Me.btnUpdate.Text = "更  新"
        '
        'gbxEmployeeInfo
        '
        Me.gbxEmployeeInfo.Controls.Add(Me.txtHireDate)
        Me.gbxEmployeeInfo.Controls.Add(Me.cmbBussiness)
        Me.gbxEmployeeInfo.Controls.Add(Me.txtNumber)
        Me.gbxEmployeeInfo.Controls.Add(Me.Label16)
        Me.gbxEmployeeInfo.Controls.Add(Me.Label17)
        Me.gbxEmployeeInfo.Controls.Add(Me.Label18)
        Me.gbxEmployeeInfo.Controls.Add(Me.Label19)
        Me.gbxEmployeeInfo.Controls.Add(Me.Label20)
        Me.gbxEmployeeInfo.Controls.Add(Me.Label21)
        Me.gbxEmployeeInfo.Controls.Add(Me.Label22)
        Me.gbxEmployeeInfo.Controls.Add(Me.Label23)
        Me.gbxEmployeeInfo.Controls.Add(Me.Label24)
        Me.gbxEmployeeInfo.Controls.Add(Me.Label26)
        Me.gbxEmployeeInfo.Controls.Add(Me.Label27)
        Me.gbxEmployeeInfo.Controls.Add(Me.txtWorkEmail)
        Me.gbxEmployeeInfo.Controls.Add(Me.txtWorkAge)
        Me.gbxEmployeeInfo.Controls.Add(Me.txtBankAccount)
        Me.gbxEmployeeInfo.Controls.Add(Me.txtWorkPhone)
        Me.gbxEmployeeInfo.Controls.Add(Me.cmbEmployeeLevel)
        Me.gbxEmployeeInfo.Controls.Add(Me.cmbDepartment)
        Me.gbxEmployeeInfo.Controls.Add(Me.txtFireDate)
        Me.gbxEmployeeInfo.Controls.Add(Me.txtStatus)
        Me.gbxEmployeeInfo.Location = New System.Drawing.Point(16, 272)
        Me.gbxEmployeeInfo.Name = "gbxEmployeeInfo"
        Me.gbxEmployeeInfo.Size = New System.Drawing.Size(464, 120)
        Me.gbxEmployeeInfo.TabIndex = 1
        Me.gbxEmployeeInfo.TabStop = False
        Me.gbxEmployeeInfo.Text = "员工信息"
        '
        'txtHireDate
        '
        Me.txtHireDate.Location = New System.Drawing.Point(340, 14)
        Me.txtHireDate.Name = "txtHireDate"
        Me.txtHireDate.Size = New System.Drawing.Size(112, 21)
        Me.txtHireDate.TabIndex = 43
        '
        'cmbBussiness
        '
        Me.cmbBussiness.FormattingEnabled = True
        Me.cmbBussiness.Location = New System.Drawing.Point(44, 38)
        Me.cmbBussiness.Name = "cmbBussiness"
        Me.cmbBussiness.Size = New System.Drawing.Size(72, 20)
        Me.cmbBussiness.TabIndex = 42
        '
        'txtNumber
        '
        Me.txtNumber.Location = New System.Drawing.Point(44, 14)
        Me.txtNumber.Name = "txtNumber"
        Me.txtNumber.Size = New System.Drawing.Size(72, 21)
        Me.txtNumber.TabIndex = 37
        '
        'Label16
        '
        Me.Label16.Location = New System.Drawing.Point(137, 14)
        Me.Label16.Name = "Label16"
        Me.Label16.Size = New System.Drawing.Size(36, 20)
        Me.Label16.TabIndex = 30
        Me.Label16.Text = "部门"
        '
        'Label17
        '
        Me.Label17.Location = New System.Drawing.Point(257, 14)
        Me.Label17.Name = "Label17"
        Me.Label17.Size = New System.Drawing.Size(71, 20)
        Me.Label17.TabIndex = 29
        Me.Label17.Text = "聘用日期"
        '
        'Label18
        '
        Me.Label18.Location = New System.Drawing.Point(4, 38)
        Me.Label18.Name = "Label18"
        Me.Label18.Size = New System.Drawing.Size(38, 21)
        Me.Label18.TabIndex = 28
        Me.Label18.Text = "职务"
        '
        'Label19
        '
        Me.Label19.Location = New System.Drawing.Point(137, 38)
        Me.Label19.Name = "Label19"
        Me.Label19.Size = New System.Drawing.Size(36, 21)
        Me.Label19.TabIndex = 27
        Me.Label19.Text = "状态"
        '
        'Label20
        '
        Me.Label20.Location = New System.Drawing.Point(257, 38)
        Me.Label20.Name = "Label20"
        Me.Label20.Size = New System.Drawing.Size(71, 21)
        Me.Label20.TabIndex = 26
        Me.Label20.Text = "解聘日期"
        '
        'Label21
        '
        Me.Label21.Location = New System.Drawing.Point(5, 62)
        Me.Label21.Name = "Label21"
        Me.Label21.Size = New System.Drawing.Size(37, 21)
        Me.Label21.TabIndex = 25
        Me.Label21.Text = "级别"
        '
        'Label22
        '
        Me.Label22.Location = New System.Drawing.Point(137, 62)
        Me.Label22.Name = "Label22"
        Me.Label22.Size = New System.Drawing.Size(36, 21)
        Me.Label22.TabIndex = 24
        Me.Label22.Text = "工龄"
        '
        'Label23
        '
        Me.Label23.Location = New System.Drawing.Point(257, 62)
        Me.Label23.Name = "Label23"
        Me.Label23.Size = New System.Drawing.Size(71, 21)
        Me.Label23.TabIndex = 23
        Me.Label23.Text = "银行账号"
        '
        'Label24
        '
        Me.Label24.Location = New System.Drawing.Point(5, 86)
        Me.Label24.Name = "Label24"
        Me.Label24.Size = New System.Drawing.Size(72, 21)
        Me.Label24.TabIndex = 22
        Me.Label24.Text = "工作Email"
        '
        'Label26
        '
        Me.Label26.Location = New System.Drawing.Point(257, 86)
        Me.Label26.Name = "Label26"
        Me.Label26.Size = New System.Drawing.Size(71, 21)
        Me.Label26.TabIndex = 20
        Me.Label26.Text = "工作电话"
        '
        'Label27
        '
        Me.Label27.Location = New System.Drawing.Point(4, 15)
        Me.Label27.Name = "Label27"
        Me.Label27.Size = New System.Drawing.Size(36, 21)
        Me.Label27.TabIndex = 19
        Me.Label27.Text = "编号"
        '
        'txtWorkEmail
        '
        Me.txtWorkEmail.Location = New System.Drawing.Point(80, 86)
        Me.txtWorkEmail.Name = "txtWorkEmail"
        Me.txtWorkEmail.Size = New System.Drawing.Size(164, 21)
        Me.txtWorkEmail.TabIndex = 39
        '
        'txtWorkAge
        '
        Me.txtWorkAge.Location = New System.Drawing.Point(172, 64)
        Me.txtWorkAge.Name = "txtWorkAge"
        Me.txtWorkAge.Size = New System.Drawing.Size(72, 21)
        Me.txtWorkAge.TabIndex = 32
        '
        'txtBankAccount
        '
        Me.txtBankAccount.Location = New System.Drawing.Point(340, 62)
        Me.txtBankAccount.Name = "txtBankAccount"
        Me.txtBankAccount.Size = New System.Drawing.Size(112, 21)
        Me.txtBankAccount.TabIndex = 31
        '
        'txtWorkPhone
        '
        Me.txtWorkPhone.Location = New System.Drawing.Point(340, 86)
        Me.txtWorkPhone.Name = "txtWorkPhone"
        Me.txtWorkPhone.Size = New System.Drawing.Size(112, 21)
        Me.txtWorkPhone.TabIndex = 34
        '
        'cmbEmployeeLevel
        '
        Me.cmbEmployeeLevel.FormattingEnabled = True
        Me.cmbEmployeeLevel.Location = New System.Drawing.Point(44, 62)
        Me.cmbEmployeeLevel.Name = "cmbEmployeeLevel"
        Me.cmbEmployeeLevel.Size = New System.Drawing.Size(72, 20)
        Me.cmbEmployeeLevel.TabIndex = 41
        '
        'cmbDepartment
        '
        Me.cmbDepartment.FormattingEnabled = True
        Me.cmbDepartment.Location = New System.Drawing.Point(172, 16)
        Me.cmbDepartment.Name = "cmbDepartment"
        Me.cmbDepartment.Size = New System.Drawing.Size(72, 20)
        Me.cmbDepartment.TabIndex = 40
        '
        'txtFireDate
        '
        Me.txtFireDate.Location = New System.Drawing.Point(340, 38)
        Me.txtFireDate.Name = "txtFireDate"
        Me.txtFireDate.Size = New System.Drawing.Size(112, 21)
        Me.txtFireDate.TabIndex = 43
        Me.txtFireDate.Value = New Date(8888, 8, 8, 0, 0, 0, 0)
        '
        'txtStatus
        '
        Me.txtStatus.FormattingEnabled = True
        Me.txtStatus.Items.AddRange(New Object() {"在职", "解聘", "退休"})
        Me.txtStatus.Location = New System.Drawing.Point(172, 40)
        Me.txtStatus.Name = "txtStatus"
        Me.txtStatus.Size = New System.Drawing.Size(72, 20)
        Me.txtStatus.TabIndex = 40
        '
        'gbxPersonInfo
        '
        Me.gbxPersonInfo.Controls.Add(Me.txtBirthday)
        Me.gbxPersonInfo.Controls.Add(Me.uctlNativePlace)
        Me.gbxPersonInfo.Controls.Add(Me.cmbNation)
        Me.gbxPersonInfo.Controls.Add(Me.txtIntro)
        Me.gbxPersonInfo.Controls.Add(Me.txtName)
        Me.gbxPersonInfo.Controls.Add(Me.PictureBox1)
        Me.gbxPersonInfo.Controls.Add(Me.Label15)
        Me.gbxPersonInfo.Controls.Add(Me.Label14)
        Me.gbxPersonInfo.Controls.Add(Me.Label13)
        Me.gbxPersonInfo.Controls.Add(Me.Label12)
        Me.gbxPersonInfo.Controls.Add(Me.Label11)
        Me.gbxPersonInfo.Controls.Add(Me.Label10)
        Me.gbxPersonInfo.Controls.Add(Me.Label9)
        Me.gbxPersonInfo.Controls.Add(Me.Label8)
        Me.gbxPersonInfo.Controls.Add(Me.Label7)
        Me.gbxPersonInfo.Controls.Add(Me.Label6)
        Me.gbxPersonInfo.Controls.Add(Me.Label5)
        Me.gbxPersonInfo.Controls.Add(Me.Label4)
        Me.gbxPersonInfo.Controls.Add(Me.Label3)
        Me.gbxPersonInfo.Controls.Add(Me.Label2)
        Me.gbxPersonInfo.Controls.Add(Me.Label1)
        Me.gbxPersonInfo.Controls.Add(Me.txtAddress)
        Me.gbxPersonInfo.Controls.Add(Me.txtPostalcode)
        Me.gbxPersonInfo.Controls.Add(Me.txtPersonalEmail)
        Me.gbxPersonInfo.Controls.Add(Me.txtHomePhone)
        Me.gbxPersonInfo.Controls.Add(Me.txtIdcard)
        Me.gbxPersonInfo.Controls.Add(Me.txtMobile)
        Me.gbxPersonInfo.Controls.Add(Me.cmbEducation)
        Me.gbxPersonInfo.Controls.Add(Me.cmbPostTitle)
        Me.gbxPersonInfo.Controls.Add(Me.txtSex)
        Me.gbxPersonInfo.Controls.Add(Me.txtMarry)
        Me.gbxPersonInfo.Location = New System.Drawing.Point(12, 12)
        Me.gbxPersonInfo.Name = "gbxPersonInfo"
        Me.gbxPersonInfo.Size = New System.Drawing.Size(464, 248)
        Me.gbxPersonInfo.TabIndex = 0
        Me.gbxPersonInfo.TabStop = False
        Me.gbxPersonInfo.Text = "个人信息"
        '
        'txtBirthday
        '
        Me.txtBirthday.Location = New System.Drawing.Point(344, 16)
        Me.txtBirthday.Margin = New System.Windows.Forms.Padding(3, 3, 3, 1)
        Me.txtBirthday.Name = "txtBirthday"
        Me.txtBirthday.Size = New System.Drawing.Size(112, 21)
        Me.txtBirthday.TabIndex = 20
        '
        'uctlNativePlace
        '
        Me.uctlNativePlace.Location = New System.Drawing.Point(48, 88)
        Me.uctlNativePlace.Margin = New System.Windows.Forms.Padding(1, 1, 3, 3)
        Me.uctlNativePlace.Name = "uctlNativePlace"
        Me.uctlNativePlace.Size = New System.Drawing.Size(176, 24)
        Me.uctlNativePlace.TabIndex = 19
        '
        'cmbNation
        '
        Me.cmbNation.FormattingEnabled = True
        Me.cmbNation.Location = New System.Drawing.Point(48, 40)
        Me.cmbNation.Margin = New System.Windows.Forms.Padding(1, 1, 3, 0)
        Me.cmbNation.Name = "cmbNation"
        Me.cmbNation.Size = New System.Drawing.Size(72, 20)

⌨️ 快捷键说明

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