|
@@ -0,0 +1,410 @@
|
|
|
+namespace UAS_MES_NEW.Special
|
|
|
+{
|
|
|
+ partial class Special_Reset
|
|
|
+ {
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ private System.ComponentModel.IContainer components = null;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ protected override void Dispose(bool disposing)
|
|
|
+ {
|
|
|
+ if (disposing && (components != null))
|
|
|
+ {
|
|
|
+ components.Dispose();
|
|
|
+ }
|
|
|
+ base.Dispose(disposing);
|
|
|
+ }
|
|
|
+
|
|
|
+ #region Windows Form Designer generated code
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ private void InitializeComponent()
|
|
|
+ {
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Special_Reset));
|
|
|
+ this.Pallet_label = new System.Windows.Forms.Label();
|
|
|
+ this.bigboxBtn = new System.Windows.Forms.RadioButton();
|
|
|
+ this.serBtn = new System.Windows.Forms.RadioButton();
|
|
|
+ this.st_rstepcode_label = new System.Windows.Forms.Label();
|
|
|
+ this.ma_craftcode_label = new System.Windows.Forms.Label();
|
|
|
+ this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
+ this.ms_prodcode_label = new System.Windows.Forms.Label();
|
|
|
+ this.WeighRecord = new System.Windows.Forms.ListView();
|
|
|
+ this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
+ 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.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.cd_stepcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
+ this.cr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.input = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.ImportExcel1 = new System.Windows.Forms.OpenFileDialog();
|
|
|
+ this.SuspendLayout();
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.Pallet_label.AutoSize = true;
|
|
|
+ this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.Pallet_label.Location = new System.Drawing.Point(13, 83);
|
|
|
+ this.Pallet_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.Pallet_label.Name = "Pallet_label";
|
|
|
+ this.Pallet_label.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.Pallet_label.TabIndex = 1;
|
|
|
+ this.Pallet_label.Text = "录入框";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.bigboxBtn.AutoSize = true;
|
|
|
+ this.bigboxBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.bigboxBtn.Location = new System.Drawing.Point(21, 4);
|
|
|
+ this.bigboxBtn.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.bigboxBtn.Name = "bigboxBtn";
|
|
|
+ this.bigboxBtn.Size = new System.Drawing.Size(113, 45);
|
|
|
+ this.bigboxBtn.TabIndex = 234;
|
|
|
+ this.bigboxBtn.Text = "箱号";
|
|
|
+ this.bigboxBtn.UseVisualStyleBackColor = true;
|
|
|
+ this.bigboxBtn.Click += new System.EventHandler(this.bigboxBtn_Click);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.serBtn.AutoSize = true;
|
|
|
+ this.serBtn.Checked = true;
|
|
|
+ this.serBtn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.serBtn.Location = new System.Drawing.Point(160, 4);
|
|
|
+ this.serBtn.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.serBtn.Name = "serBtn";
|
|
|
+ this.serBtn.Size = new System.Drawing.Size(209, 45);
|
|
|
+ this.serBtn.TabIndex = 233;
|
|
|
+ this.serBtn.TabStop = true;
|
|
|
+ this.serBtn.Text = "单台序列号";
|
|
|
+ this.serBtn.UseVisualStyleBackColor = true;
|
|
|
+ this.serBtn.Click += new System.EventHandler(this.bigboxBtn_Click);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.st_rstepcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.st_rstepcode_label.AutoSize = true;
|
|
|
+ this.st_rstepcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.st_rstepcode_label.Location = new System.Drawing.Point(1012, 19);
|
|
|
+ this.st_rstepcode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.st_rstepcode_label.Name = "st_rstepcode_label";
|
|
|
+ this.st_rstepcode_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.st_rstepcode_label.TabIndex = 235;
|
|
|
+ this.st_rstepcode_label.Text = "回流工序";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.ma_craftcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.ma_craftcode_label.AutoSize = true;
|
|
|
+ this.ma_craftcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_craftcode_label.Location = new System.Drawing.Point(652, 8);
|
|
|
+ this.ma_craftcode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.ma_craftcode_label.Name = "ma_craftcode_label";
|
|
|
+ this.ma_craftcode_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.ma_craftcode_label.TabIndex = 236;
|
|
|
+ this.ma_craftcode_label.Text = "回流途程";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.ms_makecode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.ms_makecode_label.AutoSize = true;
|
|
|
+ this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_makecode_label.Location = new System.Drawing.Point(13, 163);
|
|
|
+ this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.ms_makecode_label.Name = "ms_makecode_label";
|
|
|
+ this.ms_makecode_label.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.ms_makecode_label.TabIndex = 240;
|
|
|
+ this.ms_makecode_label.Text = "工单号";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.ms_prodcode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.ms_prodcode_label.AutoSize = true;
|
|
|
+ this.ms_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_prodcode_label.Location = new System.Drawing.Point(652, 163);
|
|
|
+ this.ms_prodcode_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.ms_prodcode_label.Name = "ms_prodcode_label";
|
|
|
+ this.ms_prodcode_label.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.ms_prodcode_label.TabIndex = 241;
|
|
|
+ this.ms_prodcode_label.Text = "产品编号";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.WeighRecord.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
+ this.columnHeader3});
|
|
|
+ this.WeighRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.WeighRecord.HideSelection = false;
|
|
|
+ this.WeighRecord.Location = new System.Drawing.Point(21, 216);
|
|
|
+ this.WeighRecord.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
|
|
|
+ this.WeighRecord.Name = "WeighRecord";
|
|
|
+ this.WeighRecord.Size = new System.Drawing.Size(839, 639);
|
|
|
+ this.WeighRecord.TabIndex = 243;
|
|
|
+ this.WeighRecord.UseCompatibleStateImageBehavior = false;
|
|
|
+ this.WeighRecord.View = System.Windows.Forms.View.Details;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.columnHeader3.Text = "录入项";
|
|
|
+ this.columnHeader3.Width = 300;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.cd_stepno.AutoSize = true;
|
|
|
+ this.cd_stepno.Location = new System.Drawing.Point(1408, 83);
|
|
|
+ this.cd_stepno.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.cd_stepno.Name = "cd_stepno";
|
|
|
+ this.cd_stepno.Size = new System.Drawing.Size(0, 24);
|
|
|
+ this.cd_stepno.TabIndex = 244;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ 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.数据清空.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.数据清空.DownImage = ((System.Drawing.Image)(resources.GetObject("数据清空.DownImage")));
|
|
|
+ this.数据清空.Image = null;
|
|
|
+ this.数据清空.IsShowBorder = true;
|
|
|
+ this.数据清空.Location = new System.Drawing.Point(947, 800);
|
|
|
+ this.数据清空.Margin = new System.Windows.Forms.Padding(5);
|
|
|
+ this.数据清空.MoveImage = ((System.Drawing.Image)(resources.GetObject("数据清空.MoveImage")));
|
|
|
+ this.数据清空.Name = "数据清空";
|
|
|
+ this.数据清空.NormalImage = ((System.Drawing.Image)(resources.GetObject("数据清空.NormalImage")));
|
|
|
+ this.数据清空.Power = null;
|
|
|
+ this.数据清空.Size = new System.Drawing.Size(112, 56);
|
|
|
+ this.数据清空.TabIndex = 245;
|
|
|
+ this.数据清空.Text = "数据清空";
|
|
|
+ this.数据清空.UseVisualStyleBackColor = false;
|
|
|
+ this.数据清空.Click += new System.EventHandler(this.数据清空_Click);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.ms_prodcode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.ms_prodcode.AutoSize = true;
|
|
|
+ this.ms_prodcode.CutLength = null;
|
|
|
+ this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_prodcode.Location = new System.Drawing.Point(844, 163);
|
|
|
+ this.ms_prodcode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.ms_prodcode.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
+ this.ms_prodcode.Name = "ms_prodcode";
|
|
|
+ this.ms_prodcode.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.ms_prodcode.TabIndex = 239;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.ms_makecode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)));
|
|
|
+ this.ms_makecode.AutoSize = true;
|
|
|
+ this.ms_makecode.CutLength = null;
|
|
|
+ this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_makecode.Location = new System.Drawing.Point(173, 163);
|
|
|
+ this.ms_makecode.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.ms_makecode.MaximumSize = new System.Drawing.Size(500, 0);
|
|
|
+ this.ms_makecode.Name = "ms_makecode";
|
|
|
+ this.ms_makecode.Size = new System.Drawing.Size(0, 41);
|
|
|
+ this.ms_makecode.TabIndex = 242;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.cd_stepcode.AllPower = "ifall";
|
|
|
+ this.cd_stepcode.Caller = null;
|
|
|
+ this.cd_stepcode.Condition = null;
|
|
|
+ this.cd_stepcode.DBTitle = "回流工序";
|
|
|
+ this.cd_stepcode.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.cd_stepcode.FormName = null;
|
|
|
+ this.cd_stepcode.Location = new System.Drawing.Point(947, 83);
|
|
|
+ this.cd_stepcode.Margin = new System.Windows.Forms.Padding(5);
|
|
|
+ this.cd_stepcode.Name = "cd_stepcode";
|
|
|
+ this.cd_stepcode.Power = "ifspecial";
|
|
|
+ this.cd_stepcode.ReturnData = null;
|
|
|
+ this.cd_stepcode.SelectField = null;
|
|
|
+ this.cd_stepcode.SetValueField = null;
|
|
|
+ this.cd_stepcode.Size = new System.Drawing.Size(300, 44);
|
|
|
+ this.cd_stepcode.TabIndex = 238;
|
|
|
+ this.cd_stepcode.TableName = null;
|
|
|
+ this.cd_stepcode.Tag = "";
|
|
|
+ this.cd_stepcode.TextBoxEnable = false;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.cr_code.AllPower = "ifall";
|
|
|
+ this.cr_code.BackColor = System.Drawing.Color.White;
|
|
|
+ this.cr_code.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.cr_code.ID = null;
|
|
|
+ this.cr_code.Location = new System.Drawing.Point(564, 80);
|
|
|
+ this.cr_code.Margin = new System.Windows.Forms.Padding(5);
|
|
|
+ this.cr_code.Name = "cr_code";
|
|
|
+ this.cr_code.Power = "ifspecial";
|
|
|
+ this.cr_code.ReadOnly = true;
|
|
|
+ this.cr_code.Size = new System.Drawing.Size(296, 39);
|
|
|
+ this.cr_code.Str = null;
|
|
|
+ this.cr_code.Str1 = null;
|
|
|
+ this.cr_code.Str2 = null;
|
|
|
+ this.cr_code.TabIndex = 237;
|
|
|
+ this.cr_code.Tag = "ma_craftcode";
|
|
|
+ this.cr_code.TextChanged += new System.EventHandler(this.cr_code_TextChanged);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OperatResult.Location = new System.Drawing.Point(21, 867);
|
|
|
+ this.OperatResult.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.OperatResult.Name = "OperatResult";
|
|
|
+ this.OperatResult.Size = new System.Drawing.Size(1551, 241);
|
|
|
+ this.OperatResult.TabIndex = 3;
|
|
|
+ this.OperatResult.Text = "";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.input.AllPower = null;
|
|
|
+ this.input.BackColor = System.Drawing.Color.White;
|
|
|
+ this.input.ID = null;
|
|
|
+ this.input.Location = new System.Drawing.Point(160, 85);
|
|
|
+ this.input.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.input.Name = "input";
|
|
|
+ this.input.Power = null;
|
|
|
+ this.input.Size = new System.Drawing.Size(292, 35);
|
|
|
+ this.input.Str = null;
|
|
|
+ this.input.Str1 = null;
|
|
|
+ this.input.Str2 = null;
|
|
|
+ this.input.TabIndex = 2;
|
|
|
+ this.input.KeyDown += new System.Windows.Forms.KeyEventHandler(this.input_KeyDown);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.Split.AllPower = null;
|
|
|
+ this.Split.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.Split.DownImage = ((System.Drawing.Image)(resources.GetObject("Split.DownImage")));
|
|
|
+ this.Split.Image = null;
|
|
|
+ this.Split.IsShowBorder = true;
|
|
|
+ this.Split.Location = new System.Drawing.Point(947, 216);
|
|
|
+ this.Split.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Split.MoveImage = ((System.Drawing.Image)(resources.GetObject("Split.MoveImage")));
|
|
|
+ this.Split.Name = "Split";
|
|
|
+ this.Split.NormalImage = ((System.Drawing.Image)(resources.GetObject("Split.NormalImage")));
|
|
|
+ this.Split.Power = null;
|
|
|
+ this.Split.Size = new System.Drawing.Size(112, 44);
|
|
|
+ this.Split.TabIndex = 0;
|
|
|
+ this.Split.Text = "站点重置";
|
|
|
+ this.Split.UseVisualStyleBackColor = false;
|
|
|
+ this.Split.Click += new System.EventHandler(this.Split_Click);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.ImportExcel1.FileName = "ImportExcel";
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ 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.cd_stepno);
|
|
|
+ this.Controls.Add(this.WeighRecord);
|
|
|
+ this.Controls.Add(this.ms_makecode_label);
|
|
|
+ this.Controls.Add(this.ms_prodcode_label);
|
|
|
+ this.Controls.Add(this.ms_prodcode);
|
|
|
+ this.Controls.Add(this.ms_makecode);
|
|
|
+ this.Controls.Add(this.cd_stepcode);
|
|
|
+ this.Controls.Add(this.st_rstepcode_label);
|
|
|
+ this.Controls.Add(this.ma_craftcode_label);
|
|
|
+ this.Controls.Add(this.cr_code);
|
|
|
+ this.Controls.Add(this.bigboxBtn);
|
|
|
+ this.Controls.Add(this.serBtn);
|
|
|
+ this.Controls.Add(this.OperatResult);
|
|
|
+ this.Controls.Add(this.input);
|
|
|
+ this.Controls.Add(this.Pallet_label);
|
|
|
+ this.Controls.Add(this.Split);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.Name = "Special_Reset";
|
|
|
+ this.Tag = "Special!Reset";
|
|
|
+ this.Text = "重置站点";
|
|
|
+ this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
|
|
|
+ this.SizeChanged += new System.EventHandler(this.Special_Reset_SizeChanged);
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Split;
|
|
|
+ private System.Windows.Forms.Label Pallet_label;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox input;
|
|
|
+ private CustomControl.RichText.RichTextAutoBottom OperatResult;
|
|
|
+ private System.Windows.Forms.RadioButton bigboxBtn;
|
|
|
+ private System.Windows.Forms.RadioButton serBtn;
|
|
|
+ private CustomControl.TextBoxWithIcon.SearchTextBox cd_stepcode;
|
|
|
+ private System.Windows.Forms.Label st_rstepcode_label;
|
|
|
+ private System.Windows.Forms.Label ma_craftcode_label;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox cr_code;
|
|
|
+ private System.Windows.Forms.Label ms_makecode_label;
|
|
|
+ private System.Windows.Forms.Label ms_prodcode_label;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ms_prodcode;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ms_makecode;
|
|
|
+ private System.Windows.Forms.ListView WeighRecord;
|
|
|
+ private System.Windows.Forms.ColumnHeader columnHeader3;
|
|
|
+ private System.Windows.Forms.Label cd_stepno;
|
|
|
+ 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;
|
|
|
+ }
|
|
|
+}
|