| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- namespace Core.StlMes.Client.Mcp.Control
- {
- partial class HttSingleQueryFrame
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance();
- this.txtRollbatchId = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.panel2 = new System.Windows.Forms.Panel();
- this.ultraLabel4 = new Infragistics.Win.Misc.UltraLabel();
- this.txtHeatNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel3 = new Infragistics.Win.Misc.UltraLabel();
- this.dtEndDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.dtStartDate = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- ((System.ComponentModel.ISupportInitialize)(this.txtRollbatchId)).BeginInit();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).BeginInit();
- this.SuspendLayout();
- //
- // txtRollbatchId
- //
- this.txtRollbatchId.Location = new System.Drawing.Point(608, 12);
- this.txtRollbatchId.MaxLength = 100;
- this.txtRollbatchId.Name = "txtRollbatchId";
- this.txtRollbatchId.Size = new System.Drawing.Size(98, 21);
- this.txtRollbatchId.TabIndex = 40;
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250)))));
- this.panel2.Controls.Add(this.txtRollbatchId);
- this.panel2.Controls.Add(this.ultraLabel4);
- this.panel2.Controls.Add(this.txtHeatNo);
- this.panel2.Controls.Add(this.ultraLabel3);
- this.panel2.Controls.Add(this.dtEndDate);
- this.panel2.Controls.Add(this.dtStartDate);
- this.panel2.Controls.Add(this.ultraLabel1);
- this.panel2.Controls.Add(this.ultraLabel2);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(803, 43);
- this.panel2.TabIndex = 3;
- //
- // ultraLabel4
- //
- appearance8.TextHAlignAsString = "Center";
- appearance8.TextVAlignAsString = "Middle";
- this.ultraLabel4.Appearance = appearance8;
- this.ultraLabel4.AutoSize = true;
- this.ultraLabel4.Location = new System.Drawing.Point(536, 15);
- this.ultraLabel4.Name = "ultraLabel4";
- this.ultraLabel4.Size = new System.Drawing.Size(66, 16);
- this.ultraLabel4.TabIndex = 41;
- this.ultraLabel4.Text = "轧管批次号";
- //
- // txtHeatNo
- //
- this.txtHeatNo.Location = new System.Drawing.Point(392, 12);
- this.txtHeatNo.MaxLength = 100;
- this.txtHeatNo.Name = "txtHeatNo";
- this.txtHeatNo.Size = new System.Drawing.Size(120, 21);
- this.txtHeatNo.TabIndex = 38;
- //
- // ultraLabel3
- //
- appearance3.TextHAlignAsString = "Center";
- appearance3.TextVAlignAsString = "Middle";
- this.ultraLabel3.Appearance = appearance3;
- this.ultraLabel3.AutoSize = true;
- this.ultraLabel3.Location = new System.Drawing.Point(336, 15);
- this.ultraLabel3.Name = "ultraLabel3";
- this.ultraLabel3.Size = new System.Drawing.Size(54, 16);
- this.ultraLabel3.TabIndex = 39;
- this.ultraLabel3.Text = "冶炼炉号";
- //
- // dtEndDate
- //
- this.dtEndDate.Location = new System.Drawing.Point(197, 12);
- this.dtEndDate.Name = "dtEndDate";
- this.dtEndDate.Size = new System.Drawing.Size(120, 21);
- this.dtEndDate.TabIndex = 36;
- //
- // dtStartDate
- //
- this.dtStartDate.Location = new System.Drawing.Point(65, 12);
- this.dtStartDate.Name = "dtStartDate";
- this.dtStartDate.Size = new System.Drawing.Size(120, 21);
- this.dtStartDate.TabIndex = 35;
- //
- // ultraLabel1
- //
- appearance2.TextHAlignAsString = "Center";
- appearance2.TextVAlignAsString = "Middle";
- this.ultraLabel1.Appearance = appearance2;
- this.ultraLabel1.Location = new System.Drawing.Point(12, 12);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(65, 23);
- this.ultraLabel1.TabIndex = 34;
- this.ultraLabel1.Text = "时间";
- //
- // ultraLabel2
- //
- appearance18.TextHAlignAsString = "Center";
- appearance18.TextVAlignAsString = "Middle";
- this.ultraLabel2.Appearance = appearance18;
- this.ultraLabel2.Location = new System.Drawing.Point(184, 12);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(14, 23);
- this.ultraLabel2.TabIndex = 37;
- this.ultraLabel2.Text = "-";
- //
- // HttSingleQueryFrame
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.Transparent;
- this.Controls.Add(this.panel2);
- this.Name = "HttSingleQueryFrame";
- this.Size = new System.Drawing.Size(803, 43);
- ((System.ComponentModel.ISupportInitialize)(this.txtRollbatchId)).EndInit();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.txtHeatNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dtEndDate)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dtStartDate)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- public Infragistics.Win.UltraWinEditors.UltraTextEditor txtRollbatchId;
- private System.Windows.Forms.Panel panel2;
- public Infragistics.Win.Misc.UltraLabel ultraLabel4;
- public Infragistics.Win.UltraWinEditors.UltraTextEditor txtHeatNo;
- public Infragistics.Win.Misc.UltraLabel ultraLabel3;
- public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtEndDate;
- public Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dtStartDate;
- public Infragistics.Win.Misc.UltraLabel ultraLabel1;
- public Infragistics.Win.Misc.UltraLabel ultraLabel2;
- }
- }
|