📄 frmcandidate.vb
字号:
Me.txtSPpno.TabIndex = 3
Me.txtSPpno.Text = ""
'
'txtSName
'
Me.txtSName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtSName.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtSName.Location = New System.Drawing.Point(355, 6)
Me.txtSName.Name = "txtSName"
Me.txtSName.Size = New System.Drawing.Size(128, 20)
Me.txtSName.TabIndex = 0
Me.txtSName.Text = ""
'
'btnEdit
'
Me.btnEdit.BackColor = System.Drawing.Color.Chocolate
Me.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnEdit.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnEdit.ForeColor = System.Drawing.Color.Black
Me.btnEdit.Location = New System.Drawing.Point(316, 40)
Me.btnEdit.Name = "btnEdit"
Me.btnEdit.Size = New System.Drawing.Size(72, 23)
Me.btnEdit.TabIndex = 52
Me.btnEdit.Text = "&Edit"
'
'Label6
'
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(315, 8)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(48, 16)
Me.Label6.TabIndex = 53
Me.Label6.Text = "Name:"
'
'btnSave
'
Me.btnSave.BackColor = System.Drawing.Color.Chocolate
Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSave.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnSave.ForeColor = System.Drawing.Color.Black
Me.btnSave.Location = New System.Drawing.Point(213, 40)
Me.btnSave.Name = "btnSave"
Me.btnSave.Size = New System.Drawing.Size(80, 23)
Me.btnSave.TabIndex = 51
Me.btnSave.Text = "&Save"
'
'Label7
'
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(507, 8)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(64, 16)
Me.Label7.TabIndex = 56
Me.Label7.Text = "Passport #:"
'
'txtSId
'
Me.txtSId.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtSId.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtSId.Location = New System.Drawing.Point(235, 6)
Me.txtSId.Name = "txtSId"
Me.txtSId.Size = New System.Drawing.Size(61, 20)
Me.txtSId.TabIndex = 1
Me.txtSId.Text = ""
'
'Label8
'
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(211, 8)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(24, 16)
Me.Label8.TabIndex = 58
Me.Label8.Text = "ID:"
'
'Label9
'
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.DimGray
Me.Label9.Location = New System.Drawing.Point(91, 8)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(104, 16)
Me.Label9.TabIndex = 60
Me.Label9.Text = "Search Record By:"
'
'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(23, 72)
Me.dgCnd.Name = "dgCnd"
Me.dgCnd.ParentRowsBackColor = System.Drawing.Color.Gainsboro
Me.dgCnd.ParentRowsForeColor = System.Drawing.Color.MidnightBlue
Me.dgCnd.ReadOnly = True
Me.dgCnd.SelectionBackColor = System.Drawing.Color.CadetBlue
Me.dgCnd.SelectionForeColor = System.Drawing.Color.WhiteSmoke
Me.dgCnd.Size = New System.Drawing.Size(760, 72)
Me.dgCnd.TabIndex = 2
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.Color.Blue
Me.DataGridTableStyle1.GridColumnStyles.AddRange(New System.Windows.Forms.DataGridColumnStyle() {Me.ID, Me.NameField, Me.FatherName, Me.DateOfBirth, Me.PlaceOfBirth, Me.City})
Me.DataGridTableStyle1.HeaderBackColor = System.Drawing.SystemColors.ActiveCaption
Me.DataGridTableStyle1.HeaderForeColor = System.Drawing.Color.Yellow
Me.DataGridTableStyle1.MappingName = "Personal"
Me.DataGridTableStyle1.ReadOnly = True
Me.DataGridTableStyle1.RowHeadersVisible = False
Me.DataGridTableStyle1.SelectionForeColor = System.Drawing.SystemColors.HotTrack
'
'ID
'
Me.ID.Alignment = System.Windows.Forms.HorizontalAlignment.Center
Me.ID.Format = ""
Me.ID.FormatInfo = Nothing
Me.ID.HeaderText = "ID"
Me.ID.MappingName = "ID"
Me.ID.ReadOnly = True
Me.ID.Width = 50
'
'NameField
'
Me.NameField.Alignment = System.Windows.Forms.HorizontalAlignment.Center
Me.NameField.Format = ""
Me.NameField.FormatInfo = Nothing
Me.NameField.HeaderText = "Name"
Me.NameField.MappingName = "Name"
Me.NameField.Width = 155
'
'FatherName
'
Me.FatherName.Alignment = System.Windows.Forms.HorizontalAlignment.Center
Me.FatherName.Format = ""
Me.FatherName.FormatInfo = Nothing
Me.FatherName.HeaderText = "Father Name"
Me.FatherName.MappingName = "FatherName"
Me.FatherName.Width = 155
'
'DateOfBirth
'
Me.DateOfBirth.Alignment = System.Windows.Forms.HorizontalAlignment.Center
Me.DateOfBirth.Format = "dd-MMM-yyyy"
Me.DateOfBirth.FormatInfo = Nothing
Me.DateOfBirth.HeaderText = "Date Of Birth"
Me.DateOfBirth.MappingName = "DateOfBirth"
Me.DateOfBirth.Width = 80
'
'PlaceOfBirth
'
Me.PlaceOfBirth.Alignment = System.Windows.Forms.HorizontalAlignment.Center
Me.PlaceOfBirth.Format = ""
Me.PlaceOfBirth.FormatInfo = Nothing
Me.PlaceOfBirth.HeaderText = "Place Of Birth"
Me.PlaceOfBirth.MappingName = "PlaceOfBirth"
Me.PlaceOfBirth.Width = 150
'
'City
'
Me.City.Format = ""
Me.City.FormatInfo = Nothing
Me.City.HeaderText = "City"
Me.City.MappingName = "City"
Me.City.Width = 150
'
'btnSearch
'
Me.btnSearch.BackColor = System.Drawing.Color.Chocolate
Me.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSearch.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.249999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnSearch.ForeColor = System.Drawing.Color.Black
Me.btnSearch.Location = New System.Drawing.Point(683, 4)
Me.btnSearch.Name = "btnSearch"
Me.btnSearch.Size = New System.Drawing.Size(33, 24)
Me.btnSearch.TabIndex = 2
Me.btnSearch.Text = "&Go"
'
'btnCancel
'
Me.btnCancel.BackColor = System.Drawing.Color.Chocolate
Me.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnCancel.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnCancel.ForeColor = System.Drawing.Color.Black
Me.btnCancel.Location = New System.Drawing.Point(506, 40)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(80, 23)
Me.btnCancel.TabIndex = 54
Me.btnCancel.Text = "Ca&ncel"
'
'btnClose
'
Me.btnClose.BackColor = System.Drawing.Color.Chocolate
Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnClose.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnClose.ForeColor = System.Drawing.Color.Black
Me.btnClose.Location = New System.Drawing.Point(609, 40)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(80, 23)
Me.btnClose.TabIndex = 55
Me.btnClose.Text = "&Close"
'
'panelCnd
'
Me.panelCnd.BackColor = System.Drawing.SystemColors.Control
Me.panelCnd.Controls.Add(Me.dtpAppliedOn)
Me.panelCnd.Controls.Add(Me.lblAppliedOn)
Me.panelCnd.Controls.Add(Me.dtpYears3)
Me.panelCnd.Controls.Add(Me.txtMajor3)
Me.panelCnd.Controls.Add(Me.txtCourse3)
Me.panelCnd.Controls.Add(Me.txtInstitute3)
Me.panelCnd.Controls.Add(Me.dtpYears2)
Me.panelCnd.Controls.Add(Me.txtMajor2)
Me.panelCnd.Controls.Add(Me.txtCourse2)
Me.panelCnd.Controls.Add(Me.txtInstitute2)
Me.panelCnd.Controls.Add(Me.dtpYears1)
Me.panelCnd.Controls.Add(Me.Label16)
Me.panelCnd.Controls.Add(Me.Label13)
Me.panelCnd.Controls.Add(Me.txtMajor1)
Me.panelCnd.Controls.Add(Me.Label12)
Me.panelCnd.Controls.Add(Me.txtCourse1)
Me.panelCnd.Controls.Add(Me.txtInstitute1)
Me.panelCnd.Controls.Add(Me.Label15)
Me.panelCnd.Controls.Add(Me.txtJob3)
Me.panelCnd.Controls.Add(Me.txtMonths3)
Me.panelCnd.Controls.Add(Me.txtYears3)
Me.panelCnd.Controls.Add(Me.txtCountry3)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -