namespace Core.StlMes.Client.LgResMgt
{
partial class frmSteelConfiger
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("FLAG");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELCODE");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELNAME");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELTYPE");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("FLAG");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("MATERIELCODE");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("MATERIELNAME");
Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("MATERIELTYPE");
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSteelConfiger));
this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
this.ultraGrid2 = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
this.label2 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.Mater2 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.Mater1 = new System.Windows.Forms.TextBox();
this.Mater6 = new System.Windows.Forms.TextBox();
this.Mater3 = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.Mater4 = new System.Windows.Forms.TextBox();
this.Mater5 = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.ultraPanel1.ClientArea.SuspendLayout();
this.ultraPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
this.SuspendLayout();
//
// ultraPanel1
//
//
// ultraPanel1.ClientArea
//
this.ultraPanel1.ClientArea.Controls.Add(this.ultraGrid2);
this.ultraPanel1.ClientArea.Controls.Add(this.label2);
this.ultraPanel1.ClientArea.Controls.Add(this.button2);
this.ultraPanel1.ClientArea.Controls.Add(this.label1);
this.ultraPanel1.ClientArea.Controls.Add(this.label6);
this.ultraPanel1.ClientArea.Controls.Add(this.button1);
this.ultraPanel1.ClientArea.Controls.Add(this.Mater2);
this.ultraPanel1.ClientArea.Controls.Add(this.label3);
this.ultraPanel1.ClientArea.Controls.Add(this.Mater1);
this.ultraPanel1.ClientArea.Controls.Add(this.Mater6);
this.ultraPanel1.ClientArea.Controls.Add(this.Mater3);
this.ultraPanel1.ClientArea.Controls.Add(this.label4);
this.ultraPanel1.ClientArea.Controls.Add(this.Mater4);
this.ultraPanel1.ClientArea.Controls.Add(this.Mater5);
this.ultraPanel1.ClientArea.Controls.Add(this.label5);
this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
this.ultraPanel1.Name = "ultraPanel1";
this.ultraPanel1.Size = new System.Drawing.Size(491, 306);
this.ultraPanel1.TabIndex = 0;
//
// ultraGrid2
//
this.ultraGrid2.DataSource = this.ultraDataSource1;
ultraGridColumn1.Header.Caption = "选择";
ultraGridColumn1.Header.VisiblePosition = 0;
ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(54, 0);
ultraGridColumn1.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
ultraGridColumn2.Header.Caption = "物料编码";
ultraGridColumn2.Header.VisiblePosition = 1;
ultraGridColumn2.RowLayoutColumnInfo.OriginX = 2;
ultraGridColumn2.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(64, 0);
ultraGridColumn2.RowLayoutColumnInfo.SpanX = 2;
ultraGridColumn2.RowLayoutColumnInfo.SpanY = 2;
ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
ultraGridColumn3.Header.Caption = "物料名称";
ultraGridColumn3.Header.VisiblePosition = 2;
ultraGridColumn3.RowLayoutColumnInfo.OriginX = 4;
ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(78, 0);
ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
ultraGridColumn4.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
ultraGridColumn4.Header.Caption = "物料类型";
ultraGridColumn4.Header.VisiblePosition = 3;
ultraGridColumn4.Hidden = true;
ultraGridColumn4.RowLayoutColumnInfo.OriginX = 6;
ultraGridColumn4.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(74, 0);
ultraGridColumn4.RowLayoutColumnInfo.SpanX = 2;
ultraGridColumn4.RowLayoutColumnInfo.SpanY = 2;
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3,
ultraGridColumn4});
ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
this.ultraGrid2.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
this.ultraGrid2.DisplayLayout.GroupByBox.Hidden = true;
this.ultraGrid2.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
this.ultraGrid2.Dock = System.Windows.Forms.DockStyle.Left;
this.ultraGrid2.Font = new System.Drawing.Font("宋体", 9F);
this.ultraGrid2.Location = new System.Drawing.Point(0, 0);
this.ultraGrid2.Name = "ultraGrid2";
this.ultraGrid2.Size = new System.Drawing.Size(268, 306);
this.ultraGrid2.TabIndex = 24;
this.ultraGrid2.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid2_CellChange);
//
// ultraDataSource1
//
this.ultraDataSource1.Band.Columns.AddRange(new object[] {
ultraDataColumn1,
ultraDataColumn2,
ultraDataColumn3,
ultraDataColumn4});
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 9F);
this.label2.Location = new System.Drawing.Point(307, 63);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 12);
this.label2.TabIndex = 26;
this.label2.Text = "物料2";
//
// button2
//
this.button2.Location = new System.Drawing.Point(391, 262);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(80, 30);
this.button2.TabIndex = 38;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 9F);
this.label1.Location = new System.Drawing.Point(307, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 12);
this.label1.TabIndex = 25;
this.label1.Text = "物料1";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("宋体", 9F);
this.label6.Location = new System.Drawing.Point(307, 225);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(35, 12);
this.label6.TabIndex = 30;
this.label6.Text = "物料6";
//
// button1
//
this.button1.Location = new System.Drawing.Point(292, 262);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(80, 30);
this.button1.TabIndex = 37;
this.button1.Text = "保存";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Mater2
//
this.Mater2.Font = new System.Drawing.Font("宋体", 9F);
this.Mater2.Location = new System.Drawing.Point(355, 60);
this.Mater2.Name = "Mater2";
this.Mater2.ReadOnly = true;
this.Mater2.Size = new System.Drawing.Size(100, 21);
this.Mater2.TabIndex = 32;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 9F);
this.label3.Location = new System.Drawing.Point(307, 103);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 12);
this.label3.TabIndex = 27;
this.label3.Text = "物料3";
//
// Mater1
//
this.Mater1.Font = new System.Drawing.Font("宋体", 9F);
this.Mater1.Location = new System.Drawing.Point(355, 23);
this.Mater1.Name = "Mater1";
this.Mater1.ReadOnly = true;
this.Mater1.Size = new System.Drawing.Size(100, 21);
this.Mater1.TabIndex = 31;
//
// Mater6
//
this.Mater6.Font = new System.Drawing.Font("宋体", 9F);
this.Mater6.Location = new System.Drawing.Point(355, 222);
this.Mater6.Name = "Mater6";
this.Mater6.ReadOnly = true;
this.Mater6.Size = new System.Drawing.Size(100, 21);
this.Mater6.TabIndex = 36;
//
// Mater3
//
this.Mater3.Font = new System.Drawing.Font("宋体", 9F);
this.Mater3.Location = new System.Drawing.Point(355, 100);
this.Mater3.Name = "Mater3";
this.Mater3.ReadOnly = true;
this.Mater3.Size = new System.Drawing.Size(100, 21);
this.Mater3.TabIndex = 33;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 9F);
this.label4.Location = new System.Drawing.Point(307, 143);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(35, 12);
this.label4.TabIndex = 28;
this.label4.Text = "物料4";
//
// Mater4
//
this.Mater4.Font = new System.Drawing.Font("宋体", 9F);
this.Mater4.Location = new System.Drawing.Point(355, 140);
this.Mater4.Name = "Mater4";
this.Mater4.ReadOnly = true;
this.Mater4.Size = new System.Drawing.Size(100, 21);
this.Mater4.TabIndex = 34;
//
// Mater5
//
this.Mater5.Font = new System.Drawing.Font("宋体", 9F);
this.Mater5.Location = new System.Drawing.Point(355, 181);
this.Mater5.Name = "Mater5";
this.Mater5.ReadOnly = true;
this.Mater5.Size = new System.Drawing.Size(100, 21);
this.Mater5.TabIndex = 35;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 9F);
this.label5.Location = new System.Drawing.Point(307, 184);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(35, 12);
this.label5.TabIndex = 29;
this.label5.Text = "物料5";
//
// frmSteelConfiger
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(491, 306);
this.Controls.Add(this.ultraPanel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmSteelConfiger";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "废钢物料配置";
this.Load += new System.EventHandler(this.frmSteelConfiger_Load);
this.ultraPanel1.ClientArea.ResumeLayout(false);
this.ultraPanel1.ClientArea.PerformLayout();
this.ultraPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraGrid2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.Misc.UltraPanel ultraPanel1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox Mater6;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox Mater5;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox Mater4;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox Mater3;
private System.Windows.Forms.TextBox Mater1;
private System.Windows.Forms.TextBox Mater2;
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid2;
private Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource1;
}
}