| | |
| | | dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); |
| | | dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); |
| | | nozzleTreeListCtrl1 = new NozzleTreeListCtrl(); |
| | | colAngle = 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, colMaterialName, colIsDefault, colCoefficient }); |
| | | gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCaliber, colAngle, colDescription, colKeyWord, colMaterialName, colIsDefault, colCoefficient }); |
| | | gridView1.GridControl = gridControl1; |
| | | gridView1.Name = "gridView1"; |
| | | gridView1.OptionsView.ShowGroupPanel = false; |
| | |
| | | nozzleTreeListCtrl1.Size = new Size(193, 491); |
| | | nozzleTreeListCtrl1.TabIndex = 0; |
| | | // |
| | | // colAngle |
| | | // |
| | | colAngle.FieldName = "Angle"; |
| | | colAngle.Name = "colAngle"; |
| | | colAngle.Visible = true; |
| | | colAngle.VisibleIndex = 7; |
| | | // |
| | | // NozzleManageMainPanel |
| | | // |
| | | Appearance.BackColor = SystemColors.Control; |
| | |
| | | private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2; |
| | | private BindingSource nozzleViewModelBindingSource; |
| | | private NozzleTreeListCtrl nozzleTreeListCtrl1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colAngle; |
| | | } |
| | | } |