namespace Core.StlMes.Client.Mcp.Control.HeatTreatment { partial class FrmChooseProbe { /// /// 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.UltraWinToolbars.UltraToolbar ultraToolbar1 = new Infragistics.Win.UltraWinToolbars.UltraToolbar("UltraToolbar1"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool1 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool2 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close"); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool3 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Save"); Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmChooseProbe)); Infragistics.Win.UltraWinToolbars.ButtonTool buttonTool4 = new Infragistics.Win.UltraWinToolbars.ButtonTool("Close"); Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance17 = new Infragistics.Win.Appearance(); Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("HttCrackDetectionProbeEntity", -1); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("Chk"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProbeId"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProbeTypeCode"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProbeTypeName"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProbeQty"); Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ProbeParameters"); Infragistics.Win.Appearance appearance18 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance19 = new Infragistics.Win.Appearance(); Infragistics.Win.Appearance appearance20 = new Infragistics.Win.Appearance(); this.ProbeType = new Infragistics.Win.UltraWinEditors.UltraComboEditor(); this._panel1_Toolbars_Dock_Area_Top = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this.ultraToolbarsManager1 = new Infragistics.Win.UltraWinToolbars.UltraToolbarsManager(this.components); this._panel1_Toolbars_Dock_Area_Bottom = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._panel1_Toolbars_Dock_Area_Left = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this._panel1_Toolbars_Dock_Area_Right = new Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea(); this.FrmChooseProbe_Fill_Panel = new System.Windows.Forms.Panel(); this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox(); this.ultraGridDetailDes1 = new Infragistics.Win.UltraWinGrid.UltraGrid(); this.httCrackDetectionProbeEntityBindingSource = new System.Windows.Forms.BindingSource(this.components); ((System.ComponentModel.ISupportInitialize)(this.ProbeType)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).BeginInit(); this.FrmChooseProbe_Fill_Panel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit(); this.ultraGroupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.ultraGridDetailDes1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.httCrackDetectionProbeEntityBindingSource)).BeginInit(); this.SuspendLayout(); // // ProbeType // this.ProbeType.AutoSize = false; this.ProbeType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList; this.ProbeType.Location = new System.Drawing.Point(221, 145); this.ProbeType.Name = "ProbeType"; this.ProbeType.Size = new System.Drawing.Size(144, 24); this.ProbeType.TabIndex = 68; this.ProbeType.Visible = false; // // _panel1_Toolbars_Dock_Area_Top // this._panel1_Toolbars_Dock_Area_Top.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._panel1_Toolbars_Dock_Area_Top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255))))); this._panel1_Toolbars_Dock_Area_Top.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Top; this._panel1_Toolbars_Dock_Area_Top.ForeColor = System.Drawing.SystemColors.ControlText; this._panel1_Toolbars_Dock_Area_Top.Location = new System.Drawing.Point(0, 0); this._panel1_Toolbars_Dock_Area_Top.Margin = new System.Windows.Forms.Padding(4); this._panel1_Toolbars_Dock_Area_Top.Name = "_panel1_Toolbars_Dock_Area_Top"; this._panel1_Toolbars_Dock_Area_Top.Size = new System.Drawing.Size(720, 31); this._panel1_Toolbars_Dock_Area_Top.ToolbarsManager = this.ultraToolbarsManager1; // // ultraToolbarsManager1 // this.ultraToolbarsManager1.DesignerFlags = 1; this.ultraToolbarsManager1.DockWithinContainer = this; this.ultraToolbarsManager1.DockWithinContainerBaseType = typeof(System.Windows.Forms.Form); this.ultraToolbarsManager1.ShowFullMenusDelay = 500; this.ultraToolbarsManager1.Style = Infragistics.Win.UltraWinToolbars.ToolbarStyle.Office2007; ultraToolbar1.DockedColumn = 0; ultraToolbar1.DockedRow = 0; buttonTool1.InstanceProps.IsFirstInGroup = true; buttonTool2.InstanceProps.IsFirstInGroup = true; ultraToolbar1.NonInheritedTools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool1, buttonTool2}); ultraToolbar1.Text = "UltraToolbar1"; this.ultraToolbarsManager1.Toolbars.AddRange(new Infragistics.Win.UltraWinToolbars.UltraToolbar[] { ultraToolbar1}); appearance11.Image = ((object)(resources.GetObject("appearance11.Image"))); buttonTool3.SharedPropsInternal.AppearancesSmall.Appearance = appearance11; buttonTool3.SharedPropsInternal.Caption = "确定"; buttonTool3.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; appearance12.Image = ((object)(resources.GetObject("appearance12.Image"))); buttonTool4.SharedPropsInternal.AppearancesSmall.Appearance = appearance12; buttonTool4.SharedPropsInternal.Caption = "关闭"; buttonTool4.SharedPropsInternal.DisplayStyle = Infragistics.Win.UltraWinToolbars.ToolDisplayStyle.ImageAndText; this.ultraToolbarsManager1.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { buttonTool3, buttonTool4}); this.ultraToolbarsManager1.ToolClick += new Infragistics.Win.UltraWinToolbars.ToolClickEventHandler(this.ultraToolbarsManager1_ToolClick); // // _panel1_Toolbars_Dock_Area_Bottom // this._panel1_Toolbars_Dock_Area_Bottom.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._panel1_Toolbars_Dock_Area_Bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255))))); this._panel1_Toolbars_Dock_Area_Bottom.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Bottom; this._panel1_Toolbars_Dock_Area_Bottom.ForeColor = System.Drawing.SystemColors.ControlText; this._panel1_Toolbars_Dock_Area_Bottom.Location = new System.Drawing.Point(0, 346); this._panel1_Toolbars_Dock_Area_Bottom.Margin = new System.Windows.Forms.Padding(4); this._panel1_Toolbars_Dock_Area_Bottom.Name = "_panel1_Toolbars_Dock_Area_Bottom"; this._panel1_Toolbars_Dock_Area_Bottom.Size = new System.Drawing.Size(720, 0); this._panel1_Toolbars_Dock_Area_Bottom.ToolbarsManager = this.ultraToolbarsManager1; // // _panel1_Toolbars_Dock_Area_Left // this._panel1_Toolbars_Dock_Area_Left.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._panel1_Toolbars_Dock_Area_Left.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255))))); this._panel1_Toolbars_Dock_Area_Left.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Left; this._panel1_Toolbars_Dock_Area_Left.ForeColor = System.Drawing.SystemColors.ControlText; this._panel1_Toolbars_Dock_Area_Left.Location = new System.Drawing.Point(0, 31); this._panel1_Toolbars_Dock_Area_Left.Margin = new System.Windows.Forms.Padding(4); this._panel1_Toolbars_Dock_Area_Left.Name = "_panel1_Toolbars_Dock_Area_Left"; this._panel1_Toolbars_Dock_Area_Left.Size = new System.Drawing.Size(0, 315); this._panel1_Toolbars_Dock_Area_Left.ToolbarsManager = this.ultraToolbarsManager1; // // _panel1_Toolbars_Dock_Area_Right // this._panel1_Toolbars_Dock_Area_Right.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping; this._panel1_Toolbars_Dock_Area_Right.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(219)))), ((int)(((byte)(255))))); this._panel1_Toolbars_Dock_Area_Right.DockedPosition = Infragistics.Win.UltraWinToolbars.DockedPosition.Right; this._panel1_Toolbars_Dock_Area_Right.ForeColor = System.Drawing.SystemColors.ControlText; this._panel1_Toolbars_Dock_Area_Right.Location = new System.Drawing.Point(720, 31); this._panel1_Toolbars_Dock_Area_Right.Margin = new System.Windows.Forms.Padding(4); this._panel1_Toolbars_Dock_Area_Right.Name = "_panel1_Toolbars_Dock_Area_Right"; this._panel1_Toolbars_Dock_Area_Right.Size = new System.Drawing.Size(0, 315); this._panel1_Toolbars_Dock_Area_Right.ToolbarsManager = this.ultraToolbarsManager1; // // FrmChooseProbe_Fill_Panel // this.FrmChooseProbe_Fill_Panel.Controls.Add(this.ultraGroupBox1); this.FrmChooseProbe_Fill_Panel.Cursor = System.Windows.Forms.Cursors.Default; this.FrmChooseProbe_Fill_Panel.Dock = System.Windows.Forms.DockStyle.Fill; this.FrmChooseProbe_Fill_Panel.Location = new System.Drawing.Point(0, 31); this.FrmChooseProbe_Fill_Panel.Name = "FrmChooseProbe_Fill_Panel"; this.FrmChooseProbe_Fill_Panel.Size = new System.Drawing.Size(720, 315); this.FrmChooseProbe_Fill_Panel.TabIndex = 8; // // ultraGroupBox1 // this.ultraGroupBox1.Controls.Add(this.ProbeType); this.ultraGroupBox1.Controls.Add(this.ultraGridDetailDes1); this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0); this.ultraGroupBox1.Margin = new System.Windows.Forms.Padding(4); this.ultraGroupBox1.Name = "ultraGroupBox1"; this.ultraGroupBox1.Size = new System.Drawing.Size(720, 315); this.ultraGroupBox1.TabIndex = 3; this.ultraGroupBox1.Text = "探头"; this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007; // // ultraGridDetailDes1 // this.ultraGridDetailDes1.DataSource = this.httCrackDetectionProbeEntityBindingSource; appearance17.BackColor = System.Drawing.Color.Transparent; this.ultraGridDetailDes1.DisplayLayout.Appearance = appearance17; ultraGridColumn1.Header.VisiblePosition = 0; ultraGridColumn1.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(52, 0); ultraGridColumn2.Header.VisiblePosition = 1; ultraGridColumn2.Hidden = true; ultraGridColumn3.EditorComponent = this.ProbeType; ultraGridColumn3.Header.VisiblePosition = 2; ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(114, 0); ultraGridColumn3.Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DropDownList; ultraGridColumn4.Header.VisiblePosition = 3; ultraGridColumn4.Hidden = true; ultraGridColumn5.Header.VisiblePosition = 4; ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(149, 0); ultraGridColumn6.Header.VisiblePosition = 5; ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(165, 0); ultraGridBand1.Columns.AddRange(new object[] { ultraGridColumn1, ultraGridColumn2, ultraGridColumn3, ultraGridColumn4, ultraGridColumn5, ultraGridColumn6}); ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.GroupLayout; this.ultraGridDetailDes1.DisplayLayout.BandsSerializer.Add(ultraGridBand1); this.ultraGridDetailDes1.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.None; this.ultraGridDetailDes1.DisplayLayout.Override.AllowAddNew = Infragistics.Win.UltraWinGrid.AllowAddNew.TemplateOnBottom; this.ultraGridDetailDes1.DisplayLayout.Override.AllowColSizing = Infragistics.Win.UltraWinGrid.AllowColSizing.None; this.ultraGridDetailDes1.DisplayLayout.Override.AllowRowFiltering = Infragistics.Win.DefaultableBoolean.False; this.ultraGridDetailDes1.DisplayLayout.Override.BorderStyleCardArea = Infragistics.Win.UIElementBorderStyle.None; this.ultraGridDetailDes1.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Etched; this.ultraGridDetailDes1.DisplayLayout.Override.BorderStyleHeader = Infragistics.Win.UIElementBorderStyle.None; this.ultraGridDetailDes1.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.None; appearance18.BackColor = System.Drawing.Color.Transparent; this.ultraGridDetailDes1.DisplayLayout.Override.CardAreaAppearance = appearance18; appearance19.TextVAlignAsString = "Middle"; this.ultraGridDetailDes1.DisplayLayout.Override.CellAppearance = appearance19; this.ultraGridDetailDes1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText; appearance20.BackColor = System.Drawing.Color.LightSteelBlue; appearance20.TextHAlignAsString = "Center"; appearance20.TextVAlignAsString = "Middle"; this.ultraGridDetailDes1.DisplayLayout.Override.HeaderAppearance = appearance20; this.ultraGridDetailDes1.DisplayLayout.Override.SelectTypeCell = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGridDetailDes1.DisplayLayout.Override.SelectTypeCol = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGridDetailDes1.DisplayLayout.Override.SelectTypeRow = Infragistics.Win.UltraWinGrid.SelectType.None; this.ultraGridDetailDes1.DisplayLayout.Override.WrapHeaderText = Infragistics.Win.DefaultableBoolean.True; this.ultraGridDetailDes1.Dock = System.Windows.Forms.DockStyle.Fill; this.ultraGridDetailDes1.Font = new System.Drawing.Font("宋体", 10F); this.ultraGridDetailDes1.Location = new System.Drawing.Point(3, 21); this.ultraGridDetailDes1.Margin = new System.Windows.Forms.Padding(4); this.ultraGridDetailDes1.Name = "ultraGridDetailDes1"; this.ultraGridDetailDes1.Size = new System.Drawing.Size(714, 291); this.ultraGridDetailDes1.TabIndex = 12; this.ultraGridDetailDes1.InitializeRow += new Infragistics.Win.UltraWinGrid.InitializeRowEventHandler(this.ultraGridDetailDes1_InitializeRow); this.ultraGridDetailDes1.InitializeTemplateAddRow += new Infragistics.Win.UltraWinGrid.InitializeTemplateAddRowEventHandler(this.ultraGridDetailDes1_InitializeTemplateAddRow); this.ultraGridDetailDes1.CellChange += new Infragistics.Win.UltraWinGrid.CellEventHandler(this.ultraGridDetailDes1_CellChange); // // httCrackDetectionProbeEntityBindingSource // this.httCrackDetectionProbeEntityBindingSource.DataSource = typeof(Core.StlMes.Client.Mcp.Control.Entity.HttCrackDetectionProbeEntity); // // FrmChooseProbe // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(720, 346); this.Controls.Add(this.FrmChooseProbe_Fill_Panel); this.Controls.Add(this._panel1_Toolbars_Dock_Area_Left); this.Controls.Add(this._panel1_Toolbars_Dock_Area_Right); this.Controls.Add(this._panel1_Toolbars_Dock_Area_Top); this.Controls.Add(this._panel1_Toolbars_Dock_Area_Bottom); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmChooseProbe"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "探头种类录入"; ((System.ComponentModel.ISupportInitialize)(this.ProbeType)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ultraToolbarsManager1)).EndInit(); this.FrmChooseProbe_Fill_Panel.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit(); this.ultraGroupBox1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.ultraGridDetailDes1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.httCrackDetectionProbeEntityBindingSource)).EndInit(); this.ResumeLayout(false); } #endregion private Infragistics.Win.UltraWinToolbars.UltraToolbarsManager ultraToolbarsManager1; private System.Windows.Forms.Panel FrmChooseProbe_Fill_Panel; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Left; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Right; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Top; private Infragistics.Win.UltraWinToolbars.UltraToolbarsDockArea _panel1_Toolbars_Dock_Area_Bottom; private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1; private Infragistics.Win.UltraWinGrid.UltraGrid ultraGridDetailDes1; private System.Windows.Forms.BindingSource httCrackDetectionProbeEntityBindingSource; private Infragistics.Win.UltraWinEditors.UltraComboEditor ProbeType; } }