Special_ActiveSN.Designer.cs 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_ActiveSN
  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_ActiveSN));
  29. this.SN_label = new System.Windows.Forms.Label();
  30. this.bc_code = new System.Windows.Forms.Label();
  31. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  32. this.SaveRepairInf = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  33. this.SN = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  34. this.SuspendLayout();
  35. //
  36. // SN_label
  37. //
  38. this.SN_label.AutoSize = true;
  39. this.SN_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  40. this.SN_label.Location = new System.Drawing.Point(115, 90);
  41. this.SN_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  42. this.SN_label.Name = "SN_label";
  43. this.SN_label.Size = new System.Drawing.Size(62, 41);
  44. this.SN_label.TabIndex = 1;
  45. this.SN_label.Text = "SN";
  46. //
  47. // bc_code
  48. //
  49. this.bc_code.AutoSize = true;
  50. this.bc_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  51. this.bc_code.ForeColor = System.Drawing.Color.Black;
  52. this.bc_code.Location = new System.Drawing.Point(1391, 507);
  53. this.bc_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  54. this.bc_code.Name = "bc_code";
  55. this.bc_code.Size = new System.Drawing.Size(0, 41);
  56. this.bc_code.TabIndex = 146;
  57. this.bc_code.Visible = false;
  58. //
  59. // OperateResult
  60. //
  61. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.OperateResult.Location = new System.Drawing.Point(812, 50);
  63. this.OperateResult.Margin = new System.Windows.Forms.Padding(8);
  64. this.OperateResult.Name = "OperateResult";
  65. this.OperateResult.Size = new System.Drawing.Size(460, 614);
  66. this.OperateResult.TabIndex = 150;
  67. this.OperateResult.Text = "";
  68. //
  69. // SaveRepairInf
  70. //
  71. this.SaveRepairInf.AllPower = "ifall";
  72. this.SaveRepairInf.BackColor = System.Drawing.Color.Transparent;
  73. this.SaveRepairInf.DownImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.DownImage")));
  74. this.SaveRepairInf.Image = null;
  75. this.SaveRepairInf.IsShowBorder = true;
  76. this.SaveRepairInf.Location = new System.Drawing.Point(279, 185);
  77. this.SaveRepairInf.Margin = new System.Windows.Forms.Padding(6);
  78. this.SaveRepairInf.MoveImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.MoveImage")));
  79. this.SaveRepairInf.Name = "SaveRepairInf";
  80. this.SaveRepairInf.NormalImage = ((System.Drawing.Image)(resources.GetObject("SaveRepairInf.NormalImage")));
  81. this.SaveRepairInf.Power = null;
  82. this.SaveRepairInf.Size = new System.Drawing.Size(172, 48);
  83. this.SaveRepairInf.TabIndex = 145;
  84. this.SaveRepairInf.Tag = "IfRead";
  85. this.SaveRepairInf.Text = "确认激活";
  86. this.SaveRepairInf.UseVisualStyleBackColor = true;
  87. this.SaveRepairInf.Click += new System.EventHandler(this.SaveRepairInf_Click);
  88. //
  89. // SN
  90. //
  91. this.SN.AllPower = null;
  92. this.SN.BackColor = System.Drawing.Color.White;
  93. this.SN.ID = null;
  94. this.SN.Location = new System.Drawing.Point(279, 96);
  95. this.SN.Margin = new System.Windows.Forms.Padding(4);
  96. this.SN.Name = "SN";
  97. this.SN.Power = null;
  98. this.SN.Size = new System.Drawing.Size(318, 35);
  99. this.SN.Str = null;
  100. this.SN.Str1 = null;
  101. this.SN.Str2 = null;
  102. this.SN.TabIndex = 2;
  103. this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown);
  104. //
  105. // Special_ActiveSN
  106. //
  107. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  108. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  109. this.ClientSize = new System.Drawing.Size(1384, 713);
  110. this.Controls.Add(this.OperateResult);
  111. this.Controls.Add(this.bc_code);
  112. this.Controls.Add(this.SaveRepairInf);
  113. this.Controls.Add(this.SN);
  114. this.Controls.Add(this.SN_label);
  115. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  116. this.Margin = new System.Windows.Forms.Padding(4);
  117. this.Name = "Special_ActiveSN";
  118. this.Tag = "Special!CancelOQC";
  119. this.Text = "拆箱处理";
  120. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  121. this.ResumeLayout(false);
  122. this.PerformLayout();
  123. }
  124. #endregion
  125. private System.Windows.Forms.Label SN_label;
  126. private CustomControl.TextBoxWithIcon.EnterTextBox SN;
  127. private System.Windows.Forms.Label bc_code;
  128. private CustomControl.ButtonUtil.NormalButton SaveRepairInf;
  129. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  130. }
  131. }