123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391 |
- namespace UAS_MES_NEW.Special
- {
- partial class Special_BoxUpdate
- {
- /// <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_BoxUpdate));
- this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.Pallet_label = new System.Windows.Forms.Label();
- this.boxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.label5 = new System.Windows.Forms.Label();
- this.lockCheckBox1 = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
- this.US_ID = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.US_SKU = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.label9 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.US_LOCATION = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.US_UPC = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.pr_sendchecktype = new System.Windows.Forms.Label();
- this.ma_salecode = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.US_COLORCODE = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.label2 = new System.Windows.Forms.Label();
- this.US_PRODUCTCOLOR = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.SuspendLayout();
- //
- // 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(771, 545);
- this.Split.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- 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(75, 28);
- this.Split.TabIndex = 0;
- this.Split.Text = "更新";
- this.Split.UseVisualStyleBackColor = false;
- this.Split.Visible = false;
- this.Split.Click += new System.EventHandler(this.Split_Click);
- //
- // 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(24, 389);
- this.Pallet_label.Name = "Pallet_label";
- this.Pallet_label.Size = new System.Drawing.Size(52, 27);
- this.Pallet_label.TabIndex = 1;
- this.Pallet_label.Text = "箱号";
- //
- // boxcode
- //
- this.boxcode.AllPower = null;
- this.boxcode.BackColor = System.Drawing.Color.White;
- this.boxcode.ID = null;
- this.boxcode.Location = new System.Drawing.Point(121, 391);
- this.boxcode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.boxcode.Name = "boxcode";
- this.boxcode.Power = null;
- this.boxcode.Size = new System.Drawing.Size(258, 25);
- this.boxcode.Str = null;
- this.boxcode.Str1 = null;
- this.boxcode.Str2 = null;
- this.boxcode.TabIndex = 2;
- this.boxcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Pallate_KeyDown);
- //
- // 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(529, 53);
- this.OperatResult.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.OperatResult.Name = "OperatResult";
- this.OperatResult.Size = new System.Drawing.Size(271, 386);
- this.OperatResult.TabIndex = 3;
- this.OperatResult.Text = "";
- //
- // label5
- //
- this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- 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(7, 92);
- this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(69, 27);
- this.label5.TabIndex = 232;
- this.label5.Text = "US_ID";
- //
- // lockCheckBox1
- //
- this.lockCheckBox1.AutoSize = true;
- this.lockCheckBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lockCheckBox1.LeaveEvent = false;
- this.lockCheckBox1.Location = new System.Drawing.Point(405, 92);
- this.lockCheckBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.lockCheckBox1.Name = "lockCheckBox1";
- this.lockCheckBox1.Size = new System.Drawing.Size(61, 24);
- this.lockCheckBox1.TabIndex = 231;
- this.lockCheckBox1.Text = "锁定";
- this.lockCheckBox1.UseVisualStyleBackColor = true;
- //
- // US_ID
- //
- this.US_ID.AllPower = null;
- this.US_ID.Caller = null;
- this.US_ID.Condition = null;
- this.US_ID.DBTitle = null;
- this.US_ID.FormName = null;
- this.US_ID.Location = new System.Drawing.Point(121, 92);
- this.US_ID.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.US_ID.Name = "US_ID";
- this.US_ID.Power = null;
- this.US_ID.ReturnData = null;
- this.US_ID.SelectField = null;
- this.US_ID.SetValueField = null;
- this.US_ID.Size = new System.Drawing.Size(276, 27);
- this.US_ID.TabIndex = 230;
- this.US_ID.TableName = null;
- this.US_ID.TextBoxEnable = true;
- //
- // label7
- //
- this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- 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(24, 227);
- this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(52, 27);
- this.label7.TabIndex = 244;
- this.label7.Text = "SKU";
- //
- // US_SKU
- //
- this.US_SKU.AllPower = "ifall";
- this.US_SKU.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.US_SKU.BackColor = System.Drawing.Color.White;
- this.US_SKU.Enabled = false;
- this.US_SKU.ID = null;
- this.US_SKU.Location = new System.Drawing.Point(121, 227);
- this.US_SKU.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.US_SKU.Name = "US_SKU";
- this.US_SKU.Power = null;
- this.US_SKU.Size = new System.Drawing.Size(276, 25);
- this.US_SKU.Str = null;
- this.US_SKU.Str1 = null;
- this.US_SKU.Str2 = null;
- this.US_SKU.TabIndex = 243;
- this.US_SKU.Tag = "ifread";
- //
- // label9
- //
- this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.Location = new System.Drawing.Point(24, 280);
- this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(52, 27);
- this.label9.TabIndex = 242;
- this.label9.Text = "UPC";
- //
- // label8
- //
- this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.Location = new System.Drawing.Point(24, 320);
- this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(72, 27);
- this.label8.TabIndex = 241;
- this.label8.Text = "出货地";
- //
- // US_LOCATION
- //
- this.US_LOCATION.AllPower = "ifall";
- this.US_LOCATION.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.US_LOCATION.BackColor = System.Drawing.Color.White;
- this.US_LOCATION.Enabled = false;
- this.US_LOCATION.ID = null;
- this.US_LOCATION.Location = new System.Drawing.Point(119, 320);
- this.US_LOCATION.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.US_LOCATION.Name = "US_LOCATION";
- this.US_LOCATION.Power = null;
- this.US_LOCATION.Size = new System.Drawing.Size(278, 25);
- this.US_LOCATION.Str = null;
- this.US_LOCATION.Str1 = null;
- this.US_LOCATION.Str2 = null;
- this.US_LOCATION.TabIndex = 240;
- this.US_LOCATION.Tag = "ifread";
- //
- // US_UPC
- //
- this.US_UPC.AllPower = "ifall";
- this.US_UPC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.US_UPC.BackColor = System.Drawing.Color.White;
- this.US_UPC.Enabled = false;
- this.US_UPC.ID = null;
- this.US_UPC.Location = new System.Drawing.Point(119, 280);
- this.US_UPC.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.US_UPC.Name = "US_UPC";
- this.US_UPC.Power = null;
- this.US_UPC.Size = new System.Drawing.Size(278, 25);
- this.US_UPC.Str = null;
- this.US_UPC.Str1 = null;
- this.US_UPC.Str2 = null;
- this.US_UPC.TabIndex = 239;
- this.US_UPC.Tag = "ifread";
- //
- // pr_sendchecktype
- //
- this.pr_sendchecktype.AutoSize = true;
- this.pr_sendchecktype.Location = new System.Drawing.Point(648, 304);
- this.pr_sendchecktype.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pr_sendchecktype.Name = "pr_sendchecktype";
- this.pr_sendchecktype.Size = new System.Drawing.Size(0, 15);
- this.pr_sendchecktype.TabIndex = 237;
- this.pr_sendchecktype.Visible = false;
- //
- // ma_salecode
- //
- this.ma_salecode.AutoSize = true;
- this.ma_salecode.Location = new System.Drawing.Point(648, 299);
- this.ma_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ma_salecode.Name = "ma_salecode";
- this.ma_salecode.Size = new System.Drawing.Size(0, 15);
- this.ma_salecode.TabIndex = 236;
- this.ma_salecode.Visible = false;
- //
- // label1
- //
- this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- 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(22, 142);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(72, 27);
- this.label1.TabIndex = 246;
- this.label1.Text = "颜色号";
- //
- // US_COLORCODE
- //
- this.US_COLORCODE.AllPower = "ifall";
- this.US_COLORCODE.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.US_COLORCODE.BackColor = System.Drawing.Color.White;
- this.US_COLORCODE.Enabled = false;
- this.US_COLORCODE.ID = null;
- this.US_COLORCODE.Location = new System.Drawing.Point(119, 142);
- this.US_COLORCODE.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.US_COLORCODE.Name = "US_COLORCODE";
- this.US_COLORCODE.Power = null;
- this.US_COLORCODE.Size = new System.Drawing.Size(276, 25);
- this.US_COLORCODE.Str = null;
- this.US_COLORCODE.Str1 = null;
- this.US_COLORCODE.Str2 = null;
- this.US_COLORCODE.TabIndex = 245;
- this.US_COLORCODE.Tag = "ifread";
- //
- // label2
- //
- this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 10F);
- this.label2.Location = new System.Drawing.Point(22, 184);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(156, 23);
- this.label2.TabIndex = 248;
- this.label2.Text = "PRODUCT COLOR";
- //
- // US_PRODUCTCOLOR
- //
- this.US_PRODUCTCOLOR.AllPower = "ifall";
- this.US_PRODUCTCOLOR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.US_PRODUCTCOLOR.BackColor = System.Drawing.Color.White;
- this.US_PRODUCTCOLOR.Enabled = false;
- this.US_PRODUCTCOLOR.ID = null;
- this.US_PRODUCTCOLOR.Location = new System.Drawing.Point(186, 182);
- this.US_PRODUCTCOLOR.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.US_PRODUCTCOLOR.Name = "US_PRODUCTCOLOR";
- this.US_PRODUCTCOLOR.Power = null;
- this.US_PRODUCTCOLOR.Size = new System.Drawing.Size(276, 25);
- this.US_PRODUCTCOLOR.Str = null;
- this.US_PRODUCTCOLOR.Str1 = null;
- this.US_PRODUCTCOLOR.Str2 = null;
- this.US_PRODUCTCOLOR.TabIndex = 247;
- this.US_PRODUCTCOLOR.Tag = "ifread";
- //
- // Special_BoxUpdate
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(858, 584);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.US_PRODUCTCOLOR);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.US_COLORCODE);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.US_SKU);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.US_LOCATION);
- this.Controls.Add(this.US_UPC);
- this.Controls.Add(this.pr_sendchecktype);
- this.Controls.Add(this.ma_salecode);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.lockCheckBox1);
- this.Controls.Add(this.US_ID);
- this.Controls.Add(this.OperatResult);
- this.Controls.Add(this.boxcode);
- 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(3, 2, 3, 2);
- this.Name = "Special_BoxUpdate";
- this.Tag = "Special!BoxUpdate";
- this.Text = "拆箱处理";
- this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.ButtonUtil.NormalButton Split;
- private System.Windows.Forms.Label Pallet_label;
- private CustomControl.TextBoxWithIcon.EnterTextBox boxcode;
- private CustomControl.RichText.RichTextAutoBottom OperatResult;
- private System.Windows.Forms.Label label5;
- private CustomControl.CustomCheckBox.LockCheckBox lockCheckBox1;
- private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox US_ID;
- private System.Windows.Forms.Label label7;
- private CustomControl.TextBoxWithIcon.SnCollectionBox US_SKU;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label8;
- private CustomControl.TextBoxWithIcon.SnCollectionBox US_LOCATION;
- private CustomControl.TextBoxWithIcon.SnCollectionBox US_UPC;
- private System.Windows.Forms.Label pr_sendchecktype;
- private System.Windows.Forms.Label ma_salecode;
- private System.Windows.Forms.Label label1;
- private CustomControl.TextBoxWithIcon.SnCollectionBox US_COLORCODE;
- private System.Windows.Forms.Label label2;
- private CustomControl.TextBoxWithIcon.SnCollectionBox US_PRODUCTCOLOR;
- }
- }
|