文件名从 WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/BluntheadManageMainPage.Designer.cs 修改 |
| | |
| | | TranslationViewModelBindingSource = new BindingSource(components); |
| | | gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | colName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colCaliber = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colKeyWord = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colMaterial = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); |
| | | dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); |
| | | TranslationTreeListCtrl1 = new TranslationTreeListCtrl(); |
| | | colDiameter = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | coleAlgorithmType = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colEndDiameter = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colKeyWord1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colRoughness = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colStartDiameter = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit(); |
| | | sidePanel1.SuspendLayout(); |
| | |
| | | gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; |
| | | gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; |
| | | gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; |
| | | gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCaliber, colDescription, colKeyWord, colMaterial, colMinorLoss }); |
| | | gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colDescription, colKeyWord, colMaterial, colMinorLoss, colDiameter, coleAlgorithmType, colEndDiameter, colKeyWord1, colRoughness, colStartDiameter }); |
| | | gridView1.GridControl = gridControl1; |
| | | gridView1.Name = "gridView1"; |
| | | gridView1.OptionsView.ShowGroupPanel = false; |
| | |
| | | colName.VisibleIndex = 0; |
| | | colName.Width = 192; |
| | | // |
| | | // colCaliber |
| | | // |
| | | colCaliber.AppearanceCell.Options.UseTextOptions = true; |
| | | colCaliber.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; |
| | | colCaliber.FieldName = "Caliber"; |
| | | colCaliber.Name = "colCaliber"; |
| | | colCaliber.Visible = true; |
| | | colCaliber.VisibleIndex = 3; |
| | | colCaliber.Width = 85; |
| | | // |
| | | // colDescription |
| | | // |
| | | colDescription.AppearanceCell.Options.UseTextOptions = true; |
| | |
| | | colDescription.FieldName = "Description"; |
| | | colDescription.Name = "colDescription"; |
| | | colDescription.Visible = true; |
| | | colDescription.VisibleIndex = 5; |
| | | colDescription.VisibleIndex = 10; |
| | | colDescription.Width = 222; |
| | | // |
| | | // colKeyWord |
| | |
| | | colMinorLoss.FieldName = "MinorLoss"; |
| | | colMinorLoss.Name = "colMinorLoss"; |
| | | colMinorLoss.Visible = true; |
| | | colMinorLoss.VisibleIndex = 4; |
| | | colMinorLoss.VisibleIndex = 3; |
| | | // |
| | | // dockManager1 |
| | | // |
| | |
| | | TranslationTreeListCtrl1.Size = new Size(193, 491); |
| | | TranslationTreeListCtrl1.TabIndex = 0; |
| | | // |
| | | // colDiameter |
| | | // |
| | | colDiameter.FieldName = "Diameter"; |
| | | colDiameter.Name = "colDiameter"; |
| | | colDiameter.Visible = true; |
| | | colDiameter.VisibleIndex = 4; |
| | | // |
| | | // coleAlgorithmType |
| | | // |
| | | coleAlgorithmType.FieldName = "eAlgorithmType"; |
| | | coleAlgorithmType.Name = "coleAlgorithmType"; |
| | | coleAlgorithmType.Visible = true; |
| | | coleAlgorithmType.VisibleIndex = 5; |
| | | // |
| | | // colEndDiameter |
| | | // |
| | | colEndDiameter.FieldName = "EndDiameter"; |
| | | colEndDiameter.Name = "colEndDiameter"; |
| | | colEndDiameter.Visible = true; |
| | | colEndDiameter.VisibleIndex = 7; |
| | | // |
| | | // colKeyWord1 |
| | | // |
| | | colKeyWord1.FieldName = "KeyWord"; |
| | | colKeyWord1.Name = "colKeyWord1"; |
| | | colKeyWord1.Visible = true; |
| | | colKeyWord1.VisibleIndex = 8; |
| | | // |
| | | // colRoughness |
| | | // |
| | | colRoughness.FieldName = "Roughness"; |
| | | colRoughness.Name = "colRoughness"; |
| | | colRoughness.Visible = true; |
| | | colRoughness.VisibleIndex = 9; |
| | | // |
| | | // colStartDiameter |
| | | // |
| | | colStartDiameter.FieldName = "StartDiameter"; |
| | | colStartDiameter.Name = "colStartDiameter"; |
| | | colStartDiameter.Visible = true; |
| | | colStartDiameter.VisibleIndex = 6; |
| | | // |
| | | // TranslationManageMainPage |
| | | // |
| | | Appearance.BackColor = SystemColors.Control; |
| | |
| | | private DevExpress.XtraGrid.GridControl gridControl1; |
| | | private DevExpress.XtraGrid.Views.Grid.GridView gridView1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colName; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colCaliber; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colDescription; |
| | | private DevExpress.XtraBars.Docking.DockManager dockManager1; |
| | | private DevExpress.XtraBars.Docking.DockPanel dockPanel1; |
| | |
| | | private DevExpress.XtraBars.BarButtonItem barBtnSetCoefficient; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colMaterial; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colMinorLoss; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colDiameter; |
| | | private DevExpress.XtraGrid.Columns.GridColumn coleAlgorithmType; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colEndDiameter; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colKeyWord1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colRoughness; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colStartDiameter; |
| | | } |
| | | } |