namespace TProduct.WinFrmUI.TPump
|
{
|
partial class GridFeatMonitorRecordCtrl
|
{
|
/// <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();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GridFeatMonitorRecordCtrl));
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
this.gridViewMain = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
|
this.bandCorrect = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
|
this.colPumpName = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
this.colCorrectPtQ = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
this.coCorrectPtH = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
this.colCorrectPtE = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
this.colCorrectPtP = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
this.bandTest = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
|
this.colTestPtQ = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
this.colTestPtH = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
this.colTestPtE = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
this.colTestPtP = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
this.colSpeed = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
this.gridBandMonitor = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
|
this.colTemp = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
|
this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
this.bar1 = new DevExpress.XtraBars.Bar();
|
this.bbi手动输入记录 = new DevExpress.XtraBars.BarButtonItem();
|
this.bbiEditRecord = new DevExpress.XtraBars.BarButtonItem();
|
this.bbiDeleteRecord = new DevExpress.XtraBars.BarButtonItem();
|
this.bbiExportExcel = new DevExpress.XtraBars.BarButtonItem();
|
this.barSubItemBat = new DevExpress.XtraBars.BarSubItem();
|
this.bbisub清空所有数据 = new DevExpress.XtraBars.BarButtonItem();
|
this.bbi根据电机效率刷新测试效率 = new DevExpress.XtraBars.BarButtonItem();
|
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
|
this.bbi新建导入测试模版 = new DevExpress.XtraBars.BarButtonItem();
|
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
this.bbi根据额定转速刷新修正数据 = new DevExpress.XtraBars.BarButtonItem();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// gridControl1
|
//
|
this.gridControl1.Cursor = System.Windows.Forms.Cursors.Default;
|
this.gridControl1.DataSource = this.bindingSource1;
|
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gridControl1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(4);
|
this.gridControl1.Location = new System.Drawing.Point(0, 24);
|
this.gridControl1.MainView = this.gridViewMain;
|
this.gridControl1.Margin = new System.Windows.Forms.Padding(4);
|
this.gridControl1.Name = "gridControl1";
|
this.gridControl1.Size = new System.Drawing.Size(1275, 688);
|
this.gridControl1.TabIndex = 3;
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridViewMain});
|
//
|
// gridViewMain
|
//
|
this.gridViewMain.Appearance.HeaderPanel.Options.UseTextOptions = true;
|
this.gridViewMain.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
|
this.gridViewMain.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
|
this.bandCorrect,
|
this.bandTest,
|
this.gridBandMonitor});
|
this.gridViewMain.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
|
this.colPumpName,
|
this.colCorrectPtQ,
|
this.coCorrectPtH,
|
this.colCorrectPtE,
|
this.colCorrectPtP,
|
this.colTestPtQ,
|
this.colTestPtP,
|
this.colTestPtE,
|
this.colTestPtH,
|
this.colSpeed,
|
this.colTemp});
|
this.gridViewMain.DetailHeight = 408;
|
this.gridViewMain.GridControl = this.gridControl1;
|
this.gridViewMain.Name = "gridViewMain";
|
this.gridViewMain.OptionsView.ColumnAutoWidth = false;
|
this.gridViewMain.OptionsView.RowAutoHeight = true;
|
//
|
// bandCorrect
|
//
|
this.bandCorrect.AppearanceHeader.Options.UseTextOptions = true;
|
this.bandCorrect.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.bandCorrect.Caption = "换算后";
|
this.bandCorrect.Columns.Add(this.colPumpName);
|
this.bandCorrect.Columns.Add(this.colCorrectPtQ);
|
this.bandCorrect.Columns.Add(this.coCorrectPtH);
|
this.bandCorrect.Columns.Add(this.colCorrectPtE);
|
this.bandCorrect.Columns.Add(this.colCorrectPtP);
|
this.bandCorrect.Fixed = DevExpress.XtraGrid.Columns.FixedStyle.Left;
|
this.bandCorrect.MinWidth = 12;
|
this.bandCorrect.Name = "bandCorrect";
|
this.bandCorrect.VisibleIndex = 0;
|
this.bandCorrect.Width = 360;
|
//
|
// 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 = "RecordTime";
|
this.colPumpName.MinWidth = 23;
|
this.colPumpName.Name = "colPumpName";
|
this.colPumpName.OptionsColumn.AllowEdit = false;
|
this.colPumpName.Visible = true;
|
this.colPumpName.Width = 120;
|
//
|
// colCorrectPtQ
|
//
|
this.colCorrectPtQ.AppearanceCell.Options.UseTextOptions = true;
|
this.colCorrectPtQ.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colCorrectPtQ.AppearanceHeader.Options.UseTextOptions = true;
|
this.colCorrectPtQ.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colCorrectPtQ.Caption = "流量";
|
this.colCorrectPtQ.FieldName = "CorrectPtQ";
|
this.colCorrectPtQ.MinWidth = 23;
|
this.colCorrectPtQ.Name = "colCorrectPtQ";
|
this.colCorrectPtQ.OptionsColumn.AllowEdit = false;
|
this.colCorrectPtQ.Visible = true;
|
this.colCorrectPtQ.Width = 60;
|
//
|
// coCorrectPtH
|
//
|
this.coCorrectPtH.AppearanceCell.Options.UseTextOptions = true;
|
this.coCorrectPtH.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.coCorrectPtH.AppearanceHeader.Options.UseTextOptions = true;
|
this.coCorrectPtH.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.coCorrectPtH.Caption = "扬程";
|
this.coCorrectPtH.FieldName = "CorrectPtH";
|
this.coCorrectPtH.MinWidth = 23;
|
this.coCorrectPtH.Name = "coCorrectPtH";
|
this.coCorrectPtH.Visible = true;
|
this.coCorrectPtH.Width = 60;
|
//
|
// colCorrectPtE
|
//
|
this.colCorrectPtE.AppearanceCell.Options.UseTextOptions = true;
|
this.colCorrectPtE.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colCorrectPtE.AppearanceHeader.Options.UseTextOptions = true;
|
this.colCorrectPtE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colCorrectPtE.Caption = "效率(%)";
|
this.colCorrectPtE.FieldName = "CorrectPtE";
|
this.colCorrectPtE.MinWidth = 23;
|
this.colCorrectPtE.Name = "colCorrectPtE";
|
this.colCorrectPtE.Visible = true;
|
this.colCorrectPtE.Width = 60;
|
//
|
// colCorrectPtP
|
//
|
this.colCorrectPtP.AppearanceCell.Options.UseTextOptions = true;
|
this.colCorrectPtP.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colCorrectPtP.AppearanceHeader.Options.UseTextOptions = true;
|
this.colCorrectPtP.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colCorrectPtP.Caption = "功率";
|
this.colCorrectPtP.FieldName = "CorrectPtP";
|
this.colCorrectPtP.MinWidth = 23;
|
this.colCorrectPtP.Name = "colCorrectPtP";
|
this.colCorrectPtP.Visible = true;
|
this.colCorrectPtP.Width = 60;
|
//
|
// bandTest
|
//
|
this.bandTest.AppearanceHeader.Options.UseTextOptions = true;
|
this.bandTest.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.bandTest.Caption = "换算前";
|
this.bandTest.Columns.Add(this.colTestPtQ);
|
this.bandTest.Columns.Add(this.colTestPtH);
|
this.bandTest.Columns.Add(this.colTestPtE);
|
this.bandTest.Columns.Add(this.colTestPtP);
|
this.bandTest.Columns.Add(this.colSpeed);
|
this.bandTest.MinWidth = 12;
|
this.bandTest.Name = "bandTest";
|
this.bandTest.VisibleIndex = 1;
|
this.bandTest.Width = 408;
|
//
|
// colTestPtQ
|
//
|
this.colTestPtQ.AppearanceCell.Options.UseTextOptions = true;
|
this.colTestPtQ.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colTestPtQ.AppearanceHeader.Options.UseTextOptions = true;
|
this.colTestPtQ.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colTestPtQ.Caption = "流量";
|
this.colTestPtQ.FieldName = "TestPtQ";
|
this.colTestPtQ.MinWidth = 23;
|
this.colTestPtQ.Name = "colTestPtQ";
|
this.colTestPtQ.Visible = true;
|
this.colTestPtQ.Width = 87;
|
//
|
// colTestPtH
|
//
|
this.colTestPtH.AppearanceCell.Options.UseTextOptions = true;
|
this.colTestPtH.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colTestPtH.AppearanceHeader.Options.UseTextOptions = true;
|
this.colTestPtH.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colTestPtH.Caption = "扬程";
|
this.colTestPtH.FieldName = "TestPtH";
|
this.colTestPtH.MinWidth = 23;
|
this.colTestPtH.Name = "colTestPtH";
|
this.colTestPtH.Visible = true;
|
this.colTestPtH.Width = 87;
|
//
|
// colTestPtE
|
//
|
this.colTestPtE.AppearanceCell.Options.UseTextOptions = true;
|
this.colTestPtE.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colTestPtE.AppearanceHeader.Options.UseTextOptions = true;
|
this.colTestPtE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colTestPtE.Caption = "效率(%)";
|
this.colTestPtE.FieldName = "TestPtE";
|
this.colTestPtE.MinWidth = 23;
|
this.colTestPtE.Name = "colTestPtE";
|
this.colTestPtE.Visible = true;
|
this.colTestPtE.Width = 87;
|
//
|
// colTestPtP
|
//
|
this.colTestPtP.AppearanceCell.Options.UseTextOptions = true;
|
this.colTestPtP.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colTestPtP.AppearanceHeader.Options.UseTextOptions = true;
|
this.colTestPtP.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colTestPtP.Caption = "功率";
|
this.colTestPtP.FieldName = "TestPtP";
|
this.colTestPtP.MinWidth = 23;
|
this.colTestPtP.Name = "colTestPtP";
|
this.colTestPtP.Visible = true;
|
this.colTestPtP.Width = 87;
|
//
|
// colSpeed
|
//
|
this.colSpeed.AppearanceCell.Options.UseTextOptions = true;
|
this.colSpeed.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colSpeed.AppearanceHeader.Options.UseTextOptions = true;
|
this.colSpeed.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colSpeed.Caption = "转速(rpm)";
|
this.colSpeed.FieldName = "Speed";
|
this.colSpeed.MinWidth = 23;
|
this.colSpeed.Name = "colSpeed";
|
this.colSpeed.Visible = true;
|
this.colSpeed.Width = 60;
|
//
|
// gridBandMonitor
|
//
|
this.gridBandMonitor.AppearanceHeader.Options.UseTextOptions = true;
|
this.gridBandMonitor.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.gridBandMonitor.Caption = "仪表数据";
|
this.gridBandMonitor.Columns.Add(this.colTemp);
|
this.gridBandMonitor.MinWidth = 12;
|
this.gridBandMonitor.Name = "gridBandMonitor";
|
this.gridBandMonitor.VisibleIndex = 2;
|
this.gridBandMonitor.Width = 302;
|
//
|
// colTemp
|
//
|
this.colTemp.AppearanceHeader.Options.UseTextOptions = true;
|
this.colTemp.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colTemp.Caption = "temp";
|
this.colTemp.MinWidth = 23;
|
this.colTemp.Name = "colTemp";
|
this.colTemp.Visible = true;
|
this.colTemp.Width = 302;
|
//
|
// popupMenu1
|
//
|
this.popupMenu1.Manager = this.barManager1;
|
this.popupMenu1.Name = "popupMenu1";
|
//
|
// barManager1
|
//
|
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
|
this.bar1});
|
this.barManager1.DockControls.Add(this.barDockControlTop);
|
this.barManager1.DockControls.Add(this.barDockControlBottom);
|
this.barManager1.DockControls.Add(this.barDockControlLeft);
|
this.barManager1.DockControls.Add(this.barDockControlRight);
|
this.barManager1.Form = this;
|
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
this.bbiEditRecord,
|
this.bbiDeleteRecord,
|
this.bbiExportExcel,
|
this.bbi手动输入记录,
|
this.barSubItemBat,
|
this.bbisub清空所有数据,
|
this.bbi根据电机效率刷新测试效率,
|
this.barButtonItem1,
|
this.bbi新建导入测试模版,
|
this.bbi根据额定转速刷新修正数据});
|
this.barManager1.MaxItemId = 11;
|
//
|
// bar1
|
//
|
this.bar1.BarName = "Custom 2";
|
this.bar1.DockCol = 0;
|
this.bar1.DockRow = 0;
|
this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
new DevExpress.XtraBars.LinkPersistInfo(this.bbi手动输入记录),
|
new DevExpress.XtraBars.LinkPersistInfo(this.bbiEditRecord),
|
new DevExpress.XtraBars.LinkPersistInfo(this.bbiDeleteRecord),
|
new DevExpress.XtraBars.LinkPersistInfo(this.bbiExportExcel),
|
new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemBat)});
|
this.bar1.Text = "Top";
|
//
|
// bbi手动输入记录
|
//
|
this.bbi手动输入记录.Caption = "手动输入记录";
|
this.bbi手动输入记录.Id = 4;
|
this.bbi手动输入记录.ImageOptions.Image = global::TProduct.WinFrmUI.TPump.Properties.Resources.add_16x161;
|
this.bbi手动输入记录.ImageOptions.LargeImage = global::TProduct.WinFrmUI.TPump.Properties.Resources.add_32x321;
|
this.bbi手动输入记录.Name = "bbi手动输入记录";
|
this.bbi手动输入记录.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
|
this.bbi手动输入记录.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi手动输入记录_ItemClick);
|
//
|
// bbiEditRecord
|
//
|
this.bbiEditRecord.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
|
this.bbiEditRecord.Caption = "编辑记录";
|
this.bbiEditRecord.Id = 0;
|
this.bbiEditRecord.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiEditRecord.ImageOptions.Image")));
|
this.bbiEditRecord.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbiEditRecord.ImageOptions.LargeImage")));
|
this.bbiEditRecord.Name = "bbiEditRecord";
|
this.bbiEditRecord.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
|
this.bbiEditRecord.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiEditRecord_ItemClick);
|
//
|
// bbiDeleteRecord
|
//
|
this.bbiDeleteRecord.Caption = "删除所选记录";
|
this.bbiDeleteRecord.Id = 1;
|
this.bbiDeleteRecord.ImageOptions.Image = global::TProduct.WinFrmUI.TPump.Properties.Resources.deletelist2_16x16;
|
this.bbiDeleteRecord.ImageOptions.LargeImage = global::TProduct.WinFrmUI.TPump.Properties.Resources.deletelist2_32x32;
|
this.bbiDeleteRecord.Name = "bbiDeleteRecord";
|
this.bbiDeleteRecord.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
|
this.bbiDeleteRecord.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiDeleteRecord_ItemClick);
|
//
|
// bbiExportExcel
|
//
|
this.bbiExportExcel.Caption = "导出记录";
|
this.bbiExportExcel.Id = 2;
|
this.bbiExportExcel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("bbiExportExcel.ImageOptions.Image")));
|
this.bbiExportExcel.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("bbiExportExcel.ImageOptions.LargeImage")));
|
this.bbiExportExcel.Name = "bbiExportExcel";
|
this.bbiExportExcel.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
|
this.bbiExportExcel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiExportExcel_ItemClick);
|
//
|
// barSubItemBat
|
//
|
this.barSubItemBat.Caption = "批量操作";
|
this.barSubItemBat.Id = 5;
|
this.barSubItemBat.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barSubItemBat.ImageOptions.SvgImage")));
|
this.barSubItemBat.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
new DevExpress.XtraBars.LinkPersistInfo(this.bbisub清空所有数据),
|
new DevExpress.XtraBars.LinkPersistInfo(this.bbi根据额定转速刷新修正数据, true),
|
new DevExpress.XtraBars.LinkPersistInfo(this.bbi根据电机效率刷新测试效率),
|
new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1, true),
|
new DevExpress.XtraBars.LinkPersistInfo(this.bbi新建导入测试模版)});
|
this.barSubItemBat.Name = "barSubItemBat";
|
this.barSubItemBat.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
|
//
|
// bbisub清空所有数据
|
//
|
this.bbisub清空所有数据.Caption = "清空所有数据! (谨慎)";
|
this.bbisub清空所有数据.Id = 6;
|
this.bbisub清空所有数据.Name = "bbisub清空所有数据";
|
this.bbisub清空所有数据.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi清空所有数据_ItemClick);
|
//
|
// bbi根据电机效率刷新测试效率
|
//
|
this.bbi根据电机效率刷新测试效率.Caption = "根据电机效率刷新测试效率";
|
this.bbi根据电机效率刷新测试效率.Id = 7;
|
this.bbi根据电机效率刷新测试效率.Name = "bbi根据电机效率刷新测试效率";
|
this.bbi根据电机效率刷新测试效率.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi根据电机效率刷新测试效率_ItemClick);
|
//
|
// barButtonItem1
|
//
|
this.barButtonItem1.Caption = "导入测试数据";
|
this.barButtonItem1.Id = 8;
|
this.barButtonItem1.Name = "barButtonItem1";
|
this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
|
//
|
// bbi新建导入测试模版
|
//
|
this.bbi新建导入测试模版.Caption = "导入测试数据(新建模版)";
|
this.bbi新建导入测试模版.Id = 9;
|
this.bbi新建导入测试模版.Name = "bbi新建导入测试模版";
|
this.bbi新建导入测试模版.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi新建导入测试模版_ItemClick);
|
//
|
// barDockControlTop
|
//
|
this.barDockControlTop.CausesValidation = false;
|
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
|
this.barDockControlTop.Manager = this.barManager1;
|
this.barDockControlTop.Margin = new System.Windows.Forms.Padding(4);
|
this.barDockControlTop.Size = new System.Drawing.Size(1275, 24);
|
//
|
// barDockControlBottom
|
//
|
this.barDockControlBottom.CausesValidation = false;
|
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
this.barDockControlBottom.Location = new System.Drawing.Point(0, 712);
|
this.barDockControlBottom.Manager = this.barManager1;
|
this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(4);
|
this.barDockControlBottom.Size = new System.Drawing.Size(1275, 0);
|
//
|
// barDockControlLeft
|
//
|
this.barDockControlLeft.CausesValidation = false;
|
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
|
this.barDockControlLeft.Manager = this.barManager1;
|
this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(4);
|
this.barDockControlLeft.Size = new System.Drawing.Size(0, 688);
|
//
|
// barDockControlRight
|
//
|
this.barDockControlRight.CausesValidation = false;
|
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
this.barDockControlRight.Location = new System.Drawing.Point(1275, 24);
|
this.barDockControlRight.Manager = this.barManager1;
|
this.barDockControlRight.Margin = new System.Windows.Forms.Padding(4);
|
this.barDockControlRight.Size = new System.Drawing.Size(0, 688);
|
//
|
// bbi根据额定转速刷新修正数据
|
//
|
this.bbi根据额定转速刷新修正数据.Caption = "根据额定转速刷新修正数据";
|
this.bbi根据额定转速刷新修正数据.Id = 10;
|
this.bbi根据额定转速刷新修正数据.Name = "bbi根据额定转速刷新修正数据";
|
this.bbi根据额定转速刷新修正数据.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbi根据额定转速刷新修正数据_ItemClick);
|
//
|
// GridFeatMonitorRecordCtrl
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.gridControl1);
|
this.Controls.Add(this.barDockControlLeft);
|
this.Controls.Add(this.barDockControlRight);
|
this.Controls.Add(this.barDockControlBottom);
|
this.Controls.Add(this.barDockControlTop);
|
this.Margin = new System.Windows.Forms.Padding(4);
|
this.Name = "GridFeatMonitorRecordCtrl";
|
this.Size = new System.Drawing.Size(1275, 712);
|
this.Load += new System.EventHandler(this.GridFeatMonitorRecordCtrl_Load);
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridView gridViewMain;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colPumpName;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colCorrectPtQ;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn coCorrectPtH;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colCorrectPtE;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colCorrectPtP;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colSpeed;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTestPtQ;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTestPtH;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTestPtE;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTestPtP;
|
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn colTemp;
|
private System.Windows.Forms.BindingSource bindingSource1;
|
private DevExpress.XtraGrid.Views.BandedGrid.GridBand bandCorrect;
|
private DevExpress.XtraGrid.Views.BandedGrid.GridBand bandTest;
|
private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBandMonitor;
|
private DevExpress.XtraBars.PopupMenu popupMenu1;
|
private DevExpress.XtraBars.BarManager barManager1;
|
private DevExpress.XtraBars.Bar bar1;
|
private DevExpress.XtraBars.BarButtonItem bbiEditRecord;
|
private DevExpress.XtraBars.BarButtonItem bbiDeleteRecord;
|
private DevExpress.XtraBars.BarButtonItem bbiExportExcel;
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
private DevExpress.XtraBars.BarButtonItem bbi手动输入记录;
|
private DevExpress.XtraBars.BarSubItem barSubItemBat;
|
private DevExpress.XtraBars.BarButtonItem bbisub清空所有数据;
|
private DevExpress.XtraBars.BarButtonItem bbi根据电机效率刷新测试效率;
|
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
|
private DevExpress.XtraBars.BarButtonItem bbi新建导入测试模版;
|
private DevExpress.XtraBars.BarButtonItem bbi根据额定转速刷新修正数据;
|
}
|
}
|