Special_Changesn.Designer.cs 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_Changesn
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.Pallet_label = new System.Windows.Forms.Label();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.newsn = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  31. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  32. this.SN = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  33. this.SuspendLayout();
  34. //
  35. // Pallet_label
  36. //
  37. this.Pallet_label.AutoSize = true;
  38. this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.Pallet_label.Location = new System.Drawing.Point(18, 131);
  40. this.Pallet_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  41. this.Pallet_label.Name = "Pallet_label";
  42. this.Pallet_label.Size = new System.Drawing.Size(48, 21);
  43. this.Pallet_label.TabIndex = 1;
  44. this.Pallet_label.Text = "旧SN";
  45. //
  46. // label1
  47. //
  48. this.label1.AutoSize = true;
  49. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.label1.Location = new System.Drawing.Point(18, 175);
  51. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  52. this.label1.Name = "label1";
  53. this.label1.Size = new System.Drawing.Size(48, 21);
  54. this.label1.TabIndex = 62;
  55. this.label1.Text = "新SN";
  56. //
  57. // newsn
  58. //
  59. this.newsn.AllPower = null;
  60. this.newsn.BackColor = System.Drawing.Color.White;
  61. this.newsn.ID = null;
  62. this.newsn.Location = new System.Drawing.Point(91, 177);
  63. this.newsn.Margin = new System.Windows.Forms.Padding(2);
  64. this.newsn.Name = "newsn";
  65. this.newsn.Power = null;
  66. this.newsn.Size = new System.Drawing.Size(148, 21);
  67. this.newsn.Str = null;
  68. this.newsn.Str1 = null;
  69. this.newsn.Str2 = null;
  70. this.newsn.TabIndex = 63;
  71. this.newsn.KeyDown += new System.Windows.Forms.KeyEventHandler(this.newsn_KeyDown);
  72. //
  73. // OperatResult
  74. //
  75. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.OperatResult.Location = new System.Drawing.Point(408, 59);
  77. this.OperatResult.Margin = new System.Windows.Forms.Padding(2);
  78. this.OperatResult.Name = "OperatResult";
  79. this.OperatResult.Size = new System.Drawing.Size(204, 310);
  80. this.OperatResult.TabIndex = 3;
  81. this.OperatResult.Text = "";
  82. //
  83. // SN
  84. //
  85. this.SN.AllPower = null;
  86. this.SN.BackColor = System.Drawing.Color.White;
  87. this.SN.ID = null;
  88. this.SN.Location = new System.Drawing.Point(91, 133);
  89. this.SN.Margin = new System.Windows.Forms.Padding(2);
  90. this.SN.Name = "SN";
  91. this.SN.Power = null;
  92. this.SN.Size = new System.Drawing.Size(148, 21);
  93. this.SN.Str = null;
  94. this.SN.Str1 = null;
  95. this.SN.Str2 = null;
  96. this.SN.TabIndex = 2;
  97. this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown);
  98. //
  99. // Special_Changesn
  100. //
  101. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  102. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  103. this.ClientSize = new System.Drawing.Size(692, 527);
  104. this.Controls.Add(this.newsn);
  105. this.Controls.Add(this.label1);
  106. this.Controls.Add(this.OperatResult);
  107. this.Controls.Add(this.SN);
  108. this.Controls.Add(this.Pallet_label);
  109. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  110. this.Margin = new System.Windows.Forms.Padding(2);
  111. this.Name = "Special_Changesn";
  112. this.Tag = "Special!Changesn";
  113. this.Text = "特殊SN更换";
  114. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  115. this.ResumeLayout(false);
  116. this.PerformLayout();
  117. }
  118. #endregion
  119. private System.Windows.Forms.Label Pallet_label;
  120. private CustomControl.TextBoxWithIcon.EnterTextBox SN;
  121. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  122. private CustomControl.TextBoxWithIcon.EnterTextBox newsn;
  123. private System.Windows.Forms.Label label1;
  124. }
  125. }