📄 frmaddcoop.vb
字号:
Imports clientMgrBusiness
Friend Class frmAddCoop
Inherits System.Windows.Forms.Form
#Region "Windows 窗体设计器生成的代码"
Public Sub New()
MyBase.New()
'此调用是 Windows 窗体设计器所必需的。
InitializeComponent()
End Sub
'窗体重写处置,以清理组件列表。
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
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
Public ToolTip1 As System.Windows.Forms.ToolTip
Public WithEvents txtCoopMsg As System.Windows.Forms.TextBox
Public WithEvents Label3 As System.Windows.Forms.Label
Public WithEvents Label2 As System.Windows.Forms.Label
Public WithEvents Label1 As System.Windows.Forms.Label
Public WithEvents fraCoop As System.Windows.Forms.GroupBox
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器来修改它。
'不要使用代码编辑器修改它。
Friend WithEvents ctbSatisfaction As GradientControls.ColorTrackBar
Friend WithEvents XPanderList1 As XPanderControl.XPanderList
Friend WithEvents XPander1 As XPanderControl.XPander
Friend WithEvents imglistTask As System.Windows.Forms.ImageList
Friend WithEvents lnkModify As System.Windows.Forms.LinkLabel
Friend WithEvents lnkOK As System.Windows.Forms.LinkLabel
Friend WithEvents lnkCancel As System.Windows.Forms.LinkLabel
Friend WithEvents dtpCoopDate As System.Windows.Forms.DateTimePicker
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container
Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmAddCoop))
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
Me.fraCoop = New System.Windows.Forms.GroupBox
Me.ctbSatisfaction = New GradientControls.ColorTrackBar
Me.dtpCoopDate = New System.Windows.Forms.DateTimePicker
Me.txtCoopMsg = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.XPanderList1 = New XPanderControl.XPanderList
Me.XPander1 = New XPanderControl.XPander
Me.lnkCancel = New System.Windows.Forms.LinkLabel
Me.imglistTask = New System.Windows.Forms.ImageList(Me.components)
Me.lnkOK = New System.Windows.Forms.LinkLabel
Me.lnkModify = New System.Windows.Forms.LinkLabel
Me.fraCoop.SuspendLayout()
Me.XPanderList1.SuspendLayout()
Me.XPander1.SuspendLayout()
Me.SuspendLayout()
'
'fraCoop
'
Me.fraCoop.BackColor = System.Drawing.Color.Transparent
Me.fraCoop.Controls.Add(Me.ctbSatisfaction)
Me.fraCoop.Controls.Add(Me.dtpCoopDate)
Me.fraCoop.Controls.Add(Me.txtCoopMsg)
Me.fraCoop.Controls.Add(Me.Label3)
Me.fraCoop.Controls.Add(Me.Label2)
Me.fraCoop.Controls.Add(Me.Label1)
Me.fraCoop.ForeColor = System.Drawing.SystemColors.ControlText
Me.fraCoop.Location = New System.Drawing.Point(216, 16)
Me.fraCoop.Name = "fraCoop"
Me.fraCoop.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.fraCoop.Size = New System.Drawing.Size(328, 296)
Me.fraCoop.TabIndex = 2
Me.fraCoop.TabStop = False
Me.fraCoop.Text = "合作信息 "
'
'ctbSatisfaction
'
Me.ctbSatisfaction.BarBorderColor = System.Drawing.Color.Silver
Me.ctbSatisfaction.BarColor = System.Drawing.Color.FromArgb(CType(170, Byte), CType(240, Byte), CType(170, Byte))
Me.ctbSatisfaction.BarOrientation = GradientControls.Orientations.Horizontal
Me.ctbSatisfaction.ControlCornerStyle = GradientControls.CornerStyles.Square
Me.ctbSatisfaction.Location = New System.Drawing.Point(72, 58)
Me.ctbSatisfaction.Maximum = 100
Me.ctbSatisfaction.MaximumValueSide = GradientControls.Poles.Right
Me.ctbSatisfaction.Minimum = 0
Me.ctbSatisfaction.Name = "ctbSatisfaction"
Me.ctbSatisfaction.Size = New System.Drawing.Size(248, 24)
Me.ctbSatisfaction.TabIndex = 10
Me.ctbSatisfaction.TrackerBorderColor = System.Drawing.Color.Black
Me.ctbSatisfaction.TrackerColor = System.Drawing.Color.Red
Me.ctbSatisfaction.TrackerSize = 24
Me.ctbSatisfaction.Value = 25
'
'dtpCoopDate
'
Me.dtpCoopDate.Location = New System.Drawing.Point(72, 24)
Me.dtpCoopDate.Name = "dtpCoopDate"
Me.dtpCoopDate.Size = New System.Drawing.Size(192, 21)
Me.dtpCoopDate.TabIndex = 9
'
'txtCoopMsg
'
Me.txtCoopMsg.AcceptsReturn = True
Me.txtCoopMsg.AutoSize = False
Me.txtCoopMsg.BackColor = System.Drawing.SystemColors.ActiveCaptionText
Me.txtCoopMsg.Cursor = System.Windows.Forms.Cursors.IBeam
Me.txtCoopMsg.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.txtCoopMsg.ForeColor = System.Drawing.SystemColors.WindowText
Me.txtCoopMsg.Location = New System.Drawing.Point(72, 104)
Me.txtCoopMsg.MaxLength = 0
Me.txtCoopMsg.Multiline = True
Me.txtCoopMsg.Name = "txtCoopMsg"
Me.txtCoopMsg.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.txtCoopMsg.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
Me.txtCoopMsg.Size = New System.Drawing.Size(248, 176)
Me.txtCoopMsg.TabIndex = 3
Me.txtCoopMsg.Text = ""
'
'Label3
'
Me.Label3.BackColor = System.Drawing.Color.Transparent
Me.Label3.Cursor = System.Windows.Forms.Cursors.Default
Me.Label3.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label3.Location = New System.Drawing.Point(8, 60)
Me.Label3.Name = "Label3"
Me.Label3.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label3.Size = New System.Drawing.Size(48, 28)
Me.Label3.TabIndex = 8
Me.Label3.Text = "满意度(0-100)"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.BackColor = System.Drawing.Color.Transparent
Me.Label2.Cursor = System.Windows.Forms.Cursors.Default
Me.Label2.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label2.Location = New System.Drawing.Point(8, 104)
Me.Label2.Name = "Label2"
Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label2.Size = New System.Drawing.Size(54, 17)
Me.Label2.TabIndex = 6
Me.Label2.Text = "合作内容"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.BackColor = System.Drawing.Color.Transparent
Me.Label1.Cursor = System.Windows.Forms.Cursors.Default
Me.Label1.ForeColor = System.Drawing.SystemColors.ControlText
Me.Label1.Location = New System.Drawing.Point(8, 26)
Me.Label1.Name = "Label1"
Me.Label1.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label1.Size = New System.Drawing.Size(54, 17)
Me.Label1.TabIndex = 5
Me.Label1.Text = "合作时间"
'
'XPanderList1
'
Me.XPanderList1.AutoScroll = True
Me.XPanderList1.BackColor = System.Drawing.Color.FromArgb(CType(99, Byte), CType(117, Byte), CType(222, Byte))
Me.XPanderList1.Controls.Add(Me.XPander1)
Me.XPanderList1.Dock = System.Windows.Forms.DockStyle.Left
Me.XPanderList1.Location = New System.Drawing.Point(0, 0)
Me.XPanderList1.Name = "XPanderList1"
Me.XPanderList1.Size = New System.Drawing.Size(176, 335)
Me.XPanderList1.TabIndex = 10
'
'XPander1
'
Me.XPander1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.XPander1.BackColor = System.Drawing.Color.Transparent
Me.XPander1.BorderStyle = System.Windows.Forms.Border3DStyle.Flat
Me.XPander1.CanToggle = False
Me.XPander1.CaptionFont = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Bold)
Me.XPander1.CaptionFormatFlag = XPanderControl.XPander.FormatFlag.NoWrap
Me.XPander1.CaptionStyle = XPanderControl.XPander.CaptionStyleEnum.Normal
Me.XPander1.CaptionText = "当前任务"
Me.XPander1.CaptionTextAlign = XPanderControl.XPander.CaptionTextAlignment.Left
Me.XPander1.ChevronStyle = XPanderControl.XPander.ChevronStyleEnum.Image
Me.XPander1.CollapsedHighlightImage = CType(resources.GetObject("XPander1.CollapsedHighlightImage"), System.Drawing.Bitmap)
Me.XPander1.CollapsedImage = CType(resources.GetObject("XPander1.CollapsedImage"), System.Drawing.Bitmap)
Me.XPander1.Controls.Add(Me.lnkCancel)
Me.XPander1.Controls.Add(Me.lnkOK)
Me.XPander1.Controls.Add(Me.lnkModify)
Me.XPander1.DockPadding.Top = 25
Me.XPander1.ExpandedHighlightImage = CType(resources.GetObject("XPander1.ExpandedHighlightImage"), System.Drawing.Bitmap)
Me.XPander1.ExpandedImage = CType(resources.GetObject("XPander1.ExpandedImage"), System.Drawing.Bitmap)
Me.XPander1.Location = New System.Drawing.Point(5, 8)
Me.XPander1.Name = "XPander1"
Me.XPander1.Size = New System.Drawing.Size(166, 128)
Me.XPander1.TabIndex = 0
Me.XPander1.Tag = 0
Me.XPander1.TooltipText = Nothing
'
'lnkCancel
'
Me.lnkCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.lnkCancel.ImageIndex = 2
Me.lnkCancel.ImageList = Me.imglistTask
Me.lnkCancel.Location = New System.Drawing.Point(16, 96)
Me.lnkCancel.Name = "lnkCancel"
Me.lnkCancel.Size = New System.Drawing.Size(88, 16)
Me.lnkCancel.TabIndex = 2
Me.lnkCancel.TabStop = True
Me.lnkCancel.Text = "取消"
Me.lnkCancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -