|
@@ -44,7 +44,6 @@
|
|
|
this.panel_container = new System.Windows.Forms.Panel();
|
|
|
this.btn_preview = new System.Windows.Forms.Button();
|
|
|
this.button7 = new System.Windows.Forms.Button();
|
|
|
- this.button_export6156 = new System.Windows.Forms.Button();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// richTextBox1
|
|
@@ -190,7 +189,7 @@
|
|
|
//
|
|
|
// button7
|
|
|
//
|
|
|
- this.button7.Location = new System.Drawing.Point(129, 319);
|
|
|
+ this.button7.Location = new System.Drawing.Point(234, 319);
|
|
|
this.button7.Name = "button7";
|
|
|
this.button7.Size = new System.Drawing.Size(73, 27);
|
|
|
this.button7.TabIndex = 1008;
|
|
@@ -198,23 +197,12 @@
|
|
|
this.button7.UseVisualStyleBackColor = true;
|
|
|
this.button7.Click += new System.EventHandler(this.button7_Click);
|
|
|
//
|
|
|
- // button_export6156
|
|
|
- //
|
|
|
- this.button_export6156.Location = new System.Drawing.Point(208, 319);
|
|
|
- this.button_export6156.Name = "button_export6156";
|
|
|
- this.button_export6156.Size = new System.Drawing.Size(99, 27);
|
|
|
- this.button_export6156.TabIndex = 1009;
|
|
|
- this.button_export6156.Text = "行标YB6156导出";
|
|
|
- this.button_export6156.UseVisualStyleBackColor = true;
|
|
|
- this.button_export6156.Click += new System.EventHandler(this.button_export6156_Click);
|
|
|
- //
|
|
|
// OTSReport_Export
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(473, 349);
|
|
|
this.ControlBox = false;
|
|
|
- this.Controls.Add(this.button_export6156);
|
|
|
this.Controls.Add(this.button7);
|
|
|
this.Controls.Add(this.cbo_sjy);
|
|
|
this.Controls.Add(this.label4);
|
|
@@ -263,6 +251,5 @@
|
|
|
public System.Windows.Forms.Panel panel_container;
|
|
|
private System.Windows.Forms.Button btn_preview;
|
|
|
private System.Windows.Forms.Button button7;
|
|
|
- private System.Windows.Forms.Button button_export6156;
|
|
|
}
|
|
|
}
|