namespace Core.StlMes.Client.PnCost
{
partial class frmBaseGrade
{
///
/// 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.Appearance appearance31 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("ComBaseGradeEntity", -1);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Gradecode", -1, null, 0, Infragistics.Win.UltraWinGrid.SortIndicator.Ascending, false);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Gradename");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BatchingCode");
Infragistics.Win.Appearance appearance32 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BatchingName");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("xuanze", 0);
Infragistics.Win.Appearance appearance33 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance34 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance35 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance36 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance37 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance38 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance39 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance40 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance41 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance42 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance43 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance44 = new Infragistics.Win.Appearance();
this.ultraComboEditor1 = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
this.panel1 = new System.Windows.Forms.Panel();
this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.ultraCheckEditor3 = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.comBaseGradeEntityBindingSource = new System.Windows.Forms.BindingSource(this.components);
((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comBaseGradeEntityBindingSource)).BeginInit();
this.SuspendLayout();
//
// ultraComboEditor1
//
this.ultraComboEditor1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
this.ultraComboEditor1.Location = new System.Drawing.Point(560, 12);
this.ultraComboEditor1.Name = "ultraComboEditor1";
this.ultraComboEditor1.Size = new System.Drawing.Size(144, 21);
this.ultraComboEditor1.TabIndex = 7;
this.ultraComboEditor1.Visible = false;
//
// panel1
//
this.panel1.Controls.Add(this.ultraComboEditor1);
this.panel1.Controls.Add(this.ultraTextEditor1);
this.panel1.Controls.Add(this.ultraCheckEditor3);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(707, 43);
this.panel1.TabIndex = 2;
//
// ultraTextEditor1
//
this.ultraTextEditor1.Location = new System.Drawing.Point(92, 17);
this.ultraTextEditor1.Name = "ultraTextEditor1";
this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
this.ultraTextEditor1.TabIndex = 13;
//
// ultraCheckEditor3
//
this.ultraCheckEditor3.Location = new System.Drawing.Point(28, 17);
this.ultraCheckEditor3.Name = "ultraCheckEditor3";
this.ultraCheckEditor3.Size = new System.Drawing.Size(74, 20);
this.ultraCheckEditor3.TabIndex = 4;
this.ultraCheckEditor3.Text = "钢种";
this.ultraCheckEditor3.CheckedChanged += new System.EventHandler(this.ultraCheckEditor3_CheckedChanged);
//
// ultraGrid1
//
this.ultraGrid1.DataSource = this.comBaseGradeEntityBindingSource;
appearance31.BackColor = System.Drawing.SystemColors.Window;
appearance31.BorderColor = System.Drawing.SystemColors.InactiveCaption;
this.ultraGrid1.DisplayLayout.Appearance = appearance31;
ultraGridColumn1.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
ultraGridColumn1.Header.VisiblePosition = 1;
ultraGridColumn1.Hidden = true;
ultraGridColumn2.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
ultraGridColumn2.Header.VisiblePosition = 2;
appearance32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
ultraGridColumn3.CellAppearance = appearance32;
ultraGridColumn3.EditorComponent = this.ultraComboEditor1;
ultraGridColumn3.Header.VisiblePosition = 3;
ultraGridColumn3.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList;
ultraGridColumn3.Width = 90;
ultraGridColumn4.Header.VisiblePosition = 4;
ultraGridColumn4.Hidden = true;
appearance33.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
ultraGridColumn5.CellAppearance = appearance33;
ultraGridColumn5.Header.Caption = "选择";
ultraGridColumn5.Header.VisiblePosition = 0;
ultraGridColumn5.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
ultraGridColumn5.Width = 63;
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3,
ultraGridColumn4,
ultraGridColumn5});
this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
appearance34.BackColor = System.Drawing.SystemColors.ActiveBorder;
appearance34.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance34.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
appearance34.BorderColor = System.Drawing.SystemColors.Window;
this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance34;
appearance35.ForeColor = System.Drawing.SystemColors.GrayText;
this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance35;
this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
appearance36.BackColor = System.Drawing.SystemColors.ControlLightLight;
appearance36.BackColor2 = System.Drawing.SystemColors.Control;
appearance36.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance36.ForeColor = System.Drawing.SystemColors.GrayText;
this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance36;
this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
appearance37.BackColor = System.Drawing.SystemColors.Window;
appearance37.ForeColor = System.Drawing.SystemColors.ControlText;
this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance37;
appearance38.BackColor = System.Drawing.SystemColors.Highlight;
appearance38.ForeColor = System.Drawing.SystemColors.HighlightText;
this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance38;
this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
appearance39.BackColor = System.Drawing.SystemColors.Window;
this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance39;
appearance40.BorderColor = System.Drawing.Color.Silver;
appearance40.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance40;
this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
this.ultraGrid1.DisplayLayout.Override.CellPadding = 0;
appearance41.BackColor = System.Drawing.SystemColors.Control;
appearance41.BackColor2 = System.Drawing.SystemColors.ControlDark;
appearance41.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
appearance41.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
appearance41.BorderColor = System.Drawing.SystemColors.Window;
this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance41;
appearance42.TextHAlignAsString = "Left";
this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance42;
this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
appearance43.BackColor = System.Drawing.SystemColors.Window;
appearance43.BorderColor = System.Drawing.Color.Silver;
this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance43;
this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
appearance44.BackColor = System.Drawing.SystemColors.ControlLight;
this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance44;
this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ultraGrid1.Location = new System.Drawing.Point(0, 43);
this.ultraGrid1.Name = "ultraGrid1";
this.ultraGrid1.Size = new System.Drawing.Size(707, 342);
this.ultraGrid1.TabIndex = 3;
this.ultraGrid1.Text = "ultraGrid1";
this.ultraGrid1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGrid1_CellChange);
//
// comBaseGradeEntityBindingSource
//
this.comBaseGradeEntityBindingSource.DataSource = typeof(Core.StlMes.Client.PnCost.Models.ComBaseGradeEntity);
this.comBaseGradeEntityBindingSource.Sort = "Gradecode";
//
// frmBaseGrade
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(707, 385);
this.Controls.Add(this.ultraGrid1);
this.Controls.Add(this.panel1);
this.Name = "frmBaseGrade";
this.Text = "frmBaseGrade";
this.Load += new System.EventHandler(this.frmBaseGrade_Load);
((System.ComponentModel.ISupportInitialize)(this.ultraComboEditor1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraCheckEditor3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comBaseGradeEntityBindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor ultraCheckEditor3;
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
private System.Windows.Forms.BindingSource comBaseGradeEntityBindingSource;
private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraComboEditor1;
}
}