Imports System.Windows.Forms Namespace UTSModule.Project _ Partial Class FrmStationDesign 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmStationDesign)) Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.TsBtnReleaseStation = New System.Windows.Forms.ToolStripButton() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.TxtTestStation = New System.Windows.Forms.TextBox() Me.TxtProjectName = New System.Windows.Forms.TextBox() Me.NudStationVersion = New System.Windows.Forms.NumericUpDown() Me.ChkAutoAugment = New System.Windows.Forms.CheckBox() Me.Label7 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.TxtEditPwd = New System.Windows.Forms.TextBox() Me.DtpValidDate = New System.Windows.Forms.DateTimePicker() Me.Label5 = New System.Windows.Forms.Label() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.PicStation = New System.Windows.Forms.PictureBox() Me.SplitContainer2 = New System.Windows.Forms.SplitContainer() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.RtxCurrentImprint = New System.Windows.Forms.RichTextBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.RtxHistoryImprint = New System.Windows.Forms.RichTextBox() Me.ToolStrip1.SuspendLayout CType(Me.SplitContainer1,System.ComponentModel.ISupportInitialize).BeginInit Me.SplitContainer1.Panel1.SuspendLayout Me.SplitContainer1.Panel2.SuspendLayout Me.SplitContainer1.SuspendLayout Me.GroupBox4.SuspendLayout CType(Me.NudStationVersion,System.ComponentModel.ISupportInitialize).BeginInit Me.GroupBox3.SuspendLayout CType(Me.PicStation,System.ComponentModel.ISupportInitialize).BeginInit CType(Me.SplitContainer2,System.ComponentModel.ISupportInitialize).BeginInit Me.SplitContainer2.Panel1.SuspendLayout Me.SplitContainer2.Panel2.SuspendLayout Me.SplitContainer2.SuspendLayout Me.GroupBox2.SuspendLayout Me.GroupBox1.SuspendLayout Me.SuspendLayout ' 'ToolStrip1 ' Me.ToolStrip1.BackColor = System.Drawing.SystemColors.Control Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TsBtnReleaseStation}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(800, 25) Me.ToolStrip1.TabIndex = 6 Me.ToolStrip1.Text = "ToolStrip1" ' 'TsBtnReleaseStation ' Me.TsBtnReleaseStation.BackColor = System.Drawing.SystemColors.Control Me.TsBtnReleaseStation.Image = CType(resources.GetObject("TsBtnReleaseStation.Image"),System.Drawing.Image) Me.TsBtnReleaseStation.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnReleaseStation.Name = "TsBtnReleaseStation" Me.TsBtnReleaseStation.Size = New System.Drawing.Size(76, 22) Me.TsBtnReleaseStation.Text = "发布站包" ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer1.Location = New System.Drawing.Point(0, 25) Me.SplitContainer1.Name = "SplitContainer1" ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox4) Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox3) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2) Me.SplitContainer1.Size = New System.Drawing.Size(800, 425) Me.SplitContainer1.SplitterDistance = 475 Me.SplitContainer1.TabIndex = 7 ' 'GroupBox4 ' Me.GroupBox4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) Me.GroupBox4.Controls.Add(Me.TxtTestStation) Me.GroupBox4.Controls.Add(Me.TxtProjectName) Me.GroupBox4.Controls.Add(Me.NudStationVersion) Me.GroupBox4.Controls.Add(Me.ChkAutoAugment) Me.GroupBox4.Controls.Add(Me.Label7) Me.GroupBox4.Controls.Add(Me.Label3) Me.GroupBox4.Controls.Add(Me.Label4) Me.GroupBox4.Controls.Add(Me.TxtEditPwd) Me.GroupBox4.Controls.Add(Me.DtpValidDate) Me.GroupBox4.Controls.Add(Me.Label5) Me.GroupBox4.Location = New System.Drawing.Point(3, 3) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(469, 120) Me.GroupBox4.TabIndex = 25 Me.GroupBox4.TabStop = false Me.GroupBox4.Text = "基本信息" ' 'TxtTestStation ' Me.TxtTestStation.Location = New System.Drawing.Point(296, 28) Me.TxtTestStation.Name = "TxtTestStation" Me.TxtTestStation.ReadOnly = true Me.TxtTestStation.Size = New System.Drawing.Size(137, 21) Me.TxtTestStation.TabIndex = 1 ' 'TxtProjectName ' Me.TxtProjectName.Location = New System.Drawing.Point(71, 28) Me.TxtProjectName.Name = "TxtProjectName" Me.TxtProjectName.ReadOnly = true Me.TxtProjectName.Size = New System.Drawing.Size(136, 21) Me.TxtProjectName.TabIndex = 1 ' 'NudStationVersion ' Me.NudStationVersion.Enabled = false Me.NudStationVersion.Location = New System.Drawing.Point(296, 82) Me.NudStationVersion.Name = "NudStationVersion" Me.NudStationVersion.Size = New System.Drawing.Size(137, 21) Me.NudStationVersion.TabIndex = 25 ' 'ChkAutoAugment ' Me.ChkAutoAugment.AutoSize = true Me.ChkAutoAugment.Checked = true Me.ChkAutoAugment.CheckState = System.Windows.Forms.CheckState.Checked Me.ChkAutoAugment.Location = New System.Drawing.Point(218, 85) Me.ChkAutoAugment.Name = "ChkAutoAugment" Me.ChkAutoAugment.Size = New System.Drawing.Size(72, 16) Me.ChkAutoAugment.TabIndex = 24 Me.ChkAutoAugment.Text = "版本递增" Me.ChkAutoAugment.UseVisualStyleBackColor = true ' 'Label7 ' Me.Label7.AutoSize = true Me.Label7.Location = New System.Drawing.Point(231, 33) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(59, 12) Me.Label7.TabIndex = 23 Me.Label7.Text = "测试站名:" ' 'Label3 ' Me.Label3.AutoSize = true Me.Label3.Location = New System.Drawing.Point(6, 31) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(59, 12) Me.Label3.TabIndex = 10 Me.Label3.Text = "测试项目:" ' 'Label4 ' Me.Label4.AutoSize = true Me.Label4.Location = New System.Drawing.Point(6, 58) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(59, 12) Me.Label4.TabIndex = 16 Me.Label4.Text = "编辑密码:" ' 'TxtEditPwd ' Me.TxtEditPwd.Location = New System.Drawing.Point(71, 55) Me.TxtEditPwd.Name = "TxtEditPwd" Me.TxtEditPwd.Size = New System.Drawing.Size(136, 21) Me.TxtEditPwd.TabIndex = 17 ' 'DtpValidDate ' Me.DtpValidDate.Location = New System.Drawing.Point(296, 55) Me.DtpValidDate.Name = "DtpValidDate" Me.DtpValidDate.Size = New System.Drawing.Size(137, 21) Me.DtpValidDate.TabIndex = 19 ' 'Label5 ' Me.Label5.AutoSize = true Me.Label5.Location = New System.Drawing.Point(231, 60) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(59, 12) Me.Label5.TabIndex = 18 Me.Label5.Text = "有效日期:" ' 'GroupBox3 ' Me.GroupBox3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right),System.Windows.Forms.AnchorStyles) Me.GroupBox3.Controls.Add(Me.PicStation) Me.GroupBox3.Location = New System.Drawing.Point(3, 129) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(469, 292) Me.GroupBox3.TabIndex = 24 Me.GroupBox3.TabStop = false Me.GroupBox3.Text = "图像" ' 'PicStation ' Me.PicStation.Dock = System.Windows.Forms.DockStyle.Fill Me.PicStation.Location = New System.Drawing.Point(3, 17) Me.PicStation.Name = "PicStation" Me.PicStation.Size = New System.Drawing.Size(463, 272) Me.PicStation.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PicStation.TabIndex = 0 Me.PicStation.TabStop = false ' 'SplitContainer2 ' Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer2.Location = New System.Drawing.Point(0, 0) Me.SplitContainer2.Name = "SplitContainer2" Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer2.Panel1 ' Me.SplitContainer2.Panel1.Controls.Add(Me.GroupBox2) ' 'SplitContainer2.Panel2 ' Me.SplitContainer2.Panel2.Controls.Add(Me.GroupBox1) Me.SplitContainer2.Size = New System.Drawing.Size(321, 425) Me.SplitContainer2.SplitterDistance = 115 Me.SplitContainer2.TabIndex = 0 ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.RtxCurrentImprint) Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.GroupBox2.Location = New System.Drawing.Point(0, 0) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(321, 115) Me.GroupBox2.TabIndex = 1 Me.GroupBox2.TabStop = false Me.GroupBox2.Text = "当前说明" ' 'RtxCurrentImprint ' Me.RtxCurrentImprint.BorderStyle = System.Windows.Forms.BorderStyle.None Me.RtxCurrentImprint.Dock = System.Windows.Forms.DockStyle.Fill Me.RtxCurrentImprint.Location = New System.Drawing.Point(3, 17) Me.RtxCurrentImprint.Name = "RtxCurrentImprint" Me.RtxCurrentImprint.Size = New System.Drawing.Size(315, 95) Me.RtxCurrentImprint.TabIndex = 0 Me.RtxCurrentImprint.Text = "" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.RtxHistoryImprint) Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.GroupBox1.Location = New System.Drawing.Point(0, 0) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(321, 306) Me.GroupBox1.TabIndex = 0 Me.GroupBox1.TabStop = false Me.GroupBox1.Text = "历史说明" ' 'RtxHistoryImprint ' Me.RtxHistoryImprint.BorderStyle = System.Windows.Forms.BorderStyle.None Me.RtxHistoryImprint.Dock = System.Windows.Forms.DockStyle.Fill Me.RtxHistoryImprint.Location = New System.Drawing.Point(3, 17) Me.RtxHistoryImprint.Name = "RtxHistoryImprint" Me.RtxHistoryImprint.Size = New System.Drawing.Size(315, 286) Me.RtxHistoryImprint.TabIndex = 0 Me.RtxHistoryImprint.Text = "" ' 'FrmStationDesign ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6!, 12!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(800, 450) Me.Controls.Add(Me.SplitContainer1) Me.Controls.Add(Me.ToolStrip1) Me.Enabled = false Me.Name = "FrmStationDesign" Me.Text = "FrmStationDesign" Me.ToolStrip1.ResumeLayout(false) Me.ToolStrip1.PerformLayout Me.SplitContainer1.Panel1.ResumeLayout(false) Me.SplitContainer1.Panel2.ResumeLayout(false) CType(Me.SplitContainer1,System.ComponentModel.ISupportInitialize).EndInit Me.SplitContainer1.ResumeLayout(false) Me.GroupBox4.ResumeLayout(false) Me.GroupBox4.PerformLayout CType(Me.NudStationVersion,System.ComponentModel.ISupportInitialize).EndInit Me.GroupBox3.ResumeLayout(false) CType(Me.PicStation,System.ComponentModel.ISupportInitialize).EndInit Me.SplitContainer2.Panel1.ResumeLayout(false) Me.SplitContainer2.Panel2.ResumeLayout(false) CType(Me.SplitContainer2,System.ComponentModel.ISupportInitialize).EndInit Me.SplitContainer2.ResumeLayout(false) Me.GroupBox2.ResumeLayout(false) Me.GroupBox1.ResumeLayout(false) Me.ResumeLayout(false) Me.PerformLayout End Sub Friend WithEvents ToolStrip1 As ToolStrip Friend WithEvents TsBtnReleaseStation As ToolStripButton Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents GroupBox4 As GroupBox Friend WithEvents TxtTestStation As TextBox Friend WithEvents TxtProjectName As TextBox Friend WithEvents NudStationVersion As NumericUpDown Friend WithEvents ChkAutoAugment As CheckBox Friend WithEvents Label7 As Label Friend WithEvents Label3 As Label Friend WithEvents Label4 As Label Friend WithEvents TxtEditPwd As TextBox Friend WithEvents DtpValidDate As DateTimePicker Friend WithEvents Label5 As Label Friend WithEvents GroupBox3 As GroupBox Friend WithEvents PicStation As PictureBox Friend WithEvents SplitContainer2 As SplitContainer Friend WithEvents GroupBox2 As GroupBox Friend WithEvents GroupBox1 As GroupBox Friend WithEvents RtxCurrentImprint As RichTextBox Friend WithEvents RtxHistoryImprint As RichTextBox End Class End Namespace