| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- namespace UAS_MES_NEW.Special
- {
- partial class Special_Changesn
- {
- /// <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.Pallet_label = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.newsn = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
- this.SN = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.SuspendLayout();
- //
- // 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(18, 131);
- this.Pallet_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.Pallet_label.Name = "Pallet_label";
- this.Pallet_label.Size = new System.Drawing.Size(48, 21);
- this.Pallet_label.TabIndex = 1;
- this.Pallet_label.Text = "旧SN";
- //
- // 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(18, 175);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(48, 21);
- this.label1.TabIndex = 62;
- this.label1.Text = "新SN";
- //
- // newsn
- //
- this.newsn.AllPower = null;
- this.newsn.BackColor = System.Drawing.Color.White;
- this.newsn.ID = null;
- this.newsn.Location = new System.Drawing.Point(91, 177);
- this.newsn.Margin = new System.Windows.Forms.Padding(2);
- this.newsn.Name = "newsn";
- this.newsn.Power = null;
- this.newsn.Size = new System.Drawing.Size(148, 21);
- this.newsn.Str = null;
- this.newsn.Str1 = null;
- this.newsn.Str2 = null;
- this.newsn.TabIndex = 63;
- this.newsn.KeyDown += new System.Windows.Forms.KeyEventHandler(this.newsn_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(408, 59);
- this.OperatResult.Margin = new System.Windows.Forms.Padding(2);
- this.OperatResult.Name = "OperatResult";
- this.OperatResult.Size = new System.Drawing.Size(204, 310);
- this.OperatResult.TabIndex = 3;
- this.OperatResult.Text = "";
- //
- // SN
- //
- this.SN.AllPower = null;
- this.SN.BackColor = System.Drawing.Color.White;
- this.SN.ID = null;
- this.SN.Location = new System.Drawing.Point(91, 133);
- this.SN.Margin = new System.Windows.Forms.Padding(2);
- this.SN.Name = "SN";
- this.SN.Power = null;
- this.SN.Size = new System.Drawing.Size(148, 21);
- this.SN.Str = null;
- this.SN.Str1 = null;
- this.SN.Str2 = null;
- this.SN.TabIndex = 2;
- this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown);
- //
- // Special_Changesn
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(692, 527);
- this.Controls.Add(this.newsn);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.OperatResult);
- this.Controls.Add(this.SN);
- this.Controls.Add(this.Pallet_label);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "Special_Changesn";
- this.Tag = "Special!Changesn";
- this.Text = "特殊SN更换";
- this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label Pallet_label;
- private CustomControl.TextBoxWithIcon.EnterTextBox SN;
- private CustomControl.RichText.RichTextAutoBottom OperatResult;
- private CustomControl.TextBoxWithIcon.EnterTextBox newsn;
- private System.Windows.Forms.Label label1;
- }
- }
|