SingleQueryFrame.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. namespace Core.StlMes.Client.Mcp.Control
  2. {
  3. partial class SingleQueryFrame
  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.txtLotNo = 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.txtLotNo)).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. // txtLotNo
  49. //
  50. this.txtLotNo.Location = new System.Drawing.Point(568, 12);
  51. this.txtLotNo.MaxLength = 100;
  52. this.txtLotNo.Name = "txtLotNo";
  53. this.txtLotNo.Size = new System.Drawing.Size(73, 21);
  54. this.txtLotNo.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.txtLotNo);
  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.Location = new System.Drawing.Point(518, 12);
  79. this.ultraLabel4.Name = "ultraLabel4";
  80. this.ultraLabel4.Size = new System.Drawing.Size(65, 23);
  81. this.ultraLabel4.TabIndex = 41;
  82. this.ultraLabel4.Text = "批号";
  83. //
  84. // txtHeatNo
  85. //
  86. this.txtHeatNo.Location = new System.Drawing.Point(389, 12);
  87. this.txtHeatNo.MaxLength = 100;
  88. this.txtHeatNo.Name = "txtHeatNo";
  89. this.txtHeatNo.Size = new System.Drawing.Size(120, 21);
  90. this.txtHeatNo.TabIndex = 38;
  91. //
  92. // ultraLabel3
  93. //
  94. appearance3.TextHAlignAsString = "Center";
  95. appearance3.TextVAlignAsString = "Middle";
  96. this.ultraLabel3.Appearance = appearance3;
  97. this.ultraLabel3.Location = new System.Drawing.Point(336, 12);
  98. this.ultraLabel3.Name = "ultraLabel3";
  99. this.ultraLabel3.Size = new System.Drawing.Size(65, 23);
  100. this.ultraLabel3.TabIndex = 39;
  101. this.ultraLabel3.Text = "炉号";
  102. //
  103. // dtEndDate
  104. //
  105. this.dtEndDate.Location = new System.Drawing.Point(197, 12);
  106. this.dtEndDate.Name = "dtEndDate";
  107. this.dtEndDate.Size = new System.Drawing.Size(120, 21);
  108. this.dtEndDate.TabIndex = 36;
  109. //
  110. // dtStartDate
  111. //
  112. this.dtStartDate.Location = new System.Drawing.Point(65, 12);
  113. this.dtStartDate.Name = "dtStartDate";
  114. this.dtStartDate.Size = new System.Drawing.Size(120, 21);
  115. this.dtStartDate.TabIndex = 35;
  116. //
  117. // ultraLabel1
  118. //
  119. appearance2.TextHAlignAsString = "Center";
  120. appearance2.TextVAlignAsString = "Middle";
  121. this.ultraLabel1.Appearance = appearance2;
  122. this.ultraLabel1.Location = new System.Drawing.Point(12, 12);
  123. this.ultraLabel1.Name = "ultraLabel1";
  124. this.ultraLabel1.Size = new System.Drawing.Size(65, 23);
  125. this.ultraLabel1.TabIndex = 34;
  126. this.ultraLabel1.Text = "时间";
  127. //
  128. // ultraLabel2
  129. //
  130. appearance18.TextHAlignAsString = "Center";
  131. appearance18.TextVAlignAsString = "Middle";
  132. this.ultraLabel2.Appearance = appearance18;
  133. this.ultraLabel2.Location = new System.Drawing.Point(184, 12);
  134. this.ultraLabel2.Name = "ultraLabel2";
  135. this.ultraLabel2.Size = new System.Drawing.Size(14, 23);
  136. this.ultraLabel2.TabIndex = 37;
  137. this.ultraLabel2.Text = "-";
  138. //
  139. // SingleQueryFrameControl
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.BackColor = System.Drawing.Color.Transparent;
  144. this.Controls.Add(this.panel2);
  145. this.Name = "SingleQueryFrameControl";
  146. this.Size = new System.Drawing.Size(803, 43);
  147. ((System.ComponentModel.ISupportInitialize)(this.txtLotNo)).EndInit();
  148. this.panel2.ResumeLayout(false);
  149. this.panel2.PerformLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).EndInit();
  151. ((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).EndInit();
  152. ((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).EndInit();
  153. this.ResumeLayout(false);
  154. }
  155. #endregion
  156. public Infragistics.Win.UltraWinEditors.UltraTextEditor txtLotNo;
  157. private System.Windows.Forms.Panel panel2;
  158. public Infragistics.Win.Misc.UltraLabel ultraLabel4;
  159. public Infragistics.Win.UltraWinEditors.UltraTextEditor txtHeatNo;
  160. public Infragistics.Win.Misc.UltraLabel ultraLabel3;
  161. public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtEndDate;
  162. public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtStartDate;
  163. public Infragistics.Win.Misc.UltraLabel ultraLabel1;
  164. public Infragistics.Win.Misc.UltraLabel ultraLabel2;
  165. }
  166. }