namespace Core.StlMes.Client.Lims.Port { partial class AddPhyRItems { /// /// 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 appearance1 = 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("ITEM_CODE_F"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEM_NAME_F"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEM_CODE_W"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEM_NAME_W"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEM_CODE_C"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ITEM_NAME_C"); Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance(); this.ultraF = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.ultraW = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.ultraC = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this.panel1 = new System.Windows.Forms.Panel(); this.panel1_Fill_Panel = new System.Windows.Forms.Panel(); this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.dataSet1 = new System.Data.DataSet(); this.dataTable1 = new System.Data.DataTable(); this.dataColumn12 = new System.Data.DataColumn(); this.dataColumn18 = new System.Data.DataColumn(); this.dataColumn19 = new System.Data.DataColumn(); this.dataColumn20 = new System.Data.DataColumn(); this.dataColumn13 = new System.Data.DataColumn(); this.dataColumn14 = new System.Data.DataColumn(); ((System.ComponentModel.ISupportInitialize)(this.ultraF)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraW)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraC)).BeginInit(); this.panel1.SuspendLayout(); this.panel1_Fill_Panel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit(); this.SuspendLayout(); // // ultraF // this.ultraF.Location = new System.Drawing.Point(4, 344); this.ultraF.Name = "ultraF"; this.ultraF.Size = new System.Drawing.Size(81, 21); this.ultraF.TabIndex = 44; this.ultraF.Visible = false; this.ultraF.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick); // // ultraW // this.ultraW.Location = new System.Drawing.Point(127, 344); this.ultraW.Name = "ultraW"; this.ultraW.Size = new System.Drawing.Size(81, 21); this.ultraW.TabIndex = 45; this.ultraW.Visible = false; this.ultraW.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick); // // ultraC // this.ultraC.Location = new System.Drawing.Point(247, 344); this.ultraC.Name = "ultraC"; this.ultraC.Size = new System.Drawing.Size(81, 21); this.ultraC.TabIndex = 46; this.ultraC.Visible = false; this.ultraC.DoubleClick += new System.EventHandler(this.ultraGrid1_DoubleClick); // // panel1 // this.panel1.Controls.Add(this.panel1_Fill_Panel); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(424, 402); this.panel1.TabIndex = 0; // // panel1_Fill_Panel // this.panel1_Fill_Panel.Controls.Add(this.ultraC); this.panel1_Fill_Panel.Controls.Add(this.ultraW); this.panel1_Fill_Panel.Controls.Add(this.ultraF); this.panel1_Fill_Panel.Controls.Add(this.ultraGrid1); this.panel1_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default; this.panel1_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1_Fill_Panel.Location = new System.Drawing.Point(0, 0); this.panel1_Fill_Panel.Name = "panel1_Fill_Panel"; this.panel1_Fill_Panel.Size = new System.Drawing.Size(424, 402); this.panel1_Fill_Panel.TabIndex = 0; // // ultraGrid1 // this.ultraGrid1.DataMember = "Table1"; this.ultraGrid1.DataSource = this.dataSet1; appearance1.BackColor = System.Drawing.SystemColors.Window; appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption; this.ultraGrid1.DisplayLayout.Appearance = appearance1; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.Hidden = true; ultraGridColumn2.EditorComponent = this.ultraF; ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.Hidden = true; ultraGridColumn4.EditorComponent = this.ultraW; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.Hidden = true; ultraGridColumn6.EditorComponent = this.ultraC; ultraGridColumn6.Header.VisiblePosition = 5; ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6}); this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGrid1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False; appearance2.BackColor = System.Drawing.SystemColors.ActiveBorder; appearance2.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance2.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical; appearance2.BorderColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.GroupByBox.Appearance = appearance2; appearance3.ForeColor = System.Drawing.SystemColors.GrayText; this.ultraGrid1.DisplayLayout.GroupByBox.BandLabelAppearance = appearance3; this.ultraGrid1.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid; appearance4.BackColor = System.Drawing.SystemColors.ControlLightLight; appearance4.BackColor2 = System.Drawing.SystemColors.Control; appearance4.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance4.ForeColor = System.Drawing.SystemColors.GrayText; this.ultraGrid1.DisplayLayout.GroupByBox.PromptAppearance = appearance4; this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1; this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1; appearance5.BackColor = System.Drawing.SystemColors.Window; appearance5.ForeColor = System.Drawing.SystemColors.ControlText; this.ultraGrid1.DisplayLayout.Override.ActiveCellAppearance = appearance5; appearance6.BackColor = System.Drawing.SystemColors.Highlight; appearance6.ForeColor = System.Drawing.SystemColors.HighlightText; this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance = appearance6; this.ultraGrid1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom; this.ultraGrid1.DisplayLayout.Override.AllowDelete = Infragistics.Win.DefaultableBoolean.False; this.ultraGrid1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted; this.ultraGrid1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted; appearance7.BackColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.Override.CardAreaAppearance = appearance7; appearance8.BorderColor = System.Drawing.Color.Silver; appearance8.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter; this.ultraGrid1.DisplayLayout.Override.CellAppearance = appearance8; this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText; this.ultraGrid1.DisplayLayout.Override.CellPadding = 0; this.ultraGrid1.DisplayLayout.Override.ColumnSizingArea = Infragistics.Win.UltraWinGrid.ColumnSizingArea.CellsOnly; appearance9.BackColor = System.Drawing.SystemColors.Control; appearance9.BackColor2 = System.Drawing.SystemColors.ControlDark; appearance9.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element; appearance9.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal; appearance9.BorderColor = System.Drawing.SystemColors.Window; this.ultraGrid1.DisplayLayout.Override.GroupByRowAppearance = appearance9; appearance10.TextHAlignAsString = "Left"; this.ultraGrid1.DisplayLayout.Override.HeaderAppearance = appearance10; this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti; this.ultraGrid1.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand; appearance11.BackColor = System.Drawing.SystemColors.Window; appearance11.BorderColor = System.Drawing.Color.Silver; this.ultraGrid1.DisplayLayout.Override.RowAppearance = appearance11; this.ultraGrid1.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False; appearance12.BackColor = System.Drawing.SystemColors.ControlLight; this.ultraGrid1.DisplayLayout.Override.TemplateAddRowAppearance = appearance12; 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, 0); this.ultraGrid1.Name = "ultraGrid1"; this.ultraGrid1.Size = new System.Drawing.Size(424, 402); this.ultraGrid1.TabIndex = 43; this.ultraGrid1.Text = "方向温度尺寸"; 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.dataColumn12, this.dataColumn18, this.dataColumn19, this.dataColumn20, this.dataColumn13, this.dataColumn14}); this.dataTable1.TableName = "Table1"; // // dataColumn12 // this.dataColumn12.Caption = "方向代码"; this.dataColumn12.ColumnName = "ITEM_CODE_F"; // // dataColumn18 // this.dataColumn18.Caption = "方向"; this.dataColumn18.ColumnName = "ITEM_NAME_F"; // // dataColumn19 // this.dataColumn19.Caption = "温度代码"; this.dataColumn19.ColumnName = "ITEM_CODE_W"; // // dataColumn20 // this.dataColumn20.Caption = "温度"; this.dataColumn20.ColumnName = "ITEM_NAME_W"; // // dataColumn13 // this.dataColumn13.Caption = "尺寸代码"; this.dataColumn13.ColumnName = "ITEM_CODE_C"; // // dataColumn14 // this.dataColumn14.Caption = "尺寸"; this.dataColumn14.ColumnName = "ITEM_NAME_C"; // // AddPhyRItems // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(424, 402); this.Controls.Add(this.panel1); this.Name = "AddPhyRItems"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "方向温度尺寸"; this.Load += new System.EventHandler(this.AddPhyRItems_Load); ((System.ComponentModel.ISupportInitialize)(this.ultraF)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraW)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraC)).EndInit(); this.panel1.ResumeLayout(false); this.panel1_Fill_Panel.ResumeLayout(false); this.panel1_Fill_Panel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel panel1_Fill_Panel; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1; private System.Data.DataSet dataSet1; private System.Data.DataTable dataTable1; private System.Data.DataColumn dataColumn12; private System.Data.DataColumn dataColumn18; private System.Data.DataColumn dataColumn19; private System.Data.DataColumn dataColumn20; private System.Data.DataColumn dataColumn13; private System.Data.DataColumn dataColumn14; private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraC; private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraW; private Infragistics.Win.UltraWinEditors.UltraComboEditor ultraF; } }