📄 addtaskform.vb
字号:
'txtSummary
'
Me.txtSummary.AccessibleDescription = resources.GetString("txtSummary.AccessibleDescription")
Me.txtSummary.AccessibleName = resources.GetString("txtSummary.AccessibleName")
Me.txtSummary.Anchor = CType(resources.GetObject("txtSummary.Anchor"), System.Windows.Forms.AnchorStyles)
Me.txtSummary.AutoSize = CType(resources.GetObject("txtSummary.AutoSize"), Boolean)
Me.txtSummary.BackgroundImage = CType(resources.GetObject("txtSummary.BackgroundImage"), System.Drawing.Image)
Me.txtSummary.Dock = CType(resources.GetObject("txtSummary.Dock"), System.Windows.Forms.DockStyle)
Me.txtSummary.Enabled = CType(resources.GetObject("txtSummary.Enabled"), Boolean)
Me.txtSummary.Font = CType(resources.GetObject("txtSummary.Font"), System.Drawing.Font)
Me.txtSummary.ImeMode = CType(resources.GetObject("txtSummary.ImeMode"), System.Windows.Forms.ImeMode)
Me.txtSummary.Location = CType(resources.GetObject("txtSummary.Location"), System.Drawing.Point)
Me.txtSummary.MaxLength = CType(resources.GetObject("txtSummary.MaxLength"), Integer)
Me.txtSummary.Multiline = CType(resources.GetObject("txtSummary.Multiline"), Boolean)
Me.txtSummary.Name = "txtSummary"
Me.txtSummary.PasswordChar = CType(resources.GetObject("txtSummary.PasswordChar"), Char)
Me.txtSummary.RightToLeft = CType(resources.GetObject("txtSummary.RightToLeft"), System.Windows.Forms.RightToLeft)
Me.txtSummary.ScrollBars = CType(resources.GetObject("txtSummary.ScrollBars"), System.Windows.Forms.ScrollBars)
Me.txtSummary.Size = CType(resources.GetObject("txtSummary.Size"), System.Drawing.Size)
Me.txtSummary.TabIndex = CType(resources.GetObject("txtSummary.TabIndex"), Integer)
Me.txtSummary.Text = resources.GetString("txtSummary.Text")
Me.txtSummary.TextAlign = CType(resources.GetObject("txtSummary.TextAlign"), System.Windows.Forms.HorizontalAlignment)
Me.txtSummary.Visible = CType(resources.GetObject("txtSummary.Visible"), Boolean)
Me.txtSummary.WordWrap = CType(resources.GetObject("txtSummary.WordWrap"), Boolean)
'
'txtDescription
'
Me.txtDescription.AccessibleDescription = resources.GetString("txtDescription.AccessibleDescription")
Me.txtDescription.AccessibleName = resources.GetString("txtDescription.AccessibleName")
Me.txtDescription.Anchor = CType(resources.GetObject("txtDescription.Anchor"), System.Windows.Forms.AnchorStyles)
Me.txtDescription.AutoSize = CType(resources.GetObject("txtDescription.AutoSize"), Boolean)
Me.txtDescription.BackgroundImage = CType(resources.GetObject("txtDescription.BackgroundImage"), System.Drawing.Image)
Me.txtDescription.Dock = CType(resources.GetObject("txtDescription.Dock"), System.Windows.Forms.DockStyle)
Me.txtDescription.Enabled = CType(resources.GetObject("txtDescription.Enabled"), Boolean)
Me.txtDescription.Font = CType(resources.GetObject("txtDescription.Font"), System.Drawing.Font)
Me.txtDescription.ImeMode = CType(resources.GetObject("txtDescription.ImeMode"), System.Windows.Forms.ImeMode)
Me.txtDescription.Location = CType(resources.GetObject("txtDescription.Location"), System.Drawing.Point)
Me.txtDescription.MaxLength = CType(resources.GetObject("txtDescription.MaxLength"), Integer)
Me.txtDescription.Multiline = CType(resources.GetObject("txtDescription.Multiline"), Boolean)
Me.txtDescription.Name = "txtDescription"
Me.txtDescription.PasswordChar = CType(resources.GetObject("txtDescription.PasswordChar"), Char)
Me.txtDescription.RightToLeft = CType(resources.GetObject("txtDescription.RightToLeft"), System.Windows.Forms.RightToLeft)
Me.txtDescription.ScrollBars = CType(resources.GetObject("txtDescription.ScrollBars"), System.Windows.Forms.ScrollBars)
Me.txtDescription.Size = CType(resources.GetObject("txtDescription.Size"), System.Drawing.Size)
Me.txtDescription.TabIndex = CType(resources.GetObject("txtDescription.TabIndex"), Integer)
Me.txtDescription.Text = resources.GetString("txtDescription.Text")
Me.txtDescription.TextAlign = CType(resources.GetObject("txtDescription.TextAlign"), System.Windows.Forms.HorizontalAlignment)
Me.txtDescription.Visible = CType(resources.GetObject("txtDescription.Visible"), Boolean)
Me.txtDescription.WordWrap = CType(resources.GetObject("txtDescription.WordWrap"), Boolean)
'
'cbPriority
'
Me.cbPriority.AccessibleDescription = resources.GetString("cbPriority.AccessibleDescription")
Me.cbPriority.AccessibleName = resources.GetString("cbPriority.AccessibleName")
Me.cbPriority.Anchor = CType(resources.GetObject("cbPriority.Anchor"), System.Windows.Forms.AnchorStyles)
Me.cbPriority.BackgroundImage = CType(resources.GetObject("cbPriority.BackgroundImage"), System.Drawing.Image)
Me.cbPriority.Dock = CType(resources.GetObject("cbPriority.Dock"), System.Windows.Forms.DockStyle)
Me.cbPriority.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
Me.cbPriority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cbPriority.Enabled = CType(resources.GetObject("cbPriority.Enabled"), Boolean)
Me.cbPriority.Font = CType(resources.GetObject("cbPriority.Font"), System.Drawing.Font)
Me.cbPriority.ImeMode = CType(resources.GetObject("cbPriority.ImeMode"), System.Windows.Forms.ImeMode)
Me.cbPriority.IntegralHeight = CType(resources.GetObject("cbPriority.IntegralHeight"), Boolean)
Me.cbPriority.ItemHeight = CType(resources.GetObject("cbPriority.ItemHeight"), Integer)
Me.cbPriority.Location = CType(resources.GetObject("cbPriority.Location"), System.Drawing.Point)
Me.cbPriority.MaxDropDownItems = CType(resources.GetObject("cbPriority.MaxDropDownItems"), Integer)
Me.cbPriority.MaxLength = CType(resources.GetObject("cbPriority.MaxLength"), Integer)
Me.cbPriority.Name = "cbPriority"
Me.cbPriority.RightToLeft = CType(resources.GetObject("cbPriority.RightToLeft"), System.Windows.Forms.RightToLeft)
Me.cbPriority.Size = CType(resources.GetObject("cbPriority.Size"), System.Drawing.Size)
Me.cbPriority.TabIndex = CType(resources.GetObject("cbPriority.TabIndex"), Integer)
Me.cbPriority.Text = resources.GetString("cbPriority.Text")
Me.cbPriority.Visible = CType(resources.GetObject("cbPriority.Visible"), Boolean)
'
'lblDetailsPriority
'
Me.lblDetailsPriority.AccessibleDescription = resources.GetString("lblDetailsPriority.AccessibleDescription")
Me.lblDetailsPriority.AccessibleName = resources.GetString("lblDetailsPriority.AccessibleName")
Me.lblDetailsPriority.Anchor = CType(resources.GetObject("lblDetailsPriority.Anchor"), System.Windows.Forms.AnchorStyles)
Me.lblDetailsPriority.AutoSize = CType(resources.GetObject("lblDetailsPriority.AutoSize"), Boolean)
Me.lblDetailsPriority.Dock = CType(resources.GetObject("lblDetailsPriority.Dock"), System.Windows.Forms.DockStyle)
Me.lblDetailsPriority.Enabled = CType(resources.GetObject("lblDetailsPriority.Enabled"), Boolean)
Me.lblDetailsPriority.Font = CType(resources.GetObject("lblDetailsPriority.Font"), System.Drawing.Font)
Me.lblDetailsPriority.Image = CType(resources.GetObject("lblDetailsPriority.Image"), System.Drawing.Image)
Me.lblDetailsPriority.ImageAlign = CType(resources.GetObject("lblDetailsPriority.ImageAlign"), System.Drawing.ContentAlignment)
Me.lblDetailsPriority.ImageIndex = CType(resources.GetObject("lblDetailsPriority.ImageIndex"), Integer)
Me.lblDetailsPriority.ImeMode = CType(resources.GetObject("lblDetailsPriority.ImeMode"), System.Windows.Forms.ImeMode)
Me.lblDetailsPriority.Location = CType(resources.GetObject("lblDetailsPriority.Location"), System.Drawing.Point)
Me.lblDetailsPriority.Name = "lblDetailsPriority"
Me.lblDetailsPriority.RightToLeft = CType(resources.GetObject("lblDetailsPriority.RightToLeft"), System.Windows.Forms.RightToLeft)
Me.lblDetailsPriority.Size = CType(resources.GetObject("lblDetailsPriority.Size"), System.Drawing.Size)
Me.lblDetailsPriority.TabIndex = CType(resources.GetObject("lblDetailsPriority.TabIndex"), Integer)
Me.lblDetailsPriority.Text = resources.GetString("lblDetailsPriority.Text")
Me.lblDetailsPriority.TextAlign = CType(resources.GetObject("lblDetailsPriority.TextAlign"), System.Drawing.ContentAlignment)
Me.lblDetailsPriority.Visible = CType(resources.GetObject("lblDetailsPriority.Visible"), Boolean)
'
'lblDetailsDescription
'
Me.lblDetailsDescription.AccessibleDescription = resources.GetString("lblDetailsDescription.AccessibleDescription")
Me.lblDetailsDescription.AccessibleName = resources.GetString("lblDetailsDescription.AccessibleName")
Me.lblDetailsDescription.Anchor = CType(resources.GetObject("lblDetailsDescription.Anchor"), System.Windows.Forms.AnchorStyles)
Me.lblDetailsDescription.AutoSize = CType(resources.GetObject("lblDetailsDescription.AutoSize"), Boolean)
Me.lblDetailsDescription.Dock = CType(resources.GetObject("lblDetailsDescription.Dock"), System.Windows.Forms.DockStyle)
Me.lblDetailsDescription.Enabled = CType(resources.GetObject("lblDetailsDescription.Enabled"), Boolean)
Me.lblDetailsDescription.Font = CType(resources.GetObject("lblDetailsDescription.Font"), System.Drawing.Font)
Me.lblDetailsDescription.Image = CType(resources.GetObject("lblDetailsDescription.Image"), System.Drawing.Image)
Me.lblDetailsDescription.ImageAlign = CType(resources.GetObject("lblDetailsDescription.ImageAlign"), System.Drawing.ContentAlignment)
Me.lblDetailsDescription.ImageIndex = CType(resources.GetObject("lblDetailsDescription.ImageIndex"), Integer)
Me.lblDetailsDescription.ImeMode = CType(resources.GetObject("lblDetailsDescription.ImeMode"), System.Windows.Forms.ImeMode)
Me.lblDetailsDescription.Location = CType(resources.GetObject("lblDetailsDescription.Location"), System.Drawing.Point)
Me.lblDetailsDescription.Name = "lblDetailsDescription"
Me.lblDetailsDescription.RightToLeft = CType(resources.GetObject("lblDetailsDescription.RightToLeft"), System.Windows.Forms.RightToLeft)
Me.lblDetailsDescription.Size = CType(resources.GetObject("lblDetailsDescription.Size"), System.Drawing.Size)
Me.lblDetailsDescription.TabIndex = CType(resources.GetObject("lblDetailsDescription.TabIndex"), Integer)
Me.lblDetailsDescription.Text = resources.GetString("lblDetailsDescription.Text")
Me.lblDetailsDescription.TextAlign = CType(resources.GetObject("lblDetailsDescription.TextAlign"), System.Drawing.ContentAlignment)
Me.lblDetailsDescription.Visible = CType(resources.GetObject("lblDetailsDescription.Visible"), Boolean)
'
'lblDetailsSummary
'
Me.lblDetailsSummary.AccessibleDescription = resources.GetString("lblDetailsSummary.AccessibleDescription")
Me.lblDetailsSummary.AccessibleName = resources.GetString("lblDetailsSummary.AccessibleName")
Me.lblDetailsSummary.Anchor = CType(resources.GetObject("lblDetailsSummary.Anchor"), System.Windows.Forms.AnchorStyles)
Me.lblDetailsSummary.AutoSize = CType(resources.GetObject("lblDetailsSummary.AutoSize"), Boolean)
Me.lblDetailsSummary.Dock = CType(resources.GetObject("lblDetailsSummary.Dock"), System.Windows.Forms.DockStyle)
Me.lblDetailsSummary.Enabled = CType(resources.GetObject("lblDetailsSummary.Enabled"), Boolean)
Me.lblDetailsSummary.Font = CType(resources.GetObject("lblDetailsSummary.Font"), System.Drawing.Font)
Me.lblDetailsSummary.Image = CType(resources.GetObject("lblDetailsSummary.Image"), System.Drawing.Image)
Me.lblDetailsSummary.ImageAlign = CType(resources.GetObject("lblDetailsSummary.ImageAlign"), System.Drawing.ContentAlignment)
Me.lblDetailsSummary.ImageIndex = CType(resources.GetObject("lblDetailsSummary.ImageIndex"), Integer)
Me.lblDetailsSummary.ImeMode = CType(resources.GetObject("lblDetailsSummary.ImeMode"), System.Windows.Forms.ImeMode)
Me.lblDetailsSummary.Location = CType(resources.GetObject("lblDetailsSummary.Location"), System.Drawing.Point)
Me.lblDetailsSummary.Name = "lblDetailsSummary"
Me.lblDetailsSummary.RightToLeft = CType(resources.GetObject("lblDetailsSummary.RightToLeft"), System.Windows.Forms.RightToLeft)
Me.lblDetailsSummary.Size = CType(resources.GetObject("lblDetailsSummary.Size"), System.Drawing.Size)
Me.lblDetailsSummary.TabIndex = CType(resources.GetObject("lblDetailsSummary.TabIndex"), Integer)
Me.lblDetailsSummary.Text = resources.GetString("lblDetailsSummary.Text")
Me.lblDetailsSummary.TextAlign = CType(resources.GetObject("lblDetailsSummary.TextAlign"), System.Drawing.ContentAlignment)
Me.lblDetailsSummary.Visible = CType(resources.GetObject("lblDetailsSummary.Visible"), Boolean)
'
'PictureBox1
'
Me.PictureBox1.AccessibleDescription = resources.GetString("PictureBox1.AccessibleDescription")
Me.PictureBox1.AccessibleName = resources.GetString("PictureBox1.AccessibleName")
Me.PictureBox1.Anchor = CType(resources.GetObject("PictureBox1.Anchor"), System.Windows.Forms.AnchorStyles)
Me.PictureBox1.BackgroundImage = CType(resources.GetObject("PictureBox1.BackgroundImage"), System.Drawing.Image)
Me.PictureBox1.Dock = CType(resources.GetObject("PictureBox1.Dock"), System.Windows.Forms.DockStyle)
Me.PictureBox1.Enabled = CType(resources.GetObject("PictureBox1.Enabled"), Boolean)
Me.PictureBox1.Font = CType(resources.GetObject("PictureBox1.Font"), System.Drawing.Font)
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Bitmap)
Me.PictureBox1.ImeMode = CType(resources.GetObject("PictureBox1.ImeMode"), System.Windows.Forms.ImeMode)
Me.PictureBox1.Location = CType(resources.GetObject("PictureBox1.Location"), System.Drawing.Point)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.RightToLeft = CType(resources.GetObject("PictureBox1.RightToLeft"), System.Windows.Forms.RightToLeft)
Me.PictureBox1.Size = CType(resources.GetObject("PictureBox1.Size"), System.Drawing.Size)
Me.PictureBox1.SizeMode = CType(resources.GetObject("PictureBox1.SizeMode"), System.Windows.Forms.PictureBoxSizeMode)
Me.PictureBox1.TabIndex = CType(resources.GetObject("PictureBox1.TabIndex"), Integer)
Me.PictureBox1.TabStop = False
Me.PictureBox1.Text = resources.GetString("PictureBox1.Text")
Me.PictureBox1.Visible = CType(resources.GetObject("PictureBox1.Visible"), Boolean)
'
'lblHeader
'
Me.lblHeader.AccessibleDescription = CType(resources.GetObject("lblHeader.AccessibleDescription"), String)
Me.lblHeader.AccessibleName = CType(resources.GetObject("lblHeader.AccessibleName"), String)
Me.lblHeader.Anchor = CType(resources.GetObject("lblHeader.Anchor"), System.Windows.Forms.AnchorStyles)
Me.lblHeader.AutoSize = CType(resources.GetObject("lblHeader.AutoSize"), Boolean)
Me.lblHeader.Dock = CType(resources.GetObject("lblHeader.Dock"), System.Windows.Forms.DockStyle)
Me.lblHeader.Enabled = CType(resources.GetObject("lblHeader.Enabled"), Boolean)
Me.lblHeader.Font = CType(resources.GetObject("lblHeader.Font"), System.Drawing.Font)
Me.lblHeader.Image = CType(resources.GetObject("lblHeader.Image"), System.Drawing.Image)
Me.lblHeader.ImageAlign = CType(resources.GetObject("lblHeader.ImageAlign"), System.Drawing.ContentAlignment)
Me.lblHeader.ImageIndex = CType(resources.GetObject("lblHeader.ImageIndex"), Integer)
Me.lblHeader.ImeMode = CType(resources.GetObject("lblHeader.ImeMode"), System.Windows.Forms.ImeMode)
Me.lblHeader.Location = CType(resources.GetObject("lblHeader.Location"), System.Drawing.Point)
Me.lblHeader.Name = "lblHeader"
Me.lblHeader.RightToLeft = CType(resources.GetObject("lblHeader.RightToLeft"), System.Windows.Forms.RightToLeft)
Me.lblHeader.Size = CType(resources.GetObject("lblHeader.Size"), System.Drawing.Size)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -