Query_SN.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_SN
  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_SN));
  30. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.PrintNum = new System.Windows.Forms.NumericUpDown();
  36. this.label4 = new System.Windows.Forms.Label();
  37. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  38. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  39. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  40. this.PrinterList = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  41. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  42. this.PrintFuseLabel = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  43. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // label5
  47. //
  48. this.label5.AutoSize = true;
  49. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.label5.Location = new System.Drawing.Point(120, 112);
  51. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  52. this.label5.Name = "label5";
  53. this.label5.Size = new System.Drawing.Size(146, 41);
  54. this.label5.TabIndex = 11;
  55. this.label5.Text = "产品代码";
  56. //
  57. // label1
  58. //
  59. this.label1.AutoSize = true;
  60. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.label1.Location = new System.Drawing.Point(120, 39);
  62. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  63. this.label1.Name = "label1";
  64. this.label1.Size = new System.Drawing.Size(146, 41);
  65. this.label1.TabIndex = 216;
  66. this.label1.Text = "工单编号";
  67. //
  68. // label2
  69. //
  70. this.label2.AutoSize = true;
  71. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.label2.Location = new System.Drawing.Point(152, 187);
  73. this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  74. this.label2.Name = "label2";
  75. this.label2.Size = new System.Drawing.Size(114, 41);
  76. this.label2.TabIndex = 220;
  77. this.label2.Text = "打印机";
  78. //
  79. // label3
  80. //
  81. this.label3.AutoSize = true;
  82. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.label3.Location = new System.Drawing.Point(184, 271);
  84. this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  85. this.label3.Name = "label3";
  86. this.label3.Size = new System.Drawing.Size(82, 41);
  87. this.label3.TabIndex = 219;
  88. this.label3.Text = "标签";
  89. //
  90. // PrintNum
  91. //
  92. this.PrintNum.Location = new System.Drawing.Point(305, 365);
  93. this.PrintNum.Name = "PrintNum";
  94. this.PrintNum.Size = new System.Drawing.Size(120, 35);
  95. this.PrintNum.TabIndex = 222;
  96. //
  97. // label4
  98. //
  99. this.label4.AutoSize = true;
  100. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.label4.Location = new System.Drawing.Point(120, 359);
  102. this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  103. this.label4.Name = "label4";
  104. this.label4.Size = new System.Drawing.Size(146, 41);
  105. this.label4.TabIndex = 223;
  106. this.label4.Text = "打印数量";
  107. //
  108. // pr_code
  109. //
  110. this.pr_code.AllPower = null;
  111. this.pr_code.BackColor = System.Drawing.Color.White;
  112. this.pr_code.ID = null;
  113. this.pr_code.Location = new System.Drawing.Point(305, 121);
  114. this.pr_code.Name = "pr_code";
  115. this.pr_code.Power = null;
  116. this.pr_code.Size = new System.Drawing.Size(388, 35);
  117. this.pr_code.Str = null;
  118. this.pr_code.Str1 = null;
  119. this.pr_code.Str2 = null;
  120. this.pr_code.TabIndex = 225;
  121. this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
  122. //
  123. // OperateResult
  124. //
  125. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.OperateResult.Location = new System.Drawing.Point(785, 39);
  127. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  128. this.OperateResult.Name = "OperateResult";
  129. this.OperateResult.Size = new System.Drawing.Size(666, 986);
  130. this.OperateResult.TabIndex = 224;
  131. this.OperateResult.Text = "";
  132. //
  133. // PrintLabel
  134. //
  135. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  136. this.PrintLabel.FormattingEnabled = true;
  137. this.PrintLabel.Location = new System.Drawing.Point(305, 280);
  138. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  139. this.PrintLabel.Name = "PrintLabel";
  140. this.PrintLabel.Size = new System.Drawing.Size(388, 32);
  141. this.PrintLabel.TabIndex = 221;
  142. //
  143. // PrinterList
  144. //
  145. this.PrinterList.Location = new System.Drawing.Point(305, 197);
  146. this.PrinterList.Margin = new System.Windows.Forms.Padding(8);
  147. this.PrinterList.Name = "PrinterList";
  148. this.PrinterList.Size = new System.Drawing.Size(388, 50);
  149. this.PrinterList.TabIndex = 218;
  150. //
  151. // ma_code
  152. //
  153. this.ma_code.AllPower = "IFALL";
  154. this.ma_code.Caller = null;
  155. this.ma_code.Condition = null;
  156. this.ma_code.DBTitle = "";
  157. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F);
  158. this.ma_code.FormName = null;
  159. this.ma_code.Location = new System.Drawing.Point(305, 39);
  160. this.ma_code.Margin = new System.Windows.Forms.Padding(6);
  161. this.ma_code.Name = "ma_code";
  162. this.ma_code.Power = "";
  163. this.ma_code.ReturnData = null;
  164. this.ma_code.SelectField = null;
  165. this.ma_code.SetValueField = null;
  166. this.ma_code.Size = new System.Drawing.Size(409, 46);
  167. this.ma_code.TabIndex = 217;
  168. this.ma_code.TableName = null;
  169. this.ma_code.Tag = "makecode";
  170. this.ma_code.TextBoxEnable = true;
  171. this.ma_code.DbChange += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox.DBSourceChange(this.pr_code_DbChange);
  172. //
  173. // PrintFuseLabel
  174. //
  175. this.PrintFuseLabel.AccessibleRole = System.Windows.Forms.AccessibleRole.PageTabList;
  176. this.PrintFuseLabel.AllPower = null;
  177. this.PrintFuseLabel.BackColor = System.Drawing.Color.Transparent;
  178. this.PrintFuseLabel.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintFuseLabel.DownImage")));
  179. this.PrintFuseLabel.Image = null;
  180. this.PrintFuseLabel.IsShowBorder = true;
  181. this.PrintFuseLabel.Location = new System.Drawing.Point(519, 742);
  182. this.PrintFuseLabel.Margin = new System.Windows.Forms.Padding(6);
  183. this.PrintFuseLabel.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintFuseLabel.MoveImage")));
  184. this.PrintFuseLabel.Name = "PrintFuseLabel";
  185. this.PrintFuseLabel.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintFuseLabel.NormalImage")));
  186. this.PrintFuseLabel.Power = null;
  187. this.PrintFuseLabel.Size = new System.Drawing.Size(150, 56);
  188. this.PrintFuseLabel.TabIndex = 27;
  189. this.PrintFuseLabel.Text = "打印";
  190. this.PrintFuseLabel.UseVisualStyleBackColor = false;
  191. this.PrintFuseLabel.Click += new System.EventHandler(this.Print_Click);
  192. //
  193. // Query_SN
  194. //
  195. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  196. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  197. this.ClientSize = new System.Drawing.Size(1494, 1075);
  198. this.Controls.Add(this.pr_code);
  199. this.Controls.Add(this.OperateResult);
  200. this.Controls.Add(this.label4);
  201. this.Controls.Add(this.PrintNum);
  202. this.Controls.Add(this.PrintLabel);
  203. this.Controls.Add(this.label2);
  204. this.Controls.Add(this.label3);
  205. this.Controls.Add(this.PrinterList);
  206. this.Controls.Add(this.ma_code);
  207. this.Controls.Add(this.label1);
  208. this.Controls.Add(this.PrintFuseLabel);
  209. this.Controls.Add(this.label5);
  210. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  211. this.Margin = new System.Windows.Forms.Padding(6);
  212. this.Name = "Query_SN";
  213. this.Tag = "Query!SpecialReport";
  214. this.Text = "Query_SpecialReport";
  215. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  216. ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).EndInit();
  217. this.ResumeLayout(false);
  218. this.PerformLayout();
  219. }
  220. #endregion
  221. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  222. private System.Windows.Forms.Label label5;
  223. private CustomControl.ButtonUtil.NormalButton PrintFuseLabel;
  224. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  225. private System.Windows.Forms.Label label1;
  226. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  227. private System.Windows.Forms.Label label2;
  228. private System.Windows.Forms.Label label3;
  229. private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
  230. private System.Windows.Forms.NumericUpDown PrintNum;
  231. private System.Windows.Forms.Label label4;
  232. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  233. private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
  234. }
  235. }