| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444 |
- namespace UAS_MES_NEW.Special
- {
- partial class Special_ChangeMake
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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.pr_detail = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.pr_detail1 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.pr_code1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.ma_code1 = 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";
- //
- // 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(643, 149);
- 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 = 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 = "产品名称";
- //
- // 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(650, 93);
- this.pr_code.Name = "pr_code";
- this.pr_code.Power = null;
- this.pr_code.Size = new System.Drawing.Size(312, 35);
- this.pr_code.Str = null;
- this.pr_code.Str1 = null;
- this.pr_code.Str2 = null;
- this.pr_code.TabIndex = 251;
- //
- // 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(650, 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(323, 46);
- this.ma_code.TabIndex = 250;
- this.ma_code.TableName = null;
- this.ma_code.Tag = "makecode";
- this.ma_code.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_detail1
- //
- this.pr_detail1.AutoSize = true;
- this.pr_detail1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_detail1.Location = new System.Drawing.Point(1280, 162);
- this.pr_detail1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_detail1.Name = "pr_detail1";
- this.pr_detail1.Size = new System.Drawing.Size(0, 41);
- this.pr_detail1.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_code1
- //
- this.pr_code1.AllPower = null;
- this.pr_code1.BackColor = System.Drawing.Color.White;
- this.pr_code1.Enabled = false;
- this.pr_code1.ID = null;
- this.pr_code1.Location = new System.Drawing.Point(1184, 99);
- this.pr_code1.Name = "pr_code1";
- this.pr_code1.Power = null;
- this.pr_code1.Size = new System.Drawing.Size(372, 35);
- this.pr_code1.Str = null;
- this.pr_code1.Str1 = null;
- this.pr_code1.Str2 = null;
- this.pr_code1.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_code1
- //
- this.ma_code1.AllPower = "IFALL";
- this.ma_code1.Caller = null;
- this.ma_code1.Condition = null;
- this.ma_code1.DBTitle = "";
- this.ma_code1.Font = new System.Drawing.Font("微软雅黑", 9F);
- this.ma_code1.FormName = null;
- this.ma_code1.Location = new System.Drawing.Point(1187, 26);
- this.ma_code1.Margin = new System.Windows.Forms.Padding(6);
- this.ma_code1.Name = "ma_code1";
- this.ma_code1.Power = "";
- this.ma_code1.ReturnData = null;
- this.ma_code1.SelectField = null;
- this.ma_code1.SetValueField = null;
- this.ma_code1.Size = new System.Drawing.Size(369, 46);
- this.ma_code1.TabIndex = 255;
- this.ma_code1.TableName = null;
- this.ma_code1.Tag = "makecode";
- this.ma_code1.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_ChaneMake
- //
- 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_detail1);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.pr_code1);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.ma_code1);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.pr_detail);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.pr_code);
- this.Controls.Add(this.ma_code);
- 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_ChaneMake";
- 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 pr_detail;
- private System.Windows.Forms.Label label6;
- private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
- private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label pr_detail1;
- private System.Windows.Forms.Label label4;
- private CustomControl.TextBoxWithIcon.EnterTextBox pr_code1;
- private System.Windows.Forms.Label label7;
- private CustomControl.TextBoxWithIcon.SearchTextBox ma_code1;
- private System.Windows.Forms.Label label1;
- }
- }
|