| | |
| | | namespace HStation.WinFrmUI.Xhs |
| | | namespace HStation.WinFrmUI |
| | | { |
| | | partial class ElbowSingleMatchingForm |
| | | { |
| | |
| | | components = new Container(); |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | gridControl3 = new DevExpress.XtraGrid.GridControl(); |
| | | elbowSingleMatchingViewModelBindingSource = new BindingSource(components); |
| | | gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | colModelType = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colMaterial = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colCaliber = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colAngle = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | searchControl1 = new SearchControl(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | elbowSingleMatchingViewModelBindingSource = new BindingSource(components); |
| | | colName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colModelType = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colMaterial = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colCaliber = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | colElbowLengthType = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | ((ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((ISupportInitialize)gridControl3).BeginInit(); |
| | | ((ISupportInitialize)elbowSingleMatchingViewModelBindingSource).BeginInit(); |
| | | ((ISupportInitialize)gridView3).BeginInit(); |
| | | ((ISupportInitialize)searchControl1.Properties).BeginInit(); |
| | | ((ISupportInitialize)Root).BeginInit(); |
| | | ((ISupportInitialize)simpleLabelItem1).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem1).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem5).BeginInit(); |
| | | ((ISupportInitialize)elbowSingleMatchingViewModelBindingSource).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // layoutControl1 |
| | |
| | | layoutControl1.Name = "layoutControl1"; |
| | | layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(713, 300, 650, 400); |
| | | layoutControl1.Root = Root; |
| | | layoutControl1.Size = new Size(1343, 607); |
| | | layoutControl1.Size = new Size(769, 577); |
| | | layoutControl1.TabIndex = 0; |
| | | layoutControl1.Text = "layoutControl1"; |
| | | // |
| | |
| | | gridControl3.Location = new Point(2, 26); |
| | | gridControl3.MainView = gridView3; |
| | | gridControl3.Name = "gridControl3"; |
| | | gridControl3.Size = new Size(1339, 579); |
| | | gridControl3.Size = new Size(765, 549); |
| | | gridControl3.TabIndex = 4; |
| | | gridControl3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView3 }); |
| | | // |
| | | // elbowSingleMatchingViewModelBindingSource |
| | | // |
| | | elbowSingleMatchingViewModelBindingSource.DataSource = typeof(ElbowSingleMatchingViewModel); |
| | | // |
| | | // gridView3 |
| | | // |
| | | gridView3.Appearance.HeaderPanel.Options.UseTextOptions = true; |
| | | gridView3.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; |
| | | gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colModelType, colMaterial, colCaliber, colMinorLoss }); |
| | | gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colModelType, colMaterial, colCaliber, colMinorLoss, colAngle, colElbowLengthType }); |
| | | gridView3.GridControl = gridControl3; |
| | | gridView3.Name = "gridView3"; |
| | | gridView3.OptionsView.ShowGroupPanel = false; |
| | | gridView3.FocusedRowChanged += gridView3_FocusedRowChanged; |
| | | // |
| | | // colModelType |
| | | // |
| | | colModelType.FieldName = "ModelType"; |
| | | colModelType.Name = "colModelType"; |
| | | colModelType.Visible = true; |
| | | colModelType.VisibleIndex = 0; |
| | | colModelType.Width = 243; |
| | | // |
| | | // colMaterial |
| | | // |
| | | colMaterial.FieldName = "Material"; |
| | | colMaterial.Name = "colMaterial"; |
| | | colMaterial.Visible = true; |
| | | colMaterial.VisibleIndex = 1; |
| | | colMaterial.Width = 184; |
| | | // |
| | | // colCaliber |
| | | // |
| | | colCaliber.FieldName = "Caliber"; |
| | | colCaliber.Name = "colCaliber"; |
| | | colCaliber.Visible = true; |
| | | colCaliber.VisibleIndex = 2; |
| | | colCaliber.Width = 109; |
| | | // |
| | | // colMinorLoss |
| | | // |
| | | colMinorLoss.FieldName = "MinorLoss"; |
| | | colMinorLoss.Name = "colMinorLoss"; |
| | | colMinorLoss.Visible = true; |
| | | colMinorLoss.VisibleIndex = 4; |
| | | colMinorLoss.Width = 115; |
| | | // |
| | | // colAngle |
| | | // |
| | | colAngle.FieldName = "Angle"; |
| | | colAngle.Name = "colAngle"; |
| | | colAngle.Visible = true; |
| | | colAngle.VisibleIndex = 3; |
| | | colAngle.Width = 103; |
| | | // |
| | | // searchControl1 |
| | | // |
| | | searchControl1.Location = new Point(59, 2); |
| | | searchControl1.Name = "searchControl1"; |
| | | searchControl1.Properties.Buttons.AddRange(new EditorButton[] { new DevExpress.XtraEditors.Repository.ClearButton(), new DevExpress.XtraEditors.Repository.SearchButton() }); |
| | | searchControl1.Size = new Size(387, 20); |
| | | searchControl1.Size = new Size(196, 20); |
| | | searchControl1.StyleController = layoutControl1; |
| | | searchControl1.TabIndex = 0; |
| | | // |
| | |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { simpleLabelItem1, layoutControlItem1, layoutControlItem5 }); |
| | | Root.Name = "Root"; |
| | | Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | Root.Size = new Size(1343, 607); |
| | | Root.Size = new Size(769, 577); |
| | | Root.TextVisible = false; |
| | | // |
| | | // simpleLabelItem1 |
| | | // |
| | | simpleLabelItem1.AllowHotTrack = false; |
| | | simpleLabelItem1.Location = new Point(448, 0); |
| | | simpleLabelItem1.Location = new Point(257, 0); |
| | | simpleLabelItem1.Name = "simpleLabelItem1"; |
| | | simpleLabelItem1.Size = new Size(895, 24); |
| | | simpleLabelItem1.Size = new Size(512, 24); |
| | | simpleLabelItem1.Text = " "; |
| | | simpleLabelItem1.TextSize = new Size(4, 14); |
| | | // |
| | |
| | | layoutControlItem1.Control = searchControl1; |
| | | layoutControlItem1.Location = new Point(0, 0); |
| | | layoutControlItem1.Name = "layoutControlItem1"; |
| | | layoutControlItem1.Size = new Size(448, 24); |
| | | layoutControlItem1.Size = new Size(257, 24); |
| | | layoutControlItem1.Text = "模糊搜索:"; |
| | | layoutControlItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
| | | layoutControlItem1.TextSize = new Size(52, 14); |
| | |
| | | layoutControlItem5.Control = gridControl3; |
| | | layoutControlItem5.Location = new Point(0, 24); |
| | | layoutControlItem5.Name = "layoutControlItem5"; |
| | | layoutControlItem5.Size = new Size(1343, 583); |
| | | layoutControlItem5.Size = new Size(769, 553); |
| | | layoutControlItem5.TextSize = new Size(0, 0); |
| | | layoutControlItem5.TextVisible = false; |
| | | // |
| | | // elbowSingleMatchingViewModelBindingSource |
| | | // colElbowLengthType |
| | | // |
| | | elbowSingleMatchingViewModelBindingSource.DataSource = typeof(ElbowSingleMatchingViewModel); |
| | | // |
| | | // colName |
| | | // |
| | | colName.FieldName = "Name"; |
| | | colName.Name = "colName"; |
| | | colName.Visible = true; |
| | | colName.VisibleIndex = 0; |
| | | // |
| | | // colModelType |
| | | // |
| | | colModelType.FieldName = "ModelType"; |
| | | colModelType.Name = "colModelType"; |
| | | colModelType.Visible = true; |
| | | colModelType.VisibleIndex = 1; |
| | | // |
| | | // colMaterial |
| | | // |
| | | colMaterial.FieldName = "Material"; |
| | | colMaterial.Name = "colMaterial"; |
| | | colMaterial.Visible = true; |
| | | colMaterial.VisibleIndex = 2; |
| | | // |
| | | // colCaliber |
| | | // |
| | | colCaliber.FieldName = "Caliber"; |
| | | colCaliber.Name = "colCaliber"; |
| | | colCaliber.Visible = true; |
| | | colCaliber.VisibleIndex = 3; |
| | | // |
| | | // colMinorLoss |
| | | // |
| | | colMinorLoss.FieldName = "MinorLoss"; |
| | | colMinorLoss.Name = "colMinorLoss"; |
| | | colMinorLoss.Visible = true; |
| | | colMinorLoss.VisibleIndex = 4; |
| | | colElbowLengthType.FieldName = "ElbowLengthType"; |
| | | colElbowLengthType.Name = "colElbowLengthType"; |
| | | colElbowLengthType.Visible = true; |
| | | colElbowLengthType.VisibleIndex = 5; |
| | | // |
| | | // ElbowSingleMatchingForm |
| | | // |
| | |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | Controls.Add(layoutControl1); |
| | | Name = "ElbowSingleMatchingForm"; |
| | | Size = new Size(1343, 607); |
| | | Size = new Size(769, 577); |
| | | ((ISupportInitialize)layoutControl1).EndInit(); |
| | | layoutControl1.ResumeLayout(false); |
| | | ((ISupportInitialize)gridControl3).EndInit(); |
| | | ((ISupportInitialize)elbowSingleMatchingViewModelBindingSource).EndInit(); |
| | | ((ISupportInitialize)gridView3).EndInit(); |
| | | ((ISupportInitialize)searchControl1.Properties).EndInit(); |
| | | ((ISupportInitialize)Root).EndInit(); |
| | | ((ISupportInitialize)simpleLabelItem1).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem1).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem5).EndInit(); |
| | | ((ISupportInitialize)elbowSingleMatchingViewModelBindingSource).EndInit(); |
| | | ResumeLayout(false); |
| | | } |
| | | |
| | |
| | | private DevExpress.XtraGrid.Views.Grid.GridView gridView3; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; |
| | | private BindingSource elbowSingleMatchingViewModelBindingSource; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colName; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colModelType; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colMaterial; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colCaliber; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colMinorLoss; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colAngle; |
| | | private DevExpress.XtraGrid.Columns.GridColumn colElbowLengthType; |
| | | } |
| | | } |