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

📄 collisionform.designer.vb

📁 使用Access数据库演示的任务分配管理程序 一个使用ADO.NET基于Microsoft Access数据库演示的任务分配管理的程序
💻 VB
📖 第 1 页 / 共 2 页
字号:
        '
        resources.ApplyResources(Me.txtUpdatedDescription, "txtUpdatedDescription")
        Me.txtUpdatedDescription.Name = "txtUpdatedDescription"
        Me.txtUpdatedDescription.ReadOnly = True
        '
        'btnIgnore
        '
        resources.ApplyResources(Me.btnIgnore, "btnIgnore")
        Me.btnIgnore.BackColor = System.Drawing.SystemColors.Control
        Me.btnIgnore.Name = "btnIgnore"
        Me.btnIgnore.UseVisualStyleBackColor = False
        '
        'grpYourChange
        '
        resources.ApplyResources(Me.grpYourChange, "grpYourChange")
        Me.grpYourChange.Controls.Add(Me.dtDueDate)
        Me.grpYourChange.Controls.Add(Me.lblYourChangeDueDate)
        Me.grpYourChange.Controls.Add(Me.cbPriority)
        Me.grpYourChange.Controls.Add(Me.lblYourChangePriority)
        Me.grpYourChange.Controls.Add(Me.cbAssignedTo)
        Me.grpYourChange.Controls.Add(Me.lblYourChangeAssignedTo)
        Me.grpYourChange.Controls.Add(Me.cbStatus)
        Me.grpYourChange.Controls.Add(Me.lblYourChangeStatus)
        Me.grpYourChange.Controls.Add(Me.cbProgress)
        Me.grpYourChange.Controls.Add(Me.lblYourChangeProgress)
        Me.grpYourChange.Controls.Add(Me.txtSummary)
        Me.grpYourChange.Controls.Add(Me.txtDescription)
        Me.grpYourChange.Controls.Add(Me.lblYourChangeSummary)
        Me.grpYourChange.Controls.Add(Me.btnSave)
        Me.grpYourChange.Name = "grpYourChange"
        Me.grpYourChange.TabStop = False
        '
        'dtDueDate
        '
        resources.ApplyResources(Me.dtDueDate, "dtDueDate")
        Me.dtDueDate.Checked = False
        Me.dtDueDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
        Me.dtDueDate.Name = "dtDueDate"
        '
        'lblYourChangeDueDate
        '
        resources.ApplyResources(Me.lblYourChangeDueDate, "lblYourChangeDueDate")
        Me.lblYourChangeDueDate.Name = "lblYourChangeDueDate"
        '
        'cbPriority
        '
        resources.ApplyResources(Me.cbPriority, "cbPriority")
        Me.cbPriority.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed
        Me.cbPriority.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cbPriority.Name = "cbPriority"
        '
        'lblYourChangePriority
        '
        resources.ApplyResources(Me.lblYourChangePriority, "lblYourChangePriority")
        Me.lblYourChangePriority.Name = "lblYourChangePriority"
        '
        'cbAssignedTo
        '
        resources.ApplyResources(Me.cbAssignedTo, "cbAssignedTo")
        Me.cbAssignedTo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cbAssignedTo.Name = "cbAssignedTo"
        '
        'lblYourChangeAssignedTo
        '
        resources.ApplyResources(Me.lblYourChangeAssignedTo, "lblYourChangeAssignedTo")
        Me.lblYourChangeAssignedTo.Name = "lblYourChangeAssignedTo"
        '
        'cbStatus
        '
        resources.ApplyResources(Me.cbStatus, "cbStatus")
        Me.cbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cbStatus.Name = "cbStatus"
        '
        'lblYourChangeStatus
        '
        resources.ApplyResources(Me.lblYourChangeStatus, "lblYourChangeStatus")
        Me.lblYourChangeStatus.Name = "lblYourChangeStatus"
        '
        'cbProgress
        '
        resources.ApplyResources(Me.cbProgress, "cbProgress")
        Me.cbProgress.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cbProgress.Name = "cbProgress"
        '
        'lblYourChangeProgress
        '
        resources.ApplyResources(Me.lblYourChangeProgress, "lblYourChangeProgress")
        Me.lblYourChangeProgress.Name = "lblYourChangeProgress"
        '
        'txtSummary
        '
        resources.ApplyResources(Me.txtSummary, "txtSummary")
        Me.txtSummary.Name = "txtSummary"
        '
        'txtDescription
        '
        resources.ApplyResources(Me.txtDescription, "txtDescription")
        Me.txtDescription.Name = "txtDescription"
        '
        'lblYourChangeSummary
        '
        resources.ApplyResources(Me.lblYourChangeSummary, "lblYourChangeSummary")
        Me.lblYourChangeSummary.Name = "lblYourChangeSummary"
        '
        'btnSave
        '
        resources.ApplyResources(Me.btnSave, "btnSave")
        Me.btnSave.BackColor = System.Drawing.SystemColors.Control
        Me.btnSave.Name = "btnSave"
        Me.btnSave.UseVisualStyleBackColor = False
        '
        'Label7
        '
        resources.ApplyResources(Me.Label7, "Label7")
        Me.Label7.Name = "Label7"
        '
        'Label10
        '
        resources.ApplyResources(Me.Label10, "Label10")
        Me.Label10.Name = "Label10"
        '
        'CollisionForm
        '
        resources.ApplyResources(Me, "$this")
        Me.BackColor = System.Drawing.Color.White
        Me.Controls.Add(Me.Label10)
        Me.Controls.Add(Me.Label7)
        Me.Controls.Add(Me.Panel1)
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "CollisionForm"
        Me.ShowInTaskbar = False
        Me.Panel1.ResumeLayout(False)
        Me.grpPreviousChange.ResumeLayout(False)
        Me.grpPreviousChange.PerformLayout()
        Me.grpYourChange.ResumeLayout(False)
        Me.grpYourChange.PerformLayout()
        Me.ResumeLayout(False)

    End Sub



    Friend WithEvents Panel1 As System.Windows.Forms.Panel
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents Label10 As System.Windows.Forms.Label
    Friend WithEvents dtDueDate As System.Windows.Forms.DateTimePicker
    Friend WithEvents cbPriority As System.Windows.Forms.ComboBox
    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 txtSummary As System.Windows.Forms.TextBox
    Friend WithEvents txtDescription As System.Windows.Forms.TextBox
    Friend WithEvents btnSave As System.Windows.Forms.Button
    Friend WithEvents txtUpdatedStatus As System.Windows.Forms.TextBox
    Friend WithEvents txtUpdatedProgress As System.Windows.Forms.TextBox
    Friend WithEvents txtUpdatedAssignedTo As System.Windows.Forms.TextBox
    Friend WithEvents txtUpdatedDueDate As System.Windows.Forms.TextBox
    Friend WithEvents txtUpdatedPriority As System.Windows.Forms.TextBox
    Friend WithEvents Label16 As System.Windows.Forms.Label
    Friend WithEvents lblUpdatedDate As System.Windows.Forms.Label
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents txtUpdatedSummary As System.Windows.Forms.TextBox
    Friend WithEvents txtUpdatedDescription As System.Windows.Forms.TextBox
    Friend WithEvents btnIgnore As System.Windows.Forms.Button
    Friend WithEvents lblUpdatedModifiedBy As System.Windows.Forms.Label
    Friend WithEvents grpPreviousChange As System.Windows.Forms.GroupBox
    Friend WithEvents lblPreviousChangeMadeBy As System.Windows.Forms.Label
    Friend WithEvents lblPreviousChangeStatus As System.Windows.Forms.Label
    Friend WithEvents lblPreviousChangeAssignedTo As System.Windows.Forms.Label
    Friend WithEvents lblPreviousChangePriority As System.Windows.Forms.Label
    Friend WithEvents lblPreviousChangeProgress As System.Windows.Forms.Label
    Friend WithEvents lblPreviousChangeSummary As System.Windows.Forms.Label
    Friend WithEvents grpYourChange As System.Windows.Forms.GroupBox
    Friend WithEvents lblYourChangeDueDate As System.Windows.Forms.Label
    Friend WithEvents lblYourChangePriority As System.Windows.Forms.Label
    Friend WithEvents lblYourChangeAssignedTo As System.Windows.Forms.Label
    Friend WithEvents lblYourChangeStatus As System.Windows.Forms.Label
    Friend WithEvents lblYourChangeProgress As System.Windows.Forms.Label
    Friend WithEvents lblYourChangeSummary As System.Windows.Forms.Label
End Class

⌨️ 快捷键说明

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