|
namespace IStation.WinFrmUI.Monitor
|
{
|
partial class BoxSelectPointsDlg
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region 组件设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要修改
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
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(BoxSelectPointsDlg));
|
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.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
this.curveAnalyzePointBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colHz = 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.colN = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colTime = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colP1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colP2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colP = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colDelete = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
|
this.repImgCmbValue = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
|
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.curveAnalyzePointBindingSource)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repImgCmbValue)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
this.layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// gridControl1
|
//
|
this.gridControl1.DataSource = this.curveAnalyzePointBindingSource;
|
this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.gridControl1.Location = new System.Drawing.Point(0, 0);
|
this.gridControl1.MainView = this.gridView1;
|
this.gridControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.gridControl1.Name = "gridControl1";
|
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repositoryItemButtonEdit1,
|
this.repImgCmbValue});
|
this.gridControl1.Size = new System.Drawing.Size(1234, 868);
|
this.gridControl1.TabIndex = 2;
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1});
|
//
|
// curveAnalyzePointBindingSource
|
//
|
this.curveAnalyzePointBindingSource.DataSource = typeof(IStation.Model.CurveAnalyzePoint);
|
//
|
// 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.Appearance.ViewCaption.Options.UseTextOptions = true;
|
this.gridView1.Appearance.ViewCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
this.gridView1.ColumnPanelRowHeight = 31;
|
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colHz,
|
this.colQ,
|
this.colH,
|
this.colE,
|
this.colN,
|
this.colTime,
|
this.colP1,
|
this.colP2,
|
this.colP,
|
this.colDelete});
|
this.gridView1.DetailHeight = 550;
|
this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
|
this.gridView1.GridControl = this.gridControl1;
|
this.gridView1.Name = "gridView1";
|
this.gridView1.RowHeight = 30;
|
this.gridView1.ViewCaptionHeight = 47;
|
this.gridView1.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridView1_RowCellClick);
|
//
|
// colHz
|
//
|
this.colHz.Caption = "频率";
|
this.colHz.FieldName = "HZ";
|
this.colHz.MinWidth = 10;
|
this.colHz.Name = "colHz";
|
this.colHz.Visible = true;
|
this.colHz.VisibleIndex = 7;
|
this.colHz.Width = 210;
|
//
|
// colQ
|
//
|
this.colQ.Caption = "流量";
|
this.colQ.FieldName = "Q";
|
this.colQ.MinWidth = 30;
|
this.colQ.Name = "colQ";
|
this.colQ.Visible = true;
|
this.colQ.VisibleIndex = 1;
|
this.colQ.Width = 169;
|
//
|
// colH
|
//
|
this.colH.Caption = "扬程";
|
this.colH.FieldName = "H";
|
this.colH.MinWidth = 30;
|
this.colH.Name = "colH";
|
this.colH.Visible = true;
|
this.colH.VisibleIndex = 2;
|
this.colH.Width = 209;
|
//
|
// colE
|
//
|
this.colE.Caption = "效率";
|
this.colE.FieldName = "E";
|
this.colE.MinWidth = 30;
|
this.colE.Name = "colE";
|
this.colE.Visible = true;
|
this.colE.VisibleIndex = 6;
|
this.colE.Width = 215;
|
//
|
// colN
|
//
|
this.colN.Caption = "转速";
|
this.colN.FieldName = "N";
|
this.colN.MinWidth = 30;
|
this.colN.Name = "colN";
|
this.colN.Visible = true;
|
this.colN.VisibleIndex = 8;
|
this.colN.Width = 231;
|
//
|
// colTime
|
//
|
this.colTime.Caption = "时间";
|
this.colTime.DisplayFormat.FormatString = "G";
|
this.colTime.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
|
this.colTime.FieldName = "Time";
|
this.colTime.MinWidth = 30;
|
this.colTime.Name = "colTime";
|
this.colTime.Visible = true;
|
this.colTime.VisibleIndex = 0;
|
this.colTime.Width = 196;
|
//
|
// colP1
|
//
|
this.colP1.Caption = "进口压力";
|
this.colP1.FieldName = "P1";
|
this.colP1.MinWidth = 30;
|
this.colP1.Name = "colP1";
|
this.colP1.Visible = true;
|
this.colP1.VisibleIndex = 4;
|
this.colP1.Width = 147;
|
//
|
// colP2
|
//
|
this.colP2.Caption = "出口压力";
|
this.colP2.FieldName = "P2";
|
this.colP2.MinWidth = 30;
|
this.colP2.Name = "colP2";
|
this.colP2.Visible = true;
|
this.colP2.VisibleIndex = 3;
|
this.colP2.Width = 130;
|
//
|
// colP
|
//
|
this.colP.Caption = "功率";
|
this.colP.FieldName = "P";
|
this.colP.MinWidth = 30;
|
this.colP.Name = "colP";
|
this.colP.Visible = true;
|
this.colP.VisibleIndex = 5;
|
this.colP.Width = 258;
|
//
|
// colDelete
|
//
|
this.colDelete.Caption = "删除";
|
this.colDelete.ColumnEdit = this.repositoryItemButtonEdit1;
|
this.colDelete.MaxWidth = 86;
|
this.colDelete.MinWidth = 86;
|
this.colDelete.Name = "colDelete";
|
this.colDelete.OptionsColumn.AllowEdit = false;
|
this.colDelete.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
|
new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "", "数据量={0}")});
|
this.colDelete.Visible = true;
|
this.colDelete.VisibleIndex = 9;
|
this.colDelete.Width = 86;
|
//
|
// 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;
|
//
|
// repImgCmbValue
|
//
|
this.repImgCmbValue.AutoHeight = false;
|
this.repImgCmbValue.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
this.repImgCmbValue.Name = "repImgCmbValue";
|
//
|
// layoutControl1
|
//
|
this.layoutControl1.Controls.Add(this.gridControl1);
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControl1.Name = "layoutControl1";
|
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1424, 67, 975, 600);
|
this.layoutControl1.Root = this.Root;
|
this.layoutControl1.Size = new System.Drawing.Size(1234, 868);
|
this.layoutControl1.TabIndex = 3;
|
this.layoutControl1.Text = "layoutControl1";
|
//
|
// Root
|
//
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlItem1});
|
this.Root.Name = "Root";
|
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
this.Root.Size = new System.Drawing.Size(1234, 868);
|
this.Root.TextVisible = false;
|
//
|
// layoutControlItem1
|
//
|
this.layoutControlItem1.Control = this.gridControl1;
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
this.layoutControlItem1.Size = new System.Drawing.Size(1234, 868);
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
this.layoutControlItem1.TextVisible = false;
|
//
|
// BoxSelectPointsDlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1234, 868);
|
this.Controls.Add(this.layoutControl1);
|
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.Name = "BoxSelectPointsDlg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "查看";
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.curveAnalyzePointBindingSource)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repImgCmbValue)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
this.layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraGrid.Columns.GridColumn colHz;
|
private DevExpress.XtraGrid.Columns.GridColumn colDelete;
|
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
|
private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repImgCmbValue;
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private System.Windows.Forms.BindingSource curveAnalyzePointBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colQ;
|
private DevExpress.XtraGrid.Columns.GridColumn colP1;
|
private DevExpress.XtraGrid.Columns.GridColumn colP2;
|
private DevExpress.XtraGrid.Columns.GridColumn colP;
|
private DevExpress.XtraGrid.Columns.GridColumn colH;
|
private DevExpress.XtraGrid.Columns.GridColumn colE;
|
private DevExpress.XtraGrid.Columns.GridColumn colN;
|
private DevExpress.XtraGrid.Columns.GridColumn colTime;
|
}
|
}
|