📄 frmsudcandidate1.vb
字号:
Me.btnEdit.BackColor = System.Drawing.SystemColors.Info
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.Navy
Me.btnEdit.Location = New System.Drawing.Point(228, 32)
Me.btnEdit.Name = "btnEdit"
Me.btnEdit.Size = New System.Drawing.Size(72, 23)
Me.btnEdit.TabIndex = 51
Me.btnEdit.Text = "Edit"
'
'Label6
'
Me.Label6.Font = New System.Drawing.Font("Myriad Web Pro", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label6.ForeColor = System.Drawing.Color.White
Me.Label6.Location = New System.Drawing.Point(293, 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.SystemColors.Info
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.Navy
Me.btnSave.Location = New System.Drawing.Point(317, 32)
Me.btnSave.Name = "btnSave"
Me.btnSave.Size = New System.Drawing.Size(80, 23)
Me.btnSave.TabIndex = 52
Me.btnSave.Text = "Save"
'
'Label7
'
Me.Label7.Font = New System.Drawing.Font("Myriad Web Pro", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label7.ForeColor = System.Drawing.Color.White
Me.Label7.Location = New System.Drawing.Point(477, 8)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(48, 16)
Me.Label7.TabIndex = 56
Me.Label7.Text = "PPNo."
'
'txtSId
'
Me.txtSId.Font = New System.Drawing.Font("Myriad Web Pro", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtSId.Location = New System.Drawing.Point(229, 8)
Me.txtSId.Name = "txtSId"
Me.txtSId.Size = New System.Drawing.Size(48, 20)
Me.txtSId.TabIndex = 59
Me.txtSId.Text = ""
'
'Label8
'
Me.Label8.Font = New System.Drawing.Font("Myriad Web Pro", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label8.ForeColor = System.Drawing.Color.White
Me.Label8.Location = New System.Drawing.Point(205, 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("Myriad Web Pro", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label9.ForeColor = System.Drawing.Color.White
Me.Label9.Location = New System.Drawing.Point(109, 8)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(80, 16)
Me.Label9.TabIndex = 60
Me.Label9.Text = "Search By"
'
'dgCnd
'
Me.dgCnd.AlternatingBackColor = System.Drawing.Color.GhostWhite
Me.dgCnd.BackColor = System.Drawing.Color.FromArgb(CType(5, Byte), CType(122, Byte), CType(192, Byte))
Me.dgCnd.BackgroundColor = System.Drawing.Color.FromArgb(CType(5, Byte), CType(122, Byte), CType(192, Byte))
Me.dgCnd.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.dgCnd.CaptionBackColor = System.Drawing.Color.RoyalBlue
Me.dgCnd.CaptionForeColor = System.Drawing.Color.White
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.RoyalBlue
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.Lavender
Me.dgCnd.LinkColor = System.Drawing.Color.Teal
Me.dgCnd.Location = New System.Drawing.Point(8, 64)
Me.dgCnd.Name = "dgCnd"
Me.dgCnd.ParentRowsBackColor = System.Drawing.Color.Lavender
Me.dgCnd.ParentRowsForeColor = System.Drawing.Color.MidnightBlue
Me.dgCnd.ReadOnly = True
Me.dgCnd.SelectionBackColor = System.Drawing.Color.White
Me.dgCnd.SelectionForeColor = System.Drawing.Color.PaleGreen
Me.dgCnd.Size = New System.Drawing.Size(760, 88)
Me.dgCnd.TabIndex = 61
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.SystemColors.Info
Me.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.btnSearch.Font = New System.Drawing.Font("Myriad Web Pro Condensed", 8.249999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btnSearch.ForeColor = System.Drawing.Color.Navy
Me.btnSearch.Location = New System.Drawing.Point(627, 8)
Me.btnSearch.Name = "btnSearch"
Me.btnSearch.Size = New System.Drawing.Size(33, 24)
Me.btnSearch.TabIndex = 63
Me.btnSearch.Text = "Go"
'
'btnCancel
'
Me.btnCancel.BackColor = System.Drawing.SystemColors.Info
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.Navy
Me.btnCancel.Location = New System.Drawing.Point(414, 32)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(80, 23)
Me.btnCancel.TabIndex = 150
Me.btnCancel.Text = "Cancel"
'
'btnClose
'
Me.btnClose.BackColor = System.Drawing.SystemColors.Info
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.Navy
Me.btnClose.Location = New System.Drawing.Point(511, 32)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(80, 23)
Me.btnClose.TabIndex = 151
Me.btnClose.Text = "Close"
'
'panelCnd
'
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)
Me.panelCnd.Controls.Add(Me.txtCompany3)
Me.panelCnd.Controls.Add(Me.txtJob2)
Me.panelCnd.Controls.Add(Me.txtMonths2)
Me.panelCnd.Controls.Add(Me.txtYears2)
Me.panelCnd.Controls.Add(Me.txtCountry2)
Me.panelCnd.Controls.Add(Me.txtCompany2)
Me.panelCnd.Controls.Add(Me.Label2)
Me.panelCnd.Controls.Add(Me.txtJob1)
Me.panelCnd.Controls.Add(Me.Label3)
Me.panelCnd.Controls.Add(Me.txtMonths1)
Me.panelCnd.Controls.Add(Me.Label4)
Me.panelCnd.Controls.Add(Me.txtYears1)
Me.panelCnd.Controls.Add(Me.Label5)
Me.panelCnd.Controls.Add(Me.txtCountry1)
Me.panelCnd.Controls.Add(Me.txtCompany1)
Me.panelCnd.Controls.Add(Me.Label10)
Me.panelCnd.Controls.Add(Me.dtpDoI)
Me.panelCnd.Controls.Add(Me.dtpDoE)
Me.panelCnd.Controls.Add(Me.txtPoI)
Me.panelCnd.Controls.Add(Me.txtPPNo)
Me.panelCnd.Controls.Add(Me.Label17)
Me.panelCnd.Controls.Add(Me.Label18)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -