📄 addtaskform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class AddTaskForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
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 TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
Friend WithEvents cbAssignedTo As System.Windows.Forms.ComboBox
Friend WithEvents cbStatus As System.Windows.Forms.ComboBox
Friend WithEvents cbProgress As System.Windows.Forms.ComboBox
Friend WithEvents dtDueDate As System.Windows.Forms.DateTimePicker
Friend WithEvents txtSummary As System.Windows.Forms.TextBox
Friend WithEvents txtDescription As System.Windows.Forms.TextBox
Friend WithEvents cbPriority As System.Windows.Forms.ComboBox
Friend WithEvents btnCancel As System.Windows.Forms.Button
Friend WithEvents lblDetailsSummary As System.Windows.Forms.Label
Friend WithEvents lblDetailsDescription As System.Windows.Forms.Label
Friend WithEvents lblDetailsPriority As System.Windows.Forms.Label
Friend WithEvents lblDetailsProgress As System.Windows.Forms.Label
Friend WithEvents lblDetailsDueDate As System.Windows.Forms.Label
Friend WithEvents lblDetailsStatus As System.Windows.Forms.Label
Friend WithEvents lblDetailsAssignedTo As System.Windows.Forms.Label
Friend WithEvents tabDetails As System.Windows.Forms.TabPage
Friend WithEvents btnOK As System.Windows.Forms.Button
Friend WithEvents lblHeader As System.Windows.Forms.Label
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(AddTaskForm))
Me.TabControl1 = New System.Windows.Forms.TabControl
Me.tabDetails = New System.Windows.Forms.TabPage
Me.btnCancel = New System.Windows.Forms.Button
Me.btnOK = New System.Windows.Forms.Button
Me.cbAssignedTo = New System.Windows.Forms.ComboBox
Me.lblDetailsAssignedTo = New System.Windows.Forms.Label
Me.cbStatus = New System.Windows.Forms.ComboBox
Me.lblDetailsStatus = New System.Windows.Forms.Label
Me.cbProgress = New System.Windows.Forms.ComboBox
Me.dtDueDate = New System.Windows.Forms.DateTimePicker
Me.lblDetailsDueDate = New System.Windows.Forms.Label
Me.lblDetailsProgress = New System.Windows.Forms.Label
Me.txtSummary = New System.Windows.Forms.TextBox
Me.txtDescription = New System.Windows.Forms.TextBox
Me.cbPriority = New System.Windows.Forms.ComboBox
Me.lblDetailsPriority = New System.Windows.Forms.Label
Me.lblDetailsDescription = New System.Windows.Forms.Label
Me.lblDetailsSummary = New System.Windows.Forms.Label
Me.PictureBox1 = New System.Windows.Forms.PictureBox
Me.lblHeader = New System.Windows.Forms.Label
Me.TabControl1.SuspendLayout()
Me.tabDetails.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'TabControl1
'
resources.ApplyResources(Me.TabControl1, "TabControl1")
Me.TabControl1.Controls.Add(Me.tabDetails)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
'
'tabDetails
'
resources.ApplyResources(Me.tabDetails, "tabDetails")
Me.tabDetails.Controls.Add(Me.btnCancel)
Me.tabDetails.Controls.Add(Me.btnOK)
Me.tabDetails.Controls.Add(Me.cbAssignedTo)
Me.tabDetails.Controls.Add(Me.lblDetailsAssignedTo)
Me.tabDetails.Controls.Add(Me.cbStatus)
Me.tabDetails.Controls.Add(Me.lblDetailsStatus)
Me.tabDetails.Controls.Add(Me.cbProgress)
Me.tabDetails.Controls.Add(Me.dtDueDate)
Me.tabDetails.Controls.Add(Me.lblDetailsDueDate)
Me.tabDetails.Controls.Add(Me.lblDetailsProgress)
Me.tabDetails.Controls.Add(Me.txtSummary)
Me.tabDetails.Controls.Add(Me.txtDescription)
Me.tabDetails.Controls.Add(Me.cbPriority)
Me.tabDetails.Controls.Add(Me.lblDetailsPriority)
Me.tabDetails.Controls.Add(Me.lblDetailsDescription)
Me.tabDetails.Controls.Add(Me.lblDetailsSummary)
Me.tabDetails.Name = "tabDetails"
'
'btnCancel
'
resources.ApplyResources(Me.btnCancel, "btnCancel")
Me.btnCancel.BackColor = System.Drawing.SystemColors.HighlightText
Me.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.UseVisualStyleBackColor = False
'
'btnOK
'
resources.ApplyResources(Me.btnOK, "btnOK")
Me.btnOK.BackColor = System.Drawing.SystemColors.HighlightText
Me.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK
Me.btnOK.Name = "btnOK"
Me.btnOK.UseVisualStyleBackColor = False
'
'cbAssignedTo
'
resources.ApplyResources(Me.cbAssignedTo, "cbAssignedTo")
Me.cbAssignedTo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cbAssignedTo.FormattingEnabled = True
Me.cbAssignedTo.Name = "cbAssignedTo"
'
'lblDetailsAssignedTo
'
resources.ApplyResources(Me.lblDetailsAssignedTo, "lblDetailsAssignedTo")
Me.lblDetailsAssignedTo.Name = "lblDetailsAssignedTo"
'
'cbStatus
'
resources.ApplyResources(Me.cbStatus, "cbStatus")
Me.cbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cbStatus.FormattingEnabled = True
Me.cbStatus.Name = "cbStatus"
'
'lblDetailsStatus
'
resources.ApplyResources(Me.lblDetailsStatus, "lblDetailsStatus")
Me.lblDetailsStatus.Name = "lblDetailsStatus"
'
'cbProgress
'
resources.ApplyResources(Me.cbProgress, "cbProgress")
Me.cbProgress.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cbProgress.FormattingEnabled = True
Me.cbProgress.Name = "cbProgress"
'
'dtDueDate
'
resources.ApplyResources(Me.dtDueDate, "dtDueDate")
Me.dtDueDate.Checked = False
Me.dtDueDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
Me.dtDueDate.Name = "dtDueDate"
'
'lblDetailsDueDate
'
resources.ApplyResources(Me.lblDetailsDueDate, "lblDetailsDueDate")
Me.lblDetailsDueDate.Name = "lblDetailsDueDate"
'
'lblDetailsProgress
'
resources.ApplyResources(Me.lblDetailsProgress, "lblDetailsProgress")
Me.lblDetailsProgress.Name = "lblDetailsProgress"
'
'txtSummary
'
resources.ApplyResources(Me.txtSummary, "txtSummary")
Me.txtSummary.Name = "txtSummary"
'
'txtDescription
'
resources.ApplyResources(Me.txtDescription, "txtDescription")
Me.txtDescription.Name = "txtDescription"
'
'cbPriority
'
resources.ApplyResources(Me.cbPriority, "cbPriority")
Me.cbPriority.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
Me.cbPriority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cbPriority.FormattingEnabled = True
Me.cbPriority.Name = "cbPriority"
'
'lblDetailsPriority
'
resources.ApplyResources(Me.lblDetailsPriority, "lblDetailsPriority")
Me.lblDetailsPriority.Name = "lblDetailsPriority"
'
'lblDetailsDescription
'
resources.ApplyResources(Me.lblDetailsDescription, "lblDetailsDescription")
Me.lblDetailsDescription.Name = "lblDetailsDescription"
'
'lblDetailsSummary
'
resources.ApplyResources(Me.lblDetailsSummary, "lblDetailsSummary")
Me.lblDetailsSummary.Name = "lblDetailsSummary"
'
'PictureBox1
'
resources.ApplyResources(Me.PictureBox1, "PictureBox1")
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.TabStop = False
'
'lblHeader
'
resources.ApplyResources(Me.lblHeader, "lblHeader")
Me.lblHeader.Name = "lblHeader"
'
'AddTaskForm
'
Me.AcceptButton = Me.btnOK
resources.ApplyResources(Me, "$this")
Me.BackColor = System.Drawing.Color.White
Me.CancelButton = Me.btnCancel
Me.Controls.Add(Me.lblHeader)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.TabControl1)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "AddTaskForm"
Me.ShowInTaskbar = False
Me.TabControl1.ResumeLayout(False)
Me.tabDetails.ResumeLayout(False)
Me.tabDetails.PerformLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -