📄 frmcsearch.vb
字号:
Me.cbxAgent.Text = "Agent"
'
'Label1
'
Me.Label1.BackColor = System.Drawing.SystemColors.Control
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.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(0, 34)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(100, 16)
Me.Label1.TabIndex = 114
Me.Label1.Text = "Agent:"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'txtCandPincode
'
Me.txtCandPincode.BackColor = System.Drawing.SystemColors.Info
Me.txtCandPincode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtCandPincode.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtCandPincode.ForeColor = System.Drawing.SystemColors.HotTrack
Me.txtCandPincode.Location = New System.Drawing.Point(480, 96)
Me.txtCandPincode.MaxLength = 6
Me.txtCandPincode.Name = "txtCandPincode"
Me.txtCandPincode.Size = New System.Drawing.Size(232, 20)
Me.txtCandPincode.TabIndex = 11
Me.txtCandPincode.Text = ""
'
'txtCandCity
'
Me.txtCandCity.BackColor = System.Drawing.SystemColors.Info
Me.txtCandCity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtCandCity.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtCandCity.ForeColor = System.Drawing.SystemColors.HotTrack
Me.txtCandCity.Location = New System.Drawing.Point(480, 72)
Me.txtCandCity.MaxLength = 30
Me.txtCandCity.Name = "txtCandCity"
Me.txtCandCity.Size = New System.Drawing.Size(232, 20)
Me.txtCandCity.TabIndex = 10
Me.txtCandCity.Text = ""
'
'txtCandAddress
'
Me.txtCandAddress.BackColor = System.Drawing.SystemColors.Info
Me.txtCandAddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtCandAddress.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtCandAddress.ForeColor = System.Drawing.SystemColors.HotTrack
Me.txtCandAddress.Location = New System.Drawing.Point(480, 24)
Me.txtCandAddress.MaxLength = 100
Me.txtCandAddress.Multiline = True
Me.txtCandAddress.Name = "txtCandAddress"
Me.txtCandAddress.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.txtCandAddress.Size = New System.Drawing.Size(232, 40)
Me.txtCandAddress.TabIndex = 9
Me.txtCandAddress.Text = ""
'
'lblCandPincode
'
Me.lblCandPincode.BackColor = System.Drawing.SystemColors.Control
Me.lblCandPincode.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblCandPincode.ForeColor = System.Drawing.Color.Black
Me.lblCandPincode.Location = New System.Drawing.Point(400, 98)
Me.lblCandPincode.Name = "lblCandPincode"
Me.lblCandPincode.Size = New System.Drawing.Size(72, 16)
Me.lblCandPincode.TabIndex = 108
Me.lblCandPincode.Text = "Pin Code:"
Me.lblCandPincode.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'dtpCandDoB
'
Me.dtpCandDoB.CalendarFont = New System.Drawing.Font("Arial Narrow", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.dtpCandDoB.CalendarMonthBackground = System.Drawing.Color.FromArgb(CType(255, Byte), CType(224, Byte), CType(192, Byte))
Me.dtpCandDoB.CalendarTitleBackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(128, Byte), CType(0, Byte))
Me.dtpCandDoB.Checked = False
Me.dtpCandDoB.CustomFormat = "dd-MMM-yyyy"
Me.dtpCandDoB.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.dtpCandDoB.Format = System.Windows.Forms.DateTimePickerFormat.Custom
Me.dtpCandDoB.Location = New System.Drawing.Point(112, 56)
Me.dtpCandDoB.MaxDate = New Date(2020, 12, 31, 0, 0, 0, 0)
Me.dtpCandDoB.MinDate = New Date(1940, 1, 1, 0, 0, 0, 0)
Me.dtpCandDoB.Name = "dtpCandDoB"
Me.dtpCandDoB.TabIndex = 6
'
'lblCandDoB
'
Me.lblCandDoB.BackColor = System.Drawing.SystemColors.Control
Me.lblCandDoB.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblCandDoB.ForeColor = System.Drawing.Color.Black
Me.lblCandDoB.Location = New System.Drawing.Point(16, 58)
Me.lblCandDoB.Name = "lblCandDoB"
Me.lblCandDoB.Size = New System.Drawing.Size(88, 16)
Me.lblCandDoB.TabIndex = 98
Me.lblCandDoB.Text = "Date of Birth:"
Me.lblCandDoB.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'lblCandCity
'
Me.lblCandCity.BackColor = System.Drawing.SystemColors.Control
Me.lblCandCity.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblCandCity.ForeColor = System.Drawing.Color.Black
Me.lblCandCity.Location = New System.Drawing.Point(400, 74)
Me.lblCandCity.Name = "lblCandCity"
Me.lblCandCity.Size = New System.Drawing.Size(72, 16)
Me.lblCandCity.TabIndex = 94
Me.lblCandCity.Text = "City:"
Me.lblCandCity.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'lblCandAddress
'
Me.lblCandAddress.BackColor = System.Drawing.SystemColors.Control
Me.lblCandAddress.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblCandAddress.ForeColor = System.Drawing.Color.Black
Me.lblCandAddress.Location = New System.Drawing.Point(400, 36)
Me.lblCandAddress.Name = "lblCandAddress"
Me.lblCandAddress.Size = New System.Drawing.Size(72, 16)
Me.lblCandAddress.TabIndex = 92
Me.lblCandAddress.Text = "Address:"
Me.lblCandAddress.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'btnProfile
'
Me.btnProfile.BackColor = System.Drawing.Color.Chocolate
Me.btnProfile.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnProfile.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnProfile.ForeColor = System.Drawing.Color.Black
Me.btnProfile.Location = New System.Drawing.Point(254, 312)
Me.btnProfile.Name = "btnProfile"
Me.btnProfile.Size = New System.Drawing.Size(104, 24)
Me.btnProfile.TabIndex = 35
Me.btnProfile.Text = "&View Profile"
'
'LinkLabel1
'
Me.LinkLabel1.Cursor = System.Windows.Forms.Cursors.Hand
Me.LinkLabel1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.LinkLabel1.ForeColor = System.Drawing.Color.Black
Me.LinkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline
Me.LinkLabel1.LinkColor = System.Drawing.Color.Blue
Me.LinkLabel1.Location = New System.Drawing.Point(480, 8)
Me.LinkLabel1.Name = "LinkLabel1"
Me.LinkLabel1.Size = New System.Drawing.Size(64, 16)
Me.LinkLabel1.TabIndex = 4
Me.LinkLabel1.TabStop = True
Me.LinkLabel1.Text = "Click Here"
Me.LinkLabel1.VisitedLinkColor = System.Drawing.Color.Red
'
'Button1
'
Me.Button1.BackColor = System.Drawing.Color.Chocolate
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Button1.ForeColor = System.Drawing.Color.Black
Me.Button1.Location = New System.Drawing.Point(378, 312)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(104, 24)
Me.Button1.TabIndex = 36
Me.Button1.Text = "&Close"
'
'cbxJob
'
Me.cbxJob.Location = New System.Drawing.Point(294, 9)
Me.cbxJob.Name = "cbxJob"
Me.cbxJob.Size = New System.Drawing.Size(232, 21)
Me.cbxJob.TabIndex = 1
Me.cbxJob.Text = "Select Job"
'
'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(222, 11)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(72, 16)
Me.Label6.TabIndex = 155
Me.Label6.Text = "Select Job:"
'
'btnGo
'
Me.btnGo.BackColor = System.Drawing.Color.Chocolate
Me.btnGo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnGo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnGo.ForeColor = System.Drawing.Color.Black
Me.btnGo.Location = New System.Drawing.Point(543, 8)
Me.btnGo.Name = "btnGo"
Me.btnGo.Size = New System.Drawing.Size(40, 23)
Me.btnGo.TabIndex = 2
Me.btnGo.Text = "&Go"
'
'dgCnd
'
Me.dgCnd.AlternatingBackColor = System.Drawing.Color.Lavender
Me.dgCnd.BackColor = System.Drawing.Color.WhiteSmoke
Me.dgCnd.BackgroundColor = System.Drawing.Color.LightGray
Me.dgCnd.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.dgCnd.CaptionBackColor = System.Drawing.Color.LightSteelBlue
Me.dgCnd.CaptionForeColor = System.Drawing.Color.MidnightBlue
Me.dgCnd.CaptionText = "Search Result"
Me.dgCnd.CaptionVisible = False
Me.dgCnd.DataMember = ""
Me.dgCnd.FlatMode = True
Me.dgCnd.Font = New System.Drawing.Font("Tahoma", 8.0!)
Me.dgCnd.ForeColor = System.Drawing.Color.MidnightBlue
Me.dgCnd.GridLineColor = System.Drawing.Color.Gainsboro
Me.dgCnd.GridLineStyle = System.Windows.Forms.DataGridLineStyle.None
Me.dgCnd.HeaderBackColor = System.Drawing.Color.MidnightBlue
Me.dgCnd.HeaderFont = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Bold)
Me.dgCnd.HeaderForeColor = System.Drawing.Color.WhiteSmoke
Me.dgCnd.LinkColor = System.Drawing.Color.Teal
Me.dgCnd.Location = New System.Drawing.Point(22, 40)
Me.dgCnd.Name = "dgCnd"
Me.dgCnd.ParentRowsBackColor = System.Drawing.Color.Gainsboro
Me.dgCnd.ParentRowsForeColor = System.Drawing.Color.MidnightBlue
Me.dgCnd.ReadOnly = True
Me.dgCnd.RowHeadersVisible = False
Me.dgCnd.SelectionBackColor = System.Drawing.Color.CadetBlue
Me.dgCnd.SelectionForeColor = System.Drawing.Color.WhiteSmoke
Me.dgCnd.Size = New System.Drawing.Size(760, 144)
Me.dgCnd.TabIndex = 3
Me.dgCnd.TableStyles.AddRange(New System.Windows.Forms.DataGridTableStyle() {Me.DataGridTableStyle1})
'
'DataGridTableStyle1
'
Me.DataGridTableStyle1.AlternatingBackColor = System.Drawing.Color.White
Me.DataGridTableStyle1.BackColor = System.Drawing.Color.White
Me.DataGridTableStyle1.DataGrid = Me.dgCnd
Me.DataGridTableStyle1.ForeColor = System.Drawing.SystemColors.HotTrack
Me.DataGridTableStyle1.GridColumnStyles.AddRange(New System.Windows.Forms.DataGridColumnStyle() {Me.ID, Me.AppliedOn, Me.ApplicantName, Me.DateOfBirth, Me.City, Me.Phone, Me.Mobile, Me.Email})
Me.DataGridTableStyle1.HeaderBackColor = System.Drawing.Color.DarkGreen
Me.DataGridTableStyle1.HeaderForeColor = System.Drawing.Color.Yellow
Me.DataGridTableStyle1.MappingName = "Personal"
Me.DataGridTableStyle1.RowHeadersVisible = False
'
'ID
'
Me.ID.Format = ""
Me.ID.FormatInfo = Nothing
Me.ID.HeaderText = "ID"
Me.ID.MappingName = "ID"
Me.ID.Width = 50
'
'AppliedOn
'
Me.AppliedOn.Format = "dd-MMM-yyyy"
Me.AppliedOn.FormatInfo = Nothing
Me.AppliedOn.HeaderText = "Applied On"
Me.AppliedOn.MappingName = "AppliedOn"
Me.AppliedOn.Width = 75
'
'ApplicantName
'
Me.ApplicantName.Format = ""
Me.ApplicantName.FormatInfo = Nothing
Me.ApplicantName.HeaderText = "Applicant Name"
Me.ApplicantName.MappingName = "Name"
Me.ApplicantName.Width = 150
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -