namespace TProduct.WinFrmUI.TestBench { partial class MgrWorkBenchMonitorPointPanel { /// /// 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(MgrWorkBenchMonitorPointPanel)); 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.bindingSource1 = new System.Windows.Forms.BindingSource(this.components); this.gridControl1 = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); this.colUseStatus = new DevExpress.XtraGrid.Columns.GridColumn(); this.colCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colName = new DevExpress.XtraGrid.Columns.GridColumn(); this.colMonitorType = new DevExpress.XtraGrid.Columns.GridColumn(); this.colProperty = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSortCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.colValueCoefficient = new DevExpress.XtraGrid.Columns.GridColumn(); this.colValueAdditional = new DevExpress.XtraGrid.Columns.GridColumn(); this.colSourceType = new DevExpress.XtraGrid.Columns.GridColumn(); this.colPipeParasInfo = new DevExpress.XtraGrid.Columns.GridColumn(); this.colDataParasInfo = new DevExpress.XtraGrid.Columns.GridColumn(); this.colID = new DevExpress.XtraGrid.Columns.GridColumn(); this.colEdit = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.MenuItem添加测点 = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // gridControl1 // this.gridControl1.ContextMenuStrip = this.contextMenuStrip1; 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.repositoryItemButtonEdit1}); this.gridControl1.Size = new System.Drawing.Size(895, 420); this.gridControl1.TabIndex = 4; this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.gridView1}); // // gridView1 // this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; this.gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Appearance.Row.Options.UseTextOptions = true; this.gridView1.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { this.colUseStatus, this.colCode, this.colName, this.colMonitorType, this.colProperty, this.colSortCode, this.colValueCoefficient, this.colValueAdditional, this.colSourceType, this.colPipeParasInfo, this.colDataParasInfo, this.colID, this.colEdit}); this.gridView1.GridControl = this.gridControl1; this.gridView1.Name = "gridView1"; this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colSortCode, DevExpress.Data.ColumnSortOrder.Ascending)}); this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick); // // colUseStatus // this.colUseStatus.Caption = "状态"; this.colUseStatus.FieldName = "UseStatus"; this.colUseStatus.Name = "colUseStatus"; this.colUseStatus.Width = 58; // // colCode // this.colCode.Caption = "编号"; this.colCode.FieldName = "Code"; this.colCode.Name = "colCode"; this.colCode.Width = 112; // // colName // this.colName.Caption = "测点名称"; this.colName.FieldName = "Name"; this.colName.Name = "colName"; this.colName.Visible = true; this.colName.VisibleIndex = 0; this.colName.Width = 140; // // colMonitorType // this.colMonitorType.Caption = "测点类型"; this.colMonitorType.FieldName = "MonitorType"; this.colMonitorType.Name = "colMonitorType"; this.colMonitorType.Width = 83; // // colProperty // this.colProperty.Caption = "特性"; this.colProperty.FieldName = "Property"; this.colProperty.Name = "colProperty"; this.colProperty.Visible = true; this.colProperty.VisibleIndex = 2; this.colProperty.Width = 77; // // colSortCode // this.colSortCode.Caption = "排序号"; this.colSortCode.FieldName = "SortCode"; this.colSortCode.MaxWidth = 50; this.colSortCode.Name = "colSortCode"; this.colSortCode.Width = 50; // // colValueCoefficient // this.colValueCoefficient.Caption = "相乘系数"; this.colValueCoefficient.FieldName = "ValueCoefficient"; this.colValueCoefficient.Name = "colValueCoefficient"; this.colValueCoefficient.Width = 67; // // colValueAdditional // this.colValueAdditional.Caption = "相加系数"; this.colValueAdditional.FieldName = "ValueAdditional"; this.colValueAdditional.Name = "colValueAdditional"; this.colValueAdditional.Width = 56; // // colSourceType // this.colSourceType.Caption = "数据类型"; this.colSourceType.FieldName = "colSourceType"; this.colSourceType.Name = "colSourceType"; this.colSourceType.UnboundDataType = typeof(string); this.colSourceType.Visible = true; this.colSourceType.VisibleIndex = 1; this.colSourceType.Width = 171; // // colPipeParasInfo // this.colPipeParasInfo.Caption = "管路特性"; this.colPipeParasInfo.FieldName = "PipeParasInfo"; this.colPipeParasInfo.Name = "colPipeParasInfo"; this.colPipeParasInfo.Visible = true; this.colPipeParasInfo.VisibleIndex = 3; this.colPipeParasInfo.Width = 158; // // colDataParasInfo // this.colDataParasInfo.Caption = "数据参数"; this.colDataParasInfo.FieldName = "colDataParasInfo"; this.colDataParasInfo.Name = "colDataParasInfo"; this.colDataParasInfo.UnboundDataType = typeof(string); this.colDataParasInfo.Visible = true; this.colDataParasInfo.VisibleIndex = 4; this.colDataParasInfo.Width = 195; // // colID // this.colID.Caption = "ID"; this.colID.FieldName = "ID"; this.colID.Name = "colID"; this.colID.Width = 111; // // colEdit // this.colEdit.Caption = "编辑"; this.colEdit.ColumnEdit = this.repositoryItemButtonEdit1; this.colEdit.MaxWidth = 40; this.colEdit.MinWidth = 30; this.colEdit.Name = "colEdit"; this.colEdit.Visible = true; this.colEdit.VisibleIndex = 5; this.colEdit.Width = 40; // // repositoryItemButtonEdit1 // this.repositoryItemButtonEdit1.AutoHeight = false; editorButtonImageOptions1.Image = ((System.Drawing.Image)(resources.GetObject("editorButtonImageOptions1.Image"))); 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; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.MenuItem添加测点}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(181, 48); // // MenuItem添加测点 // this.MenuItem添加测点.Name = "MenuItem添加测点"; this.MenuItem添加测点.Size = new System.Drawing.Size(180, 22); this.MenuItem添加测点.Text = "添加测点"; this.MenuItem添加测点.Click += new System.EventHandler(this.MenuItem添加测点_Click); // // MgrWorkBenchMonitorPointPanel // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.gridControl1); this.Name = "MgrWorkBenchMonitorPointPanel"; this.Size = new System.Drawing.Size(895, 420); ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.BindingSource bindingSource1; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn colUseStatus; private DevExpress.XtraGrid.Columns.GridColumn colCode; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colMonitorType; private DevExpress.XtraGrid.Columns.GridColumn colProperty; private DevExpress.XtraGrid.Columns.GridColumn colSortCode; private DevExpress.XtraGrid.Columns.GridColumn colValueCoefficient; private DevExpress.XtraGrid.Columns.GridColumn colValueAdditional; private DevExpress.XtraGrid.Columns.GridColumn colSourceType; private DevExpress.XtraGrid.Columns.GridColumn colPipeParasInfo; private DevExpress.XtraGrid.Columns.GridColumn colDataParasInfo; private DevExpress.XtraGrid.Columns.GridColumn colID; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private DevExpress.XtraGrid.Columns.GridColumn colEdit; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; private System.Windows.Forms.ToolStripMenuItem MenuItem添加测点; } }