|
@@ -200,6 +200,7 @@
|
|
|
this.OutboxCapacity = new System.Windows.Forms.NumericUpDown();
|
|
|
this.OutBoxLabelPrint = new System.Windows.Forms.Button();
|
|
|
this.OutBoxCombox = new System.Windows.Forms.ComboBox();
|
|
|
+ this.MidLabelPreView = new System.Windows.Forms.LinkLabel();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Si_ItemDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).BeginInit();
|
|
|
this.ShowMenu.SuspendLayout();
|
|
@@ -1584,6 +1585,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
+ this.MidLabel.Controls.Add(this.MidLabelPreView);
|
|
|
this.MidLabel.Controls.Add(this.GetMidBoxCode);
|
|
|
this.MidLabel.Controls.Add(this.label9);
|
|
|
this.MidLabel.Controls.Add(this.MidDocRefresh);
|
|
@@ -1978,6 +1980,17 @@
|
|
|
this.OutBoxCombox.TabIndex = 78;
|
|
|
this.OutBoxCombox.SelectedIndexChanged += new System.EventHandler(this.OutBoxCombox_SelectedIndexChanged);
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ this.MidLabelPreView.AutoSize = true;
|
|
|
+ this.MidLabelPreView.Location = new System.Drawing.Point(97, 19);
|
|
|
+ this.MidLabelPreView.Name = "MidLabelPreView";
|
|
|
+ this.MidLabelPreView.Size = new System.Drawing.Size(42, 21);
|
|
|
+ this.MidLabelPreView.TabIndex = 119;
|
|
|
+ this.MidLabelPreView.TabStop = true;
|
|
|
+ this.MidLabelPreView.Text = "预览";
|
|
|
+ this.MidLabelPreView.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.MidLabelPreView_LinkClicked);
|
|
|
+
|
|
|
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -2228,5 +2241,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
|
|
|
+ private System.Windows.Forms.LinkLabel MidLabelPreView;
|
|
|
}
|
|
|
}
|