|
|
@@ -64,6 +64,7 @@
|
|
|
this.PRXA.TabIndex = 2;
|
|
|
this.PRXA.Text = "指令打印";
|
|
|
this.PRXA.UseVisualStyleBackColor = true;
|
|
|
+ this.PRXA.Visible = false;
|
|
|
//
|
|
|
// PRPIC
|
|
|
//
|
|
|
@@ -74,6 +75,7 @@
|
|
|
this.PRPIC.TabIndex = 3;
|
|
|
this.PRPIC.Text = "图片打印";
|
|
|
this.PRPIC.UseVisualStyleBackColor = true;
|
|
|
+ this.PRPIC.Visible = false;
|
|
|
//
|
|
|
// PRFR
|
|
|
//
|
|
|
@@ -86,6 +88,7 @@
|
|
|
this.PRFR.TabStop = true;
|
|
|
this.PRFR.Text = "程序打印";
|
|
|
this.PRFR.UseVisualStyleBackColor = true;
|
|
|
+ this.PRFR.Visible = false;
|
|
|
//
|
|
|
// PrinterList
|
|
|
//
|