📄 collisionform.vb
字号:
Public Class CollisionForm
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Public Sub New(ByVal dl As DataLayer, ByVal collisionRow As DataRow)
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponent()
'Add any initialization after the InitializeComponent() call
m_DataLayer = dl
m_CollisionRow = collisionRow
m_ImageList = New ImageList()
m_TextList = New ArrayList()
m_CollisionRow = collisionRow
End Sub
'Form overrides dispose to clean up the component list.
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
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 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
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(CollisionForm))
Me.Panel1 = New System.Windows.Forms.Panel()
Me.grpPreviousChange = New System.Windows.Forms.GroupBox()
Me.lblUpdatedModifiedBy = New System.Windows.Forms.Label()
Me.lblPreviousChangeMadeBy = New System.Windows.Forms.Label()
Me.txtUpdatedStatus = New System.Windows.Forms.TextBox()
Me.txtUpdatedProgress = New System.Windows.Forms.TextBox()
Me.txtUpdatedAssignedTo = New System.Windows.Forms.TextBox()
Me.txtUpdatedDueDate = New System.Windows.Forms.TextBox()
Me.txtUpdatedPriority = New System.Windows.Forms.TextBox()
Me.lblPreviousChangeStatus = New System.Windows.Forms.Label()
Me.lblPreviousChangeAssignedTo = New System.Windows.Forms.Label()
Me.lblPreviousChangePriority = New System.Windows.Forms.Label()
Me.Label16 = New System.Windows.Forms.Label()
Me.lblPreviousChangeProgress = New System.Windows.Forms.Label()
Me.lblUpdatedDate = New System.Windows.Forms.Label()
Me.Label9 = New System.Windows.Forms.Label()
Me.txtUpdatedSummary = New System.Windows.Forms.TextBox()
Me.lblPreviousChangeSummary = New System.Windows.Forms.Label()
Me.txtUpdatedDescription = New System.Windows.Forms.TextBox()
Me.btnIgnore = New System.Windows.Forms.Button()
Me.grpYourChange = New System.Windows.Forms.GroupBox()
Me.dtDueDate = New System.Windows.Forms.DateTimePicker()
Me.lblYourChangeDueDate = New System.Windows.Forms.Label()
Me.cbPriority = New System.Windows.Forms.ComboBox()
Me.lblYourChangePriority = New System.Windows.Forms.Label()
Me.cbAssignedTo = New System.Windows.Forms.ComboBox()
Me.lblYourChangeAssignedTo = New System.Windows.Forms.Label()
Me.cbStatus = New System.Windows.Forms.ComboBox()
Me.lblYourChangeStatus = New System.Windows.Forms.Label()
Me.cbProgress = New System.Windows.Forms.ComboBox()
Me.lblYourChangeProgress = New System.Windows.Forms.Label()
Me.txtSummary = New System.Windows.Forms.TextBox()
Me.txtDescription = New System.Windows.Forms.TextBox()
Me.lblYourChangeSummary = New System.Windows.Forms.Label()
Me.btnSave = New System.Windows.Forms.Button()
Me.Label7 = New System.Windows.Forms.Label()
Me.Label10 = New System.Windows.Forms.Label()
Me.Panel1.SuspendLayout()
Me.grpPreviousChange.SuspendLayout()
Me.grpYourChange.SuspendLayout()
Me.SuspendLayout()
'
'Panel1
'
Me.Panel1.AccessibleDescription = resources.GetString("Panel1.AccessibleDescription")
Me.Panel1.AccessibleName = resources.GetString("Panel1.AccessibleName")
Me.Panel1.Anchor = CType(resources.GetObject("Panel1.Anchor"), System.Windows.Forms.AnchorStyles)
Me.Panel1.AutoScroll = CType(resources.GetObject("Panel1.AutoScroll"), Boolean)
Me.Panel1.AutoScrollMargin = CType(resources.GetObject("Panel1.AutoScrollMargin"), System.Drawing.Size)
Me.Panel1.AutoScrollMinSize = CType(resources.GetObject("Panel1.AutoScrollMinSize"), System.Drawing.Size)
Me.Panel1.BackColor = System.Drawing.SystemColors.Control
Me.Panel1.BackgroundImage = CType(resources.GetObject("Panel1.BackgroundImage"), System.Drawing.Image)
Me.Panel1.Controls.AddRange(New System.Windows.Forms.Control() {Me.grpPreviousChange, Me.grpYourChange})
Me.Panel1.Dock = CType(resources.GetObject("Panel1.Dock"), System.Windows.Forms.DockStyle)
Me.Panel1.Enabled = CType(resources.GetObject("Panel1.Enabled"), Boolean)
Me.Panel1.Font = CType(resources.GetObject("Panel1.Font"), System.Drawing.Font)
Me.Panel1.ImeMode = CType(resources.GetObject("Panel1.ImeMode"), System.Windows.Forms.ImeMode)
Me.Panel1.Location = CType(resources.GetObject("Panel1.Location"), System.Drawing.Point)
Me.Panel1.Name = "Panel1"
Me.Panel1.RightToLeft = CType(resources.GetObject("Panel1.RightToLeft"), System.Windows.Forms.RightToLeft)
Me.Panel1.Size = CType(resources.GetObject("Panel1.Size"), System.Drawing.Size)
Me.Panel1.TabIndex = CType(resources.GetObject("Panel1.TabIndex"), Integer)
Me.Panel1.Text = resources.GetString("Panel1.Text")
Me.Panel1.Visible = CType(resources.GetObject("Panel1.Visible"), Boolean)
'
'grpPreviousChange
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -