|
|
@@ -59,10 +59,13 @@
|
|
|
this.ClientSize = new System.Drawing.Size(321, 170);
|
|
|
this.Controls.Add(this.Confirm);
|
|
|
this.Controls.Add(this.Printer);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
|
|
this.Name = "PrinterList";
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.Text = "打印机列表";
|
|
|
+ this.TopMost = true;
|
|
|
this.Load += new System.EventHandler(this.PrinterList_Load);
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(true);
|
|
|
|
|
|
}
|
|
|
|