| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- namespace Core.StlMes.Client.LgResMgt
- {
- partial class frmPlanQuery
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- this.ugPlan = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
- this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
- this.uceEafLine = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.ucEafLine = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.uceOrder = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.txtOrder = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ucJudgeStove = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.chcGrade = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.uceGrade = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.txtStoveNo = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel2 = new Infragistics.Win.Misc.UltraLabel();
- this.dateEndtime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.chcMaketime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.dateBegintime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- ((System.ComponentModel.ISupportInitialize)(this.ugPlan)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
- this.ultraGroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uceEafLine)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucEafLine)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uceOrder)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtOrder)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucJudgeStove)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chcGrade)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uceGrade)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtStoveNo)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dateEndtime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chcMaketime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dateBegintime)).BeginInit();
- this.SuspendLayout();
- //
- // ugPlan
- //
- this.ugPlan.DataSource = this.bindingSource1;
- appearance2.FontData.BoldAsString = "True";
- appearance2.TextHAlignAsString = "Left";
- this.ugPlan.DisplayLayout.CaptionAppearance = appearance2;
- this.ugPlan.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ugPlan.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ugPlan.Location = new System.Drawing.Point(0, 36);
- this.ugPlan.Name = "ugPlan";
- this.ugPlan.Size = new System.Drawing.Size(1239, 325);
- this.ugPlan.TabIndex = 15;
- this.ugPlan.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ugPlan_InitializeRow);
- //
- // ultraGroupBox1
- //
- this.ultraGroupBox1.Controls.Add(this.uceEafLine);
- this.ultraGroupBox1.Controls.Add(this.ucEafLine);
- this.ultraGroupBox1.Controls.Add(this.uceOrder);
- this.ultraGroupBox1.Controls.Add(this.txtOrder);
- this.ultraGroupBox1.Controls.Add(this.ucJudgeStove);
- this.ultraGroupBox1.Controls.Add(this.chcGrade);
- this.ultraGroupBox1.Controls.Add(this.uceGrade);
- this.ultraGroupBox1.Controls.Add(this.txtStoveNo);
- this.ultraGroupBox1.Controls.Add(this.ultraLabel2);
- this.ultraGroupBox1.Controls.Add(this.dateEndtime);
- this.ultraGroupBox1.Controls.Add(this.chcMaketime);
- this.ultraGroupBox1.Controls.Add(this.dateBegintime);
- this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox1.Name = "ultraGroupBox1";
- this.ultraGroupBox1.Size = new System.Drawing.Size(1239, 36);
- this.ultraGroupBox1.TabIndex = 14;
- //
- // uceEafLine
- //
- this.uceEafLine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.uceEafLine.AutoSize = false;
- this.uceEafLine.CheckedListSettings.ListSeparator = ",";
- this.uceEafLine.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.uceEafLine.Location = new System.Drawing.Point(464, 6);
- this.uceEafLine.Name = "uceEafLine";
- this.uceEafLine.Size = new System.Drawing.Size(117, 21);
- this.uceEafLine.TabIndex = 42;
- //
- // ucEafLine
- //
- appearance4.TextHAlignAsString = "Center";
- appearance4.TextVAlignAsString = "Middle";
- this.ucEafLine.Appearance = appearance4;
- this.ucEafLine.AutoSize = true;
- this.ucEafLine.Checked = true;
- this.ucEafLine.CheckState = System.Windows.Forms.CheckState.Checked;
- this.ucEafLine.Location = new System.Drawing.Point(380, 7);
- this.ucEafLine.Name = "ucEafLine";
- this.ucEafLine.Size = new System.Drawing.Size(71, 19);
- this.ucEafLine.TabIndex = 41;
- this.ucEafLine.Text = "电炉产线";
- //
- // uceOrder
- //
- this.uceOrder.AutoSize = true;
- this.uceOrder.BackColor = System.Drawing.Color.Transparent;
- this.uceOrder.BackColorInternal = System.Drawing.Color.Transparent;
- this.uceOrder.Location = new System.Drawing.Point(1003, 7);
- this.uceOrder.Name = "uceOrder";
- this.uceOrder.Size = new System.Drawing.Size(59, 19);
- this.uceOrder.TabIndex = 40;
- this.uceOrder.Text = "合同号";
- //
- // txtOrder
- //
- this.txtOrder.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtOrder.Location = new System.Drawing.Point(1075, 6);
- this.txtOrder.MaxLength = 255;
- this.txtOrder.Name = "txtOrder";
- this.txtOrder.Size = new System.Drawing.Size(120, 21);
- this.txtOrder.TabIndex = 39;
- //
- // ucJudgeStove
- //
- this.ucJudgeStove.AutoSize = true;
- this.ucJudgeStove.BackColor = System.Drawing.Color.Transparent;
- this.ucJudgeStove.BackColorInternal = System.Drawing.Color.Transparent;
- this.ucJudgeStove.Location = new System.Drawing.Point(594, 7);
- this.ucJudgeStove.Name = "ucJudgeStove";
- this.ucJudgeStove.Size = new System.Drawing.Size(71, 19);
- this.ucJudgeStove.TabIndex = 38;
- this.ucJudgeStove.Text = "判定炉号";
- //
- // chcGrade
- //
- this.chcGrade.AutoSize = true;
- this.chcGrade.BackColor = System.Drawing.Color.Transparent;
- this.chcGrade.BackColorInternal = System.Drawing.Color.Transparent;
- this.chcGrade.Location = new System.Drawing.Point(811, 7);
- this.chcGrade.Name = "chcGrade";
- this.chcGrade.Size = new System.Drawing.Size(46, 19);
- this.chcGrade.TabIndex = 37;
- this.chcGrade.Text = "钢种";
- //
- // uceGrade
- //
- this.uceGrade.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.uceGrade.Location = new System.Drawing.Point(870, 6);
- this.uceGrade.Name = "uceGrade";
- this.uceGrade.Size = new System.Drawing.Size(120, 21);
- this.uceGrade.TabIndex = 36;
- //
- // txtStoveNo
- //
- this.txtStoveNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
- this.txtStoveNo.Location = new System.Drawing.Point(678, 6);
- this.txtStoveNo.MaxLength = 255;
- this.txtStoveNo.Name = "txtStoveNo";
- this.txtStoveNo.Size = new System.Drawing.Size(120, 21);
- this.txtStoveNo.TabIndex = 35;
- //
- // ultraLabel2
- //
- appearance6.TextHAlignAsString = "Center";
- appearance6.TextVAlignAsString = "Middle";
- this.ultraLabel2.Appearance = appearance6;
- this.ultraLabel2.Location = new System.Drawing.Point(219, 3);
- this.ultraLabel2.Name = "ultraLabel2";
- this.ultraLabel2.Size = new System.Drawing.Size(12, 27);
- this.ultraLabel2.TabIndex = 32;
- this.ultraLabel2.Text = "至";
- //
- // dateEndtime
- //
- this.dateEndtime.Location = new System.Drawing.Point(244, 6);
- this.dateEndtime.Name = "dateEndtime";
- this.dateEndtime.Size = new System.Drawing.Size(123, 21);
- this.dateEndtime.TabIndex = 33;
- //
- // chcMaketime
- //
- appearance1.TextHAlignAsString = "Center";
- appearance1.TextVAlignAsString = "Middle";
- this.chcMaketime.Appearance = appearance1;
- this.chcMaketime.AutoSize = true;
- this.chcMaketime.Checked = true;
- this.chcMaketime.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chcMaketime.Enabled = false;
- this.chcMaketime.Location = new System.Drawing.Point(6, 7);
- this.chcMaketime.Name = "chcMaketime";
- this.chcMaketime.Size = new System.Drawing.Size(71, 19);
- this.chcMaketime.TabIndex = 30;
- this.chcMaketime.Text = "计划时间";
- //
- // dateBegintime
- //
- appearance3.TextHAlignAsString = "Center";
- appearance3.TextVAlignAsString = "Middle";
- this.dateBegintime.Appearance = appearance3;
- appearance5.ImageHAlign = Infragistics.Win.HAlign.Center;
- appearance5.ImageVAlign = Infragistics.Win.VAlign.Middle;
- appearance5.TextHAlignAsString = "Center";
- appearance5.TextVAlignAsString = "Middle";
- this.dateBegintime.ButtonAppearance = appearance5;
- appearance8.TextHAlignAsString = "Center";
- appearance8.TextVAlignAsString = "Middle";
- this.dateBegintime.DropDownAppearance = appearance8;
- this.dateBegintime.FormatProvider = new System.Globalization.CultureInfo("zh-CN");
- this.dateBegintime.Location = new System.Drawing.Point(90, 6);
- this.dateBegintime.Name = "dateBegintime";
- this.dateBegintime.Size = new System.Drawing.Size(116, 21);
- this.dateBegintime.TabIndex = 31;
- //
- // frmPlanQuery
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1239, 361);
- this.Controls.Add(this.ugPlan);
- this.Controls.Add(this.ultraGroupBox1);
- this.Name = "frmPlanQuery";
- this.Text = "frmPlanQuery";
- ((System.ComponentModel.ISupportInitialize)(this.ugPlan)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
- this.ultraGroupBox1.ResumeLayout(false);
- this.ultraGroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.uceEafLine)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucEafLine)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uceOrder)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtOrder)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ucJudgeStove)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chcGrade)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uceGrade)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtStoveNo)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dateEndtime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chcMaketime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dateBegintime)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.UltraWinGrid.UltraGrid ugPlan;
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateEndtime;
- private Infragistics.Win.Misc.UltraLabel ultraLabel2;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateBegintime;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcMaketime;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtStoveNo;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor uceOrder;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtOrder;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor ucJudgeStove;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcGrade;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor uceGrade;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor uceEafLine;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor ucEafLine;
- private System.Windows.Forms.BindingSource bindingSource1;
- }
- }
|