edittaskform.designer.vb

来自「使用Access数据库演示的任务分配管理程序 一个使用ADO.NET基于」· VB 代码 · 共 417 行 · 第 1/2 页

VB
417
字号
        Me.tabHistory.Controls.Add(Me.lblHistoryDescription)
        Me.tabHistory.Controls.Add(Me.lblHistorySummary)
        Me.tabHistory.Controls.Add(Me.lvHistory)
        Me.tabHistory.Name = "tabHistory"
        Me.tabHistory.UseVisualStyleBackColor = True
        '
        'txtHistoryProgress
        '
        resources.ApplyResources(Me.txtHistoryProgress, "txtHistoryProgress")
        Me.txtHistoryProgress.Name = "txtHistoryProgress"
        Me.txtHistoryProgress.ReadOnly = True
        '
        'txtHistoryStatus
        '
        resources.ApplyResources(Me.txtHistoryStatus, "txtHistoryStatus")
        Me.txtHistoryStatus.Name = "txtHistoryStatus"
        Me.txtHistoryStatus.ReadOnly = True
        '
        'txtHistoryPriority
        '
        resources.ApplyResources(Me.txtHistoryPriority, "txtHistoryPriority")
        Me.txtHistoryPriority.Name = "txtHistoryPriority"
        Me.txtHistoryPriority.ReadOnly = True
        '
        'txtHistoryDueDate
        '
        resources.ApplyResources(Me.txtHistoryDueDate, "txtHistoryDueDate")
        Me.txtHistoryDueDate.Name = "txtHistoryDueDate"
        Me.txtHistoryDueDate.ReadOnly = True
        '
        'lblHistoryStatus
        '
        resources.ApplyResources(Me.lblHistoryStatus, "lblHistoryStatus")
        Me.lblHistoryStatus.Name = "lblHistoryStatus"
        '
        'lblHistoryDueDate
        '
        resources.ApplyResources(Me.lblHistoryDueDate, "lblHistoryDueDate")
        Me.lblHistoryDueDate.Name = "lblHistoryDueDate"
        '
        'lblHistoryProgress
        '
        resources.ApplyResources(Me.lblHistoryProgress, "lblHistoryProgress")
        Me.lblHistoryProgress.Name = "lblHistoryProgress"
        '
        'txtHistorySummary
        '
        resources.ApplyResources(Me.txtHistorySummary, "txtHistorySummary")
        Me.txtHistorySummary.Name = "txtHistorySummary"
        Me.txtHistorySummary.ReadOnly = True
        '
        'txtHistoryDescription
        '
        resources.ApplyResources(Me.txtHistoryDescription, "txtHistoryDescription")
        Me.txtHistoryDescription.Name = "txtHistoryDescription"
        Me.txtHistoryDescription.ReadOnly = True
        '
        'lblHistoryPriority
        '
        resources.ApplyResources(Me.lblHistoryPriority, "lblHistoryPriority")
        Me.lblHistoryPriority.Name = "lblHistoryPriority"
        '
        'lblHistoryDescription
        '
        resources.ApplyResources(Me.lblHistoryDescription, "lblHistoryDescription")
        Me.lblHistoryDescription.Name = "lblHistoryDescription"
        '
        'lblHistorySummary
        '
        resources.ApplyResources(Me.lblHistorySummary, "lblHistorySummary")
        Me.lblHistorySummary.Name = "lblHistorySummary"
        '
        'lvHistory
        '
        resources.ApplyResources(Me.lvHistory, "lvHistory")
        Me.lvHistory.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.chDateModified, Me.chMofidifiedBy, Me.chAssignedTo})
        Me.lvHistory.FullRowSelect = True
        Me.lvHistory.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable
        Me.lvHistory.HideSelection = False
        Me.lvHistory.Items.AddRange(New System.Windows.Forms.ListViewItem() {CType(resources.GetObject("lvHistory.Items"), System.Windows.Forms.ListViewItem), CType(resources.GetObject("lvHistory.Items1"), System.Windows.Forms.ListViewItem)})
        Me.lvHistory.MultiSelect = False
        Me.lvHistory.Name = "lvHistory"
        Me.lvHistory.UseCompatibleStateImageBehavior = False
        Me.lvHistory.View = System.Windows.Forms.View.Details
        '
        'chDateModified
        '
        resources.ApplyResources(Me.chDateModified, "chDateModified")
        '
        'chMofidifiedBy
        '
        resources.ApplyResources(Me.chMofidifiedBy, "chMofidifiedBy")
        '
        'chAssignedTo
        '
        resources.ApplyResources(Me.chAssignedTo, "chAssignedTo")
        '
        'PictureBox1
        '
        resources.ApplyResources(Me.PictureBox1, "PictureBox1")
        Me.PictureBox1.Image = Global.TeamVision.My.Resources.Resources.TeamVision
        Me.PictureBox1.Name = "PictureBox1"
        Me.PictureBox1.TabStop = False
        '
        'lblTaskNumberPrefix
        '
        resources.ApplyResources(Me.lblTaskNumberPrefix, "lblTaskNumberPrefix")
        Me.lblTaskNumberPrefix.Name = "lblTaskNumberPrefix"
        '
        'lblChangedOnPrefix
        '
        resources.ApplyResources(Me.lblChangedOnPrefix, "lblChangedOnPrefix")
        Me.lblChangedOnPrefix.Name = "lblChangedOnPrefix"
        '
        'lblChangedByPrefix
        '
        resources.ApplyResources(Me.lblChangedByPrefix, "lblChangedByPrefix")
        Me.lblChangedByPrefix.Name = "lblChangedByPrefix"
        '
        'lblChangedBy
        '
        resources.ApplyResources(Me.lblChangedBy, "lblChangedBy")
        Me.lblChangedBy.Name = "lblChangedBy"
        '
        'lblChangedOn
        '
        resources.ApplyResources(Me.lblChangedOn, "lblChangedOn")
        Me.lblChangedOn.Name = "lblChangedOn"
        '
        'lblTaskNumber
        '
        resources.ApplyResources(Me.lblTaskNumber, "lblTaskNumber")
        Me.lblTaskNumber.Name = "lblTaskNumber"
        '
        'EditTaskForm
        '
        Me.AcceptButton = Me.btnOK
        resources.ApplyResources(Me, "$this")
        Me.BackColor = System.Drawing.Color.White
        Me.CancelButton = Me.btnCancel
        Me.Controls.Add(Me.lblTaskNumber)
        Me.Controls.Add(Me.lblChangedOn)
        Me.Controls.Add(Me.lblChangedBy)
        Me.Controls.Add(Me.lblChangedByPrefix)
        Me.Controls.Add(Me.lblChangedOnPrefix)
        Me.Controls.Add(Me.lblTaskNumberPrefix)
        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 = "EditTaskForm"
        Me.ShowInTaskbar = False
        Me.TabControl1.ResumeLayout(False)
        Me.tabDetails.ResumeLayout(False)
        Me.tabDetails.PerformLayout()
        Me.tabHistory.ResumeLayout(False)
        Me.tabHistory.PerformLayout()
        CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)

    End Sub

    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 lblChangedBy As System.Windows.Forms.Label
    Friend WithEvents lblChangedOn As System.Windows.Forms.Label
    Friend WithEvents lblTaskNumber As System.Windows.Forms.Label
    Friend WithEvents lvHistory As System.Windows.Forms.ListView
    Friend WithEvents chDateModified As System.Windows.Forms.ColumnHeader
    Friend WithEvents chMofidifiedBy As System.Windows.Forms.ColumnHeader
    Friend WithEvents txtHistorySummary As System.Windows.Forms.TextBox
    Friend WithEvents txtHistoryDescription As System.Windows.Forms.TextBox
    Friend WithEvents chAssignedTo As System.Windows.Forms.ColumnHeader
    Friend WithEvents txtHistoryDueDate As System.Windows.Forms.TextBox
    Friend WithEvents txtHistoryPriority As System.Windows.Forms.TextBox
    Friend WithEvents txtHistoryStatus As System.Windows.Forms.TextBox
    Friend WithEvents txtHistoryProgress As System.Windows.Forms.TextBox
    Friend WithEvents lblChangedByPrefix As System.Windows.Forms.Label
    Friend WithEvents lblChangedOnPrefix As System.Windows.Forms.Label
    Friend WithEvents lblTaskNumberPrefix As System.Windows.Forms.Label
    Friend WithEvents lblHistorySummary As System.Windows.Forms.Label
    Friend WithEvents lblHistoryDescription As System.Windows.Forms.Label
    Friend WithEvents lblHistoryPriority As System.Windows.Forms.Label
    Friend WithEvents lblHistoryProgress As System.Windows.Forms.Label
    Friend WithEvents lblHistoryDueDate As System.Windows.Forms.Label
    Friend WithEvents lblHistoryStatus As System.Windows.Forms.Label
    Friend WithEvents tabHistory As System.Windows.Forms.TabPage
    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

End Class

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?