| | |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | gridControl1 = new DevExpress.XtraGrid.GridControl(); |
| | | gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | gridControl2 = new DevExpress.XtraGrid.GridControl(); |
| | | gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | |
| | | layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | ((ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((ISupportInitialize)gridControl1).BeginInit(); |
| | |
| | | gridView1.OptionsView.ShowGroupPanel = false; |
| | | gridView1.FocusedRowChanged += gridView1_FocusedRowChanged; |
| | | // |
| | | // gridColumn3 |
| | | // |
| | | gridColumn3.Caption = "排序码"; |
| | | gridColumn3.FieldName = "SortCode"; |
| | | gridColumn3.Name = "gridColumn3"; |
| | | gridColumn3.Visible = true; |
| | | gridColumn3.VisibleIndex = 2; |
| | | // |
| | | // gridColumn2 |
| | | // |
| | | gridColumn2.Caption = "重要度"; |
| | | gridColumn2.FieldName = "Importance"; |
| | | gridColumn2.Name = "gridColumn2"; |
| | | gridColumn2.Visible = true; |
| | | gridColumn2.VisibleIndex = 1; |
| | | // |
| | | // gridColumn1 |
| | | // |
| | | gridColumn1.Caption = "名称"; |
| | |
| | | colName.Name = "colName"; |
| | | colName.Visible = true; |
| | | colName.VisibleIndex = 0; |
| | | colName.Width = 149; |
| | | colName.Width = 281; |
| | | // |
| | | // colRatedFlow |
| | | // |
| | |
| | | colRatedFlow.Name = "colRatedFlow"; |
| | | colRatedFlow.Visible = true; |
| | | colRatedFlow.VisibleIndex = 1; |
| | | colRatedFlow.Width = 185; |
| | | colRatedFlow.Width = 132; |
| | | // |
| | | // colRatedHead |
| | | // |
| | |
| | | colRatedHead.Name = "colRatedHead"; |
| | | colRatedHead.Visible = true; |
| | | colRatedHead.VisibleIndex = 2; |
| | | colRatedHead.Width = 187; |
| | | colRatedHead.Width = 110; |
| | | // |
| | | // colD2 |
| | | // |
| | |
| | | colD2.Name = "colD2"; |
| | | colD2.Visible = true; |
| | | colD2.VisibleIndex = 3; |
| | | colD2.Width = 179; |
| | | colD2.Width = 125; |
| | | // |
| | | // colErosion |
| | | // |
| | |
| | | colErosion.Name = "colErosion"; |
| | | colErosion.Visible = true; |
| | | colErosion.VisibleIndex = 4; |
| | | colErosion.Width = 102; |
| | | colErosion.Width = 72; |
| | | // |
| | | // colRatedEfficiency |
| | | // |
| | |
| | | colRatedEfficiency.Name = "colRatedEfficiency"; |
| | | colRatedEfficiency.Visible = true; |
| | | colRatedEfficiency.VisibleIndex = 5; |
| | | colRatedEfficiency.Width = 111; |
| | | colRatedEfficiency.Width = 82; |
| | | // |
| | | // colRatedPower |
| | | // |
| | |
| | | colRatedPower.Name = "colRatedPower"; |
| | | colRatedPower.Visible = true; |
| | | colRatedPower.VisibleIndex = 6; |
| | | colRatedPower.Width = 111; |
| | | // |
| | | // colRatedSpeed |
| | | // |
| | |
| | | colRatedSpeed.Name = "colRatedSpeed"; |
| | | colRatedSpeed.Visible = true; |
| | | colRatedSpeed.VisibleIndex = 7; |
| | | colRatedSpeed.Width = 146; |
| | | colRatedSpeed.Width = 79; |
| | | // |
| | | // xtrPerform2dChart1 |
| | | // |
| | | xtrPerform2dChart1.DefinePointVisible = false; |
| | | xtrPerform2dChart1.LineVisible = false; |
| | | xtrPerform2dChart1.Location = new Point(763, 42); |
| | | xtrPerform2dChart1.Margin = new Padding(2); |
| | | xtrPerform2dChart1.Margin = new Padding(2, 2, 2, 2); |
| | | xtrPerform2dChart1.Name = "xtrPerform2dChart1"; |
| | | xtrPerform2dChart1.Size = new Size(560, 545); |
| | | xtrPerform2dChart1.TabIndex = 2; |
| | |
| | | layoutControlItem4.TextSize = new Size(0, 0); |
| | | layoutControlItem4.TextVisible = false; |
| | | // |
| | | // gridColumn2 |
| | | // |
| | | gridColumn2.Caption = "重要度"; |
| | | gridColumn2.FieldName = "Importance"; |
| | | gridColumn2.Name = "gridColumn2"; |
| | | gridColumn2.Visible = true; |
| | | gridColumn2.VisibleIndex = 1; |
| | | // |
| | | // gridColumn3 |
| | | // |
| | | gridColumn3.Caption = "排序码"; |
| | | gridColumn3.FieldName = "SortCode"; |
| | | gridColumn3.Name = "gridColumn3"; |
| | | gridColumn3.Visible = true; |
| | | gridColumn3.VisibleIndex = 2; |
| | | // |
| | | // AssetsPumpMainForm |
| | | // PumpSingleMatchingCtrl |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | Controls.Add(layoutControl1); |
| | | Name = "AssetsPumpMainForm"; |
| | | Name = "PumpSingleMatchingCtrl"; |
| | | Size = new Size(1343, 607); |
| | | ((ISupportInitialize)layoutControl1).EndInit(); |
| | | layoutControl1.ResumeLayout(false); |