Special_GetBad.Designer.cs 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. namespace UAS_MES_NEW.Special
  2. {
  3. partial class Special_GetBad
  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_GetBad));
  29. this.Split = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  30. this.Pallet_label = new System.Windows.Forms.Label();
  31. this.SN = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  32. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  33. this.NewBadCode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  34. this.makecode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.SuspendLayout();
  37. //
  38. // Split
  39. //
  40. this.Split.AllPower = null;
  41. this.Split.BackColor = System.Drawing.Color.Transparent;
  42. this.Split.DownImage = ((System.Drawing.Image)(resources.GetObject("Split.DownImage")));
  43. this.Split.Image = null;
  44. this.Split.IsShowBorder = true;
  45. this.Split.Location = new System.Drawing.Point(267, 133);
  46. this.Split.Margin = new System.Windows.Forms.Padding(2);
  47. this.Split.MoveImage = ((System.Drawing.Image)(resources.GetObject("Split.MoveImage")));
  48. this.Split.Name = "Split";
  49. this.Split.NormalImage = ((System.Drawing.Image)(resources.GetObject("Split.NormalImage")));
  50. this.Split.Power = null;
  51. this.Split.Size = new System.Drawing.Size(56, 22);
  52. this.Split.TabIndex = 0;
  53. this.Split.Text = "线外不良";
  54. this.Split.UseVisualStyleBackColor = false;
  55. this.Split.Click += new System.EventHandler(this.Split_Click);
  56. //
  57. // Pallet_label
  58. //
  59. this.Pallet_label.AutoSize = true;
  60. this.Pallet_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.Pallet_label.Location = new System.Drawing.Point(18, 131);
  62. this.Pallet_label.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  63. this.Pallet_label.Name = "Pallet_label";
  64. this.Pallet_label.Size = new System.Drawing.Size(32, 21);
  65. this.Pallet_label.TabIndex = 1;
  66. this.Pallet_label.Text = "SN";
  67. //
  68. // SN
  69. //
  70. this.SN.AllPower = null;
  71. this.SN.BackColor = System.Drawing.Color.White;
  72. this.SN.ID = null;
  73. this.SN.Location = new System.Drawing.Point(91, 133);
  74. this.SN.Margin = new System.Windows.Forms.Padding(2);
  75. this.SN.Name = "SN";
  76. this.SN.Power = null;
  77. this.SN.Size = new System.Drawing.Size(148, 21);
  78. this.SN.Str = null;
  79. this.SN.Str1 = null;
  80. this.SN.Str2 = null;
  81. this.SN.TabIndex = 2;
  82. this.SN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SN_KeyDown);
  83. //
  84. // OperatResult
  85. //
  86. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.OperatResult.Location = new System.Drawing.Point(408, 59);
  88. this.OperatResult.Margin = new System.Windows.Forms.Padding(2);
  89. this.OperatResult.Name = "OperatResult";
  90. this.OperatResult.Size = new System.Drawing.Size(204, 310);
  91. this.OperatResult.TabIndex = 3;
  92. this.OperatResult.Text = "";
  93. //
  94. // NewBadCode
  95. //
  96. this.NewBadCode.AllPower = "ifall";
  97. this.NewBadCode.BackColor = System.Drawing.Color.Transparent;
  98. this.NewBadCode.DownImage = ((System.Drawing.Image)(resources.GetObject("NewBadCode.DownImage")));
  99. this.NewBadCode.Image = null;
  100. this.NewBadCode.IsShowBorder = true;
  101. this.NewBadCode.Location = new System.Drawing.Point(91, 215);
  102. this.NewBadCode.MoveImage = ((System.Drawing.Image)(resources.GetObject("NewBadCode.MoveImage")));
  103. this.NewBadCode.Name = "NewBadCode";
  104. this.NewBadCode.NormalImage = ((System.Drawing.Image)(resources.GetObject("NewBadCode.NormalImage")));
  105. this.NewBadCode.Power = null;
  106. this.NewBadCode.Size = new System.Drawing.Size(86, 24);
  107. this.NewBadCode.TabIndex = 61;
  108. this.NewBadCode.Tag = "IfRead";
  109. this.NewBadCode.Text = "新增不良代码";
  110. this.NewBadCode.UseVisualStyleBackColor = true;
  111. this.NewBadCode.Click += new System.EventHandler(this.NewBadCode_Click);
  112. //
  113. // makecode
  114. //
  115. this.makecode.AllPower = null;
  116. this.makecode.BackColor = System.Drawing.Color.White;
  117. this.makecode.ID = null;
  118. this.makecode.Location = new System.Drawing.Point(91, 177);
  119. this.makecode.Margin = new System.Windows.Forms.Padding(2);
  120. this.makecode.Name = "makecode";
  121. this.makecode.Power = null;
  122. this.makecode.ReadOnly = true;
  123. this.makecode.Size = new System.Drawing.Size(148, 21);
  124. this.makecode.Str = null;
  125. this.makecode.Str1 = null;
  126. this.makecode.Str2 = null;
  127. this.makecode.TabIndex = 63;
  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(18, 175);
  134. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  135. this.label1.Name = "label1";
  136. this.label1.Size = new System.Drawing.Size(42, 21);
  137. this.label1.TabIndex = 62;
  138. this.label1.Text = "工单";
  139. //
  140. // Special_GetBad
  141. //
  142. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  143. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  144. this.ClientSize = new System.Drawing.Size(692, 527);
  145. this.Controls.Add(this.makecode);
  146. this.Controls.Add(this.label1);
  147. this.Controls.Add(this.NewBadCode);
  148. this.Controls.Add(this.OperatResult);
  149. this.Controls.Add(this.SN);
  150. this.Controls.Add(this.Pallet_label);
  151. this.Controls.Add(this.Split);
  152. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  153. this.Margin = new System.Windows.Forms.Padding(2);
  154. this.Name = "Special_GetBad";
  155. this.Tag = "Special!GetBad";
  156. this.Text = "线外不良采集";
  157. this.Load += new System.EventHandler(this.Special_BoxSplit_Load);
  158. this.ResumeLayout(false);
  159. this.PerformLayout();
  160. }
  161. #endregion
  162. private CustomControl.ButtonUtil.NormalButton Split;
  163. private System.Windows.Forms.Label Pallet_label;
  164. private CustomControl.TextBoxWithIcon.EnterTextBox SN;
  165. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  166. private CustomControl.ButtonUtil.NormalButton NewBadCode;
  167. private CustomControl.TextBoxWithIcon.EnterTextBox makecode;
  168. private System.Windows.Forms.Label label1;
  169. }
  170. }