Query_SOP.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_SOP
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_SOP));
  30. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label3 = new System.Windows.Forms.Label();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  36. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  37. this.PrintList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  38. this.PrintBarcode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  39. this.pa_outboxcode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox();
  40. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox();
  41. this.comboBox1 = new System.Windows.Forms.ComboBox();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.SuspendLayout();
  44. //
  45. // label1
  46. //
  47. this.label1.AutoSize = true;
  48. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.label1.Location = new System.Drawing.Point(285, 421);
  50. this.label1.Name = "label1";
  51. this.label1.Size = new System.Drawing.Size(101, 37);
  52. this.label1.TabIndex = 1;
  53. this.label1.Text = "工单号";
  54. //
  55. // label2
  56. //
  57. this.label2.AutoSize = true;
  58. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.label2.Location = new System.Drawing.Point(270, 313);
  60. this.label2.Name = "label2";
  61. this.label2.Size = new System.Drawing.Size(129, 37);
  62. this.label2.TabIndex = 2;
  63. this.label2.Text = "设备名称";
  64. //
  65. // label3
  66. //
  67. this.label3.AutoSize = true;
  68. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.label3.Location = new System.Drawing.Point(229, 491);
  70. this.label3.Name = "label3";
  71. this.label3.Size = new System.Drawing.Size(157, 37);
  72. this.label3.TabIndex = 6;
  73. this.label3.Text = "打印机列表";
  74. //
  75. // label5
  76. //
  77. this.label5.AutoSize = true;
  78. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.label5.Location = new System.Drawing.Point(257, 569);
  80. this.label5.Name = "label5";
  81. this.label5.Size = new System.Drawing.Size(129, 37);
  82. this.label5.TabIndex = 163;
  83. this.label5.Text = "打印标签";
  84. //
  85. // OperateResult
  86. //
  87. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  88. this.OperateResult.Location = new System.Drawing.Point(890, 254);
  89. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  90. this.OperateResult.Name = "OperateResult";
  91. this.OperateResult.Size = new System.Drawing.Size(504, 570);
  92. this.OperateResult.TabIndex = 164;
  93. this.OperateResult.Text = "";
  94. //
  95. // PrintLabel
  96. //
  97. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  98. this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F);
  99. this.PrintLabel.FormattingEnabled = true;
  100. this.PrintLabel.Location = new System.Drawing.Point(416, 571);
  101. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4);
  102. this.PrintLabel.Name = "PrintLabel";
  103. this.PrintLabel.Size = new System.Drawing.Size(378, 39);
  104. this.PrintLabel.TabIndex = 161;
  105. //
  106. // PrintList
  107. //
  108. this.PrintList.Location = new System.Drawing.Point(416, 491);
  109. this.PrintList.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
  110. this.PrintList.Name = "PrintList";
  111. this.PrintList.Size = new System.Drawing.Size(378, 45);
  112. this.PrintList.TabIndex = 5;
  113. //
  114. // PrintBarcode
  115. //
  116. this.PrintBarcode.AllPower = null;
  117. this.PrintBarcode.BackColor = System.Drawing.Color.Transparent;
  118. this.PrintBarcode.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintBarcode.DownImage")));
  119. this.PrintBarcode.Image = null;
  120. this.PrintBarcode.IsShowBorder = true;
  121. this.PrintBarcode.Location = new System.Drawing.Point(464, 652);
  122. this.PrintBarcode.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintBarcode.MoveImage")));
  123. this.PrintBarcode.Name = "PrintBarcode";
  124. this.PrintBarcode.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintBarcode.NormalImage")));
  125. this.PrintBarcode.Power = null;
  126. this.PrintBarcode.Size = new System.Drawing.Size(150, 50);
  127. this.PrintBarcode.TabIndex = 4;
  128. this.PrintBarcode.Text = "打印";
  129. this.PrintBarcode.UseVisualStyleBackColor = false;
  130. this.PrintBarcode.Click += new System.EventHandler(this.Print_Click);
  131. //
  132. // pa_outboxcode
  133. //
  134. this.pa_outboxcode.AllPower = null;
  135. this.pa_outboxcode.ID = null;
  136. this.pa_outboxcode.Location = new System.Drawing.Point(416, 315);
  137. this.pa_outboxcode.Name = "pa_outboxcode";
  138. this.pa_outboxcode.Power = null;
  139. this.pa_outboxcode.Size = new System.Drawing.Size(283, 35);
  140. this.pa_outboxcode.Str = null;
  141. this.pa_outboxcode.Str1 = null;
  142. this.pa_outboxcode.Str2 = null;
  143. this.pa_outboxcode.TabIndex = 3;
  144. //
  145. // ma_code
  146. //
  147. this.ma_code.AllPower = null;
  148. this.ma_code.ID = null;
  149. this.ma_code.Location = new System.Drawing.Point(416, 423);
  150. this.ma_code.Name = "ma_code";
  151. this.ma_code.Power = null;
  152. this.ma_code.Size = new System.Drawing.Size(283, 35);
  153. this.ma_code.Str = null;
  154. this.ma_code.Str1 = null;
  155. this.ma_code.Str2 = null;
  156. this.ma_code.TabIndex = 0;
  157. this.ma_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Sn_KeyDown);
  158. //
  159. // comboBox1
  160. //
  161. this.comboBox1.FormattingEnabled = true;
  162. this.comboBox1.Location = new System.Drawing.Point(416, 244);
  163. this.comboBox1.Name = "comboBox1";
  164. this.comboBox1.Size = new System.Drawing.Size(283, 32);
  165. this.comboBox1.TabIndex = 165;
  166. //
  167. // label4
  168. //
  169. this.label4.AutoSize = true;
  170. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.label4.Location = new System.Drawing.Point(257, 238);
  172. this.label4.Name = "label4";
  173. this.label4.Size = new System.Drawing.Size(142, 37);
  174. this.label4.TabIndex = 166;
  175. this.label4.Text = "MAC地址";
  176. //
  177. // Query_SOP
  178. //
  179. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  180. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  181. this.ClientSize = new System.Drawing.Size(1494, 1075);
  182. this.Controls.Add(this.label4);
  183. this.Controls.Add(this.comboBox1);
  184. this.Controls.Add(this.OperateResult);
  185. this.Controls.Add(this.label5);
  186. this.Controls.Add(this.PrintLabel);
  187. this.Controls.Add(this.label3);
  188. this.Controls.Add(this.PrintList);
  189. this.Controls.Add(this.PrintBarcode);
  190. this.Controls.Add(this.pa_outboxcode);
  191. this.Controls.Add(this.label2);
  192. this.Controls.Add(this.label1);
  193. this.Controls.Add(this.ma_code);
  194. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  195. this.Margin = new System.Windows.Forms.Padding(6);
  196. this.Name = "Query_SOP";
  197. this.Tag = "Query!SOP";
  198. this.Text = "Query_SpecialReport";
  199. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  200. this.ResumeLayout(false);
  201. this.PerformLayout();
  202. }
  203. #endregion
  204. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  205. private CustomControl.TextBoxWithIcon.SNCodeEnterTextBox ma_code;
  206. private System.Windows.Forms.Label label1;
  207. private System.Windows.Forms.Label label2;
  208. private CustomControl.TextBoxWithIcon.SNCodeEnterTextBox pa_outboxcode;
  209. private CustomControl.ButtonUtil.NormalButton PrintBarcode;
  210. private CustomControl.ComBoxWithFocus.PrinterCombox PrintList;
  211. private System.Windows.Forms.Label label3;
  212. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  213. private System.Windows.Forms.Label label5;
  214. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  215. private System.Windows.Forms.ComboBox comboBox1;
  216. private System.Windows.Forms.Label label4;
  217. }
  218. }