1, ServiceController 中dbHost和ftpHost写入注册并步骤前置到lic验证之后
2,Testplan隐藏行改为对高度设置来实现
This commit is contained in:
@@ -419,6 +419,7 @@ Namespace UTSModule.Station
|
||||
'SplPlanDesign
|
||||
'
|
||||
Me.SplPlanDesign.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.SplPlanDesign.FixedPanel = System.Windows.Forms.FixedPanel.Panel2
|
||||
Me.SplPlanDesign.Location = New System.Drawing.Point(0, 0)
|
||||
Me.SplPlanDesign.Margin = New System.Windows.Forms.Padding(4)
|
||||
Me.SplPlanDesign.Name = "SplPlanDesign"
|
||||
@@ -691,7 +692,7 @@ Namespace UTSModule.Station
|
||||
'
|
||||
Me.SplitContainer1.Panel2.Controls.Add(Me.RtxColTip)
|
||||
Me.SplitContainer1.Size = New System.Drawing.Size(446, 497)
|
||||
Me.SplitContainer1.SplitterDistance = 409
|
||||
Me.SplitContainer1.SplitterDistance = 407
|
||||
Me.SplitContainer1.SplitterWidth = 6
|
||||
Me.SplitContainer1.TabIndex = 1
|
||||
'
|
||||
@@ -706,7 +707,7 @@ Namespace UTSModule.Station
|
||||
Me.GrdRowNode.Margin = New System.Windows.Forms.Padding(4)
|
||||
Me.GrdRowNode.MouseWheelSpeed = CType(3, Short)
|
||||
Me.GrdRowNode.Name = "GrdRowNode"
|
||||
Me.GrdRowNode.Size = New System.Drawing.Size(446, 409)
|
||||
Me.GrdRowNode.Size = New System.Drawing.Size(446, 407)
|
||||
Me.GrdRowNode.TabIndex = 0
|
||||
'
|
||||
'RtxColTip
|
||||
@@ -717,7 +718,7 @@ Namespace UTSModule.Station
|
||||
Me.RtxColTip.Location = New System.Drawing.Point(0, 0)
|
||||
Me.RtxColTip.Margin = New System.Windows.Forms.Padding(4)
|
||||
Me.RtxColTip.Name = "RtxColTip"
|
||||
Me.RtxColTip.Size = New System.Drawing.Size(446, 82)
|
||||
Me.RtxColTip.Size = New System.Drawing.Size(446, 84)
|
||||
Me.RtxColTip.TabIndex = 0
|
||||
Me.RtxColTip.Text = ""
|
||||
'
|
||||
@@ -782,8 +783,8 @@ Namespace UTSModule.Station
|
||||
Me.Text = "Form1"
|
||||
Me.ToolStrip1.ResumeLayout(False)
|
||||
Me.ToolStrip1.PerformLayout()
|
||||
Me.StuMain.ResumeLayout(false)
|
||||
Me.StuMain.PerformLayout
|
||||
Me.StuMain.ResumeLayout(False)
|
||||
Me.StuMain.PerformLayout
|
||||
Me.SplStationPlan.Panel1.ResumeLayout(false)
|
||||
Me.SplStationPlan.Panel2.ResumeLayout(false)
|
||||
CType(Me.SplStationPlan,System.ComponentModel.ISupportInitialize).EndInit
|
||||
|
||||
Reference in New Issue
Block a user