namespace UAS_MES_NEW.Special { partial class Special_ChangeMake { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Special_ChangeMake)); this.Pallet_label = new System.Windows.Forms.Label(); this.serBtn = new System.Windows.Forms.RadioButton(); 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.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.prdetail = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.prcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox(); this.macode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox(); this.label2 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.pr_detail = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox(); this.label7 = new System.Windows.Forms.Label(); this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // Pallet_label // 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 = "录入框"; // // serBtn // 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(21, 6); 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.Visible = false; // // WeighRecord // 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; // // columnHeader3 // this.columnHeader3.Text = "录入项"; this.columnHeader3.Width = 300; // // cd_stepno // this.cd_stepno.AutoSize = true; this.cd_stepno.Location = new System.Drawing.Point(1399, 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; // // 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.数据清空.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); // // OperatResult // 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 = ""; // // input // 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(254, 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); // // Split // 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); // // ImportExcel1 // this.ImportExcel1.FileName = "ImportExcel"; // // prdetail // this.prdetail.AutoSize = true; this.prdetail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.prdetail.Location = new System.Drawing.Point(643, 149); this.prdetail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.prdetail.Name = "prdetail"; this.prdetail.Size = new System.Drawing.Size(0, 41); this.prdetail.TabIndex = 253; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(465, 149); this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(146, 41); this.label6.TabIndex = 252; this.label6.Text = "产品名称"; // // prcode // this.prcode.AllPower = null; this.prcode.BackColor = System.Drawing.Color.White; this.prcode.Enabled = false; this.prcode.ID = null; this.prcode.Location = new System.Drawing.Point(650, 93); this.prcode.Name = "prcode"; this.prcode.Power = null; this.prcode.Size = new System.Drawing.Size(312, 35); this.prcode.Str = null; this.prcode.Str1 = null; this.prcode.Str2 = null; this.prcode.TabIndex = 251; // // macode // this.macode.AllPower = "IFALL"; this.macode.Caller = null; this.macode.Condition = null; this.macode.DBTitle = ""; this.macode.Enabled = false; this.macode.Font = new System.Drawing.Font("微软雅黑", 9F); this.macode.FormName = null; this.macode.Location = new System.Drawing.Point(650, 26); this.macode.Margin = new System.Windows.Forms.Padding(6); this.macode.Name = "macode"; this.macode.Power = ""; this.macode.ReturnData = null; this.macode.SelectField = null; this.macode.SetValueField = null; this.macode.Size = new System.Drawing.Size(323, 46); this.macode.TabIndex = 250; this.macode.TableName = null; this.macode.Tag = "makecode"; this.macode.TextBoxEnable = true; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(465, 26); this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(114, 41); this.label2.TabIndex = 249; this.label2.Text = "原工单"; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(465, 84); this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(146, 41); this.label5.TabIndex = 248; this.label5.Text = "产品代码"; // // pr_detail // this.pr_detail.AutoSize = true; this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.pr_detail.Location = new System.Drawing.Point(1193, 162); this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.pr_detail.Name = "pr_detail"; this.pr_detail.Size = new System.Drawing.Size(0, 41); this.pr_detail.TabIndex = 259; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(1005, 149); this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(146, 41); this.label4.TabIndex = 258; this.label4.Text = "产品名称"; // // pr_code // this.pr_code.AllPower = null; this.pr_code.BackColor = System.Drawing.Color.White; this.pr_code.Enabled = false; this.pr_code.ID = null; this.pr_code.Location = new System.Drawing.Point(1184, 99); this.pr_code.Name = "pr_code"; this.pr_code.Power = null; this.pr_code.Size = new System.Drawing.Size(372, 35); this.pr_code.Str = null; this.pr_code.Str1 = null; this.pr_code.Str2 = null; this.pr_code.TabIndex = 257; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(1005, 93); this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(146, 41); this.label7.TabIndex = 256; this.label7.Text = "产品代码"; // // ma_code // this.ma_code.AllPower = "IFALL"; this.ma_code.Caller = null; this.ma_code.Condition = null; this.ma_code.DBTitle = ""; this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F); this.ma_code.FormName = null; this.ma_code.Location = new System.Drawing.Point(1187, 26); this.ma_code.Margin = new System.Windows.Forms.Padding(6); this.ma_code.Name = "ma_code"; this.ma_code.Power = ""; this.ma_code.ReturnData = null; this.ma_code.SelectField = null; this.ma_code.SetValueField = null; this.ma_code.Size = new System.Drawing.Size(369, 46); this.ma_code.TabIndex = 255; this.ma_code.TableName = null; this.ma_code.Tag = "makecode"; this.ma_code.TextBoxEnable = true; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(1005, 26); this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(178, 41); this.label1.TabIndex = 254; this.label1.Text = "切换后工单"; // // Special_ChangeMake // 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.pr_detail); this.Controls.Add(this.label4); this.Controls.Add(this.pr_code); this.Controls.Add(this.label7); this.Controls.Add(this.ma_code); this.Controls.Add(this.label1); this.Controls.Add(this.prdetail); this.Controls.Add(this.label6); this.Controls.Add(this.prcode); this.Controls.Add(this.macode); this.Controls.Add(this.label2); this.Controls.Add(this.label5); 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.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_ChangeMake"; 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 serBtn; 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; private System.Windows.Forms.Label prdetail; private System.Windows.Forms.Label label6; private CustomControl.TextBoxWithIcon.EnterTextBox prcode; private CustomControl.TextBoxWithIcon.SearchTextBox macode; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label pr_detail; private System.Windows.Forms.Label label4; private CustomControl.TextBoxWithIcon.EnterTextBox pr_code; private System.Windows.Forms.Label label7; private CustomControl.TextBoxWithIcon.SearchTextBox ma_code; private System.Windows.Forms.Label label1; } }