123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_CollectElec
- {
- /// <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_CollectElec));
- this.pr_detail_label = new System.Windows.Forms.Label();
- this.sncode_label = new System.Windows.Forms.Label();
- this.pr_code_label = new System.Windows.Forms.Label();
- this.ms_makecode_label = new System.Windows.Forms.Label();
- this.CheckTSN = new System.Windows.Forms.CheckBox();
- this.CheckMac = new System.Windows.Forms.CheckBox();
- this.CheckKey = new System.Windows.Forms.CheckBox();
- this.CheckPKID = new System.Windows.Forms.CheckBox();
- this.CheckPSN = new System.Windows.Forms.CheckBox();
- this.CheckImei = new System.Windows.Forms.CheckBox();
- this.TSN = new System.Windows.Forms.TextBox();
- this.TSN_CHECK = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.PSN_CHECK = new System.Windows.Forms.TextBox();
- this.PSN = new System.Windows.Forms.TextBox();
- this.PKID_CHECK = new System.Windows.Forms.TextBox();
- this.PKID = new System.Windows.Forms.TextBox();
- this.KEY_CHECK = new System.Windows.Forms.TextBox();
- this.KEY = new System.Windows.Forms.TextBox();
- this.MAC_CHECK = new System.Windows.Forms.TextBox();
- this.MAC = new System.Windows.Forms.TextBox();
- this.IMEI_CHECK = new System.Windows.Forms.TextBox();
- this.IMEI = new System.Windows.Forms.TextBox();
- this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
- this.Delete = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
- this.ms_makecode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.ms_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.pr_detail = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
- this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.SuspendLayout();
- //
- // 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(904, 44);
- this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_detail_label.Name = "pr_detail_label";
- this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
- this.pr_detail_label.TabIndex = 191;
- this.pr_detail_label.Text = "产品名称";
- //
- // sncode_label
- //
- this.sncode_label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.sncode_label.AutoSize = true;
- this.sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sncode_label.Location = new System.Drawing.Point(28, 844);
- this.sncode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.sncode_label.Name = "sncode_label";
- this.sncode_label.Size = new System.Drawing.Size(114, 41);
- this.sncode_label.TabIndex = 190;
- this.sncode_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(472, 44);
- this.pr_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_code_label.Name = "pr_code_label";
- this.pr_code_label.Size = new System.Drawing.Size(146, 41);
- this.pr_code_label.TabIndex = 185;
- this.pr_code_label.Text = "产品编号";
- //
- // 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(12, 44);
- this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.ms_makecode_label.Name = "ms_makecode_label";
- this.ms_makecode_label.Size = new System.Drawing.Size(146, 41);
- this.ms_makecode_label.TabIndex = 184;
- this.ms_makecode_label.Text = "工单编号";
- //
- // CheckTSN
- //
- this.CheckTSN.AutoSize = true;
- this.CheckTSN.Location = new System.Drawing.Point(19, 267);
- this.CheckTSN.Name = "CheckTSN";
- this.CheckTSN.Size = new System.Drawing.Size(150, 28);
- this.CheckTSN.TabIndex = 201;
- this.CheckTSN.Text = "MES流程码";
- this.CheckTSN.UseVisualStyleBackColor = true;
- //
- // CheckMac
- //
- this.CheckMac.AutoSize = true;
- this.CheckMac.Location = new System.Drawing.Point(19, 638);
- this.CheckMac.Name = "CheckMac";
- this.CheckMac.Size = new System.Drawing.Size(126, 28);
- this.CheckMac.TabIndex = 202;
- this.CheckMac.Text = "MAC地址";
- this.CheckMac.UseVisualStyleBackColor = true;
- //
- // CheckKey
- //
- this.CheckKey.AutoSize = true;
- this.CheckKey.Location = new System.Drawing.Point(19, 545);
- this.CheckKey.Name = "CheckKey";
- this.CheckKey.Size = new System.Drawing.Size(102, 28);
- this.CheckKey.TabIndex = 203;
- this.CheckKey.Text = "KEY码";
- this.CheckKey.UseVisualStyleBackColor = true;
- //
- // CheckPKID
- //
- this.CheckPKID.AutoSize = true;
- this.CheckPKID.Location = new System.Drawing.Point(19, 456);
- this.CheckPKID.Name = "CheckPKID";
- this.CheckPKID.Size = new System.Drawing.Size(90, 28);
- this.CheckPKID.TabIndex = 204;
- this.CheckPKID.Text = "PKID";
- this.CheckPKID.UseVisualStyleBackColor = true;
- //
- // CheckPSN
- //
- this.CheckPSN.AutoSize = true;
- this.CheckPSN.Location = new System.Drawing.Point(19, 363);
- this.CheckPSN.Name = "CheckPSN";
- this.CheckPSN.Size = new System.Drawing.Size(162, 28);
- this.CheckPSN.TabIndex = 205;
- this.CheckPSN.Text = "包装序列号";
- this.CheckPSN.UseVisualStyleBackColor = true;
- //
- // CheckImei
- //
- this.CheckImei.AutoSize = true;
- this.CheckImei.Location = new System.Drawing.Point(19, 735);
- this.CheckImei.Name = "CheckImei";
- this.CheckImei.Size = new System.Drawing.Size(90, 28);
- this.CheckImei.TabIndex = 206;
- this.CheckImei.Text = "IMEI";
- this.CheckImei.UseVisualStyleBackColor = true;
- //
- // TSN
- //
- this.TSN.Location = new System.Drawing.Point(211, 265);
- this.TSN.Name = "TSN";
- this.TSN.Size = new System.Drawing.Size(323, 35);
- this.TSN.TabIndex = 207;
- //
- // TSN_CHECK
- //
- this.TSN_CHECK.Enabled = false;
- this.TSN_CHECK.Location = new System.Drawing.Point(596, 267);
- this.TSN_CHECK.Name = "TSN_CHECK";
- this.TSN_CHECK.Size = new System.Drawing.Size(323, 35);
- this.TSN_CHECK.TabIndex = 216;
- //
- // 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(307, 204);
- this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(114, 41);
- this.label1.TabIndex = 217;
- 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(699, 204);
- this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(114, 41);
- this.label2.TabIndex = 218;
- this.label2.Text = "核对值";
- //
- // PSN_CHECK
- //
- this.PSN_CHECK.Enabled = false;
- this.PSN_CHECK.Location = new System.Drawing.Point(596, 361);
- this.PSN_CHECK.Name = "PSN_CHECK";
- this.PSN_CHECK.Size = new System.Drawing.Size(323, 35);
- this.PSN_CHECK.TabIndex = 220;
- //
- // PSN
- //
- this.PSN.Location = new System.Drawing.Point(211, 359);
- this.PSN.Name = "PSN";
- this.PSN.Size = new System.Drawing.Size(323, 35);
- this.PSN.TabIndex = 219;
- //
- // PKID_CHECK
- //
- this.PKID_CHECK.Enabled = false;
- this.PKID_CHECK.Location = new System.Drawing.Point(596, 454);
- this.PKID_CHECK.Name = "PKID_CHECK";
- this.PKID_CHECK.Size = new System.Drawing.Size(323, 35);
- this.PKID_CHECK.TabIndex = 222;
- //
- // PKID
- //
- this.PKID.Location = new System.Drawing.Point(211, 452);
- this.PKID.Name = "PKID";
- this.PKID.Size = new System.Drawing.Size(323, 35);
- this.PKID.TabIndex = 221;
- //
- // KEY_CHECK
- //
- this.KEY_CHECK.Enabled = false;
- this.KEY_CHECK.Location = new System.Drawing.Point(596, 543);
- this.KEY_CHECK.Name = "KEY_CHECK";
- this.KEY_CHECK.Size = new System.Drawing.Size(323, 35);
- this.KEY_CHECK.TabIndex = 224;
- //
- // KEY
- //
- this.KEY.Location = new System.Drawing.Point(211, 541);
- this.KEY.Name = "KEY";
- this.KEY.Size = new System.Drawing.Size(323, 35);
- this.KEY.TabIndex = 223;
- //
- // MAC_CHECK
- //
- this.MAC_CHECK.Enabled = false;
- this.MAC_CHECK.Location = new System.Drawing.Point(596, 631);
- this.MAC_CHECK.Name = "MAC_CHECK";
- this.MAC_CHECK.Size = new System.Drawing.Size(323, 35);
- this.MAC_CHECK.TabIndex = 226;
- //
- // MAC
- //
- this.MAC.Location = new System.Drawing.Point(211, 629);
- this.MAC.Name = "MAC";
- this.MAC.Size = new System.Drawing.Size(323, 35);
- this.MAC.TabIndex = 225;
- //
- // IMEI_CHECK
- //
- this.IMEI_CHECK.Enabled = false;
- this.IMEI_CHECK.Location = new System.Drawing.Point(596, 728);
- this.IMEI_CHECK.Name = "IMEI_CHECK";
- this.IMEI_CHECK.Size = new System.Drawing.Size(323, 35);
- this.IMEI_CHECK.TabIndex = 228;
- //
- // IMEI
- //
- this.IMEI.Location = new System.Drawing.Point(211, 726);
- this.IMEI.Name = "IMEI";
- this.IMEI.Size = new System.Drawing.Size(323, 35);
- this.IMEI.TabIndex = 227;
- //
- // StepCount
- //
- this.StepCount.LineCode = null;
- this.StepCount.Location = new System.Drawing.Point(912, 140);
- this.StepCount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.StepCount.Name = "StepCount";
- this.StepCount.Size = new System.Drawing.Size(160, 44);
- this.StepCount.Source = null;
- this.StepCount.StepCode = null;
- this.StepCount.TabIndex = 200;
- this.StepCount.Load += new System.EventHandler(this.StepCount_Load);
- //
- // Delete
- //
- this.Delete.AllPower = null;
- this.Delete.BackColor = System.Drawing.Color.Transparent;
- this.Delete.DownImage = ((System.Drawing.Image)(resources.GetObject("Delete.DownImage")));
- this.Delete.Image = null;
- this.Delete.IsShowBorder = true;
- this.Delete.Location = new System.Drawing.Point(764, 844);
- this.Delete.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.Delete.MoveImage = ((System.Drawing.Image)(resources.GetObject("Delete.MoveImage")));
- this.Delete.Name = "Delete";
- this.Delete.NormalImage = ((System.Drawing.Image)(resources.GetObject("Delete.NormalImage")));
- this.Delete.Power = null;
- this.Delete.Size = new System.Drawing.Size(150, 56);
- this.Delete.TabIndex = 199;
- this.Delete.Text = "取消";
- this.Delete.UseVisualStyleBackColor = false;
- this.Delete.Click += new System.EventHandler(this.deleteButton1_Click);
- //
- // ms_makecode
- //
- this.ms_makecode.AutoSize = true;
- this.ms_makecode.CutLength = null;
- this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ms_makecode.Location = new System.Drawing.Point(184, 44);
- this.ms_makecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ms_makecode.MaximumSize = new System.Drawing.Size(400, 0);
- this.ms_makecode.Name = "ms_makecode";
- this.ms_makecode.Size = new System.Drawing.Size(0, 41);
- this.ms_makecode.TabIndex = 198;
- //
- // ms_prodcode
- //
- this.ms_prodcode.AutoSize = true;
- this.ms_prodcode.CutLength = null;
- this.ms_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ms_prodcode.Location = new System.Drawing.Point(636, 44);
- this.ms_prodcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.ms_prodcode.MaximumSize = new System.Drawing.Size(400, 0);
- this.ms_prodcode.Name = "ms_prodcode";
- this.ms_prodcode.Size = new System.Drawing.Size(0, 41);
- this.ms_prodcode.TabIndex = 193;
- //
- // 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(1084, 44);
- this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.pr_detail.MaximumSize = new System.Drawing.Size(400, 0);
- this.pr_detail.Name = "pr_detail";
- this.pr_detail.Size = new System.Drawing.Size(0, 41);
- this.pr_detail.TabIndex = 192;
- //
- // sncode
- //
- this.sncode.AllPower = "ifall";
- this.sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.sncode.BackColor = System.Drawing.Color.White;
- this.sncode.ID = null;
- this.sncode.Location = new System.Drawing.Point(196, 848);
- this.sncode.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.sncode.Name = "sncode";
- this.sncode.Power = null;
- this.sncode.Size = new System.Drawing.Size(388, 35);
- this.sncode.Str = null;
- this.sncode.Str1 = null;
- this.sncode.Str2 = null;
- this.sncode.TabIndex = 189;
- this.sncode.Tag = "ifread";
- this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
- //
- // 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(1057, 215);
- this.OperateResult.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
- this.OperateResult.Name = "OperateResult";
- this.OperateResult.Size = new System.Drawing.Size(399, 608);
- this.OperateResult.TabIndex = 188;
- this.OperateResult.Text = "";
- //
- // Make_CollectElec
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1482, 908);
- this.Controls.Add(this.IMEI_CHECK);
- this.Controls.Add(this.IMEI);
- this.Controls.Add(this.MAC_CHECK);
- this.Controls.Add(this.MAC);
- this.Controls.Add(this.KEY_CHECK);
- this.Controls.Add(this.KEY);
- this.Controls.Add(this.PKID_CHECK);
- this.Controls.Add(this.PKID);
- this.Controls.Add(this.PSN_CHECK);
- this.Controls.Add(this.PSN);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.TSN_CHECK);
- this.Controls.Add(this.TSN);
- this.Controls.Add(this.CheckImei);
- this.Controls.Add(this.CheckPSN);
- this.Controls.Add(this.CheckPKID);
- this.Controls.Add(this.CheckKey);
- this.Controls.Add(this.CheckMac);
- this.Controls.Add(this.CheckTSN);
- this.Controls.Add(this.StepCount);
- this.Controls.Add(this.Delete);
- this.Controls.Add(this.ms_makecode);
- this.Controls.Add(this.ms_prodcode);
- this.Controls.Add(this.pr_detail);
- this.Controls.Add(this.pr_detail_label);
- this.Controls.Add(this.sncode_label);
- this.Controls.Add(this.sncode);
- this.Controls.Add(this.OperateResult);
- 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_CollectElec";
- this.Tag = "Make!CollectElec";
- this.Text = "电量采集";
- this.Activated += new System.EventHandler(this.Make_CollectNetCode_Activated);
- this.Load += new System.EventHandler(this.Make_CollectNetCode_Load);
- this.SizeChanged += new System.EventHandler(this.Make_CollectNetCode_SizeChanged);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CustomControl.ValueLabel.ValueLabel ms_prodcode;
- private CustomControl.ValueLabel.ValueLabel pr_detail;
- private System.Windows.Forms.Label pr_detail_label;
- private System.Windows.Forms.Label sncode_label;
- private CustomControl.TextBoxWithIcon.SnCollectionBox sncode;
- private CustomControl.RichText.RichTextAutoBottom OperateResult;
- private System.Windows.Forms.Label pr_code_label;
- private System.Windows.Forms.Label ms_makecode_label;
- private CustomControl.ValueLabel.ValueLabel ms_makecode;
- private CustomControl.ButtonUtil.NormalButton Delete;
- private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
- private System.Windows.Forms.CheckBox CheckTSN;
- private System.Windows.Forms.CheckBox CheckMac;
- private System.Windows.Forms.CheckBox CheckKey;
- private System.Windows.Forms.CheckBox CheckPKID;
- private System.Windows.Forms.CheckBox CheckPSN;
- private System.Windows.Forms.CheckBox CheckImei;
- private System.Windows.Forms.TextBox TSN;
- private System.Windows.Forms.TextBox TSN_CHECK;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox PSN_CHECK;
- private System.Windows.Forms.TextBox PSN;
- private System.Windows.Forms.TextBox PKID_CHECK;
- private System.Windows.Forms.TextBox PKID;
- private System.Windows.Forms.TextBox KEY_CHECK;
- private System.Windows.Forms.TextBox KEY;
- private System.Windows.Forms.TextBox MAC_CHECK;
- private System.Windows.Forms.TextBox MAC;
- private System.Windows.Forms.TextBox IMEI_CHECK;
- private System.Windows.Forms.TextBox IMEI;
- }
- }
|