ComQueryPanel.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. namespace Core.StlMes.Client.PlnSaleOrd.Control
  2. {
  3. partial class ComQueryPanel
  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.ultraDateTimeRollMonth = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  29. this.checkBoxisGp = new System.Windows.Forms.CheckBox();
  30. this.checkBoxForReqPORDERSTATUS = new System.Windows.Forms.CheckBox();
  31. this.checkBoxRollMonth = new System.Windows.Forms.CheckBox();
  32. this.ultraTextEditorAcceptNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  33. this.ctrlForQueryPORDERSTATUS = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  34. this.checkBoxForReqORDER_NO = new System.Windows.Forms.CheckBox();
  35. this.checkBoxHvJg = new System.Windows.Forms.CheckBox();
  36. this.ctrlForQueryORDER_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  37. this.checkBoxHvDj = new System.Windows.Forms.CheckBox();
  38. this.checkBoxAcceptNo = new System.Windows.Forms.CheckBox();
  39. this.checkBoxIsConfirm = new System.Windows.Forms.CheckBox();
  40. this.checkBoxisBl = new System.Windows.Forms.CheckBox();
  41. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeRollMonth)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditorAcceptNo)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryPORDERSTATUS)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryORDER_NO)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // ultraDateTimeRollMonth
  48. //
  49. this.ultraDateTimeRollMonth.Enabled = false;
  50. this.ultraDateTimeRollMonth.FormatProvider = new System.Globalization.CultureInfo("sq-AL");
  51. this.ultraDateTimeRollMonth.FormatString = "yyyy-MM";
  52. this.ultraDateTimeRollMonth.Location = new System.Drawing.Point(125, 6);
  53. this.ultraDateTimeRollMonth.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  54. this.ultraDateTimeRollMonth.MaskInput = "yyyy-mm";
  55. this.ultraDateTimeRollMonth.Name = "ultraDateTimeRollMonth";
  56. this.ultraDateTimeRollMonth.Size = new System.Drawing.Size(121, 24);
  57. this.ultraDateTimeRollMonth.TabIndex = 12;
  58. //
  59. // checkBoxisGp
  60. //
  61. this.checkBoxisGp.AutoSize = true;
  62. this.checkBoxisGp.Location = new System.Drawing.Point(1071, 9);
  63. this.checkBoxisGp.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  64. this.checkBoxisGp.Name = "checkBoxisGp";
  65. this.checkBoxisGp.Size = new System.Drawing.Size(59, 19);
  66. this.checkBoxisGp.TabIndex = 21;
  67. this.checkBoxisGp.Text = "管坯";
  68. this.checkBoxisGp.UseVisualStyleBackColor = true;
  69. //
  70. // checkBoxForReqPORDERSTATUS
  71. //
  72. this.checkBoxForReqPORDERSTATUS.AutoSize = true;
  73. this.checkBoxForReqPORDERSTATUS.Checked = true;
  74. this.checkBoxForReqPORDERSTATUS.CheckState = System.Windows.Forms.CheckState.Checked;
  75. this.checkBoxForReqPORDERSTATUS.Location = new System.Drawing.Point(500, 9);
  76. this.checkBoxForReqPORDERSTATUS.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  77. this.checkBoxForReqPORDERSTATUS.Name = "checkBoxForReqPORDERSTATUS";
  78. this.checkBoxForReqPORDERSTATUS.Size = new System.Drawing.Size(89, 19);
  79. this.checkBoxForReqPORDERSTATUS.TabIndex = 15;
  80. this.checkBoxForReqPORDERSTATUS.Text = "合同状态";
  81. this.checkBoxForReqPORDERSTATUS.UseVisualStyleBackColor = true;
  82. this.checkBoxForReqPORDERSTATUS.CheckedChanged += new System.EventHandler(this.checkBoxForReqPORDERSTATUS_CheckedChanged);
  83. //
  84. // checkBoxRollMonth
  85. //
  86. this.checkBoxRollMonth.AutoSize = true;
  87. this.checkBoxRollMonth.Location = new System.Drawing.Point(23, 9);
  88. this.checkBoxRollMonth.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  89. this.checkBoxRollMonth.Name = "checkBoxRollMonth";
  90. this.checkBoxRollMonth.Size = new System.Drawing.Size(89, 19);
  91. this.checkBoxRollMonth.TabIndex = 11;
  92. this.checkBoxRollMonth.Text = "轧制月份";
  93. this.checkBoxRollMonth.UseVisualStyleBackColor = true;
  94. this.checkBoxRollMonth.CheckedChanged += new System.EventHandler(this.checkBoxRollMonth_CheckedChanged);
  95. //
  96. // ultraTextEditorAcceptNo
  97. //
  98. this.ultraTextEditorAcceptNo.Enabled = false;
  99. this.ultraTextEditorAcceptNo.Location = new System.Drawing.Point(817, 6);
  100. this.ultraTextEditorAcceptNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  101. this.ultraTextEditorAcceptNo.Name = "ultraTextEditorAcceptNo";
  102. this.ultraTextEditorAcceptNo.Size = new System.Drawing.Size(105, 24);
  103. this.ultraTextEditorAcceptNo.TabIndex = 18;
  104. //
  105. // ctrlForQueryPORDERSTATUS
  106. //
  107. this.ctrlForQueryPORDERSTATUS.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  108. this.ctrlForQueryPORDERSTATUS.Location = new System.Drawing.Point(603, 6);
  109. this.ctrlForQueryPORDERSTATUS.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  110. this.ctrlForQueryPORDERSTATUS.Name = "ctrlForQueryPORDERSTATUS";
  111. this.ctrlForQueryPORDERSTATUS.Size = new System.Drawing.Size(105, 24);
  112. this.ctrlForQueryPORDERSTATUS.TabIndex = 16;
  113. //
  114. // checkBoxForReqORDER_NO
  115. //
  116. this.checkBoxForReqORDER_NO.AutoSize = true;
  117. this.checkBoxForReqORDER_NO.Location = new System.Drawing.Point(253, 9);
  118. this.checkBoxForReqORDER_NO.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  119. this.checkBoxForReqORDER_NO.Name = "checkBoxForReqORDER_NO";
  120. this.checkBoxForReqORDER_NO.Size = new System.Drawing.Size(74, 19);
  121. this.checkBoxForReqORDER_NO.TabIndex = 13;
  122. this.checkBoxForReqORDER_NO.Text = "合同号";
  123. this.checkBoxForReqORDER_NO.UseVisualStyleBackColor = true;
  124. this.checkBoxForReqORDER_NO.CheckedChanged += new System.EventHandler(this.checkBoxForReqORDER_NO_CheckedChanged);
  125. //
  126. // checkBoxHvJg
  127. //
  128. this.checkBoxHvJg.AutoSize = true;
  129. this.checkBoxHvJg.Location = new System.Drawing.Point(929, 9);
  130. this.checkBoxHvJg.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  131. this.checkBoxHvJg.Name = "checkBoxHvJg";
  132. this.checkBoxHvJg.Size = new System.Drawing.Size(59, 19);
  133. this.checkBoxHvJg.TabIndex = 19;
  134. this.checkBoxHvJg.Text = "接箍";
  135. this.checkBoxHvJg.UseVisualStyleBackColor = true;
  136. //
  137. // ctrlForQueryORDER_NO
  138. //
  139. this.ctrlForQueryORDER_NO.Enabled = false;
  140. this.ctrlForQueryORDER_NO.Location = new System.Drawing.Point(340, 6);
  141. this.ctrlForQueryORDER_NO.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  142. this.ctrlForQueryORDER_NO.Name = "ctrlForQueryORDER_NO";
  143. this.ctrlForQueryORDER_NO.Size = new System.Drawing.Size(153, 24);
  144. this.ctrlForQueryORDER_NO.TabIndex = 14;
  145. //
  146. // checkBoxHvDj
  147. //
  148. this.checkBoxHvDj.AutoSize = true;
  149. this.checkBoxHvDj.Location = new System.Drawing.Point(1000, 9);
  150. this.checkBoxHvDj.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  151. this.checkBoxHvDj.Name = "checkBoxHvDj";
  152. this.checkBoxHvDj.Size = new System.Drawing.Size(59, 19);
  153. this.checkBoxHvDj.TabIndex = 20;
  154. this.checkBoxHvDj.Text = "短节";
  155. this.checkBoxHvDj.UseVisualStyleBackColor = true;
  156. //
  157. // checkBoxAcceptNo
  158. //
  159. this.checkBoxAcceptNo.AutoSize = true;
  160. this.checkBoxAcceptNo.Location = new System.Drawing.Point(715, 9);
  161. this.checkBoxAcceptNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  162. this.checkBoxAcceptNo.Name = "checkBoxAcceptNo";
  163. this.checkBoxAcceptNo.Size = new System.Drawing.Size(89, 19);
  164. this.checkBoxAcceptNo.TabIndex = 17;
  165. this.checkBoxAcceptNo.Text = "接收批次";
  166. this.checkBoxAcceptNo.UseVisualStyleBackColor = true;
  167. this.checkBoxAcceptNo.CheckedChanged += new System.EventHandler(this.checkBoxAcceptNo_CheckedChanged);
  168. //
  169. // checkBoxIsConfirm
  170. //
  171. this.checkBoxIsConfirm.AutoSize = true;
  172. this.checkBoxIsConfirm.Checked = true;
  173. this.checkBoxIsConfirm.CheckState = System.Windows.Forms.CheckState.Checked;
  174. this.checkBoxIsConfirm.Location = new System.Drawing.Point(1205, 9);
  175. this.checkBoxIsConfirm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  176. this.checkBoxIsConfirm.Name = "checkBoxIsConfirm";
  177. this.checkBoxIsConfirm.Size = new System.Drawing.Size(74, 19);
  178. this.checkBoxIsConfirm.TabIndex = 22;
  179. this.checkBoxIsConfirm.Text = "未确认";
  180. this.checkBoxIsConfirm.UseVisualStyleBackColor = true;
  181. this.checkBoxIsConfirm.Visible = false;
  182. //
  183. // checkBoxisBl
  184. //
  185. this.checkBoxisBl.AutoSize = true;
  186. this.checkBoxisBl.Location = new System.Drawing.Point(1138, 9);
  187. this.checkBoxisBl.Margin = new System.Windows.Forms.Padding(4);
  188. this.checkBoxisBl.Name = "checkBoxisBl";
  189. this.checkBoxisBl.Size = new System.Drawing.Size(59, 19);
  190. this.checkBoxisBl.TabIndex = 23;
  191. this.checkBoxisBl.Text = "备料";
  192. this.checkBoxisBl.UseVisualStyleBackColor = true;
  193. this.checkBoxisBl.Visible = false;
  194. //
  195. // ComQueryPanel
  196. //
  197. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  198. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  199. this.Controls.Add(this.checkBoxisBl);
  200. this.Controls.Add(this.checkBoxIsConfirm);
  201. this.Controls.Add(this.checkBoxRollMonth);
  202. this.Controls.Add(this.ultraDateTimeRollMonth);
  203. this.Controls.Add(this.checkBoxAcceptNo);
  204. this.Controls.Add(this.ctrlForQueryPORDERSTATUS);
  205. this.Controls.Add(this.checkBoxisGp);
  206. this.Controls.Add(this.checkBoxForReqORDER_NO);
  207. this.Controls.Add(this.checkBoxHvDj);
  208. this.Controls.Add(this.ultraTextEditorAcceptNo);
  209. this.Controls.Add(this.checkBoxForReqPORDERSTATUS);
  210. this.Controls.Add(this.checkBoxHvJg);
  211. this.Controls.Add(this.ctrlForQueryORDER_NO);
  212. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  213. this.Name = "ComQueryPanel";
  214. this.Size = new System.Drawing.Size(1442, 39);
  215. this.Load += new System.EventHandler(this.ComQueryPanel_Load);
  216. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeRollMonth)).EndInit();
  217. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditorAcceptNo)).EndInit();
  218. ((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryPORDERSTATUS)).EndInit();
  219. ((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryORDER_NO)).EndInit();
  220. this.ResumeLayout(false);
  221. this.PerformLayout();
  222. }
  223. #endregion
  224. public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeRollMonth;
  225. public System.Windows.Forms.CheckBox checkBoxisGp;
  226. public System.Windows.Forms.CheckBox checkBoxForReqPORDERSTATUS;
  227. public System.Windows.Forms.CheckBox checkBoxRollMonth;
  228. public Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditorAcceptNo;
  229. public Infragistics.Win.UltraWinEditors.UltraComboEditor ctrlForQueryPORDERSTATUS;
  230. public System.Windows.Forms.CheckBox checkBoxForReqORDER_NO;
  231. public System.Windows.Forms.CheckBox checkBoxHvJg;
  232. public Infragistics.Win.UltraWinEditors.UltraTextEditor ctrlForQueryORDER_NO;
  233. public System.Windows.Forms.CheckBox checkBoxHvDj;
  234. public System.Windows.Forms.CheckBox checkBoxAcceptNo;
  235. public System.Windows.Forms.CheckBox checkBoxIsConfirm;
  236. public System.Windows.Forms.CheckBox checkBoxisBl;
  237. }
  238. }