|
@@ -39,6 +39,9 @@
|
|
|
this.WeighRecord = new System.Windows.Forms.ListView();
|
|
this.WeighRecord = new System.Windows.Forms.ListView();
|
|
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.cd_stepno = new System.Windows.Forms.Label();
|
|
this.cd_stepno = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
|
|
+ this.ImportExcel = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
|
|
+ this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.数据清空 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
this.数据清空 = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
@@ -47,6 +50,7 @@
|
|
|
this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.input = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
this.input = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
|
|
+ this.ImportExcel1 = new System.Windows.Forms.OpenFileDialog();
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
|
// Pallet_label
|
|
// Pallet_label
|
|
@@ -168,6 +172,44 @@
|
|
|
this.cd_stepno.Size = new System.Drawing.Size(0, 24);
|
|
this.cd_stepno.Size = new System.Drawing.Size(0, 24);
|
|
|
this.cd_stepno.TabIndex = 244;
|
|
this.cd_stepno.TabIndex = 244;
|
|
|
//
|
|
//
|
|
|
|
|
+ // ImportExcel
|
|
|
|
|
+ //
|
|
|
|
|
+ this.ImportExcel.AllPower = null;
|
|
|
|
|
+ this.ImportExcel.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
+ this.ImportExcel.DownImage = ((System.Drawing.Image)(resources.GetObject("ImportExcel.DownImage")));
|
|
|
|
|
+ this.ImportExcel.Image = null;
|
|
|
|
|
+ this.ImportExcel.IsShowBorder = true;
|
|
|
|
|
+ this.ImportExcel.Location = new System.Drawing.Point(1278, 216);
|
|
|
|
|
+ this.ImportExcel.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
+ this.ImportExcel.MoveImage = ((System.Drawing.Image)(resources.GetObject("ImportExcel.MoveImage")));
|
|
|
|
|
+ this.ImportExcel.Name = "ImportExcel";
|
|
|
|
|
+ this.ImportExcel.NormalImage = ((System.Drawing.Image)(resources.GetObject("ImportExcel.NormalImage")));
|
|
|
|
|
+ this.ImportExcel.Power = null;
|
|
|
|
|
+ this.ImportExcel.Size = new System.Drawing.Size(112, 44);
|
|
|
|
|
+ this.ImportExcel.TabIndex = 247;
|
|
|
|
|
+ this.ImportExcel.Text = "导入数据";
|
|
|
|
|
+ this.ImportExcel.UseVisualStyleBackColor = false;
|
|
|
|
|
+ this.ImportExcel.Click += new System.EventHandler(this.ImportExcel_Click);
|
|
|
|
|
+ //
|
|
|
|
|
+ // Export
|
|
|
|
|
+ //
|
|
|
|
|
+ this.Export.AllPower = null;
|
|
|
|
|
+ this.Export.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
+ this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
|
|
|
|
|
+ this.Export.Image = null;
|
|
|
|
|
+ this.Export.IsShowBorder = true;
|
|
|
|
|
+ this.Export.Location = new System.Drawing.Point(1107, 216);
|
|
|
|
|
+ this.Export.Margin = new System.Windows.Forms.Padding(4);
|
|
|
|
|
+ this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
|
|
|
|
|
+ this.Export.Name = "Export";
|
|
|
|
|
+ this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
|
|
|
|
|
+ this.Export.Power = null;
|
|
|
|
|
+ this.Export.Size = new System.Drawing.Size(112, 44);
|
|
|
|
|
+ this.Export.TabIndex = 246;
|
|
|
|
|
+ this.Export.Text = "导出模板";
|
|
|
|
|
+ this.Export.UseVisualStyleBackColor = false;
|
|
|
|
|
+ this.Export.Click += new System.EventHandler(this.Export_Click);
|
|
|
|
|
+ //
|
|
|
// 数据清空
|
|
// 数据清空
|
|
|
//
|
|
//
|
|
|
this.数据清空.AllPower = null;
|
|
this.数据清空.AllPower = null;
|
|
@@ -300,11 +342,17 @@
|
|
|
this.Split.UseVisualStyleBackColor = false;
|
|
this.Split.UseVisualStyleBackColor = false;
|
|
|
this.Split.Click += new System.EventHandler(this.Split_Click);
|
|
this.Split.Click += new System.EventHandler(this.Split_Click);
|
|
|
//
|
|
//
|
|
|
|
|
+ // ImportExcel1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.ImportExcel1.FileName = "ImportExcel";
|
|
|
|
|
+ //
|
|
|
// Special_Reset
|
|
// Special_Reset
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1611, 1131);
|
|
this.ClientSize = new System.Drawing.Size(1611, 1131);
|
|
|
|
|
+ this.Controls.Add(this.ImportExcel);
|
|
|
|
|
+ this.Controls.Add(this.Export);
|
|
|
this.Controls.Add(this.数据清空);
|
|
this.Controls.Add(this.数据清空);
|
|
|
this.Controls.Add(this.cd_stepno);
|
|
this.Controls.Add(this.cd_stepno);
|
|
|
this.Controls.Add(this.WeighRecord);
|
|
this.Controls.Add(this.WeighRecord);
|
|
@@ -329,7 +377,7 @@
|
|
|
this.Text = "重置站点";
|
|
this.Text = "重置站点";
|
|
|
this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
|
|
this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Special_Reset_SizeChanged);
|
|
this.SizeChanged += new System.EventHandler(this.Special_Reset_SizeChanged);
|
|
|
- this.ResumeLayout(true);
|
|
|
|
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
}
|
|
}
|
|
@@ -354,5 +402,9 @@
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader3;
|
|
private System.Windows.Forms.ColumnHeader columnHeader3;
|
|
|
private System.Windows.Forms.Label cd_stepno;
|
|
private System.Windows.Forms.Label cd_stepno;
|
|
|
private CustomControl.ButtonUtil.NormalButton 数据清空;
|
|
private CustomControl.ButtonUtil.NormalButton 数据清空;
|
|
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Export;
|
|
|
|
|
+ private CustomControl.ButtonUtil.NormalButton ImportExcel;
|
|
|
|
|
+ private System.Windows.Forms.FolderBrowserDialog ExportFileDialog;
|
|
|
|
|
+ private System.Windows.Forms.OpenFileDialog ImportExcel1;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|