namespace IStation.WinFrmUI.Basic { partial class CompareCurveParasListCtrl { /// /// 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() { 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(CompareCurveParasListCtrl)); 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.multiSpeedMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.MenuItem删除Speed = new System.Windows.Forms.ToolStripMenuItem(); this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colColor = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemColorPickEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit(); this.colPumpName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colQueryPtQ = new DevExpress.XtraGrid.Columns.GridColumn(); this.colProjectCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDelete = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.colProjectName = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.multiSpeedMenuStrip.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorPickEdit1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); this.SuspendLayout(); // // multiSpeedMenuStrip // this.multiSpeedMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.MenuItem删除Speed}); this.multiSpeedMenuStrip.Name = "contextMenuStrip1"; this.multiSpeedMenuStrip.Size = new System.Drawing.Size(101, 26); // // MenuItem删除Speed // this.MenuItem删除Speed.Name = "MenuItem删除Speed"; this.MenuItem删除Speed.Size = new System.Drawing.Size(100, 22); this.MenuItem删除Speed.Text = "删除"; this.MenuItem删除Speed.Click += new System.EventHandler(this.MenuItem删除Speed_Click); // // bindingSource1 // this.bindingSource1.DataSource = typeof(IStation.WinFrmUI.Basic.CompareCurveParasListCtrl.CurrentViewModel); // // gridControl1 // this.gridControl1.Cursor = System.Windows.Forms.Cursors.Default; this.gridControl1.DataSource = this.bindingSource1; this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.gridControl1.Location = new System.Drawing.Point(0, 0); this.gridControl1.MainView = this.gridView1; this.gridControl1.Name = "gridControl1"; this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemColorPickEdit1, this.repositoryItemButtonEdit1}); this.gridControl1.Size = new System.Drawing.Size(973, 199); this.gridControl1.TabIndex = 0; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); this.gridView1.Appearance.Row.Options.UseFont = true; this.gridView1.AppearancePrint.Row.Font = new System.Drawing.Font("Tahoma", 9.25F); this.gridView1.AppearancePrint.Row.Options.UseFont = true; this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colColor, this.colPumpName, this.colQueryPtQ, this.colProjectCode, this.colDelete, this.colProjectName, this.gridColumn1, this.gridColumn2, this.gridColumn3}); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; // // colColor // this.colColor.AppearanceHeader.Options.UseTextOptions = true; this.colColor.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colColor.Caption = "颜色"; this.colColor.ColumnEdit = this.repositoryItemColorPickEdit1; this.colColor.FieldName = "DispColor"; this.colColor.MinWidth = 40; this.colColor.Name = "colColor"; this.colColor.Visible = true; this.colColor.VisibleIndex = 0; this.colColor.Width = 60; // // repositoryItemColorPickEdit1 // this.repositoryItemColorPickEdit1.AutoHeight = false; this.repositoryItemColorPickEdit1.AutomaticColor = System.Drawing.Color.Black; this.repositoryItemColorPickEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.repositoryItemColorPickEdit1.Name = "repositoryItemColorPickEdit1"; // // colPumpName // this.colPumpName.AppearanceCell.Options.UseTextOptions = true; this.colPumpName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colPumpName.AppearanceHeader.Options.UseTextOptions = true; this.colPumpName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colPumpName.Caption = "泵"; this.colPumpName.FieldName = "PumpName"; this.colPumpName.Name = "colPumpName"; this.colPumpName.OptionsColumn.AllowEdit = false; this.colPumpName.OptionsColumn.ReadOnly = true; this.colPumpName.Visible = true; this.colPumpName.VisibleIndex = 2; this.colPumpName.Width = 121; // // colQueryPtQ // this.colQueryPtQ.AppearanceCell.Options.UseTextOptions = true; this.colQueryPtQ.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colQueryPtQ.AppearanceHeader.Options.UseTextOptions = true; this.colQueryPtQ.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colQueryPtQ.Caption = "查询流量"; this.colQueryPtQ.FieldName = "QueryPtQ"; this.colQueryPtQ.MinWidth = 80; this.colQueryPtQ.Name = "colQueryPtQ"; this.colQueryPtQ.OptionsColumn.AllowEdit = false; this.colQueryPtQ.OptionsColumn.ReadOnly = true; this.colQueryPtQ.Visible = true; this.colQueryPtQ.VisibleIndex = 4; this.colQueryPtQ.Width = 116; // // colProjectCode // this.colProjectCode.AppearanceCell.Options.UseTextOptions = true; this.colProjectCode.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colProjectCode.AppearanceHeader.Options.UseTextOptions = true; this.colProjectCode.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colProjectCode.Caption = "曲线"; this.colProjectCode.FieldName = "ProjectCode"; this.colProjectCode.Name = "colProjectCode"; this.colProjectCode.OptionsColumn.AllowEdit = false; this.colProjectCode.OptionsColumn.ReadOnly = true; this.colProjectCode.Visible = true; this.colProjectCode.VisibleIndex = 3; this.colProjectCode.Width = 125; // // colDelete // this.colDelete.AppearanceHeader.Options.UseTextOptions = true; this.colDelete.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colDelete.Caption = "删除"; this.colDelete.ColumnEdit = this.repositoryItemButtonEdit1; this.colDelete.MaxWidth = 40; this.colDelete.MinWidth = 40; this.colDelete.Name = "colDelete"; this.colDelete.OptionsColumn.AllowEdit = false; this.colDelete.Visible = true; this.colDelete.VisibleIndex = 8; this.colDelete.Width = 40; // // repositoryItemButtonEdit1 // this.repositoryItemButtonEdit1.AutoHeight = false; editorButtonImageOptions1.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("editorButtonImageOptions1.SvgImage"))); editorButtonImageOptions1.SvgImageSize = new System.Drawing.Size(18, 18); this.repositoryItemButtonEdit1.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.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1"; this.repositoryItemButtonEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor; // // colProjectName // this.colProjectName.AppearanceCell.Options.UseTextOptions = true; this.colProjectName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colProjectName.AppearanceHeader.Options.UseTextOptions = true; this.colProjectName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.colProjectName.Caption = "泵站"; this.colProjectName.FieldName = "ProjectName"; this.colProjectName.Name = "colProjectName"; this.colProjectName.OptionsColumn.AllowEdit = false; this.colProjectName.OptionsColumn.ReadOnly = true; this.colProjectName.Visible = true; this.colProjectName.VisibleIndex = 1; this.colProjectName.Width = 181; // // gridColumn1 // this.gridColumn1.AppearanceCell.Options.UseTextOptions = true; this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn1.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn1.Caption = "查询扬程"; this.gridColumn1.FieldName = "QueryPtH"; this.gridColumn1.MinWidth = 80; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.OptionsColumn.AllowEdit = false; this.gridColumn1.OptionsColumn.ReadOnly = true; this.gridColumn1.Visible = true; this.gridColumn1.VisibleIndex = 5; this.gridColumn1.Width = 116; // // gridColumn2 // this.gridColumn2.AppearanceCell.Options.UseTextOptions = true; this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn2.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn2.Caption = "查询效率"; this.gridColumn2.FieldName = "QueryPtE"; this.gridColumn2.MinWidth = 80; this.gridColumn2.Name = "gridColumn2"; this.gridColumn2.OptionsColumn.AllowEdit = false; this.gridColumn2.OptionsColumn.ReadOnly = true; this.gridColumn2.Visible = true; this.gridColumn2.VisibleIndex = 6; this.gridColumn2.Width = 116; // // gridColumn3 // this.gridColumn3.AppearanceCell.Options.UseTextOptions = true; this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn3.AppearanceHeader.Options.UseTextOptions = true; this.gridColumn3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridColumn3.Caption = "查询功率"; this.gridColumn3.FieldName = "QueryPtP"; this.gridColumn3.MinWidth = 80; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.OptionsColumn.AllowEdit = false; this.gridColumn3.OptionsColumn.ReadOnly = true; this.gridColumn3.Visible = true; this.gridColumn3.VisibleIndex = 7; this.gridColumn3.Width = 229; // // CompareCurveParasListCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.gridControl1); this.Name = "CompareCurveParasListCtrl"; this.Size = new System.Drawing.Size(973, 199); this.multiSpeedMenuStrip.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemColorPickEdit1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ContextMenuStrip multiSpeedMenuStrip; private System.Windows.Forms.ToolStripMenuItem MenuItem删除Speed; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn colPumpName; private DevExpress.XtraGrid.Columns.GridColumn colColor; private DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit repositoryItemColorPickEdit1; private DevExpress.XtraGrid.Columns.GridColumn colQueryPtQ; private System.Windows.Forms.BindingSource bindingSource1; private DevExpress.XtraGrid.Columns.GridColumn colProjectCode; private DevExpress.XtraGrid.Columns.GridColumn colDelete; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; private DevExpress.XtraGrid.Columns.GridColumn colProjectName; private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; } }