|
@@ -106,11 +106,13 @@ namespace OTSIncAReportApp._1_UI.OTSReportExport
|
|
|
this.Controls.Add(this.listView_select);
|
|
|
this.Controls.Add(this.button_up);
|
|
|
this.Controls.Add(this.button_down);
|
|
|
+ this.MaximizeBox = false;
|
|
|
this.MaximumSize = new System.Drawing.Size(292, 517);
|
|
|
+ this.MinimizeBox = false;
|
|
|
this.MinimumSize = new System.Drawing.Size(292, 517);
|
|
|
this.Name = "ClassificationOrderAdjuster";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
- this.Text = "分类排序";
|
|
|
+ this.Text = "排序修改";
|
|
|
this.Load += new System.EventHandler(this.ClassificationOrderAdjuster_Load);
|
|
|
this.ResumeLayout(false);
|
|
|
|