Special_UpdateSn.Designer.cs 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_UpdateSn
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Special_UpdateSn));
  29. this.sn_code_label = new System.Windows.Forms.Label();
  30. this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  31. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  32. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  33. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  34. this.newsncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.SuspendLayout();
  37. //
  38. // sn_code_label
  39. //
  40. this.sn_code_label.AutoSize = true;
  41. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  42. this.sn_code_label.Location = new System.Drawing.Point(51, 194);
  43. this.sn_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  44. this.sn_code_label.Name = "sn_code_label";
  45. this.sn_code_label.Size = new System.Drawing.Size(110, 31);
  46. this.sn_code_label.TabIndex = 104;
  47. this.sn_code_label.Text = "旧序列号";
  48. //
  49. // sncode
  50. //
  51. this.sncode.AllPower = null;
  52. this.sncode.BackColor = System.Drawing.Color.White;
  53. this.sncode.ID = null;
  54. this.sncode.Location = new System.Drawing.Point(170, 197);
  55. this.sncode.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  56. this.sncode.Name = "sncode";
  57. this.sncode.Power = null;
  58. this.sncode.Size = new System.Drawing.Size(262, 28);
  59. this.sncode.Str = null;
  60. this.sncode.Str1 = null;
  61. this.sncode.Str2 = null;
  62. this.sncode.TabIndex = 140;
  63. this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  64. //
  65. // Confirm
  66. //
  67. this.Confirm.AllPower = null;
  68. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  69. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  70. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  71. this.Confirm.IsShowBorder = true;
  72. this.Confirm.Location = new System.Drawing.Point(489, 285);
  73. this.Confirm.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  74. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  75. this.Confirm.Name = "Confirm";
  76. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  77. this.Confirm.Power = null;
  78. this.Confirm.Size = new System.Drawing.Size(90, 37);
  79. this.Confirm.TabIndex = 141;
  80. this.Confirm.Text = "确认";
  81. this.Confirm.UseVisualStyleBackColor = true;
  82. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  83. //
  84. // OperateResult
  85. //
  86. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.OperateResult.Location = new System.Drawing.Point(624, 19);
  88. this.OperateResult.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  89. this.OperateResult.Name = "OperateResult";
  90. this.OperateResult.Size = new System.Drawing.Size(346, 461);
  91. this.OperateResult.TabIndex = 142;
  92. this.OperateResult.Text = "";
  93. //
  94. // Clean
  95. //
  96. this.Clean.AllPower = null;
  97. this.Clean.BackColor = System.Drawing.Color.Transparent;
  98. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  99. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  100. this.Clean.IsShowBorder = true;
  101. this.Clean.Location = new System.Drawing.Point(752, 494);
  102. this.Clean.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  103. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  104. this.Clean.Name = "Clean";
  105. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  106. this.Clean.Power = null;
  107. this.Clean.Size = new System.Drawing.Size(90, 37);
  108. this.Clean.TabIndex = 143;
  109. this.Clean.Text = "清除";
  110. this.Clean.UseVisualStyleBackColor = true;
  111. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  112. //
  113. // newsncode
  114. //
  115. this.newsncode.AllPower = null;
  116. this.newsncode.BackColor = System.Drawing.Color.White;
  117. this.newsncode.ID = null;
  118. this.newsncode.Location = new System.Drawing.Point(170, 291);
  119. this.newsncode.Margin = new System.Windows.Forms.Padding(6);
  120. this.newsncode.Name = "newsncode";
  121. this.newsncode.Power = null;
  122. this.newsncode.Size = new System.Drawing.Size(262, 28);
  123. this.newsncode.Str = null;
  124. this.newsncode.Str1 = null;
  125. this.newsncode.Str2 = null;
  126. this.newsncode.TabIndex = 145;
  127. this.newsncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.enterTextBox1_KeyDown);
  128. //
  129. // label1
  130. //
  131. this.label1.AutoSize = true;
  132. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.label1.Location = new System.Drawing.Point(51, 288);
  134. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  135. this.label1.Name = "label1";
  136. this.label1.Size = new System.Drawing.Size(110, 31);
  137. this.label1.TabIndex = 144;
  138. this.label1.Text = "新序列号";
  139. //
  140. // Special_UpdateSn
  141. //
  142. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  143. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  144. this.ClientSize = new System.Drawing.Size(1025, 601);
  145. this.Controls.Add(this.newsncode);
  146. this.Controls.Add(this.label1);
  147. this.Controls.Add(this.Clean);
  148. this.Controls.Add(this.OperateResult);
  149. this.Controls.Add(this.Confirm);
  150. this.Controls.Add(this.sncode);
  151. this.Controls.Add(this.sn_code_label);
  152. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  153. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  154. this.Name = "Special_UpdateSn";
  155. this.Tag = "Special!UpdateSn";
  156. this.Text = "SN更新";
  157. this.ResumeLayout(false);
  158. this.PerformLayout();
  159. }
  160. #endregion
  161. private System.Windows.Forms.Label sn_code_label;
  162. private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
  163. private CustomControl.ButtonUtil.NormalButton Confirm;
  164. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  165. private CustomControl.ButtonUtil.NormalButton Clean;
  166. private CustomControl.TextBoxWithIcon.EnterTextBox newsncode;
  167. private System.Windows.Forms.Label label1;
  168. }
  169. }