⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 edittaskform.designer.vb

📁 使用Access数据库演示的任务分配管理程序 一个使用ADO.NET基于Microsoft Access数据库演示的任务分配管理的程序
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class EditTaskForm
    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.
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(EditTaskForm))
        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.tabHistory = New System.Windows.Forms.TabPage
        Me.txtHistoryProgress = New System.Windows.Forms.TextBox
        Me.txtHistoryStatus = New System.Windows.Forms.TextBox
        Me.txtHistoryPriority = New System.Windows.Forms.TextBox
        Me.txtHistoryDueDate = New System.Windows.Forms.TextBox
        Me.lblHistoryStatus = New System.Windows.Forms.Label
        Me.lblHistoryDueDate = New System.Windows.Forms.Label
        Me.lblHistoryProgress = New System.Windows.Forms.Label
        Me.txtHistorySummary = New System.Windows.Forms.TextBox
        Me.txtHistoryDescription = New System.Windows.Forms.TextBox
        Me.lblHistoryPriority = New System.Windows.Forms.Label
        Me.lblHistoryDescription = New System.Windows.Forms.Label
        Me.lblHistorySummary = New System.Windows.Forms.Label
        Me.lvHistory = New System.Windows.Forms.ListView
        Me.chDateModified = New System.Windows.Forms.ColumnHeader
        Me.chMofidifiedBy = New System.Windows.Forms.ColumnHeader
        Me.chAssignedTo = New System.Windows.Forms.ColumnHeader
        Me.PictureBox1 = New System.Windows.Forms.PictureBox
        Me.lblTaskNumberPrefix = New System.Windows.Forms.Label
        Me.lblChangedOnPrefix = New System.Windows.Forms.Label
        Me.lblChangedByPrefix = New System.Windows.Forms.Label
        Me.lblChangedBy = New System.Windows.Forms.Label
        Me.lblChangedOn = New System.Windows.Forms.Label
        Me.lblTaskNumber = New System.Windows.Forms.Label
        Me.TabControl1.SuspendLayout()
        Me.tabDetails.SuspendLayout()
        Me.tabHistory.SuspendLayout()
        CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'TabControl1
        '
        resources.ApplyResources(Me.TabControl1, "TabControl1")
        Me.TabControl1.Controls.Add(Me.tabDetails)
        Me.TabControl1.Controls.Add(Me.tabHistory)
        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"
        Me.tabDetails.UseVisualStyleBackColor = True
        '
        '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"
        '
        'tabHistory
        '
        resources.ApplyResources(Me.tabHistory, "tabHistory")
        Me.tabHistory.Controls.Add(Me.txtHistoryProgress)
        Me.tabHistory.Controls.Add(Me.txtHistoryStatus)
        Me.tabHistory.Controls.Add(Me.txtHistoryPriority)
        Me.tabHistory.Controls.Add(Me.txtHistoryDueDate)
        Me.tabHistory.Controls.Add(Me.lblHistoryStatus)
        Me.tabHistory.Controls.Add(Me.lblHistoryDueDate)
        Me.tabHistory.Controls.Add(Me.lblHistoryProgress)
        Me.tabHistory.Controls.Add(Me.txtHistorySummary)
        Me.tabHistory.Controls.Add(Me.txtHistoryDescription)
        Me.tabHistory.Controls.Add(Me.lblHistoryPriority)

⌨️ 快捷键说明

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