Imports System.Windows.Forms Partial Class FrmStationRelease 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(FrmStationRelease)) Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.TsBtnReleaseStation = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.TsBtnAddResourceFile = New System.Windows.Forms.ToolStripButton() Me.TsBtnAddResourceDir = New System.Windows.Forms.ToolStripButton() Me.TsBtnSearchResource = New System.Windows.Forms.ToolStripButton() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.RtxCurrentImprint = New System.Windows.Forms.RichTextBox() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.Label1 = New System.Windows.Forms.Label() Me.TxtReleasePwd = New System.Windows.Forms.TextBox() 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.GroupBox1 = New System.Windows.Forms.GroupBox() Me.RtxHistoryImprint = New System.Windows.Forms.RichTextBox() Me.dlgOpenFile = New System.Windows.Forms.OpenFileDialog() Me.dlgOpenFolder = New System.Windows.Forms.FolderBrowserDialog() Me.ToolStrip1.SuspendLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox4.SuspendLayout() CType(Me.NudStationVersion, System.ComponentModel.ISupportInitialize).BeginInit() 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.ToolStripSeparator1, Me.TsBtnAddResourceFile, Me.TsBtnAddResourceDir, Me.TsBtnSearchResource}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(768, 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.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.TsBtnReleaseStation.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnReleaseStation.Name = "TsBtnReleaseStation" Me.TsBtnReleaseStation.Size = New System.Drawing.Size(76, 22) Me.TsBtnReleaseStation.Text = "发布站包" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25) ' 'TsBtnAddResourceFile ' Me.TsBtnAddResourceFile.BackColor = System.Drawing.SystemColors.Control Me.TsBtnAddResourceFile.Image = CType(resources.GetObject("TsBtnAddResourceFile.Image"), System.Drawing.Image) Me.TsBtnAddResourceFile.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.TsBtnAddResourceFile.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnAddResourceFile.Name = "TsBtnAddResourceFile" Me.TsBtnAddResourceFile.Size = New System.Drawing.Size(100, 22) Me.TsBtnAddResourceFile.Text = "添加资源文件" ' 'TsBtnAddResourceDir ' Me.TsBtnAddResourceDir.BackColor = System.Drawing.SystemColors.Control Me.TsBtnAddResourceDir.Image = CType(resources.GetObject("TsBtnAddResourceDir.Image"), System.Drawing.Image) Me.TsBtnAddResourceDir.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.TsBtnAddResourceDir.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnAddResourceDir.Name = "TsBtnAddResourceDir" Me.TsBtnAddResourceDir.Size = New System.Drawing.Size(112, 22) Me.TsBtnAddResourceDir.Text = "添加资源文件夹" ' 'TsBtnSearchResource ' Me.TsBtnSearchResource.BackColor = System.Drawing.SystemColors.Control Me.TsBtnSearchResource.Image = CType(resources.GetObject("TsBtnSearchResource.Image"), System.Drawing.Image) Me.TsBtnSearchResource.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None Me.TsBtnSearchResource.ImageTransparentColor = System.Drawing.Color.Magenta Me.TsBtnSearchResource.Name = "TsBtnSearchResource" Me.TsBtnSearchResource.Size = New System.Drawing.Size(112, 22) Me.TsBtnSearchResource.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.GroupBox2) Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox4) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.GroupBox1) Me.SplitContainer1.Size = New System.Drawing.Size(768, 425) Me.SplitContainer1.SplitterDistance = 456 Me.SplitContainer1.TabIndex = 7 ' 'GroupBox2 ' Me.GroupBox2.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.GroupBox2.Controls.Add(Me.RtxCurrentImprint) Me.GroupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.GroupBox2.Location = New System.Drawing.Point(3, 128) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(450, 294) 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(444, 274) Me.RtxCurrentImprint.TabIndex = 0 Me.RtxCurrentImprint.Text = "" ' '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.Label1) Me.GroupBox4.Controls.Add(Me.TxtReleasePwd) 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, 0) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(450, 124) Me.GroupBox4.TabIndex = 25 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "基本信息" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(6, 86) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(59, 12) Me.Label1.TabIndex = 26 Me.Label1.Text = "发布密码:" ' 'TxtReleasePwd ' Me.TxtReleasePwd.Location = New System.Drawing.Point(71, 83) Me.TxtReleasePwd.Name = "TxtReleasePwd" Me.TxtReleasePwd.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) Me.TxtReleasePwd.Size = New System.Drawing.Size(136, 21) Me.TxtReleasePwd.TabIndex = 27 ' '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.Maximum = New Decimal(New Integer() {1024, 0, 0, 0}) 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.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42) Me.TxtEditPwd.Size = New System.Drawing.Size(136, 21) Me.TxtEditPwd.TabIndex = 17 ' 'DtpValidDate ' Me.DtpValidDate.CustomFormat = "yyyy-MM-dd" Me.DtpValidDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom Me.DtpValidDate.Location = New System.Drawing.Point(296, 55) Me.DtpValidDate.MinDate = New Date(2021, 1, 1, 0, 0, 0, 0) 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 = "有效日期:" ' '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(308, 425) Me.GroupBox1.TabIndex = 8 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(302, 405) Me.RtxHistoryImprint.TabIndex = 0 Me.RtxHistoryImprint.Text = "" ' 'FrmStationDesign ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(768, 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.GroupBox2.ResumeLayout(False) Me.GroupBox4.ResumeLayout(False) Me.GroupBox4.PerformLayout() CType(Me.NudStationVersion, System.ComponentModel.ISupportInitialize).EndInit() 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 GroupBox2 As GroupBox Friend WithEvents RtxCurrentImprint As RichTextBox Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents TsBtnAddResourceFile As ToolStripButton Friend WithEvents dlgOpenFile As OpenFileDialog Friend WithEvents TsBtnSearchResource As ToolStripButton Friend WithEvents TsBtnAddResourceDir As ToolStripButton Friend WithEvents dlgOpenFolder As FolderBrowserDialog Friend WithEvents Label1 As Label Friend WithEvents TxtReleasePwd As TextBox Friend WithEvents GroupBox1 As GroupBox Friend WithEvents RtxHistoryImprint As RichTextBox End Class