Imports System.Windows.Forms Namespace UTSModule.Project Partial Class FrmProject Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Windows 窗体设计器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下过程是 Windows 窗体设计器所必需的 '可以使用 Windows 窗体设计器修改它。 '不要使用代码编辑器修改它。 Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmProject)) Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.TsBtnNewProject = New System.Windows.Forms.ToolStripButton() Me.TsBtnLoadProject = New System.Windows.Forms.ToolStripButton() Me.TsBtnCloneProject = New System.Windows.Forms.ToolStripButton() Me.TsBtnSaveProject = New System.Windows.Forms.ToolStripButton() Me.TsBtnReleaseProject = New System.Windows.Forms.ToolStripButton() Me.TsBtnDeleteProject = New System.Windows.Forms.ToolStripButton() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.Label6 = New System.Windows.Forms.Label() Me.Panel1 = New System.Windows.Forms.Panel() Me.RadTestCreate = New System.Windows.Forms.RadioButton() Me.RadOrderCreate = New System.Windows.Forms.RadioButton() Me.CboProjectType = New System.Windows.Forms.ComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.DtpValidDate = New System.Windows.Forms.DateTimePicker() Me.Label5 = New System.Windows.Forms.Label() Me.NudPrice = New System.Windows.Forms.NumericUpDown() Me.Label3 = New System.Windows.Forms.Label() Me.TxtRemark = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.PicProject = New System.Windows.Forms.PictureBox() Me.TxtDescription = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.TxtProjectName = New System.Windows.Forms.TextBox() Me.LblProjectNameTip = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.GrdStations = New FlexCell.Grid() Me.CtmStation = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.TsmAddStation = New System.Windows.Forms.ToolStripMenuItem() Me.TsmRemoveStation = New System.Windows.Forms.ToolStripMenuItem() Me.TsmMoveUpStation = New System.Windows.Forms.ToolStripMenuItem() Me.TsmMoveDownStation = New System.Windows.Forms.ToolStripMenuItem() Me.MsiStationPreview = New System.Windows.Forms.ToolStripMenuItem() Me.SplProject = New System.Windows.Forms.SplitContainer() Me.ToolStrip1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.Panel1.SuspendLayout() CType(Me.NudPrice, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox3.SuspendLayout() CType(Me.PicProject, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.CtmStation.SuspendLayout() CType(Me.SplProject, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplProject.Panel1.SuspendLayout() Me.SplProject.Panel2.SuspendLayout() Me.SplProject.SuspendLayout() Me.SuspendLayout() ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsBtnNewProject, Me.TsBtnLoadProject, Me.TsBtnCloneProject, Me.TsBtnSaveProject, Me.TsBtnReleaseProject, Me.TsBtnDeleteProject}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(670, 40) Me.ToolStrip1.TabIndex = 3 Me.ToolStrip1.Text = "ToolStrip1" ' 'TsBtnNewProject ' Me.TsBtnNewProject.Image = CType(resources.GetObject("TsBtnNewProject.Image"), System.Drawing.Image) Me.TsBtnNewProject.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnNewProject.Name = "TsBtnNewProject" Me.TsBtnNewProject.Size = New System.Drawing.Size(60, 37) Me.TsBtnNewProject.Text = "新建项目" Me.TsBtnNewProject.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnLoadProject ' Me.TsBtnLoadProject.Image = CType(resources.GetObject("TsBtnLoadProject.Image"), System.Drawing.Image) Me.TsBtnLoadProject.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnLoadProject.Name = "TsBtnLoadProject" Me.TsBtnLoadProject.Size = New System.Drawing.Size(60, 37) Me.TsBtnLoadProject.Text = "加载项目" Me.TsBtnLoadProject.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnCloneProject ' Me.TsBtnCloneProject.Image = CType(resources.GetObject("TsBtnCloneProject.Image"), System.Drawing.Image) Me.TsBtnCloneProject.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnCloneProject.Name = "TsBtnCloneProject" Me.TsBtnCloneProject.Size = New System.Drawing.Size(60, 37) Me.TsBtnCloneProject.Text = "克隆项目" Me.TsBtnCloneProject.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnSaveProject ' Me.TsBtnSaveProject.Image = CType(resources.GetObject("TsBtnSaveProject.Image"), System.Drawing.Image) Me.TsBtnSaveProject.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnSaveProject.Name = "TsBtnSaveProject" Me.TsBtnSaveProject.Size = New System.Drawing.Size(60, 37) Me.TsBtnSaveProject.Text = "保存项目" Me.TsBtnSaveProject.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnReleaseProject ' Me.TsBtnReleaseProject.Image = CType(resources.GetObject("TsBtnReleaseProject.Image"), System.Drawing.Image) Me.TsBtnReleaseProject.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnReleaseProject.Name = "TsBtnReleaseProject" Me.TsBtnReleaseProject.Size = New System.Drawing.Size(60, 37) Me.TsBtnReleaseProject.Text = "发布项目" Me.TsBtnReleaseProject.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'TsBtnDeleteProject ' Me.TsBtnDeleteProject.ForeColor = System.Drawing.Color.Black Me.TsBtnDeleteProject.Image = CType(resources.GetObject("TsBtnDeleteProject.Image"), System.Drawing.Image) Me.TsBtnDeleteProject.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnDeleteProject.Name = "TsBtnDeleteProject" Me.TsBtnDeleteProject.Size = New System.Drawing.Size(60, 37) Me.TsBtnDeleteProject.Text = "删除项目" Me.TsBtnDeleteProject.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.Label6) Me.GroupBox2.Controls.Add(Me.Panel1) Me.GroupBox2.Controls.Add(Me.CboProjectType) Me.GroupBox2.Controls.Add(Me.Label4) Me.GroupBox2.Controls.Add(Me.DtpValidDate) Me.GroupBox2.Controls.Add(Me.Label5) Me.GroupBox2.Controls.Add(Me.NudPrice) Me.GroupBox2.Controls.Add(Me.Label3) Me.GroupBox2.Controls.Add(Me.TxtRemark) Me.GroupBox2.Controls.Add(Me.Label2) Me.GroupBox2.Controls.Add(Me.GroupBox3) Me.GroupBox2.Controls.Add(Me.TxtDescription) Me.GroupBox2.Controls.Add(Me.Label1) Me.GroupBox2.Controls.Add(Me.TxtProjectName) Me.GroupBox2.Controls.Add(Me.LblProjectNameTip) Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox2.Location = New System.Drawing.Point(0, 0) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(670, 199) Me.GroupBox2.TabIndex = 5 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "项目信息" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(2, 74) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(59, 12) Me.Label6.TabIndex = 25 Me.Label6.Text = "条码规则:" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.RadTestCreate) Me.Panel1.Controls.Add(Me.RadOrderCreate) Me.Panel1.Location = New System.Drawing.Point(66, 69) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(318, 22) Me.Panel1.TabIndex = 24 ' 'RadTestCreate ' Me.RadTestCreate.AutoSize = True Me.RadTestCreate.Location = New System.Drawing.Point(200, 3) Me.RadTestCreate.Name = "RadTestCreate" Me.RadTestCreate.Size = New System.Drawing.Size(83, 16) Me.RadTestCreate.TabIndex = 1 Me.RadTestCreate.Text = "测试时生成" Me.RadTestCreate.UseVisualStyleBackColor = True ' 'RadOrderCreate ' Me.RadOrderCreate.AutoSize = True Me.RadOrderCreate.Checked = True Me.RadOrderCreate.Location = New System.Drawing.Point(3, 3) Me.RadOrderCreate.Name = "RadOrderCreate" Me.RadOrderCreate.Size = New System.Drawing.Size(95, 16) Me.RadOrderCreate.TabIndex = 0 Me.RadOrderCreate.TabStop = True Me.RadOrderCreate.Text = "跟随订单生成" Me.RadOrderCreate.UseVisualStyleBackColor = True ' 'CboProjectType ' Me.CboProjectType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CboProjectType.FormattingEnabled = True Me.CboProjectType.Location = New System.Drawing.Point(264, 19) Me.CboProjectType.Name = "CboProjectType" Me.CboProjectType.Size = New System.Drawing.Size(120, 20) Me.CboProjectType.TabIndex = 23 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(223, 22) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(35, 12) Me.Label4.TabIndex = 22 Me.Label4.Text = "类型:" ' 'DtpValidDate ' Me.DtpValidDate.CustomFormat = "yyyy-MM-dd" Me.DtpValidDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DtpValidDate.Location = New System.Drawing.Point(66, 45) Me.DtpValidDate.Name = "DtpValidDate" Me.DtpValidDate.Size = New System.Drawing.Size(134, 21) Me.DtpValidDate.TabIndex = 21 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(13, 51) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(47, 12) Me.Label5.TabIndex = 20 Me.Label5.Text = "有效至:" ' 'NudPrice ' Me.NudPrice.DecimalPlaces = 2 Me.NudPrice.Location = New System.Drawing.Point(264, 45) Me.NudPrice.Maximum = New Decimal(New Integer() {20200202, 0, 0, 0}) Me.NudPrice.Name = "NudPrice" Me.NudPrice.Size = New System.Drawing.Size(120, 21) Me.NudPrice.TabIndex = 9 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(223, 47) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(35, 12) Me.Label3.TabIndex = 8 Me.Label3.Text = "单价:" ' 'TxtRemark ' Me.TxtRemark.Location = New System.Drawing.Point(66, 163) Me.TxtRemark.Multiline = True Me.TxtRemark.Name = "TxtRemark" Me.TxtRemark.Size = New System.Drawing.Size(318, 32) Me.TxtRemark.TabIndex = 7 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(25, 163) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(35, 12) Me.Label2.TabIndex = 6 Me.Label2.Text = "备注:" ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.PicProject) Me.GroupBox3.Location = New System.Drawing.Point(411, 11) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(237, 184) Me.GroupBox3.TabIndex = 5 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "项目图像" ' 'PicProject ' Me.PicProject.Dock = System.Windows.Forms.DockStyle.Fill Me.PicProject.Location = New System.Drawing.Point(3, 17) Me.PicProject.Name = "PicProject" Me.PicProject.Size = New System.Drawing.Size(231, 164) Me.PicProject.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.PicProject.TabIndex = 4 Me.PicProject.TabStop = False ' 'TxtDescription ' Me.TxtDescription.Location = New System.Drawing.Point(66, 94) Me.TxtDescription.Multiline = True Me.TxtDescription.Name = "TxtDescription" Me.TxtDescription.Size = New System.Drawing.Size(318, 64) Me.TxtDescription.TabIndex = 3 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(25, 94) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(35, 12) Me.Label1.TabIndex = 2 Me.Label1.Text = "描述:" ' 'TxtProjectName ' Me.TxtProjectName.Location = New System.Drawing.Point(66, 19) Me.TxtProjectName.Name = "TxtProjectName" Me.TxtProjectName.Size = New System.Drawing.Size(134, 21) Me.TxtProjectName.TabIndex = 1 ' 'LblProjectNameTip ' Me.LblProjectNameTip.AutoSize = True Me.LblProjectNameTip.Location = New System.Drawing.Point(25, 22) Me.LblProjectNameTip.Name = "LblProjectNameTip" Me.LblProjectNameTip.Size = New System.Drawing.Size(35, 12) Me.LblProjectNameTip.TabIndex = 0 Me.LblProjectNameTip.Text = "名称:" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.GrdStations) Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox1.Location = New System.Drawing.Point(0, 0) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(670, 253) Me.GroupBox1.TabIndex = 6 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "测试站信息" ' 'GrdStations ' Me.GrdStations.BorderStyle = FlexCell.BorderStyleEnum.None Me.GrdStations.CheckedImage = Nothing Me.GrdStations.ContextMenuStrip = Me.CtmStation Me.GrdStations.DefaultFont = New System.Drawing.Font("宋体", 9.0!) Me.GrdStations.Dock = System.Windows.Forms.DockStyle.Fill Me.GrdStations.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte)) Me.GrdStations.GridColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.GrdStations.Location = New System.Drawing.Point(3, 17) Me.GrdStations.MultiSelect = False Me.GrdStations.Name = "GrdStations" Me.GrdStations.Size = New System.Drawing.Size(664, 233) Me.GrdStations.TabIndex = 1 Me.GrdStations.UncheckedImage = Nothing ' 'CtmStation ' Me.CtmStation.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsmAddStation, Me.TsmRemoveStation, Me.TsmMoveUpStation, Me.TsmMoveDownStation, Me.MsiStationPreview}) Me.CtmStation.Name = "CtmStation" Me.CtmStation.Size = New System.Drawing.Size(130, 114) ' 'TsmAddStation ' Me.TsmAddStation.Name = "TsmAddStation" Me.TsmAddStation.Size = New System.Drawing.Size(129, 22) Me.TsmAddStation.Text = "(&A)添加站" ' 'TsmRemoveStation ' Me.TsmRemoveStation.Name = "TsmRemoveStation" Me.TsmRemoveStation.Size = New System.Drawing.Size(129, 22) Me.TsmRemoveStation.Text = "(R)删除站" ' 'TsmMoveUpStation ' Me.TsmMoveUpStation.Name = "TsmMoveUpStation" Me.TsmMoveUpStation.Size = New System.Drawing.Size(129, 22) Me.TsmMoveUpStation.Text = "(U)上移站" ' 'TsmMoveDownStation ' Me.TsmMoveDownStation.Name = "TsmMoveDownStation" Me.TsmMoveDownStation.Size = New System.Drawing.Size(129, 22) Me.TsmMoveDownStation.Text = "(D)下移站" ' 'MsiStationPreview ' Me.MsiStationPreview.Name = "MsiStationPreview" Me.MsiStationPreview.Size = New System.Drawing.Size(129, 22) Me.MsiStationPreview.Text = "(&P)预览图" ' 'SplProject ' Me.SplProject.Dock = System.Windows.Forms.DockStyle.Fill Me.SplProject.Location = New System.Drawing.Point(0, 40) Me.SplProject.Name = "SplProject" Me.SplProject.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplProject.Panel1 ' Me.SplProject.Panel1.Controls.Add(Me.GroupBox2) ' 'SplProject.Panel2 ' Me.SplProject.Panel2.Controls.Add(Me.GroupBox1) Me.SplProject.Size = New System.Drawing.Size(670, 456) Me.SplProject.SplitterDistance = 199 Me.SplProject.TabIndex = 7 ' 'FrmProject ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(670, 496) Me.Controls.Add(Me.SplProject) Me.Controls.Add(Me.ToolStrip1) Me.Name = "FrmProject" Me.Text = "FrmProject" Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.NudPrice, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox3.ResumeLayout(False) CType(Me.PicProject, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.CtmStation.ResumeLayout(False) Me.SplProject.Panel1.ResumeLayout(False) Me.SplProject.Panel2.ResumeLayout(False) CType(Me.SplProject, System.ComponentModel.ISupportInitialize).EndInit() Me.SplProject.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents TsBtnNewProject As ToolStripButton Friend WithEvents TsBtnLoadProject As ToolStripButton Friend WithEvents TsBtnSaveProject As ToolStripButton Friend WithEvents TsBtnReleaseProject As ToolStripButton Friend WithEvents GroupBox2 As GroupBox Friend WithEvents TxtDescription As TextBox Friend WithEvents Label1 As Label Friend WithEvents TxtProjectName As TextBox Friend WithEvents LblProjectNameTip As Label Friend WithEvents GroupBox1 As GroupBox Friend WithEvents GrdStations As FlexCell.Grid Friend WithEvents SplProject As SplitContainer Friend WithEvents CtmStation As ContextMenuStrip Friend WithEvents TsmAddStation As ToolStripMenuItem Friend WithEvents TsmRemoveStation As ToolStripMenuItem Friend WithEvents TsmMoveUpStation As ToolStripMenuItem Friend WithEvents TsmMoveDownStation As ToolStripMenuItem Friend WithEvents TsBtnDeleteProject As ToolStripButton Friend WithEvents PicProject As PictureBox Friend WithEvents MsiStationPreview As ToolStripMenuItem Friend WithEvents GroupBox3 As GroupBox Friend WithEvents TxtRemark As TextBox Friend WithEvents Label2 As Label Friend WithEvents NudPrice As NumericUpDown Friend WithEvents Label3 As Label Friend WithEvents TsBtnCloneProject As ToolStripButton Friend WithEvents DtpValidDate As DateTimePicker Friend WithEvents Label5 As Label Friend WithEvents Label4 As Label Friend WithEvents CboProjectType As ComboBox Friend WithEvents Panel1 As Panel Friend WithEvents RadTestCreate As RadioButton Friend WithEvents RadOrderCreate As RadioButton Friend WithEvents Label6 As Label End Class End Namespace