tx
2025-04-09 fa7510e1ed63df0366787fa4ed1b3db6426d2b46
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
namespace TProduct.WinFrmUI.TValve 
{
    partial class FeatTestAutoParasCtrl
    {
        /// <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();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.gridViewMain = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.colID = 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.colP = new DevExpress.XtraGrid.Columns.GridColumn();
            this.colDegree = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).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, 0);
            this.gridControl1.MainView = this.gridViewMain;
            this.gridControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 0);
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(358, 651);
            this.gridControl1.TabIndex = 2;
            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.Center;
            this.gridViewMain.Appearance.Row.Options.UseTextOptions = true;
            this.gridViewMain.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
            this.gridViewMain.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.colID,
            this.colQ,
            this.colH,
            this.colE,
            this.colP,
            this.colDegree});
            this.gridViewMain.DetailHeight = 408;
            this.gridViewMain.GridControl = this.gridControl1;
            this.gridViewMain.Name = "gridViewMain";
            this.gridViewMain.OptionsView.ShowDetailButtons = false;
            // 
            // colID
            // 
            this.colID.FieldName = "ID";
            this.colID.MinWidth = 23;
            this.colID.Name = "colID";
            this.colID.Width = 87;
            // 
            // colQ
            // 
            this.colQ.AppearanceCell.Options.UseTextOptions = true;
            this.colQ.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colQ.AppearanceHeader.Options.UseTextOptions = true;
            this.colQ.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colQ.Caption = "流量(m³/h)";
            this.colQ.FieldName = "CorrectPtQ";
            this.colQ.MinWidth = 23;
            this.colQ.Name = "colQ";
            this.colQ.Visible = true;
            this.colQ.VisibleIndex = 1;
            this.colQ.Width = 90;
            // 
            // colH
            // 
            this.colH.AppearanceCell.Options.UseTextOptions = true;
            this.colH.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colH.AppearanceHeader.Options.UseTextOptions = true;
            this.colH.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colH.Caption = "扬程(m)";
            this.colH.FieldName = "CorrectPtH";
            this.colH.MinWidth = 23;
            this.colH.Name = "colH";
            this.colH.Visible = true;
            this.colH.VisibleIndex = 2;
            this.colH.Width = 87;
            // 
            // colE
            // 
            this.colE.AppearanceCell.Options.UseTextOptions = true;
            this.colE.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colE.AppearanceHeader.Options.UseTextOptions = true;
            this.colE.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colE.Caption = "效率(%)";
            this.colE.FieldName = "CorrectPtE";
            this.colE.MinWidth = 23;
            this.colE.Name = "colE";
            this.colE.Visible = true;
            this.colE.VisibleIndex = 3;
            this.colE.Width = 100;
            // 
            // colP
            // 
            this.colP.AppearanceCell.Options.UseTextOptions = true;
            this.colP.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colP.AppearanceHeader.Options.UseTextOptions = true;
            this.colP.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colP.Caption = "功率(kW)";
            this.colP.FieldName = "CorrectPtP";
            this.colP.MinWidth = 23;
            this.colP.Name = "colP";
            this.colP.Visible = true;
            this.colP.VisibleIndex = 4;
            this.colP.Width = 80;
            // 
            // colDegree
            // 
            this.colDegree.AppearanceCell.Options.UseTextOptions = true;
            this.colDegree.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colDegree.AppearanceHeader.Options.UseTextOptions = true;
            this.colDegree.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.colDegree.Caption = "开度";
            this.colDegree.FieldName = "Degree";
            this.colDegree.Name = "colDegree";
            this.colDegree.Visible = true;
            this.colDegree.VisibleIndex = 0;
            // 
            // FeatTestAutoParasCtrl
            // 
            this.Controls.Add(this.gridControl1);
            this.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
            this.Name = "FeatTestAutoParasCtrl";
            this.Size = new System.Drawing.Size(358, 651);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewMain)).EndInit();
            this.ResumeLayout(false);
 
        }
 
        #endregion
 
        private DevExpress.XtraGrid.GridControl gridControl1;
        private DevExpress.XtraGrid.Views.Grid.GridView gridViewMain;
        private DevExpress.XtraGrid.Columns.GridColumn colID;
        private DevExpress.XtraGrid.Columns.GridColumn colQ;
        private DevExpress.XtraGrid.Columns.GridColumn colH;
        private DevExpress.XtraGrid.Columns.GridColumn colE;
        private DevExpress.XtraGrid.Columns.GridColumn colP;
        private DevExpress.XtraGrid.Columns.GridColumn colDegree;
        private System.Windows.Forms.BindingSource bindingSource1; 
    }
}