using Yw.WinFrmUI.Phart; namespace HStation.WinFrmUI { partial class ImportCompressorPerform2dByExcelCtrl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { components = new System.ComponentModel.Container(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImportCompressorPerform2dByExcelCtrl)); 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(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); gridControl1 = new DevExpress.XtraGrid.GridControl(); bindingSource1 = new BindingSource(components); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colID = new DevExpress.XtraGrid.Columns.GridColumn(); colQ = new DevExpress.XtraGrid.Columns.GridColumn(); colL = new DevExpress.XtraGrid.Columns.GridColumn(); btnExcelFilePath = new DevExpress.XtraEditors.ButtonEdit(); txtCurveCode = new DevExpress.XtraEditors.TextEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); sidePanel1 = new DevExpress.XtraEditors.SidePanel(); xtrPerform2dChart1 = new ValveViewChart(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)bindingSource1).BeginInit(); ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit(); ((System.ComponentModel.ISupportInitialize)btnExcelFilePath.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtCurveCode.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup2).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); sidePanel1.SuspendLayout(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(gridControl1); layoutControl1.Controls.Add(btnExcelFilePath); layoutControl1.Controls.Add(txtCurveCode); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(784, 368, 986, 935); layoutControl1.Root = Root; layoutControl1.Size = new Size(425, 660); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // gridControl1 // gridControl1.DataSource = bindingSource1; gridControl1.Location = new Point(0, 114); gridControl1.MainView = gridView1; gridControl1.Name = "gridControl1"; gridControl1.Size = new Size(425, 546); gridControl1.TabIndex = 9; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // gridView1 // gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colID, colQ, colL }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; gridView1.OptionsView.ShowDetailButtons = false; gridView1.OptionsView.ShowGroupPanel = false; // // colID // colID.FieldName = "ID"; colID.Name = "colID"; // // colQ // colQ.AppearanceCell.Options.UseTextOptions = true; colQ.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colQ.AppearanceHeader.Options.UseTextOptions = true; colQ.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colQ.Caption = "流量m³/h "; colQ.FieldName = "Q"; colQ.Name = "colQ"; colQ.Visible = true; colQ.VisibleIndex = 0; // // colL // colL.AppearanceCell.Options.UseTextOptions = true; colL.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colL.AppearanceHeader.Options.UseTextOptions = true; colL.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colL.Caption = "压力 m"; colL.FieldName = "L"; colL.Name = "colL"; colL.Visible = true; colL.VisibleIndex = 1; // // btnExcelFilePath // btnExcelFilePath.Location = new Point(56, 34); btnExcelFilePath.Name = "btnExcelFilePath"; editorButtonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("editorButtonImageOptions1.SvgImage"); editorButtonImageOptions1.SvgImageSize = new Size(14, 14); btnExcelFilePath.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(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); btnExcelFilePath.Size = new Size(357, 22); btnExcelFilePath.StyleController = layoutControl1; btnExcelFilePath.TabIndex = 18; btnExcelFilePath.ButtonClick += btnExcelFilePath_ButtonClick; // // txtCurveCode // txtCurveCode.Location = new Point(56, 60); txtCurveCode.Name = "txtCurveCode"; txtCurveCode.Size = new Size(357, 20); txtCurveCode.StyleController = layoutControl1; txtCurveCode.TabIndex = 19; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1, layoutControlGroup2 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); Root.Size = new Size(425, 660); Root.TextVisible = false; // // layoutControlGroup1 // layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title; layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem6, layoutControlItem7 }); layoutControlGroup1.Location = new Point(0, 0); layoutControlGroup1.Name = "layoutControlGroup1"; layoutControlGroup1.Size = new Size(425, 92); layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlGroup1.Text = "曲线信息"; // // layoutControlItem6 // layoutControlItem6.Control = btnExcelFilePath; layoutControlItem6.Location = new Point(0, 0); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Size = new Size(405, 26); layoutControlItem6.Text = "Excel:"; layoutControlItem6.TextSize = new Size(32, 14); // // layoutControlItem7 // layoutControlItem7.Control = txtCurveCode; layoutControlItem7.Location = new Point(0, 26); layoutControlItem7.Name = "layoutControlItem7"; layoutControlItem7.Size = new Size(405, 24); layoutControlItem7.Text = "名称:"; layoutControlItem7.TextSize = new Size(32, 14); layoutControlItem7.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; // // layoutControlGroup2 // layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Title; layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3 }); layoutControlGroup2.Location = new Point(0, 92); layoutControlGroup2.Name = "layoutControlGroup2"; layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlGroup2.Size = new Size(425, 568); layoutControlGroup2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlGroup2.Text = "曲线定义点"; // // layoutControlItem3 // layoutControlItem3.Control = gridControl1; layoutControlItem3.Location = new Point(0, 0); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlItem3.Size = new Size(425, 546); layoutControlItem3.TextSize = new Size(0, 0); layoutControlItem3.TextVisible = false; // // sidePanel1 // sidePanel1.Controls.Add(layoutControl1); sidePanel1.Dock = DockStyle.Left; sidePanel1.Location = new Point(0, 0); sidePanel1.Name = "sidePanel1"; sidePanel1.Size = new Size(426, 660); sidePanel1.TabIndex = 2; sidePanel1.Text = "sidePanel1"; // // xtrPerform2dChart1 // xtrPerform2dChart1.DefinePointVisible = false; xtrPerform2dChart1.Dock = DockStyle.Fill; xtrPerform2dChart1.LineVisible = false; xtrPerform2dChart1.Location = new Point(426, 0); xtrPerform2dChart1.Margin = new Padding(2); xtrPerform2dChart1.Name = "xtrPerform2dChart1"; xtrPerform2dChart1.Size = new Size(574, 660); xtrPerform2dChart1.TabIndex = 3; // // ImportCompressorPerform2dByExcelCtrl // Appearance.BackColor = SystemColors.Control; Appearance.Options.UseBackColor = true; AutoScaleMode = AutoScaleMode.None; Controls.Add(xtrPerform2dChart1); Controls.Add(sidePanel1); Name = "ImportCompressorPerform2dByExcelCtrl"; Size = new Size(1000, 660); ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)bindingSource1).EndInit(); ((System.ComponentModel.ISupportInitialize)gridView1).EndInit(); ((System.ComponentModel.ISupportInitialize)btnExcelFilePath.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)txtCurveCode.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup2).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); sidePanel1.ResumeLayout(false); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; 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 colL; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraEditors.ButtonEdit btnExcelFilePath; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraEditors.TextEdit txtCurveCode; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; private DevExpress.XtraEditors.SidePanel sidePanel1; private ValveViewChart xtrPerform2dChart1; } }