ComQueryPanlInf.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. namespace Core.StlMes.Client.PlnSaleOrd.Control
  2. {
  3. partial class ComQueryPanlInf
  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. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  31. this.ultraComboOrdSource = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  32. this.checkBoxRollMonth = new System.Windows.Forms.CheckBox();
  33. this.ultraDateTimeRollMonth = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  34. this.checkBoxAcceptNo = new System.Windows.Forms.CheckBox();
  35. this.ctrlForQueryPORDERSTATUS = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  36. this.checkBoxForReqORDER_NO = new System.Windows.Forms.CheckBox();
  37. this.ultraTextEditorAcceptNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  38. this.checkBoxForReqPORDERSTATUS = new System.Windows.Forms.CheckBox();
  39. this.ctrlForQueryORDER_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  40. this.checkBoxHvJg = new System.Windows.Forms.CheckBox();
  41. this.checkBoxAddZz = new System.Windows.Forms.CheckBox();
  42. this.checkBoxBk = new System.Windows.Forms.CheckBox();
  43. this.checkBoxDc = new System.Windows.Forms.CheckBox();
  44. this.checkBoxInSpec = new System.Windows.Forms.CheckBox();
  45. this.checkBoxOrdSource = new System.Windows.Forms.CheckBox();
  46. ((System.ComponentModel.ISupportInitialize)(this.ultraComboOrdSource)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeRollMonth)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryPORDERSTATUS)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditorAcceptNo)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryORDER_NO)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // ultraComboOrdSource
  54. //
  55. this.ultraComboOrdSource.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  56. valueListItem3.DataValue = "销售合同";
  57. valueListItem1.DataValue = "补量需求";
  58. valueListItem2.DataValue = "备料需求";
  59. this.ultraComboOrdSource.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  60. valueListItem3,
  61. valueListItem1,
  62. valueListItem2});
  63. this.ultraComboOrdSource.Location = new System.Drawing.Point(92, 3);
  64. this.ultraComboOrdSource.Name = "ultraComboOrdSource";
  65. this.ultraComboOrdSource.Size = new System.Drawing.Size(79, 21);
  66. this.ultraComboOrdSource.TabIndex = 34;
  67. //
  68. // checkBoxRollMonth
  69. //
  70. this.checkBoxRollMonth.AutoSize = true;
  71. this.checkBoxRollMonth.Location = new System.Drawing.Point(177, 5);
  72. this.checkBoxRollMonth.Name = "checkBoxRollMonth";
  73. this.checkBoxRollMonth.Size = new System.Drawing.Size(72, 16);
  74. this.checkBoxRollMonth.TabIndex = 26;
  75. this.checkBoxRollMonth.Text = "轧制月份";
  76. this.checkBoxRollMonth.UseVisualStyleBackColor = true;
  77. this.checkBoxRollMonth.CheckedChanged += new System.EventHandler(this.checkBoxRollMonth_CheckedChanged);
  78. //
  79. // ultraDateTimeRollMonth
  80. //
  81. this.ultraDateTimeRollMonth.Enabled = false;
  82. this.ultraDateTimeRollMonth.FormatProvider = new System.Globalization.CultureInfo("sq-AL");
  83. this.ultraDateTimeRollMonth.FormatString = "yyyy-MM";
  84. this.ultraDateTimeRollMonth.Location = new System.Drawing.Point(254, 3);
  85. this.ultraDateTimeRollMonth.MaskInput = "yyyy-mm";
  86. this.ultraDateTimeRollMonth.Name = "ultraDateTimeRollMonth";
  87. this.ultraDateTimeRollMonth.Size = new System.Drawing.Size(91, 21);
  88. this.ultraDateTimeRollMonth.TabIndex = 27;
  89. //
  90. // checkBoxAcceptNo
  91. //
  92. this.checkBoxAcceptNo.AutoSize = true;
  93. this.checkBoxAcceptNo.Location = new System.Drawing.Point(696, 5);
  94. this.checkBoxAcceptNo.Name = "checkBoxAcceptNo";
  95. this.checkBoxAcceptNo.Size = new System.Drawing.Size(72, 16);
  96. this.checkBoxAcceptNo.TabIndex = 32;
  97. this.checkBoxAcceptNo.Text = "接收批次";
  98. this.checkBoxAcceptNo.UseVisualStyleBackColor = true;
  99. this.checkBoxAcceptNo.CheckedChanged += new System.EventHandler(this.checkBoxAcceptNo_CheckedChanged);
  100. //
  101. // ctrlForQueryPORDERSTATUS
  102. //
  103. this.ctrlForQueryPORDERSTATUS.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  104. this.ctrlForQueryPORDERSTATUS.Location = new System.Drawing.Point(612, 3);
  105. this.ctrlForQueryPORDERSTATUS.Name = "ctrlForQueryPORDERSTATUS";
  106. this.ctrlForQueryPORDERSTATUS.Size = new System.Drawing.Size(79, 21);
  107. this.ctrlForQueryPORDERSTATUS.TabIndex = 31;
  108. //
  109. // checkBoxForReqORDER_NO
  110. //
  111. this.checkBoxForReqORDER_NO.AutoSize = true;
  112. this.checkBoxForReqORDER_NO.Location = new System.Drawing.Point(350, 5);
  113. this.checkBoxForReqORDER_NO.Name = "checkBoxForReqORDER_NO";
  114. this.checkBoxForReqORDER_NO.Size = new System.Drawing.Size(60, 16);
  115. this.checkBoxForReqORDER_NO.TabIndex = 28;
  116. this.checkBoxForReqORDER_NO.Text = "合同号";
  117. this.checkBoxForReqORDER_NO.UseVisualStyleBackColor = true;
  118. this.checkBoxForReqORDER_NO.CheckedChanged += new System.EventHandler(this.checkBoxForReqORDER_NO_CheckedChanged);
  119. //
  120. // ultraTextEditorAcceptNo
  121. //
  122. this.ultraTextEditorAcceptNo.Enabled = false;
  123. this.ultraTextEditorAcceptNo.Location = new System.Drawing.Point(773, 3);
  124. this.ultraTextEditorAcceptNo.Name = "ultraTextEditorAcceptNo";
  125. this.ultraTextEditorAcceptNo.Size = new System.Drawing.Size(79, 21);
  126. this.ultraTextEditorAcceptNo.TabIndex = 33;
  127. //
  128. // checkBoxForReqPORDERSTATUS
  129. //
  130. this.checkBoxForReqPORDERSTATUS.AutoSize = true;
  131. this.checkBoxForReqPORDERSTATUS.Checked = true;
  132. this.checkBoxForReqPORDERSTATUS.CheckState = System.Windows.Forms.CheckState.Checked;
  133. this.checkBoxForReqPORDERSTATUS.Location = new System.Drawing.Point(535, 5);
  134. this.checkBoxForReqPORDERSTATUS.Name = "checkBoxForReqPORDERSTATUS";
  135. this.checkBoxForReqPORDERSTATUS.Size = new System.Drawing.Size(72, 16);
  136. this.checkBoxForReqPORDERSTATUS.TabIndex = 30;
  137. this.checkBoxForReqPORDERSTATUS.Text = "合同状态";
  138. this.checkBoxForReqPORDERSTATUS.UseVisualStyleBackColor = true;
  139. //
  140. // ctrlForQueryORDER_NO
  141. //
  142. this.ctrlForQueryORDER_NO.Enabled = false;
  143. this.ctrlForQueryORDER_NO.Location = new System.Drawing.Point(415, 3);
  144. this.ctrlForQueryORDER_NO.Name = "ctrlForQueryORDER_NO";
  145. this.ctrlForQueryORDER_NO.Size = new System.Drawing.Size(115, 21);
  146. this.ctrlForQueryORDER_NO.TabIndex = 29;
  147. //
  148. // checkBoxHvJg
  149. //
  150. this.checkBoxHvJg.AutoSize = true;
  151. this.checkBoxHvJg.Location = new System.Drawing.Point(858, 5);
  152. this.checkBoxHvJg.Name = "checkBoxHvJg";
  153. this.checkBoxHvJg.Size = new System.Drawing.Size(48, 16);
  154. this.checkBoxHvJg.TabIndex = 36;
  155. this.checkBoxHvJg.Text = "接箍";
  156. this.checkBoxHvJg.UseVisualStyleBackColor = true;
  157. //
  158. // checkBoxAddZz
  159. //
  160. this.checkBoxAddZz.AutoSize = true;
  161. this.checkBoxAddZz.Location = new System.Drawing.Point(966, 5);
  162. this.checkBoxAddZz.Name = "checkBoxAddZz";
  163. this.checkBoxAddZz.Size = new System.Drawing.Size(72, 16);
  164. this.checkBoxAddZz.TabIndex = 37;
  165. this.checkBoxAddZz.Text = "轧制加长";
  166. this.checkBoxAddZz.UseVisualStyleBackColor = true;
  167. //
  168. // checkBoxBk
  169. //
  170. this.checkBoxBk.AutoSize = true;
  171. this.checkBoxBk.Location = new System.Drawing.Point(1044, 5);
  172. this.checkBoxBk.Name = "checkBoxBk";
  173. this.checkBoxBk.Size = new System.Drawing.Size(48, 16);
  174. this.checkBoxBk.TabIndex = 38;
  175. this.checkBoxBk.Text = "拔扩";
  176. this.checkBoxBk.UseVisualStyleBackColor = true;
  177. this.checkBoxBk.CheckedChanged += new System.EventHandler(this.checkBoxBk_CheckedChanged);
  178. //
  179. // checkBoxDc
  180. //
  181. this.checkBoxDc.AutoSize = true;
  182. this.checkBoxDc.Location = new System.Drawing.Point(1098, 6);
  183. this.checkBoxDc.Name = "checkBoxDc";
  184. this.checkBoxDc.Size = new System.Drawing.Size(48, 16);
  185. this.checkBoxDc.TabIndex = 39;
  186. this.checkBoxDc.Text = "镦粗";
  187. this.checkBoxDc.UseVisualStyleBackColor = true;
  188. this.checkBoxDc.CheckedChanged += new System.EventHandler(this.checkBoxDc_CheckedChanged);
  189. //
  190. // checkBoxInSpec
  191. //
  192. this.checkBoxInSpec.AutoSize = true;
  193. this.checkBoxInSpec.Location = new System.Drawing.Point(912, 5);
  194. this.checkBoxInSpec.Name = "checkBoxInSpec";
  195. this.checkBoxInSpec.Size = new System.Drawing.Size(48, 16);
  196. this.checkBoxInSpec.TabIndex = 40;
  197. this.checkBoxInSpec.Text = "探伤";
  198. this.checkBoxInSpec.UseVisualStyleBackColor = true;
  199. //
  200. // checkBoxOrdSource
  201. //
  202. this.checkBoxOrdSource.AutoSize = true;
  203. this.checkBoxOrdSource.Location = new System.Drawing.Point(14, 5);
  204. this.checkBoxOrdSource.Name = "checkBoxOrdSource";
  205. this.checkBoxOrdSource.Size = new System.Drawing.Size(72, 16);
  206. this.checkBoxOrdSource.TabIndex = 55;
  207. this.checkBoxOrdSource.Text = "排产分类";
  208. this.checkBoxOrdSource.UseVisualStyleBackColor = true;
  209. this.checkBoxOrdSource.CheckedChanged += new System.EventHandler(this.checkBoxOrdSource_CheckedChanged);
  210. //
  211. // ComQueryPanlInf
  212. //
  213. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  214. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  215. this.Controls.Add(this.checkBoxOrdSource);
  216. this.Controls.Add(this.checkBoxInSpec);
  217. this.Controls.Add(this.checkBoxDc);
  218. this.Controls.Add(this.checkBoxBk);
  219. this.Controls.Add(this.checkBoxAddZz);
  220. this.Controls.Add(this.checkBoxHvJg);
  221. this.Controls.Add(this.ultraComboOrdSource);
  222. this.Controls.Add(this.checkBoxRollMonth);
  223. this.Controls.Add(this.ultraDateTimeRollMonth);
  224. this.Controls.Add(this.checkBoxAcceptNo);
  225. this.Controls.Add(this.ctrlForQueryPORDERSTATUS);
  226. this.Controls.Add(this.checkBoxForReqORDER_NO);
  227. this.Controls.Add(this.ultraTextEditorAcceptNo);
  228. this.Controls.Add(this.checkBoxForReqPORDERSTATUS);
  229. this.Controls.Add(this.ctrlForQueryORDER_NO);
  230. this.Name = "ComQueryPanlInf";
  231. this.Size = new System.Drawing.Size(1175, 27);
  232. this.Load += new System.EventHandler(this.ComQueryPanlInf_Load);
  233. ((System.ComponentModel.ISupportInitialize)(this.ultraComboOrdSource)).EndInit();
  234. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeRollMonth)).EndInit();
  235. ((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryPORDERSTATUS)).EndInit();
  236. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditorAcceptNo)).EndInit();
  237. ((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryORDER_NO)).EndInit();
  238. this.ResumeLayout(false);
  239. this.PerformLayout();
  240. }
  241. #endregion
  242. public Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboOrdSource;
  243. public System.Windows.Forms.CheckBox checkBoxRollMonth;
  244. public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeRollMonth;
  245. public System.Windows.Forms.CheckBox checkBoxAcceptNo;
  246. public Infragistics.Win.UltraWinEditors.UltraComboEditor ctrlForQueryPORDERSTATUS;
  247. public System.Windows.Forms.CheckBox checkBoxForReqORDER_NO;
  248. public Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditorAcceptNo;
  249. public System.Windows.Forms.CheckBox checkBoxForReqPORDERSTATUS;
  250. public Infragistics.Win.UltraWinEditors.UltraTextEditor ctrlForQueryORDER_NO;
  251. public System.Windows.Forms.CheckBox checkBoxHvJg;
  252. public System.Windows.Forms.CheckBox checkBoxAddZz;
  253. public System.Windows.Forms.CheckBox checkBoxBk;
  254. public System.Windows.Forms.CheckBox checkBoxDc;
  255. public System.Windows.Forms.CheckBox checkBoxInSpec;
  256. public System.Windows.Forms.CheckBox checkBoxOrdSource;
  257. }
  258. }