123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299 |
- namespace UAS_MES_NEW.Special
- {
- partial class Special_Oksn
- {
- /// <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_Oksn));
- this.sn_code_label = new System.Windows.Forms.Label();
- this.checkBox1 = new System.Windows.Forms.CheckBox();
- this.ms_makecode_label = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.pr_orispeccode = new System.Windows.Forms.Label();
- this.getqty = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
- this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.Lock = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
- this.ma_prodcode = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.ma_qty = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // sn_code_label
- //
- this.sn_code_label.AutoSize = true;
- this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sn_code_label.Location = new System.Drawing.Point(47, 390);
- this.sn_code_label.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.sn_code_label.Name = "sn_code_label";
- this.sn_code_label.Size = new System.Drawing.Size(72, 27);
- this.sn_code_label.TabIndex = 104;
- this.sn_code_label.Text = "序列号";
- //
- // checkBox1
- //
- this.checkBox1.AutoSize = true;
- this.checkBox1.Location = new System.Drawing.Point(424, 394);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(89, 19);
- this.checkBox1.TabIndex = 144;
- this.checkBox1.Text = "撤销操作";
- this.checkBox1.UseVisualStyleBackColor = true;
- //
- // 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(47, 87);
- 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(52, 27);
- this.ms_makecode_label.TabIndex = 145;
- this.ms_makecode_label.Text = "工单";
- //
- // 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(47, 165);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(52, 27);
- this.label1.TabIndex = 147;
- this.label1.Text = "型号";
- //
- // pr_orispeccode
- //
- this.pr_orispeccode.AutoSize = true;
- this.pr_orispeccode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pr_orispeccode.Location = new System.Drawing.Point(128, 165);
- this.pr_orispeccode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.pr_orispeccode.Name = "pr_orispeccode";
- this.pr_orispeccode.Size = new System.Drawing.Size(0, 27);
- this.pr_orispeccode.TabIndex = 148;
- this.pr_orispeccode.Tag = "";
- //
- // getqty
- //
- this.getqty.AutoSize = true;
- this.getqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.getqty.Location = new System.Drawing.Point(515, 165);
- this.getqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.getqty.Name = "getqty";
- this.getqty.Size = new System.Drawing.Size(0, 27);
- this.getqty.TabIndex = 150;
- this.getqty.Tag = "getqty";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(425, 165);
- this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(72, 27);
- this.label3.TabIndex = 149;
- this.label3.Text = "采集数";
- //
- // 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(133, 87);
- this.ma_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- 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(153, 27);
- this.ma_code.TabIndex = 146;
- this.ma_code.TableName = null;
- this.ma_code.Tag = "ma_code";
- this.ma_code.TextBoxEnable = true;
- //
- // Clean
- //
- this.Clean.AllPower = null;
- this.Clean.BackColor = System.Drawing.Color.Transparent;
- this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
- this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
- this.Clean.IsShowBorder = true;
- this.Clean.Location = new System.Drawing.Point(818, 519);
- this.Clean.Margin = new System.Windows.Forms.Padding(5);
- this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
- this.Clean.Name = "Clean";
- this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
- this.Clean.Power = null;
- this.Clean.Size = new System.Drawing.Size(80, 31);
- this.Clean.TabIndex = 143;
- this.Clean.Text = "清除";
- this.Clean.UseVisualStyleBackColor = true;
- this.Clean.Click += new System.EventHandler(this.Clean_Click);
- //
- // OperateResult
- //
- this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.OperateResult.Location = new System.Drawing.Point(706, 31);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(5);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(308, 451);
- this.OperateResult.TabIndex = 142;
- this.OperateResult.Text = "";
- //
- // sn_code
- //
- this.sn_code.AllPower = null;
- this.sn_code.BackColor = System.Drawing.Color.White;
- this.sn_code.ID = null;
- this.sn_code.Location = new System.Drawing.Point(153, 392);
- this.sn_code.Margin = new System.Windows.Forms.Padding(5);
- this.sn_code.Name = "sn_code";
- this.sn_code.Power = null;
- this.sn_code.Size = new System.Drawing.Size(233, 25);
- this.sn_code.Str = null;
- this.sn_code.Str1 = null;
- this.sn_code.Str2 = null;
- this.sn_code.TabIndex = 140;
- this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
- //
- // 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(430, 91);
- this.Lock.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
- this.Lock.Name = "Lock";
- this.Lock.Size = new System.Drawing.Size(61, 24);
- this.Lock.TabIndex = 183;
- this.Lock.Text = "锁定";
- this.Lock.UseVisualStyleBackColor = true;
- //
- // ma_prodcode
- //
- this.ma_prodcode.AutoSize = true;
- this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_prodcode.Location = new System.Drawing.Point(128, 268);
- this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ma_prodcode.Name = "ma_prodcode";
- this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
- this.ma_prodcode.TabIndex = 185;
- this.ma_prodcode.Tag = "";
- //
- // 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(47, 268);
- 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 = 184;
- this.label4.Text = "料号";
- //
- // ma_qty
- //
- this.ma_qty.AutoSize = true;
- this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ma_qty.Location = new System.Drawing.Point(515, 268);
- this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ma_qty.Name = "ma_qty";
- this.ma_qty.Size = new System.Drawing.Size(0, 27);
- this.ma_qty.TabIndex = 187;
- this.ma_qty.Tag = "";
- //
- // 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(425, 268);
- this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(72, 27);
- this.label6.TabIndex = 186;
- this.label6.Text = "工单数";
- //
- // Special_Oksn
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1059, 564);
- this.Controls.Add(this.ma_qty);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.ma_prodcode);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.Lock);
- this.Controls.Add(this.getqty);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.pr_orispeccode);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.ma_code);
- this.Controls.Add(this.ms_makecode_label);
- this.Controls.Add(this.checkBox1);
- this.Controls.Add(this.Clean);
- this.Controls.Add(this.OperateResult);
- this.Controls.Add(this.sn_code);
- this.Controls.Add(this.sn_code_label);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.Name = "Special_Oksn";
- this.Tag = "Special!Oksn";
- this.Text = "SN完工";
- this.Load += new System.EventHandler(this.Special_CancelCollection_Load);
- this.SizeChanged += new System.EventHandler(this.Special_Oksn_SizeChanged);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label sn_code_label;
- private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private CustomControl.ButtonUtil.NormalButton Clean;
- private System.Windows.Forms.CheckBox checkBox1;
- private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
- private System.Windows.Forms.Label ms_makecode_label;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label pr_orispeccode;
- private System.Windows.Forms.Label getqty;
- private System.Windows.Forms.Label label3;
- private CustomControl.CustomCheckBox.LockCheckBox Lock;
- private System.Windows.Forms.Label ma_prodcode;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label ma_qty;
- private System.Windows.Forms.Label label6;
- }
- }
|