namespace IStation.WinFrmUI.Curve { partial class ImportCurveByExcelDlg { /// /// 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(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImportCurveByExcelDlg)); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); this.dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colQ = new DevExpress.XtraGrid.Columns.GridColumn(); this.colH = new DevExpress.XtraGrid.Columns.GridColumn(); this.colE = new DevExpress.XtraGrid.Columns.GridColumn(); this.colP = new DevExpress.XtraGrid.Columns.GridColumn(); this.colNPSH = new DevExpress.XtraGrid.Columns.GridColumn(); this.btnOK = new DevExpress.XtraEditors.SimpleButton(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.ExcelBtnEdit = new DevExpress.XtraEditors.ButtonEdit(); this.CurveFitTypeImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components); ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).BeginInit(); this.dataLayoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ExcelBtnEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.CurveFitTypeImageComboBoxEdit.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).BeginInit(); this.SuspendLayout(); // // dataLayoutControl1 // this.dataLayoutControl1.Controls.Add(this.gridControl1); this.dataLayoutControl1.Controls.Add(this.btnOK); this.dataLayoutControl1.Controls.Add(this.btnCancel); this.dataLayoutControl1.Controls.Add(this.ExcelBtnEdit); this.dataLayoutControl1.Controls.Add(this.CurveFitTypeImageComboBoxEdit); this.dataLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.dataLayoutControl1.Location = new System.Drawing.Point(0, 0); this.dataLayoutControl1.Name = "dataLayoutControl1"; this.dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1046, 335, 650, 400); this.dataLayoutControl1.Root = this.Root; this.dataLayoutControl1.Size = new System.Drawing.Size(494, 599); this.dataLayoutControl1.TabIndex = 0; this.dataLayoutControl1.Text = "dataLayoutControl1"; // // gridControl1 // this.gridControl1.DataSource = this.bindingSource1; this.gridControl1.Location = new System.Drawing.Point(19, 97); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.Size = new System.Drawing.Size(456, 457); this.gridControl1.TabIndex = 8; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colID, this.colQ, this.colH, this.colE, this.colP, this.colNPSH}); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gridView1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom; this.gridView1.OptionsView.ShowDetailButtons = false; this.gridView1.OptionsView.ShowGroupPanel = false; // // colID // this.colID.FieldName = "ID"; this.colID.Name = "colID"; // // colQ // this.colQ.AppearanceCell.Options.UseTextOptions = true; this.colQ.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colQ.AppearanceHeader.Options.UseTextOptions = true; this.colQ.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colQ.Caption = "流量"; this.colQ.FieldName = "Q"; this.colQ.Name = "colQ"; this.colQ.Visible = true; this.colQ.VisibleIndex = 0; // // colH // this.colH.AppearanceCell.Options.UseTextOptions = true; this.colH.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colH.AppearanceHeader.Options.UseTextOptions = true; this.colH.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colH.Caption = "扬程"; this.colH.FieldName = "H"; this.colH.Name = "colH"; this.colH.Visible = true; this.colH.VisibleIndex = 1; // // colE // this.colE.AppearanceCell.Options.UseTextOptions = true; this.colE.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colE.AppearanceHeader.Options.UseTextOptions = true; this.colE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colE.Caption = "效率"; this.colE.FieldName = "E"; this.colE.Name = "colE"; this.colE.Visible = true; this.colE.VisibleIndex = 2; // // colP // this.colP.AppearanceCell.Options.UseTextOptions = true; this.colP.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colP.AppearanceHeader.Options.UseTextOptions = true; this.colP.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colP.Caption = "功率"; this.colP.FieldName = "P"; this.colP.Name = "colP"; this.colP.Visible = true; this.colP.VisibleIndex = 3; // // colNPSH // this.colNPSH.FieldName = "NPSH"; this.colNPSH.Name = "colNPSH"; // // btnOK // this.btnOK.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; this.btnOK.Appearance.Options.UseBackColor = true; this.btnOK.Location = new System.Drawing.Point(318, 565); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(80, 22); this.btnOK.StyleController = this.dataLayoutControl1; this.btnOK.TabIndex = 10; this.btnOK.Text = "确定"; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; this.btnCancel.Appearance.Options.UseBackColor = true; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(402, 565); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(80, 22); this.btnCancel.StyleController = this.dataLayoutControl1; this.btnCancel.TabIndex = 11; this.btnCancel.Text = "取消"; // // ExcelBtnEdit // this.ExcelBtnEdit.Location = new System.Drawing.Point(94, 41); this.ExcelBtnEdit.Name = "ExcelBtnEdit"; editorButtonImageOptions1.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("editorButtonImageOptions1.SvgImage"))); editorButtonImageOptions1.SvgImageSize = new System.Drawing.Size(16, 16); this.ExcelBtnEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)}); this.ExcelBtnEdit.Properties.ReadOnly = true; this.ExcelBtnEdit.Properties.UseReadOnlyAppearance = false; this.ExcelBtnEdit.Size = new System.Drawing.Size(381, 24); this.ExcelBtnEdit.StyleController = this.dataLayoutControl1; this.ExcelBtnEdit.TabIndex = 12; this.ExcelBtnEdit.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.ExcelBtnEdit_ButtonClick); // // CurveFitTypeImageComboBoxEdit // this.CurveFitTypeImageComboBoxEdit.Location = new System.Drawing.Point(94, 69); this.CurveFitTypeImageComboBoxEdit.MaximumSize = new System.Drawing.Size(0, 24); this.CurveFitTypeImageComboBoxEdit.MinimumSize = new System.Drawing.Size(0, 24); this.CurveFitTypeImageComboBoxEdit.Name = "CurveFitTypeImageComboBoxEdit"; this.CurveFitTypeImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.CurveFitTypeImageComboBoxEdit.Size = new System.Drawing.Size(381, 24); this.CurveFitTypeImageComboBoxEdit.StyleController = this.dataLayoutControl1; this.CurveFitTypeImageComboBoxEdit.TabIndex = 13; // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.Root.GroupBordersVisible = false; this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlGroup3, this.layoutControlItem4, this.layoutControlItem5, this.emptySpaceItem1}); this.Root.Name = "Root"; this.Root.Size = new System.Drawing.Size(494, 599); this.Root.TextVisible = false; // // layoutControlGroup3 // this.layoutControlGroup3.GroupStyle = DevExpress.Utils.GroupStyle.Title; this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem3, this.layoutControlItem6, this.layoutControlItem2}); this.layoutControlGroup3.Location = new System.Drawing.Point(0, 0); this.layoutControlGroup3.Name = "layoutControlGroup3"; this.layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5); this.layoutControlGroup3.Size = new System.Drawing.Size(474, 553); this.layoutControlGroup3.Text = "数据列表"; // // layoutControlItem3 // this.layoutControlItem3.Control = this.gridControl1; this.layoutControlItem3.Location = new System.Drawing.Point(0, 56); this.layoutControlItem3.Name = "layoutControlItem3"; this.layoutControlItem3.Size = new System.Drawing.Size(460, 461); this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; // // layoutControlItem6 // this.layoutControlItem6.AllowHtmlStringInCaption = true; this.layoutControlItem6.AppearanceItemCaption.Options.UseTextOptions = true; this.layoutControlItem6.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.layoutControlItem6.Control = this.ExcelBtnEdit; this.layoutControlItem6.Location = new System.Drawing.Point(0, 0); this.layoutControlItem6.MaxSize = new System.Drawing.Size(460, 28); this.layoutControlItem6.MinSize = new System.Drawing.Size(460, 28); this.layoutControlItem6.Name = "layoutControlItem6"; this.layoutControlItem6.Size = new System.Drawing.Size(460, 28); this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem6.Text = "*Excel文件:"; this.layoutControlItem6.TextSize = new System.Drawing.Size(63, 14); // // layoutControlItem2 // this.layoutControlItem2.AllowHtmlStringInCaption = true; this.layoutControlItem2.AppearanceItemCaption.Options.UseTextOptions = true; this.layoutControlItem2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; this.layoutControlItem2.Control = this.CurveFitTypeImageComboBoxEdit; this.layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem2.CustomizationFormText = "*拟合方式:"; this.layoutControlItem2.Location = new System.Drawing.Point(0, 28); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(460, 28); this.layoutControlItem2.Text = "*拟合方式:"; this.layoutControlItem2.TextSize = new System.Drawing.Size(63, 14); // // layoutControlItem4 // this.layoutControlItem4.Control = this.btnOK; this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem4.CustomizationFormText = "layoutControlItem1"; this.layoutControlItem4.Location = new System.Drawing.Point(306, 553); this.layoutControlItem4.MaxSize = new System.Drawing.Size(84, 26); this.layoutControlItem4.MinSize = new System.Drawing.Size(84, 26); this.layoutControlItem4.Name = "layoutControlItem4"; this.layoutControlItem4.Size = new System.Drawing.Size(84, 26); this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem4.Text = "layoutControlItem1"; this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem4.TextVisible = false; // // layoutControlItem5 // this.layoutControlItem5.Control = this.btnCancel; this.layoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.TopLeft; this.layoutControlItem5.CustomizationFormText = "layoutControlItem2"; this.layoutControlItem5.Location = new System.Drawing.Point(390, 553); this.layoutControlItem5.MaxSize = new System.Drawing.Size(84, 26); this.layoutControlItem5.MinSize = new System.Drawing.Size(84, 26); this.layoutControlItem5.Name = "layoutControlItem5"; this.layoutControlItem5.Size = new System.Drawing.Size(84, 26); this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; this.layoutControlItem5.Text = "layoutControlItem2"; this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem5.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 553); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(306, 26); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // dxErrorProvider1 // this.dxErrorProvider1.ContainerControl = this; // // ImportCurveByExcelDlg // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(494, 599); this.Controls.Add(this.dataLayoutControl1); this.MaximizeBox = false; this.Name = "ImportCurveByExcelDlg"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Excel导入曲线"; ((System.ComponentModel.ISupportInitialize)(this.dataLayoutControl1)).EndInit(); this.dataLayoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ExcelBtnEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.CurveFitTypeImageComboBoxEdit.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider1)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private System.Windows.Forms.BindingSource bindingSource1; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn colID; private DevExpress.XtraGrid.Columns.GridColumn colQ; private DevExpress.XtraGrid.Columns.GridColumn colH; private DevExpress.XtraGrid.Columns.GridColumn colE; private DevExpress.XtraGrid.Columns.GridColumn colP; private DevExpress.XtraGrid.Columns.GridColumn colNPSH; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3; private DevExpress.XtraEditors.SimpleButton btnOK; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraEditors.ButtonEdit ExcelBtnEdit; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; private DevExpress.XtraEditors.ImageComboBoxEdit CurveFitTypeImageComboBoxEdit; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; } }