| | |
| | | svgImageCollection1 = new DevExpress.Utils.SvgImageCollection(components); |
| | | sidePanel1 = new DevExpress.XtraEditors.SidePanel(); |
| | | gridControl1 = new DevExpress.XtraGrid.GridControl(); |
| | | AssetsThreelinkSeriesViewModelBindingSource = 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(); |
| | | colMaterialName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colIsDefault = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colCoefficient = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | elbowViewModelBindingSource = new BindingSource(components); |
| | | dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); |
| | | dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); |
| | | dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); |
| | | threeLinkTreeListCtrl1 = new ThreeLinkTreeListCtrl(); |
| | | gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | threeLinkViewModelBindingSource = new BindingSource(components); |
| | | colID = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colCaliber = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colMaterialName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colCoefficient = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colRunThroughCoefficient = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colBranchThroughCoefficient = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colSortCode = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colKeyWord = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colIsDefault = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit(); |
| | | sidePanel1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)AssetsThreelinkSeriesViewModelBindingSource).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)elbowViewModelBindingSource).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit(); |
| | | dockPanel1.SuspendLayout(); |
| | | dockPanel1_Container.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)threeLinkViewModelBindingSource).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // ribbonControl1 |
| | |
| | | // |
| | | // gridControl1 |
| | | // |
| | | gridControl1.DataSource = AssetsThreelinkSeriesViewModelBindingSource; |
| | | gridControl1.DataSource = threeLinkViewModelBindingSource; |
| | | gridControl1.Dock = DockStyle.Fill; |
| | | gridControl1.Location = new Point(0, 101); |
| | | gridControl1.MainView = gridView1; |
| | |
| | | gridControl1.TabIndex = 1; |
| | | gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); |
| | | // |
| | | // AssetsThreelinkSeriesViewModelBindingSource |
| | | // |
| | | AssetsThreelinkSeriesViewModelBindingSource.DataSource = typeof(AssetsThreelinkSeriesViewModel); |
| | | // |
| | | // gridView1 |
| | | // |
| | | 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, gridColumn1 }); |
| | | gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colID, colName, colCaliber, colMaterialName, colCoefficient, colRunThroughCoefficient, colBranchThroughCoefficient, colSortCode, colKeyWord, colIsDefault, colDescription }); |
| | | gridView1.GridControl = gridControl1; |
| | | gridView1.Name = "gridView1"; |
| | | gridView1.OptionsView.ShowGroupPanel = false; |
| | | // |
| | | // colName |
| | | // |
| | | colName.AppearanceCell.Options.UseTextOptions = true; |
| | | colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; |
| | | colName.FieldName = "Name"; |
| | | colName.Name = "colName"; |
| | | colName.Visible = true; |
| | | 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.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; |
| | | colDescription.FieldName = "Description"; |
| | | colDescription.Name = "colDescription"; |
| | | colDescription.Visible = true; |
| | | colDescription.VisibleIndex = 5; |
| | | colDescription.Width = 222; |
| | | // |
| | | // colKeyWord |
| | | // |
| | | colKeyWord.FieldName = "KeyWord"; |
| | | colKeyWord.Name = "colKeyWord"; |
| | | colKeyWord.Visible = true; |
| | | colKeyWord.VisibleIndex = 1; |
| | | colKeyWord.Width = 128; |
| | | // |
| | | // colMaterialName |
| | | // |
| | | colMaterialName.FieldName = "MaterialName"; |
| | | colMaterialName.Name = "colMaterialName"; |
| | | colMaterialName.Visible = true; |
| | | colMaterialName.VisibleIndex = 2; |
| | | colMaterialName.Width = 79; |
| | | // |
| | | // colIsDefault |
| | | // |
| | | colIsDefault.FieldName = "IsDefault"; |
| | | colIsDefault.Name = "colIsDefault"; |
| | | colIsDefault.Visible = true; |
| | | colIsDefault.VisibleIndex = 6; |
| | | colIsDefault.Width = 97; |
| | | // |
| | | // colCoefficient |
| | | // |
| | | colCoefficient.FieldName = "Coefficient"; |
| | | colCoefficient.Name = "colCoefficient"; |
| | | colCoefficient.Visible = true; |
| | | colCoefficient.VisibleIndex = 4; |
| | | // |
| | | // elbowViewModelBindingSource |
| | | // |
| | | elbowViewModelBindingSource.DataSource = typeof(ElbowViewModel); |
| | | // |
| | | // dockManager1 |
| | | // |
| | |
| | | threeLinkTreeListCtrl1.Size = new Size(193, 491); |
| | | threeLinkTreeListCtrl1.TabIndex = 0; |
| | | // |
| | | // gridColumn1 |
| | | // threeLinkViewModelBindingSource |
| | | // |
| | | gridColumn1.Caption = "通过状态"; |
| | | gridColumn1.Name = "gridColumn1"; |
| | | gridColumn1.Visible = true; |
| | | gridColumn1.VisibleIndex = 7; |
| | | threeLinkViewModelBindingSource.DataSource = typeof(ThreeLinkViewModel); |
| | | // |
| | | // ThreeLinkManageMainPanel |
| | | // colID |
| | | // |
| | | colID.FieldName = "ID"; |
| | | colID.Name = "colID"; |
| | | colID.Visible = true; |
| | | colID.VisibleIndex = 0; |
| | | // |
| | | // colName |
| | | // |
| | | colName.FieldName = "Name"; |
| | | colName.Name = "colName"; |
| | | colName.Visible = true; |
| | | colName.VisibleIndex = 1; |
| | | // |
| | | // colCaliber |
| | | // |
| | | colCaliber.FieldName = "Caliber"; |
| | | colCaliber.Name = "colCaliber"; |
| | | colCaliber.Visible = true; |
| | | colCaliber.VisibleIndex = 2; |
| | | // |
| | | // colMaterialName |
| | | // |
| | | colMaterialName.FieldName = "MaterialName"; |
| | | colMaterialName.Name = "colMaterialName"; |
| | | colMaterialName.Visible = true; |
| | | colMaterialName.VisibleIndex = 3; |
| | | // |
| | | // colCoefficient |
| | | // |
| | | colCoefficient.FieldName = "Coefficient"; |
| | | colCoefficient.Name = "colCoefficient"; |
| | | colCoefficient.Visible = true; |
| | | colCoefficient.VisibleIndex = 4; |
| | | // |
| | | // colRunThroughCoefficient |
| | | // |
| | | colRunThroughCoefficient.FieldName = "RunThroughCoefficient"; |
| | | colRunThroughCoefficient.Name = "colRunThroughCoefficient"; |
| | | colRunThroughCoefficient.Visible = true; |
| | | colRunThroughCoefficient.VisibleIndex = 5; |
| | | // |
| | | // colBranchThroughCoefficient |
| | | // |
| | | colBranchThroughCoefficient.FieldName = "BranchThroughCoefficient"; |
| | | colBranchThroughCoefficient.Name = "colBranchThroughCoefficient"; |
| | | colBranchThroughCoefficient.Visible = true; |
| | | colBranchThroughCoefficient.VisibleIndex = 6; |
| | | // |
| | | // colSortCode |
| | | // |
| | | colSortCode.FieldName = "SortCode"; |
| | | colSortCode.Name = "colSortCode"; |
| | | colSortCode.Visible = true; |
| | | colSortCode.VisibleIndex = 7; |
| | | // |
| | | // colKeyWord |
| | | // |
| | | colKeyWord.FieldName = "KeyWord"; |
| | | colKeyWord.Name = "colKeyWord"; |
| | | colKeyWord.Visible = true; |
| | | colKeyWord.VisibleIndex = 8; |
| | | // |
| | | // colIsDefault |
| | | // |
| | | colIsDefault.FieldName = "IsDefault"; |
| | | colIsDefault.Name = "colIsDefault"; |
| | | colIsDefault.Visible = true; |
| | | colIsDefault.VisibleIndex = 9; |
| | | // |
| | | // colDescription |
| | | // |
| | | colDescription.FieldName = "Description"; |
| | | colDescription.Name = "colDescription"; |
| | | colDescription.Visible = true; |
| | | colDescription.VisibleIndex = 10; |
| | | // |
| | | // ThreeLinkManageMainPage |
| | | // |
| | | Appearance.BackColor = SystemColors.Control; |
| | | Appearance.Options.UseBackColor = true; |
| | |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | Controls.Add(sidePanel1); |
| | | Controls.Add(dockPanel1); |
| | | Name = "ThreeLinkManageMainPanel"; |
| | | Name = "ThreeLinkManageMainPage"; |
| | | Size = new Size(890, 520); |
| | | ((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)svgImageCollection1).EndInit(); |
| | | sidePanel1.ResumeLayout(false); |
| | | sidePanel1.PerformLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)AssetsThreelinkSeriesViewModelBindingSource).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)gridView1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)elbowViewModelBindingSource).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)dockManager1).EndInit(); |
| | | dockPanel1.ResumeLayout(false); |
| | | dockPanel1_Container.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)threeLinkViewModelBindingSource).EndInit(); |
| | | ResumeLayout(false); |
| | | } |
| | | |
| | |
| | | private DevExpress.XtraEditors.SidePanel sidePanel1; |
| | | 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.Docking.ControlContainer dockPanel1_Container; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colKeyWord; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colMaterialName; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colIsDefault; |
| | | private BindingSource elbowViewModelBindingSource; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colCoefficient; |
| | | private DevExpress.XtraBars.BarButtonItem barBtnSetDefaultStatus; |
| | | private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2; |
| | | private BindingSource AssetsThreelinkSeriesViewModelBindingSource; |
| | | private ThreeLinkTreeListCtrl threeLinkTreeListCtrl1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
| | | private BindingSource threeLinkViewModelBindingSource; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colID; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colName; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colCaliber; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colMaterialName; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colCoefficient; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colRunThroughCoefficient; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colBranchThroughCoefficient; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colSortCode; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colKeyWord; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colIsDefault; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colDescription; |
| | | } |
| | | } |