namespace Core.StlMes.Client.PnCost
{
partial class FrmTqnqc13T
{
///
/// 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()
{
Infragistics.Win.Appearance appearance31 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RP_CODE");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WHOLE_BACKLOG_NAME");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("xuanze", 0);
Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
Infragistics.Win.Appearance appearance2 = 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.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.dataSet1 = new System.Data.DataSet();
this.dataTable1 = new System.Data.DataTable();
this.dataColumn1 = new System.Data.DataColumn();
this.dataColumn2 = new System.Data.DataColumn();
this.panel1 = new System.Windows.Forms.Panel();
this.checkRpCode = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.checkCxName = new Infragistics.Win.UltraWinEditors.UltraCheckEditor();
this.查询 = new System.Windows.Forms.Button();
this.RpCodeText = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.CxText = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.checkRpCode)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.checkCxName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.RpCodeText)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.CxText)).BeginInit();
this.SuspendLayout();
//
// ultraGrid1
//
this.ultraGrid1.DataSource = this.dataSet1;
appearance31.BackColor = System.Drawing.SystemColors.Window;
appearance31.BorderColor = System.Drawing.SystemColors.InactiveCaption;
this.ultraGrid1.DisplayLayout.Appearance = appearance31;
ultraGridColumn1.Header.VisiblePosition = 0;
ultraGridColumn2.Header.VisiblePosition = 1;
ultraGridColumn3.CellActivation = Infragistics.Win.UltraWinGrid.Activation.ActivateOnly;
appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
appearance1.TextHAlignAsString = "Center";
appearance1.TextVAlignAsString = "Middle";
ultraGridColumn3.CellAppearance = appearance1;
ultraGridColumn3.DataType = typeof(bool);
appearance2.TextHAlignAsString = "Center";
appearance2.TextVAlignAsString = "Middle";
ultraGridColumn3.Header.Appearance = appearance2;
ultraGridColumn3.Header.Caption = "选择";
ultraGridColumn3.Header.VisiblePosition = 2;
ultraGridColumn3.Hidden = true;
ultraGridColumn3.RowLayoutColumnInfo.OriginX = 0;
ultraGridColumn3.RowLayoutColumnInfo.OriginY = 0;
ultraGridColumn3.RowLayoutColumnInfo.SpanX = 2;
ultraGridColumn3.RowLayoutColumnInfo.SpanY = 2;
ultraGridColumn3.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
ultraGridColumn3.Width = 63;
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3});
ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
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, 54);
this.ultraGrid1.Margin = new System.Windows.Forms.Padding(4);
this.ultraGrid1.Name = "ultraGrid1";
this.ultraGrid1.Size = new System.Drawing.Size(941, 427);
this.ultraGrid1.TabIndex = 4;
this.ultraGrid1.Text = "ultraGrid1";
this.ultraGrid1.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick);
//
// dataSet1
//
this.dataSet1.DataSetName = "NewDataSet";
this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
this.dataTable1});
//
// dataTable1
//
this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
this.dataColumn1,
this.dataColumn2});
this.dataTable1.TableName = "Table1";
//
// dataColumn1
//
this.dataColumn1.Caption = "代码";
this.dataColumn1.ColumnName = "RP_CODE";
//
// dataColumn2
//
this.dataColumn2.Caption = "工艺路径";
this.dataColumn2.ColumnName = "WHOLE_BACKLOG_NAME";
//
// panel1
//
this.panel1.Controls.Add(this.checkRpCode);
this.panel1.Controls.Add(this.checkCxName);
this.panel1.Controls.Add(this.查询);
this.panel1.Controls.Add(this.RpCodeText);
this.panel1.Controls.Add(this.CxText);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(941, 54);
this.panel1.TabIndex = 12;
//
// checkRpCode
//
this.checkRpCode.Location = new System.Drawing.Point(272, 22);
this.checkRpCode.Margin = new System.Windows.Forms.Padding(4);
this.checkRpCode.Name = "checkRpCode";
this.checkRpCode.Size = new System.Drawing.Size(71, 24);
this.checkRpCode.TabIndex = 21;
this.checkRpCode.Text = "代码";
//
// checkCxName
//
this.checkCxName.Location = new System.Drawing.Point(13, 22);
this.checkCxName.Margin = new System.Windows.Forms.Padding(4);
this.checkCxName.Name = "checkCxName";
this.checkCxName.Size = new System.Drawing.Size(96, 24);
this.checkCxName.TabIndex = 20;
this.checkCxName.Text = "包含产线";
//
// 查询
//
this.查询.Location = new System.Drawing.Point(522, 15);
this.查询.Name = "查询";
this.查询.Size = new System.Drawing.Size(88, 31);
this.查询.TabIndex = 19;
this.查询.Text = "查询";
this.查询.UseVisualStyleBackColor = true;
this.查询.Click += new System.EventHandler(this.查询_Click);
//
// RpCodeText
//
this.RpCodeText.Location = new System.Drawing.Point(351, 20);
this.RpCodeText.Margin = new System.Windows.Forms.Padding(4);
this.RpCodeText.Name = "RpCodeText";
this.RpCodeText.Size = new System.Drawing.Size(133, 24);
this.RpCodeText.TabIndex = 18;
//
// CxText
//
this.CxText.Location = new System.Drawing.Point(108, 20);
this.CxText.Margin = new System.Windows.Forms.Padding(4);
this.CxText.Name = "CxText";
this.CxText.Size = new System.Drawing.Size(142, 24);
this.CxText.TabIndex = 17;
//
// FrmTqnqc13T
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(941, 481);
this.Controls.Add(this.ultraGrid1);
this.Controls.Add(this.panel1);
this.Margin = new System.Windows.Forms.Padding(5);
this.Name = "FrmTqnqc13T";
this.Text = "标准牌号";
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.checkRpCode)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.checkCxName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.RpCodeText)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.CxText)).EndInit();
this.ResumeLayout(false);
}
#endregion
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
private System.Windows.Forms.Panel panel1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor RpCodeText;
private Infragistics.Win.UltraWinEditors.UltraTextEditor CxText;
private System.Windows.Forms.Button 查询;
private System.Data.DataSet dataSet1;
private System.Data.DataTable dataTable1;
private System.Data.DataColumn dataColumn1;
private System.Data.DataColumn dataColumn2;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor checkRpCode;
private Infragistics.Win.UltraWinEditors.UltraCheckEditor checkCxName;
}
}