📄 frmstatus.vb
字号:
' Human Resources Management System (HRMS)
'
' Programmed by: Nura Tijjani Abubakar (ntagrafix@yahoo.com)
' Submitted to: Mr. Ravindran Kanapathy
'
' Oxford Brookes University (OBU)
' Final Year Project (November, 2007)
Imports System.Data
Imports System.Data.OleDb
Public Class frmStatus
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
'Add any initialization after the InitializeComponent() call
End Sub
'Form overrides dispose to clean up the component list.
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents Label15 As System.Windows.Forms.Label
Friend WithEvents Label16 As System.Windows.Forms.Label
Friend WithEvents Label17 As System.Windows.Forms.Label
Friend WithEvents btnGo As System.Windows.Forms.Button
Friend WithEvents txtID As System.Windows.Forms.TextBox
Friend WithEvents txtName As System.Windows.Forms.TextBox
Friend WithEvents cbxCompany As System.Windows.Forms.ComboBox
Friend WithEvents cbxIStatus As System.Windows.Forms.ComboBox
Friend WithEvents cbxVStatus As System.Windows.Forms.ComboBox
Friend WithEvents cbxDStatus As System.Windows.Forms.ComboBox
Friend WithEvents txtPPNo As System.Windows.Forms.TextBox
Friend WithEvents txtRemarks As System.Windows.Forms.TextBox
Friend WithEvents dtpIDate As System.Windows.Forms.DateTimePicker
Friend WithEvents dtpMDate As System.Windows.Forms.DateTimePicker
Friend WithEvents dtpSDate As System.Windows.Forms.DateTimePicker
Friend WithEvents dtpDDate As System.Windows.Forms.DateTimePicker
Friend WithEvents txtAgent As System.Windows.Forms.TextBox
Friend WithEvents cbxJob As System.Windows.Forms.ComboBox
Friend WithEvents cbxMStatus As System.Windows.Forms.ComboBox
Friend WithEvents btnUpdate As System.Windows.Forms.Button
Friend WithEvents txtLocation As System.Windows.Forms.TextBox
Friend WithEvents btnClose As System.Windows.Forms.Button
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmStatus))
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.Label8 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.txtID = New System.Windows.Forms.TextBox
Me.txtName = New System.Windows.Forms.TextBox
Me.cbxCompany = New System.Windows.Forms.ComboBox
Me.cbxIStatus = New System.Windows.Forms.ComboBox
Me.cbxMStatus = New System.Windows.Forms.ComboBox
Me.cbxVStatus = New System.Windows.Forms.ComboBox
Me.cbxDStatus = New System.Windows.Forms.ComboBox
Me.btnGo = New System.Windows.Forms.Button
Me.txtPPNo = New System.Windows.Forms.TextBox
Me.Label10 = New System.Windows.Forms.Label
Me.Label11 = New System.Windows.Forms.Label
Me.Label12 = New System.Windows.Forms.Label
Me.Label13 = New System.Windows.Forms.Label
Me.Label14 = New System.Windows.Forms.Label
Me.txtRemarks = New System.Windows.Forms.TextBox
Me.Label15 = New System.Windows.Forms.Label
Me.dtpIDate = New System.Windows.Forms.DateTimePicker
Me.dtpMDate = New System.Windows.Forms.DateTimePicker
Me.dtpSDate = New System.Windows.Forms.DateTimePicker
Me.dtpDDate = New System.Windows.Forms.DateTimePicker
Me.Label16 = New System.Windows.Forms.Label
Me.txtAgent = New System.Windows.Forms.TextBox
Me.cbxJob = New System.Windows.Forms.ComboBox
Me.btnUpdate = New System.Windows.Forms.Button
Me.Label17 = New System.Windows.Forms.Label
Me.txtLocation = New System.Windows.Forms.TextBox
Me.btnClose = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'Label1
'
Me.Label1.BackColor = System.Drawing.SystemColors.Control
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.Color.Black
Me.Label1.Location = New System.Drawing.Point(300, 8)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(168, 32)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Candidate Status"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label2
'
Me.Label2.BackColor = System.Drawing.SystemColors.Control
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label2.ForeColor = System.Drawing.Color.Black
Me.Label2.Location = New System.Drawing.Point(220, 51)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(100, 16)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Candidate ID:"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label3
'
Me.Label3.BackColor = System.Drawing.SystemColors.Control
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label3.ForeColor = System.Drawing.Color.Black
Me.Label3.Location = New System.Drawing.Point(220, 78)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(100, 16)
Me.Label3.TabIndex = 2
Me.Label3.Text = "Name:"
Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label4
'
Me.Label4.BackColor = System.Drawing.SystemColors.Control
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.ForeColor = System.Drawing.Color.Black
Me.Label4.Location = New System.Drawing.Point(220, 105)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(100, 16)
Me.Label4.TabIndex = 3
Me.Label4.Text = "Job Applied:"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label5
'
Me.Label5.BackColor = System.Drawing.SystemColors.Control
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.ForeColor = System.Drawing.Color.Black
Me.Label5.Location = New System.Drawing.Point(220, 187)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(100, 16)
Me.Label5.TabIndex = 4
Me.Label5.Text = "Company:"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label6
'
Me.Label6.BackColor = System.Drawing.SystemColors.Control
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.ForeColor = System.Drawing.Color.Black
Me.Label6.Location = New System.Drawing.Point(68, 258)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(100, 16)
Me.Label6.TabIndex = 5
Me.Label6.Text = "Interview Status:"
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label7
'
Me.Label7.BackColor = System.Drawing.SystemColors.Control
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.ForeColor = System.Drawing.Color.Black
Me.Label7.Location = New System.Drawing.Point(68, 295)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(100, 16)
Me.Label7.TabIndex = 6
Me.Label7.Text = "Medical Status:"
Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label8
'
Me.Label8.BackColor = System.Drawing.SystemColors.Control
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.ForeColor = System.Drawing.Color.Black
Me.Label8.Location = New System.Drawing.Point(68, 332)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(100, 16)
Me.Label8.TabIndex = 7
Me.Label8.Text = "Visa Status:"
Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label9
'
Me.Label9.BackColor = System.Drawing.SystemColors.Control
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.ForeColor = System.Drawing.Color.Black
Me.Label9.Location = New System.Drawing.Point(60, 369)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(104, 16)
Me.Label9.TabIndex = 8
Me.Label9.Text = "Departure Status:"
Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'txtID
'
Me.txtID.BackColor = System.Drawing.Color.White
Me.txtID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtID.ForeColor = System.Drawing.SystemColors.ControlText
Me.txtID.Location = New System.Drawing.Point(324, 49)
Me.txtID.Name = "txtID"
Me.txtID.Size = New System.Drawing.Size(176, 20)
Me.txtID.TabIndex = 1
Me.txtID.Text = ""
'
'txtName
'
Me.txtName.BackColor = System.Drawing.Color.White
Me.txtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtName.ForeColor = System.Drawing.SystemColors.ControlText
Me.txtName.Location = New System.Drawing.Point(324, 76)
Me.txtName.Name = "txtName"
Me.txtName.ReadOnly = True
Me.txtName.Size = New System.Drawing.Size(216, 20)
Me.txtName.TabIndex = 3
Me.txtName.Text = ""
'
'cbxCompany
'
Me.cbxCompany.BackColor = System.Drawing.Color.White
Me.cbxCompany.ForeColor = System.Drawing.SystemColors.ControlText
Me.cbxCompany.Location = New System.Drawing.Point(324, 185)
Me.cbxCompany.Name = "cbxCompany"
Me.cbxCompany.Size = New System.Drawing.Size(216, 21)
Me.cbxCompany.TabIndex = 7
Me.cbxCompany.Text = "Company"
'
'cbxIStatus
'
Me.cbxIStatus.BackColor = System.Drawing.Color.White
Me.cbxIStatus.ForeColor = System.Drawing.SystemColors.ControlText
Me.cbxIStatus.Items.AddRange(New Object() {"Yet To", "Attented", "Submitted", "Shortlisted", "Selected", "Pending", "Not Selected", "Not Accepted"})
Me.cbxIStatus.Location = New System.Drawing.Point(172, 256)
Me.cbxIStatus.Name = "cbxIStatus"
Me.cbxIStatus.Size = New System.Drawing.Size(224, 21)
Me.cbxIStatus.TabIndex = 9
Me.cbxIStatus.Text = "Status"
'
'cbxMStatus
'
Me.cbxMStatus.BackColor = System.Drawing.Color.White
Me.cbxMStatus.ForeColor = System.Drawing.SystemColors.ControlText
Me.cbxMStatus.Items.AddRange(New Object() {"Yet To", "Not Reported", "Gone For Medical", "FIT", "UN FIT"})
Me.cbxMStatus.Location = New System.Drawing.Point(172, 293)
Me.cbxMStatus.Name = "cbxMStatus"
Me.cbxMStatus.Size = New System.Drawing.Size(224, 21)
Me.cbxMStatus.TabIndex = 11
Me.cbxMStatus.Text = "Medical"
'
'cbxVStatus
'
Me.cbxVStatus.BackColor = System.Drawing.Color.White
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -