ComOrdJGDJPanel.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. namespace Core.StlMes.Client.PlnSaleOrd.Control
  2. {
  3. partial class ComOrdJGDJPanel
  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 valueListItem1 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  30. Infragistics.Win.ValueListItem valueListItem3 = new Infragistics.Win.ValueListItem();
  31. Infragistics.Win.ValueListItem valueListItem4 = new Infragistics.Win.ValueListItem();
  32. Infragistics.Win.ValueListItem valueListItem5 = new Infragistics.Win.ValueListItem();
  33. this.checkBoxRollMonth = new System.Windows.Forms.CheckBox();
  34. this.ultraTextEditorAcceptNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  35. this.checkBoxForReqORDER_NO = new System.Windows.Forms.CheckBox();
  36. this.checkBoxHvJg = new System.Windows.Forms.CheckBox();
  37. this.ctrlForQueryORDER_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  38. this.checkBoxHvDj = new System.Windows.Forms.CheckBox();
  39. this.checkBoxAcceptNo = new System.Windows.Forms.CheckBox();
  40. this.ultraDateTimeRollMonth = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  41. this.ctrlForQueryPORDERSTATUS = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  42. this.checkBoxForReqPORDERSTATUS = new System.Windows.Forms.CheckBox();
  43. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditorAcceptNo)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryORDER_NO)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeRollMonth)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryPORDERSTATUS)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // checkBoxRollMonth
  50. //
  51. this.checkBoxRollMonth.AutoSize = true;
  52. this.checkBoxRollMonth.Location = new System.Drawing.Point(14, 8);
  53. this.checkBoxRollMonth.Name = "checkBoxRollMonth";
  54. this.checkBoxRollMonth.Size = new System.Drawing.Size(72, 16);
  55. this.checkBoxRollMonth.TabIndex = 10;
  56. this.checkBoxRollMonth.Text = "轧制月份";
  57. this.checkBoxRollMonth.UseVisualStyleBackColor = true;
  58. this.checkBoxRollMonth.CheckedChanged += new System.EventHandler(this.checkBoxRollMonth_CheckedChanged);
  59. //
  60. // ultraTextEditorAcceptNo
  61. //
  62. this.ultraTextEditorAcceptNo.Enabled = false;
  63. this.ultraTextEditorAcceptNo.Location = new System.Drawing.Point(611, 6);
  64. this.ultraTextEditorAcceptNo.Name = "ultraTextEditorAcceptNo";
  65. this.ultraTextEditorAcceptNo.Size = new System.Drawing.Size(79, 21);
  66. this.ultraTextEditorAcceptNo.TabIndex = 15;
  67. //
  68. // checkBoxForReqORDER_NO
  69. //
  70. this.checkBoxForReqORDER_NO.AutoSize = true;
  71. this.checkBoxForReqORDER_NO.Location = new System.Drawing.Point(346, 8);
  72. this.checkBoxForReqORDER_NO.Name = "checkBoxForReqORDER_NO";
  73. this.checkBoxForReqORDER_NO.Size = new System.Drawing.Size(60, 16);
  74. this.checkBoxForReqORDER_NO.TabIndex = 12;
  75. this.checkBoxForReqORDER_NO.Text = "合同号";
  76. this.checkBoxForReqORDER_NO.UseVisualStyleBackColor = true;
  77. this.checkBoxForReqORDER_NO.CheckedChanged += new System.EventHandler(this.checkBoxForReqORDER_NO_CheckedChanged);
  78. //
  79. // checkBoxHvJg
  80. //
  81. this.checkBoxHvJg.AutoSize = true;
  82. this.checkBoxHvJg.Location = new System.Drawing.Point(696, 8);
  83. this.checkBoxHvJg.Name = "checkBoxHvJg";
  84. this.checkBoxHvJg.Size = new System.Drawing.Size(48, 16);
  85. this.checkBoxHvJg.TabIndex = 16;
  86. this.checkBoxHvJg.Text = "接箍";
  87. this.checkBoxHvJg.UseVisualStyleBackColor = true;
  88. //
  89. // ctrlForQueryORDER_NO
  90. //
  91. this.ctrlForQueryORDER_NO.Enabled = false;
  92. this.ctrlForQueryORDER_NO.Location = new System.Drawing.Point(412, 6);
  93. this.ctrlForQueryORDER_NO.Name = "ctrlForQueryORDER_NO";
  94. this.ctrlForQueryORDER_NO.Size = new System.Drawing.Size(115, 21);
  95. this.ctrlForQueryORDER_NO.TabIndex = 13;
  96. //
  97. // checkBoxHvDj
  98. //
  99. this.checkBoxHvDj.AutoSize = true;
  100. this.checkBoxHvDj.Location = new System.Drawing.Point(750, 8);
  101. this.checkBoxHvDj.Name = "checkBoxHvDj";
  102. this.checkBoxHvDj.Size = new System.Drawing.Size(48, 16);
  103. this.checkBoxHvDj.TabIndex = 17;
  104. this.checkBoxHvDj.Text = "短节";
  105. this.checkBoxHvDj.UseVisualStyleBackColor = true;
  106. //
  107. // checkBoxAcceptNo
  108. //
  109. this.checkBoxAcceptNo.AutoSize = true;
  110. this.checkBoxAcceptNo.Location = new System.Drawing.Point(533, 8);
  111. this.checkBoxAcceptNo.Name = "checkBoxAcceptNo";
  112. this.checkBoxAcceptNo.Size = new System.Drawing.Size(72, 16);
  113. this.checkBoxAcceptNo.TabIndex = 14;
  114. this.checkBoxAcceptNo.Text = "接收批次";
  115. this.checkBoxAcceptNo.UseVisualStyleBackColor = true;
  116. this.checkBoxAcceptNo.CheckedChanged += new System.EventHandler(this.checkBoxAcceptNo_CheckedChanged);
  117. //
  118. // ultraDateTimeRollMonth
  119. //
  120. this.ultraDateTimeRollMonth.Enabled = false;
  121. this.ultraDateTimeRollMonth.FormatProvider = new System.Globalization.CultureInfo("sq-AL");
  122. this.ultraDateTimeRollMonth.FormatString = "yyyy-MM";
  123. this.ultraDateTimeRollMonth.Location = new System.Drawing.Point(92, 6);
  124. this.ultraDateTimeRollMonth.MaskInput = "yyyy-mm";
  125. this.ultraDateTimeRollMonth.Name = "ultraDateTimeRollMonth";
  126. this.ultraDateTimeRollMonth.Size = new System.Drawing.Size(86, 21);
  127. this.ultraDateTimeRollMonth.TabIndex = 18;
  128. //
  129. // ctrlForQueryPORDERSTATUS
  130. //
  131. this.ctrlForQueryPORDERSTATUS.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  132. valueListItem1.DataValue = "1";
  133. valueListItem1.DisplayText = "已接收";
  134. valueListItem2.DataValue = "2";
  135. valueListItem2.DisplayText = "已下发";
  136. valueListItem3.DataValue = "3";
  137. valueListItem3.DisplayText = "生产中";
  138. valueListItem4.DataValue = "4";
  139. valueListItem4.DisplayText = "生产完成";
  140. valueListItem5.DataValue = "5";
  141. valueListItem5.DisplayText = "缴库完毕";
  142. this.ctrlForQueryPORDERSTATUS.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  143. valueListItem1,
  144. valueListItem2,
  145. valueListItem3,
  146. valueListItem4,
  147. valueListItem5});
  148. this.ctrlForQueryPORDERSTATUS.Location = new System.Drawing.Point(261, 6);
  149. this.ctrlForQueryPORDERSTATUS.Name = "ctrlForQueryPORDERSTATUS";
  150. this.ctrlForQueryPORDERSTATUS.Size = new System.Drawing.Size(79, 21);
  151. this.ctrlForQueryPORDERSTATUS.TabIndex = 20;
  152. //
  153. // checkBoxForReqPORDERSTATUS
  154. //
  155. this.checkBoxForReqPORDERSTATUS.AutoSize = true;
  156. this.checkBoxForReqPORDERSTATUS.Checked = true;
  157. this.checkBoxForReqPORDERSTATUS.CheckState = System.Windows.Forms.CheckState.Checked;
  158. this.checkBoxForReqPORDERSTATUS.Location = new System.Drawing.Point(184, 8);
  159. this.checkBoxForReqPORDERSTATUS.Name = "checkBoxForReqPORDERSTATUS";
  160. this.checkBoxForReqPORDERSTATUS.Size = new System.Drawing.Size(72, 16);
  161. this.checkBoxForReqPORDERSTATUS.TabIndex = 19;
  162. this.checkBoxForReqPORDERSTATUS.Text = "合同状态";
  163. this.checkBoxForReqPORDERSTATUS.UseVisualStyleBackColor = true;
  164. this.checkBoxForReqPORDERSTATUS.CheckedChanged += new System.EventHandler(this.checkBoxForReqPORDERSTATUS_CheckedChanged);
  165. //
  166. // ComOrdJGDJPanel
  167. //
  168. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  169. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  170. this.Controls.Add(this.ctrlForQueryPORDERSTATUS);
  171. this.Controls.Add(this.checkBoxForReqPORDERSTATUS);
  172. this.Controls.Add(this.ultraDateTimeRollMonth);
  173. this.Controls.Add(this.checkBoxRollMonth);
  174. this.Controls.Add(this.ultraTextEditorAcceptNo);
  175. this.Controls.Add(this.checkBoxForReqORDER_NO);
  176. this.Controls.Add(this.checkBoxHvJg);
  177. this.Controls.Add(this.ctrlForQueryORDER_NO);
  178. this.Controls.Add(this.checkBoxHvDj);
  179. this.Controls.Add(this.checkBoxAcceptNo);
  180. this.Name = "ComOrdJGDJPanel";
  181. this.Size = new System.Drawing.Size(837, 32);
  182. ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditorAcceptNo)).EndInit();
  183. ((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryORDER_NO)).EndInit();
  184. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeRollMonth)).EndInit();
  185. ((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryPORDERSTATUS)).EndInit();
  186. this.ResumeLayout(false);
  187. this.PerformLayout();
  188. }
  189. #endregion
  190. public System.Windows.Forms.CheckBox checkBoxRollMonth;
  191. public Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditorAcceptNo;
  192. public System.Windows.Forms.CheckBox checkBoxForReqORDER_NO;
  193. public System.Windows.Forms.CheckBox checkBoxHvJg;
  194. public Infragistics.Win.UltraWinEditors.UltraTextEditor ctrlForQueryORDER_NO;
  195. public System.Windows.Forms.CheckBox checkBoxHvDj;
  196. public System.Windows.Forms.CheckBox checkBoxAcceptNo;
  197. public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeRollMonth;
  198. public Infragistics.Win.UltraWinEditors.UltraComboEditor ctrlForQueryPORDERSTATUS;
  199. public System.Windows.Forms.CheckBox checkBoxForReqPORDERSTATUS;
  200. }
  201. }