ComQueryPandProcOrd.Designer.cs 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. namespace Core.StlMes.Client.PlnSaleOrd.Control
  2. {
  3. partial class ComQueryPandProcOrd
  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 valueListItem4 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem6 = new Infragistics.Win.ValueListItem();
  30. this.checkBoxRollMonth = new System.Windows.Forms.CheckBox();
  31. this.ultraDateTimeRollMonth = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  32. this.checkBoxForReqORDER_NO = new System.Windows.Forms.CheckBox();
  33. this.ctrlForQueryORDER_NO = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  34. this.checkBoxFinish = new System.Windows.Forms.CheckBox();
  35. this.ultraComboFinishEditor = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  36. this.checkBoxIsConfirm = new System.Windows.Forms.CheckBox();
  37. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeRollMonth)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryORDER_NO)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.ultraComboFinishEditor)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // checkBoxRollMonth
  43. //
  44. this.checkBoxRollMonth.AutoSize = true;
  45. this.checkBoxRollMonth.Location = new System.Drawing.Point(13, 7);
  46. this.checkBoxRollMonth.Name = "checkBoxRollMonth";
  47. this.checkBoxRollMonth.Size = new System.Drawing.Size(72, 16);
  48. this.checkBoxRollMonth.TabIndex = 15;
  49. this.checkBoxRollMonth.Text = "轧制月份";
  50. this.checkBoxRollMonth.UseVisualStyleBackColor = true;
  51. this.checkBoxRollMonth.CheckedChanged += new System.EventHandler(this.checkBoxRollMonth_CheckedChanged);
  52. //
  53. // ultraDateTimeRollMonth
  54. //
  55. this.ultraDateTimeRollMonth.Enabled = false;
  56. this.ultraDateTimeRollMonth.FormatProvider = new System.Globalization.CultureInfo("sq-AL");
  57. this.ultraDateTimeRollMonth.FormatString = "yyyy-MM";
  58. this.ultraDateTimeRollMonth.Location = new System.Drawing.Point(90, 5);
  59. this.ultraDateTimeRollMonth.MaskInput = "yyyy-mm";
  60. this.ultraDateTimeRollMonth.Name = "ultraDateTimeRollMonth";
  61. this.ultraDateTimeRollMonth.Size = new System.Drawing.Size(91, 21);
  62. this.ultraDateTimeRollMonth.TabIndex = 16;
  63. //
  64. // checkBoxForReqORDER_NO
  65. //
  66. this.checkBoxForReqORDER_NO.AutoSize = true;
  67. this.checkBoxForReqORDER_NO.Location = new System.Drawing.Point(186, 7);
  68. this.checkBoxForReqORDER_NO.Name = "checkBoxForReqORDER_NO";
  69. this.checkBoxForReqORDER_NO.Size = new System.Drawing.Size(60, 16);
  70. this.checkBoxForReqORDER_NO.TabIndex = 17;
  71. this.checkBoxForReqORDER_NO.Text = "合同号";
  72. this.checkBoxForReqORDER_NO.UseVisualStyleBackColor = true;
  73. this.checkBoxForReqORDER_NO.CheckedChanged += new System.EventHandler(this.checkBoxForReqORDER_NO_CheckedChanged);
  74. //
  75. // ctrlForQueryORDER_NO
  76. //
  77. this.ctrlForQueryORDER_NO.Enabled = false;
  78. this.ctrlForQueryORDER_NO.Location = new System.Drawing.Point(251, 5);
  79. this.ctrlForQueryORDER_NO.Name = "ctrlForQueryORDER_NO";
  80. this.ctrlForQueryORDER_NO.Size = new System.Drawing.Size(115, 21);
  81. this.ctrlForQueryORDER_NO.TabIndex = 18;
  82. //
  83. // checkBoxFinish
  84. //
  85. this.checkBoxFinish.AutoSize = true;
  86. this.checkBoxFinish.Checked = true;
  87. this.checkBoxFinish.CheckState = System.Windows.Forms.CheckState.Checked;
  88. this.checkBoxFinish.Location = new System.Drawing.Point(372, 8);
  89. this.checkBoxFinish.Name = "checkBoxFinish";
  90. this.checkBoxFinish.Size = new System.Drawing.Size(72, 16);
  91. this.checkBoxFinish.TabIndex = 56;
  92. this.checkBoxFinish.Text = "生产情况";
  93. this.checkBoxFinish.UseVisualStyleBackColor = true;
  94. //
  95. // ultraComboFinishEditor
  96. //
  97. this.ultraComboFinishEditor.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  98. valueListItem4.DataValue = "0";
  99. valueListItem4.DisplayText = "在产合同";
  100. valueListItem6.DataValue = "1";
  101. valueListItem6.DisplayText = "全部";
  102. this.ultraComboFinishEditor.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  103. valueListItem4,
  104. valueListItem6});
  105. this.ultraComboFinishEditor.Location = new System.Drawing.Point(450, 5);
  106. this.ultraComboFinishEditor.Name = "ultraComboFinishEditor";
  107. this.ultraComboFinishEditor.Size = new System.Drawing.Size(80, 21);
  108. this.ultraComboFinishEditor.TabIndex = 57;
  109. //
  110. // checkBoxIsConfirm
  111. //
  112. this.checkBoxIsConfirm.AutoSize = true;
  113. this.checkBoxIsConfirm.Location = new System.Drawing.Point(536, 7);
  114. this.checkBoxIsConfirm.Name = "checkBoxIsConfirm";
  115. this.checkBoxIsConfirm.Size = new System.Drawing.Size(60, 16);
  116. this.checkBoxIsConfirm.TabIndex = 58;
  117. this.checkBoxIsConfirm.Text = "有接箍";
  118. this.checkBoxIsConfirm.UseVisualStyleBackColor = true;
  119. this.checkBoxIsConfirm.Visible = false;
  120. //
  121. // ComQueryPandProcOrd
  122. //
  123. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  124. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  125. this.Controls.Add(this.checkBoxIsConfirm);
  126. this.Controls.Add(this.checkBoxFinish);
  127. this.Controls.Add(this.ultraComboFinishEditor);
  128. this.Controls.Add(this.checkBoxRollMonth);
  129. this.Controls.Add(this.ultraDateTimeRollMonth);
  130. this.Controls.Add(this.checkBoxForReqORDER_NO);
  131. this.Controls.Add(this.ctrlForQueryORDER_NO);
  132. this.Name = "ComQueryPandProcOrd";
  133. this.Size = new System.Drawing.Size(836, 31);
  134. this.Load += new System.EventHandler(this.ComQueryPandProcOrd_Load);
  135. ((System.ComponentModel.ISupportInitialize)(this.ultraDateTimeRollMonth)).EndInit();
  136. ((System.ComponentModel.ISupportInitialize)(this.ctrlForQueryORDER_NO)).EndInit();
  137. ((System.ComponentModel.ISupportInitialize)(this.ultraComboFinishEditor)).EndInit();
  138. this.ResumeLayout(false);
  139. this.PerformLayout();
  140. }
  141. #endregion
  142. public System.Windows.Forms.CheckBox checkBoxRollMonth;
  143. public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor ultraDateTimeRollMonth;
  144. public System.Windows.Forms.CheckBox checkBoxForReqORDER_NO;
  145. public Infragistics.Win.UltraWinEditors.UltraTextEditor ctrlForQueryORDER_NO;
  146. public System.Windows.Forms.CheckBox checkBoxFinish;
  147. public Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboFinishEditor;
  148. public System.Windows.Forms.CheckBox checkBoxIsConfirm;
  149. }
  150. }