123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_LabelCheck
- {
- /// <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(Make_LabelCheck));
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.ma_code = new System.Windows.Forms.Label();
- this.ma_prodcode = new System.Windows.Forms.Label();
- this.mcd_okqty = new System.Windows.Forms.Label();
- this.remain_qty = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.showResult = new System.Windows.Forms.ListView();
- this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
- this.pr_detail = new System.Windows.Forms.Label();
- this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
- this.cancel = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.label1.Location = new System.Drawing.Point(26, 20);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(74, 21);
- this.label1.TabIndex = 0;
- this.label1.Text = "工单编号";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.label2.Location = new System.Drawing.Point(286, 20);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(74, 21);
- this.label2.TabIndex = 1;
- this.label2.Text = "产品编号";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.label3.Location = new System.Drawing.Point(553, 20);
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(74, 21);
- this.label3.TabIndex = 2;
- this.label3.Text = "产品名称";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.label4.Location = new System.Drawing.Point(28, 66);
- this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(58, 21);
- this.label4.TabIndex = 3;
- this.label4.Text = "剩余数";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.label5.Location = new System.Drawing.Point(288, 65);
- this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(106, 21);
- this.label5.TabIndex = 4;
- this.label5.Text = "当前工单计数";
- //
- // ma_code
- //
- this.ma_code.AutoSize = true;
- this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_code.Location = new System.Drawing.Point(103, 20);
- this.ma_code.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.ma_code.Name = "ma_code";
- this.ma_code.Size = new System.Drawing.Size(0, 21);
- this.ma_code.TabIndex = 5;
- //
- // ma_prodcode
- //
- this.ma_prodcode.AutoSize = true;
- this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.ma_prodcode.Location = new System.Drawing.Point(363, 20);
- this.ma_prodcode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.ma_prodcode.Name = "ma_prodcode";
- this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
- this.ma_prodcode.TabIndex = 6;
- //
- // mcd_okqty
- //
- this.mcd_okqty.AutoSize = true;
- this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.mcd_okqty.Location = new System.Drawing.Point(363, 65);
- this.mcd_okqty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.mcd_okqty.Name = "mcd_okqty";
- this.mcd_okqty.Size = new System.Drawing.Size(0, 21);
- this.mcd_okqty.TabIndex = 7;
- //
- // remain_qty
- //
- this.remain_qty.AutoSize = true;
- this.remain_qty.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.remain_qty.Location = new System.Drawing.Point(103, 65);
- this.remain_qty.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.remain_qty.Name = "remain_qty";
- this.remain_qty.Size = new System.Drawing.Size(0, 21);
- this.remain_qty.TabIndex = 8;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label10.Location = new System.Drawing.Point(33, 395);
- this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(28, 20);
- this.label10.TabIndex = 12;
- this.label10.Text = "SN";
- //
- // showResult
- //
- this.showResult.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.columnHeader1,
- this.columnHeader2,
- this.columnHeader3,
- this.columnHeader4});
- this.showResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.showResult.Location = new System.Drawing.Point(472, 117);
- this.showResult.Margin = new System.Windows.Forms.Padding(2);
- this.showResult.Name = "showResult";
- this.showResult.Size = new System.Drawing.Size(391, 257);
- this.showResult.TabIndex = 15;
- this.showResult.UseCompatibleStateImageBehavior = false;
- this.showResult.View = System.Windows.Forms.View.Details;
- //
- // columnHeader1
- //
- this.columnHeader1.Text = "";
- this.columnHeader1.Width = 69;
- //
- // columnHeader2
- //
- this.columnHeader2.Text = "SN";
- this.columnHeader2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.columnHeader2.Width = 150;
- //
- // columnHeader3
- //
- this.columnHeader3.Text = "时间";
- this.columnHeader3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.columnHeader3.Width = 170;
- //
- // columnHeader4
- //
- this.columnHeader4.Text = "结果";
- this.columnHeader4.Width = 96;
- //
- // pr_detail
- //
- this.pr_detail.AutoSize = true;
- this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.pr_detail.Location = new System.Drawing.Point(630, 20);
- this.pr_detail.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.pr_detail.Name = "pr_detail";
- this.pr_detail.Size = new System.Drawing.Size(0, 21);
- this.pr_detail.TabIndex = 16;
- //
- // StepCount
- //
- this.StepCount.LineCode = null;
- this.StepCount.Location = new System.Drawing.Point(553, 64);
- this.StepCount.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.StepCount.Name = "StepCount";
- this.StepCount.Size = new System.Drawing.Size(88, 22);
- this.StepCount.Source = null;
- this.StepCount.StepCode = null;
- this.StepCount.TabIndex = 33;
- //
- // cancel
- //
- this.cancel.AllPower = null;
- this.cancel.BackColor = System.Drawing.Color.Transparent;
- this.cancel.DownImage = ((System.Drawing.Image)(resources.GetObject("cancel.DownImage")));
- this.cancel.Image = null;
- this.cancel.IsShowBorder = true;
- this.cancel.Location = new System.Drawing.Point(290, 395);
- this.cancel.Margin = new System.Windows.Forms.Padding(2);
- this.cancel.MoveImage = ((System.Drawing.Image)(resources.GetObject("cancel.MoveImage")));
- this.cancel.Name = "cancel";
- this.cancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("cancel.NormalImage")));
- this.cancel.Power = null;
- this.cancel.Size = new System.Drawing.Size(59, 19);
- this.cancel.TabIndex = 17;
- this.cancel.Text = "重新核对";
- this.cancel.UseVisualStyleBackColor = false;
- this.cancel.Click += new System.EventHandler(this.cancel_Click);
- //
- // sncode
- //
- this.sncode.AllPower = null;
- this.sncode.BackColor = System.Drawing.Color.White;
- this.sncode.ID = null;
- this.sncode.Location = new System.Drawing.Point(73, 395);
- this.sncode.Margin = new System.Windows.Forms.Padding(2);
- this.sncode.Name = "sncode";
- this.sncode.Power = null;
- this.sncode.Size = new System.Drawing.Size(169, 21);
- this.sncode.Str = null;
- this.sncode.Str1 = null;
- this.sncode.Str2 = null;
- this.sncode.TabIndex = 14;
- this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
- //
- // OperateResult
- //
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OperateResult.Location = new System.Drawing.Point(30, 117);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(2);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(403, 257);
- this.OperateResult.TabIndex = 10;
- this.OperateResult.Text = "";
- //
- // Make_LabelCheck
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(886, 433);
- this.Controls.Add(this.StepCount);
- this.Controls.Add(this.cancel);
- this.Controls.Add(this.pr_detail);
- this.Controls.Add(this.showResult);
- this.Controls.Add(this.sncode);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.remain_qty);
- this.Controls.Add(this.mcd_okqty);
- this.Controls.Add(this.ma_prodcode);
- this.Controls.Add(this.ma_code);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "Make_LabelCheck";
- this.Tag = "Make!LabelCheck";
- this.Text = "标签核对";
- this.Load += new System.EventHandler(this.Make_LabelCheck_Load);
- this.SizeChanged += new System.EventHandler(this.Make_LabelCheck_SizeChanged);
- this.ResumeLayout(true);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label ma_code;
- private System.Windows.Forms.Label ma_prodcode;
- private System.Windows.Forms.Label mcd_okqty;
- private System.Windows.Forms.Label remain_qty;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private System.Windows.Forms.Label label10;
- private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
- private System.Windows.Forms.ListView showResult;
- private System.Windows.Forms.ColumnHeader columnHeader1;
- private System.Windows.Forms.ColumnHeader columnHeader2;
- private System.Windows.Forms.ColumnHeader columnHeader3;
- private System.Windows.Forms.ColumnHeader columnHeader4;
- private System.Windows.Forms.Label pr_detail;
- private CustomControl.ButtonUtil.NormalButton cancel;
- private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
- }
- }
|