123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475 |
- namespace UAS_MES.Make
- {
- partial class Make_ColorBoxLoadPrint
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- this.ms_makecode_label = new System.Windows.Forms.Label();
- this.pr_code_label = new System.Windows.Forms.Label();
- this.mcd_okqty_label = new System.Windows.Forms.Label();
- this.mcd_remainqty_label = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.ms_sncode_label = new System.Windows.Forms.Label();
- this.pr_detail_label = new System.Windows.Forms.Label();
- this.PrintLabel_label = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.PrintLabel = new UAS_MES.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
- this.ms_sncode = new System.Windows.Forms.Label();
- this.load = new System.Windows.Forms.RadioButton();
- this.unload = new System.Windows.Forms.RadioButton();
- this.code_label = new System.Windows.Forms.Label();
- this.ms_craftcode = new System.Windows.Forms.Label();
- this.ClearSn_code = new System.Windows.Forms.PictureBox();
- this.StepCount = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
- this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.Lock = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
- this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
- this.ms_bomversion = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
- this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
- this.mcd_okqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
- this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
- this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
- this.code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
- ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
- this.SuspendLayout();
- //
- // ms_makecode_label
- //
- 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(25, 20);
- this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ms_makecode_label.Name = "ms_makecode_label";
- this.ms_makecode_label.Size = new System.Drawing.Size(72, 27);
- this.ms_makecode_label.TabIndex = 125;
- this.ms_makecode_label.Text = "工单号";
- //
- // pr_code_label
- //
- this.pr_code_label.AutoSize = true;
- this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_code_label.Location = new System.Drawing.Point(345, 20);
- this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pr_code_label.Name = "pr_code_label";
- this.pr_code_label.Size = new System.Drawing.Size(92, 27);
- this.pr_code_label.TabIndex = 126;
- this.pr_code_label.Text = "产品编号";
- //
- // mcd_okqty_label
- //
- this.mcd_okqty_label.AutoSize = true;
- this.mcd_okqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.mcd_okqty_label.Location = new System.Drawing.Point(345, 79);
- this.mcd_okqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.mcd_okqty_label.Name = "mcd_okqty_label";
- this.mcd_okqty_label.Size = new System.Drawing.Size(92, 27);
- this.mcd_okqty_label.TabIndex = 127;
- this.mcd_okqty_label.Text = "打印计数";
- //
- // mcd_remainqty_label
- //
- this.mcd_remainqty_label.AutoSize = true;
- this.mcd_remainqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.mcd_remainqty_label.Location = new System.Drawing.Point(628, 79);
- this.mcd_remainqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.mcd_remainqty_label.Name = "mcd_remainqty_label";
- this.mcd_remainqty_label.Size = new System.Drawing.Size(72, 27);
- this.mcd_remainqty_label.TabIndex = 128;
- this.mcd_remainqty_label.Text = "剩余数";
- //
- // 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(973, 140);
- this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(52, 27);
- this.label4.TabIndex = 129;
- this.label4.Text = "份数";
- //
- // ms_sncode_label
- //
- this.ms_sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.ms_sncode_label.AutoSize = true;
- this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ms_sncode_label.Location = new System.Drawing.Point(25, 79);
- this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ms_sncode_label.Name = "ms_sncode_label";
- this.ms_sncode_label.Size = new System.Drawing.Size(72, 27);
- this.ms_sncode_label.TabIndex = 145;
- this.ms_sncode_label.Text = "序列号";
- //
- // pr_detail_label
- //
- this.pr_detail_label.AutoSize = true;
- this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_detail_label.Location = new System.Drawing.Point(628, 20);
- this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pr_detail_label.Name = "pr_detail_label";
- this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
- this.pr_detail_label.TabIndex = 146;
- this.pr_detail_label.Text = "产品名称";
- //
- // PrintLabel_label
- //
- this.PrintLabel_label.AutoSize = true;
- this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.PrintLabel_label.Location = new System.Drawing.Point(973, 79);
- this.PrintLabel_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.PrintLabel_label.Name = "PrintLabel_label";
- this.PrintLabel_label.Size = new System.Drawing.Size(52, 27);
- this.PrintLabel_label.TabIndex = 160;
- this.PrintLabel_label.Text = "标签";
- //
- // 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(973, 19);
- this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(72, 27);
- this.label2.TabIndex = 161;
- this.label2.Text = "打印机";
- //
- // PrintLabel
- //
- this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.PrintLabel.FormattingEnabled = true;
- this.PrintLabel.Location = new System.Drawing.Point(1077, 79);
- this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
- this.PrintLabel.Name = "PrintLabel";
- this.PrintLabel.Size = new System.Drawing.Size(175, 23);
- this.PrintLabel.TabIndex = 162;
- this.PrintLabel.SelectedValueChanged += new System.EventHandler(this.PrintLabel_SelectedValueChanged);
- //
- // ms_sncode
- //
- this.ms_sncode.AutoSize = true;
- this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 12F);
- this.ms_sncode.Location = new System.Drawing.Point(108, 79);
- this.ms_sncode.Name = "ms_sncode";
- this.ms_sncode.Size = new System.Drawing.Size(0, 27);
- this.ms_sncode.TabIndex = 163;
- //
- // load
- //
- this.load.AutoSize = true;
- this.load.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.load.ForeColor = System.Drawing.Color.Blue;
- this.load.Location = new System.Drawing.Point(29, 526);
- this.load.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
- this.load.Name = "load";
- this.load.Size = new System.Drawing.Size(73, 31);
- this.load.TabIndex = 164;
- this.load.TabStop = true;
- this.load.Text = "上料";
- this.load.UseVisualStyleBackColor = true;
- //
- // unload
- //
- this.unload.AutoSize = true;
- this.unload.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.unload.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
- this.unload.Location = new System.Drawing.Point(168, 526);
- this.unload.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
- this.unload.Name = "unload";
- this.unload.Size = new System.Drawing.Size(73, 31);
- this.unload.TabIndex = 165;
- this.unload.TabStop = true;
- this.unload.Text = "下料";
- this.unload.UseVisualStyleBackColor = true;
- this.unload.Visible = false;
- //
- // code_label
- //
- this.code_label.AutoSize = true;
- this.code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.code_label.Location = new System.Drawing.Point(307, 529);
- this.code_label.Name = "code_label";
- this.code_label.Size = new System.Drawing.Size(72, 27);
- this.code_label.TabIndex = 167;
- this.code_label.Text = "录入框";
- //
- // ms_craftcode
- //
- this.ms_craftcode.AutoSize = true;
- this.ms_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ms_craftcode.Location = new System.Drawing.Point(977, 209);
- this.ms_craftcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ms_craftcode.Name = "ms_craftcode";
- this.ms_craftcode.Size = new System.Drawing.Size(0, 27);
- this.ms_craftcode.TabIndex = 170;
- this.ms_craftcode.Visible = false;
- //
- // ClearSn_code
- //
- this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
- this.ClearSn_code.Image = global::UAS_MES.Properties.Resources.bindingNavigatorDeleteItem_Image;
- this.ClearSn_code.Location = new System.Drawing.Point(593, 536);
- this.ClearSn_code.Margin = new System.Windows.Forms.Padding(4);
- this.ClearSn_code.Name = "ClearSn_code";
- this.ClearSn_code.Size = new System.Drawing.Size(21, 20);
- this.ClearSn_code.TabIndex = 173;
- this.ClearSn_code.TabStop = false;
- this.ClearSn_code.Click += new System.EventHandler(this.ClearSn_code_Click);
- //
- // StepCount
- //
- this.StepCount.LineCode = null;
- this.StepCount.Location = new System.Drawing.Point(979, 209);
- this.StepCount.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.StepCount.Name = "StepCount";
- this.StepCount.Size = new System.Drawing.Size(105, 29);
- this.StepCount.Source = null;
- this.StepCount.StepCode = null;
- this.StepCount.TabIndex = 189;
- //
- // PrintNum
- //
- this.PrintNum.AllPower = null;
- this.PrintNum.BackColor = System.Drawing.Color.White;
- this.PrintNum.Enabled = false;
- this.PrintNum.ID = null;
- this.PrintNum.Location = new System.Drawing.Point(1077, 140);
- this.PrintNum.Margin = new System.Windows.Forms.Padding(4);
- this.PrintNum.Name = "PrintNum";
- this.PrintNum.Power = null;
- this.PrintNum.Size = new System.Drawing.Size(175, 25);
- this.PrintNum.Str = null;
- this.PrintNum.Str1 = null;
- this.PrintNum.Str2 = null;
- this.PrintNum.TabIndex = 174;
- //
- // Lock
- //
- this.Lock.AutoSize = true;
- this.Lock.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Lock.LeaveEvent = false;
- this.Lock.Location = new System.Drawing.Point(269, 21);
- this.Lock.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
- this.Lock.Name = "Lock";
- this.Lock.Size = new System.Drawing.Size(61, 24);
- this.Lock.TabIndex = 172;
- this.Lock.Text = "锁定";
- this.Lock.UseVisualStyleBackColor = true;
- //
- // ma_code
- //
- this.ma_code.AllPower = null;
- this.ma_code.Caller = null;
- this.ma_code.Condition = null;
- this.ma_code.DBTitle = null;
- this.ma_code.FormName = null;
- this.ma_code.Location = new System.Drawing.Point(113, 21);
- this.ma_code.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
- this.ma_code.Name = "ma_code";
- this.ma_code.Power = null;
- this.ma_code.ReturnData = null;
- this.ma_code.SelectField = null;
- this.ma_code.SetValueField = null;
- this.ma_code.Size = new System.Drawing.Size(145, 25);
- this.ma_code.TabIndex = 171;
- this.ma_code.TableName = null;
- this.ma_code.TextBoxEnable = true;
- //
- // ms_bomversion
- //
- this.ms_bomversion.AutoSize = true;
- this.ms_bomversion.CutLength = null;
- this.ms_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ms_bomversion.Location = new System.Drawing.Point(1029, 234);
- this.ms_bomversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ms_bomversion.MaximumSize = new System.Drawing.Size(200, 0);
- this.ms_bomversion.Name = "ms_bomversion";
- this.ms_bomversion.Size = new System.Drawing.Size(0, 27);
- this.ms_bomversion.TabIndex = 169;
- this.ms_bomversion.Visible = false;
- //
- // Printer
- //
- this.Printer.Location = new System.Drawing.Point(1077, 19);
- this.Printer.Margin = new System.Windows.Forms.Padding(5);
- this.Printer.Name = "Printer";
- this.Printer.Size = new System.Drawing.Size(175, 31);
- this.Printer.TabIndex = 159;
- //
- // mcd_remainqty
- //
- this.mcd_remainqty.AutoSize = true;
- this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.mcd_remainqty.Location = new System.Drawing.Point(745, 79);
- this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.mcd_remainqty.Name = "mcd_remainqty";
- this.mcd_remainqty.Size = new System.Drawing.Size(24, 27);
- this.mcd_remainqty.TabIndex = 158;
- this.mcd_remainqty.Text = "0";
- //
- // mcd_okqty
- //
- this.mcd_okqty.AutoSize = true;
- this.mcd_okqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.mcd_okqty.Location = new System.Drawing.Point(463, 79);
- this.mcd_okqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.mcd_okqty.Name = "mcd_okqty";
- this.mcd_okqty.Size = new System.Drawing.Size(24, 27);
- this.mcd_okqty.TabIndex = 157;
- this.mcd_okqty.Text = "0";
- //
- // pr_code
- //
- this.pr_code.AutoSize = true;
- this.pr_code.CutLength = null;
- this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_code.Location = new System.Drawing.Point(463, 20);
- this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
- this.pr_code.Name = "pr_code";
- this.pr_code.Size = new System.Drawing.Size(0, 27);
- this.pr_code.TabIndex = 156;
- this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
- //
- // pr_detail
- //
- this.pr_detail.AutoSize = true;
- this.pr_detail.CutLength = null;
- 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(745, 20);
- this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
- this.pr_detail.Name = "pr_detail";
- this.pr_detail.Size = new System.Drawing.Size(0, 27);
- this.pr_detail.TabIndex = 154;
- //
- // OperateResult
- //
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OperateResult.Location = new System.Drawing.Point(29, 131);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(920, 380);
- this.OperateResult.TabIndex = 143;
- this.OperateResult.Text = "";
- //
- // code
- //
- this.code.AllPower = null;
- this.code.BackColor = System.Drawing.Color.White;
- this.code.ID = null;
- this.code.Location = new System.Drawing.Point(385, 531);
- this.code.Name = "code";
- this.code.Power = null;
- this.code.Size = new System.Drawing.Size(196, 25);
- this.code.Str = null;
- this.code.Str1 = null;
- this.code.Str2 = null;
- this.code.TabIndex = 190;
- this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
- //
- // Make_ColorBoxLoadPrint
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1292, 565);
- this.Controls.Add(this.code);
- this.Controls.Add(this.StepCount);
- this.Controls.Add(this.PrintNum);
- this.Controls.Add(this.ClearSn_code);
- this.Controls.Add(this.Lock);
- this.Controls.Add(this.ma_code);
- this.Controls.Add(this.ms_craftcode);
- this.Controls.Add(this.ms_bomversion);
- this.Controls.Add(this.code_label);
- this.Controls.Add(this.unload);
- this.Controls.Add(this.load);
- this.Controls.Add(this.ms_sncode);
- this.Controls.Add(this.PrintLabel);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.PrintLabel_label);
- this.Controls.Add(this.Printer);
- this.Controls.Add(this.mcd_remainqty);
- this.Controls.Add(this.mcd_okqty);
- this.Controls.Add(this.pr_code);
- this.Controls.Add(this.pr_detail);
- this.Controls.Add(this.pr_detail_label);
- this.Controls.Add(this.ms_sncode_label);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.mcd_remainqty_label);
- this.Controls.Add(this.mcd_okqty_label);
- this.Controls.Add(this.pr_code_label);
- this.Controls.Add(this.ms_makecode_label);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "Make_ColorBoxLoadPrint";
- this.Tag = "Make!ColorBoxLoadPrint";
- this.Text = " ";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_ColorBoxLoadPrint_FormClosing);
- this.Load += new System.EventHandler(this.Make_ColorBoxLoadPrint_Load);
- this.SizeChanged += new System.EventHandler(this.Make_ColorBoxLoadPrint_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label ms_makecode_label;
- private System.Windows.Forms.Label pr_code_label;
- private System.Windows.Forms.Label mcd_okqty_label;
- private System.Windows.Forms.Label mcd_remainqty_label;
- private System.Windows.Forms.Label label4;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private System.Windows.Forms.Label ms_sncode_label;
- private System.Windows.Forms.Label pr_detail_label;
- private CustomControl.ValueLabel.ValueLabel pr_detail;
- private CustomControl.ValueLabel.ValueLabel pr_code;
- private CustomControl.ValueLabel.ValueNumLabel mcd_okqty;
- private CustomControl.ValueLabel.ValueNumLabel mcd_remainqty;
- private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
- private System.Windows.Forms.Label PrintLabel_label;
- private System.Windows.Forms.Label label2;
- private UAS_MES.CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
- private System.Windows.Forms.Label ms_sncode;
- private System.Windows.Forms.RadioButton load;
- private System.Windows.Forms.RadioButton unload;
- private System.Windows.Forms.Label code_label;
- private CustomControl.ValueLabel.ValueLabel ms_bomversion;
- private System.Windows.Forms.Label ms_craftcode;
- private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
- private CustomControl.CustomCheckBox.LockCheckBox Lock;
- private System.Windows.Forms.PictureBox ClearSn_code;
- private CustomControl.TextBoxWithIcon.EnterTextBox PrintNum;
- private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
- private CustomControl.TextBoxWithIcon.EnterTextBox code;
- }
- }
|