namespace TProduct.WinFrmUI.TValve
|
{
|
partial class CalcFeatTestData1Dlg
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.components = new System.ComponentModel.Container();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
|
this.gridViewMain = new DevExpress.XtraGrid.Views.Grid.GridView();
|
this.colMonitorName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colMonitorValue = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.colUnitName = new DevExpress.XtraGrid.Columns.GridColumn();
|
this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
|
this.btnCorrect = new DevExpress.XtraEditors.SimpleButton();
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.panelCalcBtn = new System.Windows.Forms.Panel();
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.textBoxP2 = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.textBox流阻系数 = new System.Windows.Forms.TextBox();
|
this.label7 = new System.Windows.Forms.Label();
|
this.textBox流量系数 = new System.Windows.Forms.TextBox();
|
this.label6 = new System.Windows.Forms.Label();
|
this.textBox雷诺数 = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.textBox压差 = new System.Windows.Forms.TextBox();
|
this.labelYaCha = new System.Windows.Forms.Label();
|
this.textBoxP1 = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.textBoxP3 = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.txt流量 = new System.Windows.Forms.TextBox();
|
this.lblCorrectQ = new System.Windows.Forms.Label();
|
this.textBox流速 = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.groupBox1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).BeginInit();
|
this.splitContainerControl1.Panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).BeginInit();
|
this.splitContainerControl1.Panel2.SuspendLayout();
|
this.splitContainerControl1.SuspendLayout();
|
this.tableLayoutPanel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
this.panelCalcBtn.SuspendLayout();
|
this.panel2.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.gridControl1);
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(474, 399);
|
this.groupBox1.TabIndex = 2;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "测量值";
|
//
|
// gridControl1
|
//
|
this.gridControl1.DataSource = this.bindingSource1;
|
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.gridControl1.Location = new System.Drawing.Point(3, 18);
|
this.gridControl1.MainView = this.gridViewMain;
|
this.gridControl1.Name = "gridControl1";
|
this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
this.repositoryItemSpinEdit1});
|
this.gridControl1.Size = new System.Drawing.Size(468, 378);
|
this.gridControl1.TabIndex = 0;
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridViewMain});
|
//
|
// bindingSource1
|
//
|
this.bindingSource1.DataSource = typeof(TProduct.WinFrmUI.TValve.CalcFeatTestData1Dlg.CurrentViewModel);
|
//
|
// gridViewMain
|
//
|
this.gridViewMain.Appearance.ColumnFilterButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.ColumnFilterButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.ColumnFilterButton.ForeColor = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.ColumnFilterButton.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.ColumnFilterButton.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.ColumnFilterButton.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.ColumnFilterButtonActive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridViewMain.Appearance.ColumnFilterButtonActive.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridViewMain.Appearance.ColumnFilterButtonActive.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.ColumnFilterButtonActive.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.ColumnFilterButtonActive.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.ColumnFilterButtonActive.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.Empty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.Empty.BackColor2 = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.Empty.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.EvenRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.EvenRow.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.EvenRow.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.EvenRow.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.EvenRow.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.FilterCloseButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.FilterCloseButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.FilterCloseButton.ForeColor = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.FilterCloseButton.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.FilterCloseButton.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.FilterCloseButton.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.FilterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.FilterPanel.BackColor2 = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.FilterPanel.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.FilterPanel.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.FilterPanel.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.FixedLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(133)))), ((int)(((byte)(195)))));
|
this.gridViewMain.Appearance.FixedLine.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.FocusedCell.BackColor = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.FocusedCell.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.FocusedCell.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.FocusedCell.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(109)))), ((int)(((byte)(189)))));
|
this.gridViewMain.Appearance.FocusedRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(139)))), ((int)(((byte)(206)))));
|
this.gridViewMain.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.FocusedRow.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.FocusedRow.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.FocusedRow.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.FooterPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.FooterPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.FooterPanel.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.FooterPanel.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.FooterPanel.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.FooterPanel.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.GroupButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.GroupButton.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.GroupButton.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.GroupButton.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.GroupFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridViewMain.Appearance.GroupFooter.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridViewMain.Appearance.GroupFooter.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.GroupFooter.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.GroupFooter.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.GroupFooter.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.GroupPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.GroupPanel.BackColor2 = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.GroupPanel.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.GroupPanel.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.GroupPanel.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.GroupRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridViewMain.Appearance.GroupRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(216)))), ((int)(((byte)(254)))));
|
this.gridViewMain.Appearance.GroupRow.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.GroupRow.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.GroupRow.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.GroupRow.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.HeaderPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(201)))), ((int)(((byte)(254)))));
|
this.gridViewMain.Appearance.HeaderPanel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(139)))), ((int)(((byte)(201)))), ((int)(((byte)(254)))));
|
this.gridViewMain.Appearance.HeaderPanel.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.HeaderPanel.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.HeaderPanel.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.HeaderPanel.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(170)))), ((int)(((byte)(225)))));
|
this.gridViewMain.Appearance.HideSelectionRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
|
this.gridViewMain.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.HideSelectionRow.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.HideSelectionRow.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.HideSelectionRow.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.HorzLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.HorzLine.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.OddRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.OddRow.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.OddRow.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.OddRow.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.OddRow.Options.UseBorderColor = true;
|
this.gridViewMain.Appearance.OddRow.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.Preview.Font = new System.Drawing.Font("Verdana", 7.5F);
|
this.gridViewMain.Appearance.Preview.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
|
this.gridViewMain.Appearance.Preview.Options.UseFont = true;
|
this.gridViewMain.Appearance.Preview.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.Row.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(251)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.Row.ForeColor = System.Drawing.Color.Black;
|
this.gridViewMain.Appearance.Row.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.Row.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.RowSeparator.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(246)))), ((int)(((byte)(255)))));
|
this.gridViewMain.Appearance.RowSeparator.BackColor2 = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.RowSeparator.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(155)))), ((int)(((byte)(215)))));
|
this.gridViewMain.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.SelectedRow.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.SelectedRow.Options.UseForeColor = true;
|
this.gridViewMain.Appearance.TopNewRow.BackColor = System.Drawing.Color.White;
|
this.gridViewMain.Appearance.TopNewRow.Options.UseBackColor = true;
|
this.gridViewMain.Appearance.VertLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(104)))), ((int)(((byte)(184)))), ((int)(((byte)(251)))));
|
this.gridViewMain.Appearance.VertLine.Options.UseBackColor = true;
|
this.gridViewMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
this.colMonitorName,
|
this.colMonitorValue,
|
this.colUnitName});
|
this.gridViewMain.GridControl = this.gridControl1;
|
this.gridViewMain.Name = "gridViewMain";
|
this.gridViewMain.OptionsView.EnableAppearanceEvenRow = true;
|
this.gridViewMain.OptionsView.EnableAppearanceOddRow = true;
|
this.gridViewMain.OptionsView.ShowGroupPanel = false;
|
this.gridViewMain.CustomUnboundColumnData += new DevExpress.XtraGrid.Views.Base.CustomColumnDataEventHandler(this.GridView_CustomUnboundColumnData);
|
//
|
// colMonitorName
|
//
|
this.colMonitorName.AppearanceCell.Options.UseTextOptions = true;
|
this.colMonitorName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colMonitorName.AppearanceHeader.Options.UseTextOptions = true;
|
this.colMonitorName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colMonitorName.Caption = "名称";
|
this.colMonitorName.FieldName = "MonitorName";
|
this.colMonitorName.Name = "colMonitorName";
|
this.colMonitorName.OptionsColumn.AllowEdit = false;
|
this.colMonitorName.Visible = true;
|
this.colMonitorName.VisibleIndex = 0;
|
this.colMonitorName.Width = 249;
|
//
|
// colMonitorValue
|
//
|
this.colMonitorValue.AppearanceCell.Options.UseTextOptions = true;
|
this.colMonitorValue.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
this.colMonitorValue.AppearanceHeader.Options.UseTextOptions = true;
|
this.colMonitorValue.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colMonitorValue.Caption = "数据";
|
this.colMonitorValue.FieldName = "DispValue";
|
this.colMonitorValue.Name = "colMonitorValue";
|
this.colMonitorValue.Visible = true;
|
this.colMonitorValue.VisibleIndex = 2;
|
this.colMonitorValue.Width = 175;
|
//
|
// colUnitName
|
//
|
this.colUnitName.AppearanceCell.Options.UseTextOptions = true;
|
this.colUnitName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colUnitName.AppearanceHeader.Options.UseTextOptions = true;
|
this.colUnitName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
|
this.colUnitName.Caption = "单位";
|
this.colUnitName.FieldName = "UnitName";
|
this.colUnitName.Name = "colUnitName";
|
this.colUnitName.OptionsColumn.AllowEdit = false;
|
this.colUnitName.UnboundDataType = typeof(string);
|
this.colUnitName.Visible = true;
|
this.colUnitName.VisibleIndex = 1;
|
//
|
// repositoryItemSpinEdit1
|
//
|
this.repositoryItemSpinEdit1.AutoHeight = false;
|
this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
|
this.repositoryItemSpinEdit1.NullText = "0";
|
this.repositoryItemSpinEdit1.NullValuePrompt = "0";
|
//
|
// btnCorrect
|
//
|
this.btnCorrect.Location = new System.Drawing.Point(71, 11);
|
this.btnCorrect.Name = "btnCorrect";
|
this.btnCorrect.Size = new System.Drawing.Size(322, 29);
|
this.btnCorrect.TabIndex = 3;
|
this.btnCorrect.Text = "计 算";
|
this.btnCorrect.Click += new System.EventHandler(this.btnCorrect_Click);
|
//
|
// btnCancel
|
//
|
this.btnCancel.Location = new System.Drawing.Point(268, 9);
|
this.btnCancel.Name = "btnCancel";
|
this.btnCancel.Size = new System.Drawing.Size(75, 27);
|
this.btnCancel.TabIndex = 5;
|
this.btnCancel.Text = "取消";
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
//
|
// btnOK
|
//
|
this.btnOK.Location = new System.Drawing.Point(122, 9);
|
this.btnOK.Name = "btnOK";
|
this.btnOK.Size = new System.Drawing.Size(75, 27);
|
this.btnOK.TabIndex = 6;
|
this.btnOK.Text = "保存";
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
//
|
// splitContainerControl1
|
//
|
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
|
this.splitContainerControl1.Horizontal = false;
|
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
|
this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(1);
|
this.splitContainerControl1.Name = "splitContainerControl1";
|
//
|
// splitContainerControl1.Panel1
|
//
|
this.splitContainerControl1.Panel1.Controls.Add(this.groupBox1);
|
this.splitContainerControl1.Panel1.Text = "Panel1";
|
//
|
// splitContainerControl1.Panel2
|
//
|
this.splitContainerControl1.Panel2.Controls.Add(this.tableLayoutPanel1);
|
this.splitContainerControl1.Panel2.Padding = new System.Windows.Forms.Padding(5);
|
this.splitContainerControl1.Panel2.Text = "Panel2";
|
this.splitContainerControl1.Size = new System.Drawing.Size(474, 639);
|
this.splitContainerControl1.SplitterPosition = 230;
|
this.splitContainerControl1.TabIndex = 7;
|
this.splitContainerControl1.Text = "splitContainerControl1";
|
//
|
// tableLayoutPanel1
|
//
|
this.tableLayoutPanel1.ColumnCount = 1;
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 2);
|
this.tableLayoutPanel1.Controls.Add(this.panelCalcBtn, 0, 0);
|
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(5, 5);
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.RowCount = 3;
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 47F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(464, 220);
|
this.tableLayoutPanel1.TabIndex = 10;
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.btnCancel);
|
this.panel1.Controls.Add(this.btnOK);
|
this.panel1.Location = new System.Drawing.Point(0, 180);
|
this.panel1.Margin = new System.Windows.Forms.Padding(0);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(464, 40);
|
this.panel1.TabIndex = 9;
|
//
|
// panelCalcBtn
|
//
|
this.panelCalcBtn.Controls.Add(this.btnCorrect);
|
this.panelCalcBtn.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panelCalcBtn.Location = new System.Drawing.Point(0, 0);
|
this.panelCalcBtn.Margin = new System.Windows.Forms.Padding(0);
|
this.panelCalcBtn.Name = "panelCalcBtn";
|
this.panelCalcBtn.Padding = new System.Windows.Forms.Padding(3);
|
this.panelCalcBtn.Size = new System.Drawing.Size(464, 47);
|
this.panelCalcBtn.TabIndex = 8;
|
//
|
// panel2
|
//
|
this.panel2.Controls.Add(this.textBox流速);
|
this.panel2.Controls.Add(this.label4);
|
this.panel2.Controls.Add(this.textBoxP2);
|
this.panel2.Controls.Add(this.label3);
|
this.panel2.Controls.Add(this.textBox流阻系数);
|
this.panel2.Controls.Add(this.label7);
|
this.panel2.Controls.Add(this.textBox流量系数);
|
this.panel2.Controls.Add(this.label6);
|
this.panel2.Controls.Add(this.textBox雷诺数);
|
this.panel2.Controls.Add(this.label5);
|
this.panel2.Controls.Add(this.textBox压差);
|
this.panel2.Controls.Add(this.labelYaCha);
|
this.panel2.Controls.Add(this.textBoxP1);
|
this.panel2.Controls.Add(this.label2);
|
this.panel2.Controls.Add(this.textBoxP3);
|
this.panel2.Controls.Add(this.label1);
|
this.panel2.Controls.Add(this.txt流量);
|
this.panel2.Controls.Add(this.lblCorrectQ);
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel2.Location = new System.Drawing.Point(0, 47);
|
this.panel2.Margin = new System.Windows.Forms.Padding(0);
|
this.panel2.Name = "panel2";
|
this.panel2.Size = new System.Drawing.Size(464, 133);
|
this.panel2.TabIndex = 10;
|
//
|
// textBoxP2
|
//
|
this.textBoxP2.Enabled = false;
|
this.textBoxP2.Location = new System.Drawing.Point(244, 46);
|
this.textBoxP2.Name = "textBoxP2";
|
this.textBoxP2.Size = new System.Drawing.Size(78, 22);
|
this.textBoxP2.TabIndex = 3;
|
this.textBoxP2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(193, 49);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(45, 14);
|
this.label3.TabIndex = 2;
|
this.label3.Text = "压力P2";
|
//
|
// textBox流阻系数
|
//
|
this.textBox流阻系数.Enabled = false;
|
this.textBox流阻系数.Location = new System.Drawing.Point(384, 102);
|
this.textBox流阻系数.Name = "textBox流阻系数";
|
this.textBox流阻系数.Size = new System.Drawing.Size(73, 22);
|
this.textBox流阻系数.TabIndex = 3;
|
this.textBox流阻系数.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// label7
|
//
|
this.label7.AutoSize = true;
|
this.label7.Location = new System.Drawing.Point(323, 105);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(55, 14);
|
this.label7.TabIndex = 2;
|
this.label7.Text = "流阻系数";
|
//
|
// textBox流量系数
|
//
|
this.textBox流量系数.Enabled = false;
|
this.textBox流量系数.Location = new System.Drawing.Point(244, 102);
|
this.textBox流量系数.Name = "textBox流量系数";
|
this.textBox流量系数.Size = new System.Drawing.Size(77, 22);
|
this.textBox流量系数.TabIndex = 3;
|
this.textBox流量系数.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Location = new System.Drawing.Point(183, 105);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(55, 14);
|
this.label6.TabIndex = 2;
|
this.label6.Text = "流量系数";
|
//
|
// textBox雷诺数
|
//
|
this.textBox雷诺数.Enabled = false;
|
this.textBox雷诺数.Location = new System.Drawing.Point(88, 102);
|
this.textBox雷诺数.Name = "textBox雷诺数";
|
this.textBox雷诺数.Size = new System.Drawing.Size(77, 22);
|
this.textBox雷诺数.TabIndex = 3;
|
this.textBox雷诺数.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Location = new System.Drawing.Point(39, 105);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(43, 14);
|
this.label5.TabIndex = 2;
|
this.label5.Text = "雷诺数";
|
//
|
// textBox压差
|
//
|
this.textBox压差.Enabled = false;
|
this.textBox压差.Location = new System.Drawing.Point(88, 74);
|
this.textBox压差.Name = "textBox压差";
|
this.textBox压差.Size = new System.Drawing.Size(77, 22);
|
this.textBox压差.TabIndex = 3;
|
this.textBox压差.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// labelYaCha
|
//
|
this.labelYaCha.AutoSize = true;
|
this.labelYaCha.Location = new System.Drawing.Point(24, 77);
|
this.labelYaCha.Name = "labelYaCha";
|
this.labelYaCha.Size = new System.Drawing.Size(61, 14);
|
this.labelYaCha.TabIndex = 2;
|
this.labelYaCha.Text = "压差(KPa)";
|
//
|
// textBoxP1
|
//
|
this.textBoxP1.Enabled = false;
|
this.textBoxP1.Location = new System.Drawing.Point(88, 46);
|
this.textBoxP1.Name = "textBoxP1";
|
this.textBoxP1.Size = new System.Drawing.Size(77, 22);
|
this.textBoxP1.TabIndex = 3;
|
this.textBoxP1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(37, 49);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(45, 14);
|
this.label2.TabIndex = 2;
|
this.label2.Text = "压力P1";
|
//
|
// textBoxP3
|
//
|
this.textBoxP3.Enabled = false;
|
this.textBoxP3.Location = new System.Drawing.Point(378, 46);
|
this.textBoxP3.Name = "textBoxP3";
|
this.textBoxP3.Size = new System.Drawing.Size(79, 22);
|
this.textBoxP3.TabIndex = 3;
|
this.textBoxP3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(331, 49);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(45, 14);
|
this.label1.TabIndex = 2;
|
this.label1.Text = "压力P3";
|
//
|
// txt流量
|
//
|
this.txt流量.Enabled = false;
|
this.txt流量.Location = new System.Drawing.Point(88, 18);
|
this.txt流量.Name = "txt流量";
|
this.txt流量.Size = new System.Drawing.Size(77, 22);
|
this.txt流量.TabIndex = 3;
|
this.txt流量.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// lblCorrectQ
|
//
|
this.lblCorrectQ.AutoSize = true;
|
this.lblCorrectQ.Location = new System.Drawing.Point(15, 21);
|
this.lblCorrectQ.Name = "lblCorrectQ";
|
this.lblCorrectQ.Size = new System.Drawing.Size(70, 14);
|
this.lblCorrectQ.TabIndex = 2;
|
this.lblCorrectQ.Text = "流量(m3/h)";
|
//
|
// textBox流速
|
//
|
this.textBox流速.Enabled = false;
|
this.textBox流速.Location = new System.Drawing.Point(245, 18);
|
this.textBox流速.Name = "textBox流速";
|
this.textBox流速.Size = new System.Drawing.Size(77, 22);
|
this.textBox流速.TabIndex = 5;
|
this.textBox流速.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(207, 23);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(31, 14);
|
this.label4.TabIndex = 4;
|
this.label4.Text = "流速";
|
//
|
// CalcFeatTestData1Dlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(474, 639);
|
this.ControlBox = false;
|
this.Controls.Add(this.splitContainerControl1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
this.IconOptions.ShowIcon = false;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "CalcFeatTestData1Dlg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "有效特征点";
|
this.Load += new System.EventHandler(this.CalcTestData1Dlg_Load);
|
this.groupBox1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel1)).EndInit();
|
this.splitContainerControl1.Panel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1.Panel2)).EndInit();
|
this.splitContainerControl1.Panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
|
this.splitContainerControl1.ResumeLayout(false);
|
this.tableLayoutPanel1.ResumeLayout(false);
|
this.panel1.ResumeLayout(false);
|
this.panelCalcBtn.ResumeLayout(false);
|
this.panel2.ResumeLayout(false);
|
this.panel2.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
private DevExpress.XtraEditors.SimpleButton btnCorrect;
|
private DevExpress.XtraEditors.SimpleButton btnCancel;
|
private DevExpress.XtraEditors.SimpleButton btnOK;
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridViewMain;
|
private System.Windows.Forms.BindingSource bindingSource1;
|
private DevExpress.XtraGrid.Columns.GridColumn colMonitorName;
|
private DevExpress.XtraGrid.Columns.GridColumn colMonitorValue;
|
private DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit repositoryItemSpinEdit1;
|
private DevExpress.XtraGrid.Columns.GridColumn colUnitName;
|
private System.Windows.Forms.Panel panelCalcBtn;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
private System.Windows.Forms.Panel panel2;
|
private System.Windows.Forms.TextBox textBoxP3;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox txt流量;
|
private System.Windows.Forms.Label lblCorrectQ;
|
private System.Windows.Forms.TextBox textBoxP2;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox textBoxP1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox textBox流阻系数;
|
private System.Windows.Forms.Label label7;
|
private System.Windows.Forms.TextBox textBox流量系数;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.TextBox textBox雷诺数;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.TextBox textBox压差;
|
private System.Windows.Forms.Label labelYaCha;
|
private System.Windows.Forms.TextBox textBox流速;
|
private System.Windows.Forms.Label label4;
|
}
|
}
|