|
|
@@ -0,0 +1,222 @@
|
|
|
+namespace UAS_MES.Query
|
|
|
+{
|
|
|
+ partial class Query_SnMessage
|
|
|
+ {
|
|
|
+ /// <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(Query_SnMessage));
|
|
|
+ this.sn_code_label = new System.Windows.Forms.Label();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.Enter = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.ma_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ms_checkno = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ms_outboxcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
+ this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ 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(32, 20);
|
|
|
+ this.sn_code_label.Name = "sn_code_label";
|
|
|
+ this.sn_code_label.Size = new System.Drawing.Size(58, 21);
|
|
|
+ this.sn_code_label.TabIndex = 185;
|
|
|
+ this.sn_code_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(32, 87);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(58, 21);
|
|
|
+ this.label1.TabIndex = 187;
|
|
|
+ this.label1.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(32, 154);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(58, 21);
|
|
|
+ this.label2.TabIndex = 188;
|
|
|
+ this.label2.Text = "批次号";
|
|
|
+ //
|
|
|
+ // 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(32, 219);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(58, 21);
|
|
|
+ this.label3.TabIndex = 201;
|
|
|
+ this.label3.Text = "工单号";
|
|
|
+ //
|
|
|
+ // 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 = null;
|
|
|
+ this.Clean.IsShowBorder = true;
|
|
|
+ this.Clean.Location = new System.Drawing.Point(436, 21);
|
|
|
+ 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(75, 28);
|
|
|
+ this.Clean.TabIndex = 204;
|
|
|
+ this.Clean.Text = "清除";
|
|
|
+ this.Clean.UseVisualStyleBackColor = false;
|
|
|
+ this.Clean.Click += new System.EventHandler(this.Clean_Click);
|
|
|
+ //
|
|
|
+ // Enter
|
|
|
+ //
|
|
|
+ this.Enter.AllPower = null;
|
|
|
+ this.Enter.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.Enter.DownImage = ((System.Drawing.Image)(resources.GetObject("Enter.DownImage")));
|
|
|
+ this.Enter.Image = null;
|
|
|
+ this.Enter.IsShowBorder = true;
|
|
|
+ this.Enter.Location = new System.Drawing.Point(312, 20);
|
|
|
+ this.Enter.MoveImage = ((System.Drawing.Image)(resources.GetObject("Enter.MoveImage")));
|
|
|
+ this.Enter.Name = "Enter";
|
|
|
+ this.Enter.NormalImage = ((System.Drawing.Image)(resources.GetObject("Enter.NormalImage")));
|
|
|
+ this.Enter.Power = null;
|
|
|
+ this.Enter.Size = new System.Drawing.Size(75, 28);
|
|
|
+ this.Enter.TabIndex = 203;
|
|
|
+ this.Enter.Text = "查询";
|
|
|
+ this.Enter.UseVisualStyleBackColor = false;
|
|
|
+ this.Enter.Click += new System.EventHandler(this.Enter_Click);
|
|
|
+ //
|
|
|
+ // ma_makecode
|
|
|
+ //
|
|
|
+ this.ma_makecode.AutoSize = true;
|
|
|
+ this.ma_makecode.CutLength = null;
|
|
|
+ this.ma_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ma_makecode.Location = new System.Drawing.Point(110, 219);
|
|
|
+ this.ma_makecode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.ma_makecode.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.ma_makecode.Name = "ma_makecode";
|
|
|
+ this.ma_makecode.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.ma_makecode.TabIndex = 202;
|
|
|
+ //
|
|
|
+ // ms_checkno
|
|
|
+ //
|
|
|
+ this.ms_checkno.AutoSize = true;
|
|
|
+ this.ms_checkno.CutLength = null;
|
|
|
+ this.ms_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_checkno.Location = new System.Drawing.Point(110, 154);
|
|
|
+ this.ms_checkno.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.ms_checkno.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.ms_checkno.Name = "ms_checkno";
|
|
|
+ this.ms_checkno.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.ms_checkno.TabIndex = 200;
|
|
|
+ //
|
|
|
+ // ms_outboxcode
|
|
|
+ //
|
|
|
+ this.ms_outboxcode.AutoSize = true;
|
|
|
+ this.ms_outboxcode.CutLength = null;
|
|
|
+ this.ms_outboxcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_outboxcode.Location = new System.Drawing.Point(110, 87);
|
|
|
+ this.ms_outboxcode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.ms_outboxcode.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
+ this.ms_outboxcode.Name = "ms_outboxcode";
|
|
|
+ this.ms_outboxcode.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.ms_outboxcode.TabIndex = 199;
|
|
|
+ //
|
|
|
+ // 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(114, 21);
|
|
|
+ this.sn_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.sn_code.Name = "sn_code";
|
|
|
+ this.sn_code.Power = null;
|
|
|
+ this.sn_code.Size = new System.Drawing.Size(145, 21);
|
|
|
+ this.sn_code.Str = null;
|
|
|
+ this.sn_code.Str1 = null;
|
|
|
+ this.sn_code.Str2 = null;
|
|
|
+ this.sn_code.TabIndex = 186;
|
|
|
+ this.sn_code.Tag = "NoAuto";
|
|
|
+ this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
|
|
|
+ //
|
|
|
+ // panel1
|
|
|
+ //
|
|
|
+ this.panel1.Location = new System.Drawing.Point(36, 268);
|
|
|
+ this.panel1.Name = "panel1";
|
|
|
+ this.panel1.Size = new System.Drawing.Size(949, 244);
|
|
|
+ this.panel1.TabIndex = 205;
|
|
|
+ //
|
|
|
+ // Query_SnMessage
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(997, 534);
|
|
|
+ this.Controls.Add(this.panel1);
|
|
|
+ this.Controls.Add(this.Clean);
|
|
|
+ this.Controls.Add(this.Enter);
|
|
|
+ this.Controls.Add(this.ma_makecode);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.ms_checkno);
|
|
|
+ this.Controls.Add(this.ms_outboxcode);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
+ this.Controls.Add(this.sn_code);
|
|
|
+ this.Controls.Add(this.sn_code_label);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Name = "Query_SnMessage";
|
|
|
+ this.Tag = "Query!SnMessage";
|
|
|
+ this.Text = "序列号信息查询";
|
|
|
+ this.Load += new System.EventHandler(this.Query_SnMessage_Load);
|
|
|
+ this.SizeChanged += new System.EventHandler(this.Query_SnMessage_SizeChanged);
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
|
|
|
+ private System.Windows.Forms.Label sn_code_label;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ms_outboxcode;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ms_checkno;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private CustomControl.ValueLabel.ValueLabel ma_makecode;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Enter;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Clean;
|
|
|
+ private System.Windows.Forms.Panel panel1;
|
|
|
+ }
|
|
|
+}
|