HttSingleQueryFrame.Designer.cs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. namespace Core.StlMes.Client.Mcp.Control
  2. {
  3. partial class HttSingleQueryFrame
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
  30. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  31. Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
  32. this.txtRollbatchId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  33. this.panel2 = new System.Windows.Forms.Panel();
  34. this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
  35. this.txtHeatNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
  36. this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
  37. this.dtEndDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  38. this.dtStartDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
  39. this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
  40. this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
  41. ((System.ComponentModel.ISupportInitialize)(this.txtRollbatchId)).BeginInit();
  42. this.panel2.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // txtRollbatchId
  49. //
  50. this.txtRollbatchId.Location = new System.Drawing.Point(608, 12);
  51. this.txtRollbatchId.MaxLength = 100;
  52. this.txtRollbatchId.Name = "txtRollbatchId";
  53. this.txtRollbatchId.Size = new System.Drawing.Size(98, 21);
  54. this.txtRollbatchId.TabIndex = 40;
  55. //
  56. // panel2
  57. //
  58. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
  59. this.panel2.Controls.Add(this.txtRollbatchId);
  60. this.panel2.Controls.Add(this.ultraLabel4);
  61. this.panel2.Controls.Add(this.txtHeatNo);
  62. this.panel2.Controls.Add(this.ultraLabel3);
  63. this.panel2.Controls.Add(this.dtEndDate);
  64. this.panel2.Controls.Add(this.dtStartDate);
  65. this.panel2.Controls.Add(this.ultraLabel1);
  66. this.panel2.Controls.Add(this.ultraLabel2);
  67. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  68. this.panel2.Location = new System.Drawing.Point(0, 0);
  69. this.panel2.Name = "panel2";
  70. this.panel2.Size = new System.Drawing.Size(803, 43);
  71. this.panel2.TabIndex = 3;
  72. //
  73. // ultraLabel4
  74. //
  75. appearance8.TextHAlignAsString = "Center";
  76. appearance8.TextVAlignAsString = "Middle";
  77. this.ultraLabel4.Appearance = appearance8;
  78. this.ultraLabel4.AutoSize = true;
  79. this.ultraLabel4.Location = new System.Drawing.Point(536, 15);
  80. this.ultraLabel4.Name = "ultraLabel4";
  81. this.ultraLabel4.Size = new System.Drawing.Size(66, 16);
  82. this.ultraLabel4.TabIndex = 41;
  83. this.ultraLabel4.Text = "轧管批次号";
  84. //
  85. // txtHeatNo
  86. //
  87. this.txtHeatNo.Location = new System.Drawing.Point(392, 12);
  88. this.txtHeatNo.MaxLength = 100;
  89. this.txtHeatNo.Name = "txtHeatNo";
  90. this.txtHeatNo.Size = new System.Drawing.Size(120, 21);
  91. this.txtHeatNo.TabIndex = 38;
  92. //
  93. // ultraLabel3
  94. //
  95. appearance3.TextHAlignAsString = "Center";
  96. appearance3.TextVAlignAsString = "Middle";
  97. this.ultraLabel3.Appearance = appearance3;
  98. this.ultraLabel3.AutoSize = true;
  99. this.ultraLabel3.Location = new System.Drawing.Point(336, 15);
  100. this.ultraLabel3.Name = "ultraLabel3";
  101. this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
  102. this.ultraLabel3.TabIndex = 39;
  103. this.ultraLabel3.Text = "冶炼炉号";
  104. //
  105. // dtEndDate
  106. //
  107. this.dtEndDate.Location = new System.Drawing.Point(197, 12);
  108. this.dtEndDate.Name = "dtEndDate";
  109. this.dtEndDate.Size = new System.Drawing.Size(120, 21);
  110. this.dtEndDate.TabIndex = 36;
  111. //
  112. // dtStartDate
  113. //
  114. this.dtStartDate.Location = new System.Drawing.Point(65, 12);
  115. this.dtStartDate.Name = "dtStartDate";
  116. this.dtStartDate.Size = new System.Drawing.Size(120, 21);
  117. this.dtStartDate.TabIndex = 35;
  118. //
  119. // ultraLabel1
  120. //
  121. appearance2.TextHAlignAsString = "Center";
  122. appearance2.TextVAlignAsString = "Middle";
  123. this.ultraLabel1.Appearance = appearance2;
  124. this.ultraLabel1.Location = new System.Drawing.Point(12, 12);
  125. this.ultraLabel1.Name = "ultraLabel1";
  126. this.ultraLabel1.Size = new System.Drawing.Size(65, 23);
  127. this.ultraLabel1.TabIndex = 34;
  128. this.ultraLabel1.Text = "时间";
  129. //
  130. // ultraLabel2
  131. //
  132. appearance18.TextHAlignAsString = "Center";
  133. appearance18.TextVAlignAsString = "Middle";
  134. this.ultraLabel2.Appearance = appearance18;
  135. this.ultraLabel2.Location = new System.Drawing.Point(184, 12);
  136. this.ultraLabel2.Name = "ultraLabel2";
  137. this.ultraLabel2.Size = new System.Drawing.Size(14, 23);
  138. this.ultraLabel2.TabIndex = 37;
  139. this.ultraLabel2.Text = "-";
  140. //
  141. // HttSingleQueryFrame
  142. //
  143. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  144. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  145. this.BackColor = System.Drawing.Color.Transparent;
  146. this.Controls.Add(this.panel2);
  147. this.Name = "HttSingleQueryFrame";
  148. this.Size = new System.Drawing.Size(803, 43);
  149. ((System.ComponentModel.ISupportInitialize)(this.txtRollbatchId)).EndInit();
  150. this.panel2.ResumeLayout(false);
  151. this.panel2.PerformLayout();
  152. ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).EndInit();
  153. ((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).EndInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).EndInit();
  155. this.ResumeLayout(false);
  156. }
  157. #endregion
  158. public Infragistics.Win.UltraWinEditors.UltraTextEditor txtRollbatchId;
  159. private System.Windows.Forms.Panel panel2;
  160. public Infragistics.Win.Misc.UltraLabel ultraLabel4;
  161. public Infragistics.Win.UltraWinEditors.UltraTextEditor txtHeatNo;
  162. public Infragistics.Win.Misc.UltraLabel ultraLabel3;
  163. public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtEndDate;
  164. public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtStartDate;
  165. public Infragistics.Win.Misc.UltraLabel ultraLabel1;
  166. public Infragistics.Win.Misc.UltraLabel ultraLabel2;
  167. }
  168. }