| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259 |
- namespace Core.StlMes.Client.PlnSaleOrd
- {
- partial class FrmSteelMakingPlan
- {
- /// <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();
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.comStatus = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.chcStatus = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.txtFurnaceno = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.txtCastno = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.dateEndtime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.dateBegintime = new Infragistics.Win.UltraWinEditors.UltraDateTimeEditor();
- this.chcFurnaceno = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.chcCastno = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.chcMaketime = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.controlCastPlan1 = new Core.StlMes.Client.PlnSaleOrd.炼钢计划.control.ControlCastPlan();
- this.controlFurNacePlan1 = new Core.StlMes.Client.PlnSaleOrd.炼钢计划.control.ControlFurNacePlan();
- this.plnSteelforcastEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.comStatus)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chcStatus)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtFurnaceno)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtCastno)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dateEndtime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dateBegintime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chcFurnaceno)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chcCastno)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chcMaketime)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.plnSteelforcastEntityBindingSource)).BeginInit();
- this.SuspendLayout();
- //
- // ultraPanel1
- //
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.comStatus);
- this.ultraPanel1.ClientArea.Controls.Add(this.chcStatus);
- this.ultraPanel1.ClientArea.Controls.Add(this.ultraLabel1);
- this.ultraPanel1.ClientArea.Controls.Add(this.txtFurnaceno);
- this.ultraPanel1.ClientArea.Controls.Add(this.txtCastno);
- this.ultraPanel1.ClientArea.Controls.Add(this.dateEndtime);
- this.ultraPanel1.ClientArea.Controls.Add(this.dateBegintime);
- this.ultraPanel1.ClientArea.Controls.Add(this.chcFurnaceno);
- this.ultraPanel1.ClientArea.Controls.Add(this.chcCastno);
- this.ultraPanel1.ClientArea.Controls.Add(this.chcMaketime);
- this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel1.Name = "ultraPanel1";
- this.ultraPanel1.Size = new System.Drawing.Size(1252, 39);
- this.ultraPanel1.TabIndex = 0;
- //
- // comStatus
- //
- this.comStatus.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
- this.comStatus.Location = new System.Drawing.Point(845, 9);
- this.comStatus.Name = "comStatus";
- this.comStatus.ReadOnly = true;
- this.comStatus.Size = new System.Drawing.Size(120, 21);
- this.comStatus.TabIndex = 12;
- //
- // chcStatus
- //
- this.chcStatus.AutoSize = true;
- this.chcStatus.Location = new System.Drawing.Point(793, 10);
- this.chcStatus.Name = "chcStatus";
- this.chcStatus.Size = new System.Drawing.Size(46, 19);
- this.chcStatus.TabIndex = 11;
- this.chcStatus.Text = "状态";
- this.chcStatus.CheckedChanged += new System.EventHandler(this.chcStatus_CheckedChanged);
- //
- // ultraLabel1
- //
- this.ultraLabel1.AutoSize = true;
- this.ultraLabel1.Location = new System.Drawing.Point(215, 11);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(17, 16);
- this.ultraLabel1.TabIndex = 7;
- this.ultraLabel1.Text = "至";
- //
- // txtFurnaceno
- //
- this.txtFurnaceno.Location = new System.Drawing.Point(647, 9);
- this.txtFurnaceno.Name = "txtFurnaceno";
- this.txtFurnaceno.Size = new System.Drawing.Size(120, 21);
- this.txtFurnaceno.TabIndex = 6;
- //
- // txtCastno
- //
- this.txtCastno.Location = new System.Drawing.Point(441, 9);
- this.txtCastno.Name = "txtCastno";
- this.txtCastno.Size = new System.Drawing.Size(120, 21);
- this.txtCastno.TabIndex = 5;
- //
- // dateEndtime
- //
- this.dateEndtime.Location = new System.Drawing.Point(238, 9);
- this.dateEndtime.Name = "dateEndtime";
- this.dateEndtime.Size = new System.Drawing.Size(120, 21);
- this.dateEndtime.TabIndex = 4;
- //
- // dateBegintime
- //
- this.dateBegintime.Location = new System.Drawing.Point(89, 9);
- this.dateBegintime.Name = "dateBegintime";
- this.dateBegintime.Size = new System.Drawing.Size(120, 21);
- this.dateBegintime.TabIndex = 3;
- //
- // chcFurnaceno
- //
- this.chcFurnaceno.AutoSize = true;
- this.chcFurnaceno.Location = new System.Drawing.Point(583, 10);
- this.chcFurnaceno.Name = "chcFurnaceno";
- this.chcFurnaceno.Size = new System.Drawing.Size(59, 19);
- this.chcFurnaceno.TabIndex = 2;
- this.chcFurnaceno.Text = "炉次号";
- //
- // chcCastno
- //
- this.chcCastno.AutoSize = true;
- this.chcCastno.Location = new System.Drawing.Point(376, 10);
- this.chcCastno.Name = "chcCastno";
- this.chcCastno.Size = new System.Drawing.Size(59, 19);
- this.chcCastno.TabIndex = 1;
- this.chcCastno.Text = "浇次号";
- //
- // chcMaketime
- //
- this.chcMaketime.AutoSize = true;
- this.chcMaketime.Checked = true;
- this.chcMaketime.CheckState = System.Windows.Forms.CheckState.Checked;
- this.chcMaketime.Location = new System.Drawing.Point(12, 10);
- this.chcMaketime.Name = "chcMaketime";
- this.chcMaketime.Size = new System.Drawing.Size(71, 19);
- this.chcMaketime.TabIndex = 0;
- this.chcMaketime.Text = "制定时间";
- this.chcMaketime.CheckedChanged += new System.EventHandler(this.chcMaketime_CheckedChanged);
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 39);
- this.splitContainer1.Name = "splitContainer1";
- this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.controlCastPlan1);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.controlFurNacePlan1);
- this.splitContainer1.Size = new System.Drawing.Size(1252, 454);
- this.splitContainer1.SplitterDistance = 190;
- this.splitContainer1.TabIndex = 1;
- //
- // controlCastPlan1
- //
- this.controlCastPlan1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.controlCastPlan1.Location = new System.Drawing.Point(0, 0);
- this.controlCastPlan1.Name = "controlCastPlan1";
- this.controlCastPlan1.Size = new System.Drawing.Size(1252, 190);
- this.controlCastPlan1.TabIndex = 0;
- //
- // controlFurNacePlan1
- //
- this.controlFurNacePlan1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.controlFurNacePlan1.Location = new System.Drawing.Point(0, 0);
- this.controlFurNacePlan1.Name = "controlFurNacePlan1";
- this.controlFurNacePlan1.Size = new System.Drawing.Size(1252, 260);
- this.controlFurNacePlan1.TabIndex = 0;
- //
- // plnSteelforcastEntityBindingSource
- //
- this.plnSteelforcastEntityBindingSource.DataSource = typeof(Core.StlMes.Client.PlnSaleOrd.炼钢计划.entity.PlnSteelforcastEntity);
- //
- // FrmSteelMakingPlan
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1252, 493);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.ultraPanel1);
- this.Name = "FrmSteelMakingPlan";
- this.Text = "炼钢计划编制";
- this.Load += new System.EventHandler(this.FrmSteelMakingPlan_Load);
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ClientArea.PerformLayout();
- this.ultraPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.comStatus)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chcStatus)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtFurnaceno)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.txtCastno)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dateEndtime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dateBegintime)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chcFurnaceno)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chcCastno)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chcMaketime)).EndInit();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.plnSteelforcastEntityBindingSource)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtFurnaceno;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor txtCastno;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateEndtime;
- private Infragistics.Win.UltraWinEditors.UltraDateTimeEditor dateBegintime;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcFurnaceno;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcCastno;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcMaketime;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.BindingSource plnSteelforcastEntityBindingSource;
- private 炼钢计划.control.ControlFurNacePlan controlFurNacePlan1;
- private 炼钢计划.control.ControlCastPlan controlCastPlan1;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor comStatus;
- private Infragistics.Win.UltraWinEditors.UltraCheckEditor chcStatus;
- }
- }
|