Query_DateRate.Designer.cs 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_DateRate
  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_DateRate));
  30. this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pi_inoutno = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  35. this.PrintBarcode = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  36. this.pr_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  37. this.pr_code_label = new System.Windows.Forms.Label();
  38. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  39. this.SuspendLayout();
  40. //
  41. // label1
  42. //
  43. this.label1.AutoSize = true;
  44. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.label1.Location = new System.Drawing.Point(53, 36);
  46. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  47. this.label1.Name = "label1";
  48. this.label1.Size = new System.Drawing.Size(146, 41);
  49. this.label1.TabIndex = 214;
  50. this.label1.Text = "出库单号";
  51. //
  52. // pi_inoutno
  53. //
  54. this.pi_inoutno.AllPower = "IFALL";
  55. this.pi_inoutno.Caller = null;
  56. this.pi_inoutno.Condition = null;
  57. this.pi_inoutno.DBTitle = "";
  58. this.pi_inoutno.Font = new System.Drawing.Font("微软雅黑", 9F);
  59. this.pi_inoutno.FormName = null;
  60. this.pi_inoutno.Location = new System.Drawing.Point(219, 36);
  61. this.pi_inoutno.Margin = new System.Windows.Forms.Padding(6);
  62. this.pi_inoutno.Name = "pi_inoutno";
  63. this.pi_inoutno.Power = "";
  64. this.pi_inoutno.ReturnData = null;
  65. this.pi_inoutno.SelectField = null;
  66. this.pi_inoutno.SetValueField = null;
  67. this.pi_inoutno.Size = new System.Drawing.Size(282, 46);
  68. this.pi_inoutno.TabIndex = 215;
  69. this.pi_inoutno.TableName = null;
  70. this.pi_inoutno.Tag = "makecode";
  71. this.pi_inoutno.TextBoxEnable = true;
  72. //
  73. // label5
  74. //
  75. this.label5.AutoSize = true;
  76. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  77. this.label5.Location = new System.Drawing.Point(53, 202);
  78. this.label5.Name = "label5";
  79. this.label5.Size = new System.Drawing.Size(129, 37);
  80. this.label5.TabIndex = 218;
  81. this.label5.Text = "打印标签";
  82. //
  83. // PrintLabel
  84. //
  85. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  86. this.PrintLabel.Font = new System.Drawing.Font("微软雅黑", 9F);
  87. this.PrintLabel.FormattingEnabled = true;
  88. this.PrintLabel.Location = new System.Drawing.Point(219, 204);
  89. this.PrintLabel.Margin = new System.Windows.Forms.Padding(4);
  90. this.PrintLabel.Name = "PrintLabel";
  91. this.PrintLabel.Size = new System.Drawing.Size(378, 39);
  92. this.PrintLabel.TabIndex = 217;
  93. //
  94. // PrintBarcode
  95. //
  96. this.PrintBarcode.AllPower = null;
  97. this.PrintBarcode.BackColor = System.Drawing.Color.Transparent;
  98. this.PrintBarcode.DownImage = ((System.Drawing.Image)(resources.GetObject("PrintBarcode.DownImage")));
  99. this.PrintBarcode.Image = null;
  100. this.PrintBarcode.IsShowBorder = true;
  101. this.PrintBarcode.Location = new System.Drawing.Point(665, 204);
  102. this.PrintBarcode.MoveImage = ((System.Drawing.Image)(resources.GetObject("PrintBarcode.MoveImage")));
  103. this.PrintBarcode.Name = "PrintBarcode";
  104. this.PrintBarcode.NormalImage = ((System.Drawing.Image)(resources.GetObject("PrintBarcode.NormalImage")));
  105. this.PrintBarcode.Power = null;
  106. this.PrintBarcode.Size = new System.Drawing.Size(150, 50);
  107. this.PrintBarcode.TabIndex = 216;
  108. this.PrintBarcode.Text = "打印";
  109. this.PrintBarcode.UseVisualStyleBackColor = false;
  110. //
  111. // pr_code
  112. //
  113. this.pr_code.AllPower = null;
  114. this.pr_code.BackColor = System.Drawing.Color.White;
  115. this.pr_code.Font = new System.Drawing.Font("宋体", 9F);
  116. this.pr_code.ID = null;
  117. this.pr_code.Location = new System.Drawing.Point(219, 122);
  118. this.pr_code.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  119. this.pr_code.Name = "pr_code";
  120. this.pr_code.Power = null;
  121. this.pr_code.Size = new System.Drawing.Size(246, 35);
  122. this.pr_code.Str = null;
  123. this.pr_code.Str1 = null;
  124. this.pr_code.Str2 = null;
  125. this.pr_code.TabIndex = 220;
  126. this.pr_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.pr_code_KeyDown);
  127. //
  128. // pr_code_label
  129. //
  130. this.pr_code_label.AutoSize = true;
  131. this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F);
  132. this.pr_code_label.Location = new System.Drawing.Point(53, 122);
  133. this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  134. this.pr_code_label.Name = "pr_code_label";
  135. this.pr_code_label.Size = new System.Drawing.Size(146, 41);
  136. this.pr_code_label.TabIndex = 219;
  137. this.pr_code_label.Text = "产品代码";
  138. //
  139. // OperateResult
  140. //
  141. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.OperateResult.Location = new System.Drawing.Point(1002, 202);
  143. this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
  144. this.OperateResult.Name = "OperateResult";
  145. this.OperateResult.Size = new System.Drawing.Size(433, 647);
  146. this.OperateResult.TabIndex = 221;
  147. this.OperateResult.Text = "";
  148. //
  149. // Query_DateRate
  150. //
  151. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  152. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. this.ClientSize = new System.Drawing.Size(1494, 1075);
  154. this.Controls.Add(this.OperateResult);
  155. this.Controls.Add(this.pr_code);
  156. this.Controls.Add(this.pr_code_label);
  157. this.Controls.Add(this.label5);
  158. this.Controls.Add(this.PrintLabel);
  159. this.Controls.Add(this.PrintBarcode);
  160. this.Controls.Add(this.pi_inoutno);
  161. this.Controls.Add(this.label1);
  162. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  163. this.Margin = new System.Windows.Forms.Padding(6);
  164. this.Name = "Query_DateRate";
  165. this.Tag = "Query!DateRate";
  166. this.Text = "Query_DateRate";
  167. this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
  168. this.ResumeLayout(false);
  169. this.PerformLayout();
  170. }
  171. #endregion
  172. private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
  173. private CustomControl.TextBoxWithIcon.SearchTextBox pi_inoutno;
  174. private System.Windows.Forms.Label label1;
  175. private System.Windows.Forms.Label label5;
  176. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  177. private CustomControl.ButtonUtil.NormalButton PrintBarcode;
  178. private CustomControl.TextBoxWithIcon.SnCollectionBox pr_code;
  179. private System.Windows.Forms.Label pr_code_label;
  180. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  181. }
  182. }