namespace HStation.WinFrmUI { partial class XhsSchemeCompressorChangeListCtrl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { components = new Container(); gridControl1 = new DevExpress.XtraGrid.GridControl(); xhsSchemeCompressorChangeViewModelBindingSource = new BindingSource(components); layoutView1 = new DevExpress.XtraGrid.Views.Layout.LayoutView(); colSvgImage = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); repPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit(); colName = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); colViewImage = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); repPictureEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit(); repImgCmbStatus = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox(); toolTipController1 = new DevExpress.Utils.ToolTipController(components); svgImg32 = new DevExpress.Utils.SvgImageCollection(components); colMaterial = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); colDiameter = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); colMinorLoss = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); colCurve = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard(); layoutViewField_layoutViewColumn1_1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); layoutViewField_colName = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); layoutViewField_colViewImage = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); layoutViewField_colMaterial = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); layoutViewField_colMinorLoss = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); layoutViewField_colDiameter = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); layoutViewField_colCurve = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)xhsSchemeCompressorChangeViewModelBindingSource).BeginInit(); ((ISupportInitialize)layoutView1).BeginInit(); ((ISupportInitialize)repPictureEdit1).BeginInit(); ((ISupportInitialize)repPictureEdit2).BeginInit(); ((ISupportInitialize)repImgCmbStatus).BeginInit(); ((ISupportInitialize)svgImg32).BeginInit(); ((ISupportInitialize)layoutViewCard1).BeginInit(); ((ISupportInitialize)layoutViewField_layoutViewColumn1_1).BeginInit(); ((ISupportInitialize)layoutViewField_colName).BeginInit(); ((ISupportInitialize)layoutViewField_colViewImage).BeginInit(); ((ISupportInitialize)layoutViewField_colMaterial).BeginInit(); ((ISupportInitialize)layoutViewField_colMinorLoss).BeginInit(); ((ISupportInitialize)layoutViewField_colDiameter).BeginInit(); ((ISupportInitialize)layoutViewField_colCurve).BeginInit(); SuspendLayout(); // // gridControl1 // gridControl1.DataSource = xhsSchemeCompressorChangeViewModelBindingSource; gridControl1.Dock = DockStyle.Fill; gridControl1.EmbeddedNavigator.Margin = new Padding(1); gridControl1.Location = new Point(0, 0); gridControl1.MainView = layoutView1; gridControl1.Margin = new Padding(2); gridControl1.Name = "gridControl1"; gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repImgCmbStatus, repPictureEdit1, repPictureEdit2 }); gridControl1.Size = new Size(337, 695); gridControl1.TabIndex = 5; gridControl1.ToolTipController = toolTipController1; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { layoutView1 }); // // xhsSchemeCompressorChangeViewModelBindingSource // xhsSchemeCompressorChangeViewModelBindingSource.DataSource = typeof(XhsSchemeCompressorChangeViewModel); // // layoutView1 // layoutView1.ActiveFilterEnabled = false; layoutView1.Appearance.FieldCaption.Options.UseTextOptions = true; layoutView1.Appearance.FieldCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; layoutView1.Appearance.FieldCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center; layoutView1.Appearance.FieldEditingValue.Options.UseTextOptions = true; layoutView1.Appearance.FieldEditingValue.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; layoutView1.Appearance.FieldValue.Options.UseTextOptions = true; layoutView1.Appearance.FieldValue.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; layoutView1.BorderStyle = BorderStyles.NoBorder; layoutView1.CardHorzInterval = 0; layoutView1.CardMinSize = new Size(215, 84); layoutView1.CardVertInterval = 8; layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] { colSvgImage, colName, colMaterial, colDiameter, colMinorLoss, colCurve, colViewImage }); layoutView1.DetailHeight = 223; layoutView1.GridControl = gridControl1; layoutView1.Name = "layoutView1"; layoutView1.OptionsCustomization.AllowFilter = false; layoutView1.OptionsCustomization.AllowSort = false; layoutView1.OptionsFilter.AllowFilterEditor = false; layoutView1.OptionsFilter.AllowMRUFilterList = false; layoutView1.OptionsItemText.AlignMode = DevExpress.XtraGrid.Views.Layout.FieldTextAlignMode.AlignGlobal; layoutView1.OptionsItemText.TextToControlDistance = 2; layoutView1.OptionsView.ShowCardCaption = false; layoutView1.OptionsView.ShowCardExpandButton = false; layoutView1.OptionsView.ShowCardLines = false; layoutView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never; layoutView1.OptionsView.ShowHeaderPanel = false; layoutView1.OptionsView.ViewMode = DevExpress.XtraGrid.Views.Layout.LayoutViewMode.Column; layoutView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(colName, DevExpress.Data.ColumnSortOrder.Ascending) }); layoutView1.TemplateCard = layoutViewCard1; layoutView1.CardClick += layoutView1_CardClick; layoutView1.FieldValueClick += layoutView1_FieldValueClick; layoutView1.FocusedColumnChanged += layoutView1_FocusedColumnChanged; layoutView1.CellValueChanged += layoutView1_CellValueChanged; // // colSvgImage // colSvgImage.Caption = "图标"; colSvgImage.ColumnEdit = repPictureEdit1; colSvgImage.FieldName = "SvgImage"; colSvgImage.LayoutViewField = layoutViewField_layoutViewColumn1_1; colSvgImage.MinWidth = 21; colSvgImage.Name = "colSvgImage"; colSvgImage.OptionsColumn.AllowEdit = false; colSvgImage.OptionsColumn.ReadOnly = true; colSvgImage.Width = 78; // // repPictureEdit1 // repPictureEdit1.Name = "repPictureEdit1"; repPictureEdit1.ReadOnly = true; repPictureEdit1.SizeMode = PictureSizeMode.Squeeze; // // colName // colName.AppearanceCell.Font = new Font("Tahoma", 10F, FontStyle.Bold, GraphicsUnit.Point); colName.AppearanceCell.ForeColor = Color.DarkBlue; colName.AppearanceCell.Options.UseFont = true; colName.AppearanceCell.Options.UseForeColor = true; colName.AppearanceCell.Options.UseTextOptions = true; colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; colName.Caption = "名称"; colName.CustomizationCaption = "Name"; colName.FieldName = "Name"; colName.LayoutViewField = layoutViewField_colName; colName.MinWidth = 21; colName.Name = "colName"; colName.OptionsColumn.AllowEdit = false; colName.OptionsColumn.ReadOnly = true; colName.Width = 78; // // colViewImage // colViewImage.Caption = "查看"; colViewImage.ColumnEdit = repPictureEdit2; colViewImage.FieldName = "ViewImage"; colViewImage.LayoutViewField = layoutViewField_colViewImage; colViewImage.Name = "colViewImage"; colViewImage.OptionsColumn.AllowEdit = false; colViewImage.OptionsColumn.ReadOnly = true; // // repPictureEdit2 // repPictureEdit2.Name = "repPictureEdit2"; repPictureEdit2.SizeMode = PictureSizeMode.Squeeze; // // repImgCmbStatus // repImgCmbStatus.AutoHeight = false; repImgCmbStatus.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) }); repImgCmbStatus.Name = "repImgCmbStatus"; // // toolTipController1 // toolTipController1.GetActiveObjectInfo += toolTipController1_GetActiveObjectInfo; // // svgImg32 // svgImg32.ImageSize = new Size(32, 32); svgImg32.Add("selectpivottable", "image://svgimages/spreadsheet/selectpivottable.svg"); // // colMaterial // colMaterial.FieldName = "Material"; colMaterial.LayoutViewField = layoutViewField_colMaterial; colMaterial.Name = "colMaterial"; // // colDiameter // colDiameter.FieldName = "Diameter"; colDiameter.LayoutViewField = layoutViewField_colDiameter; colDiameter.Name = "colDiameter"; // // colMinorLoss // colMinorLoss.FieldName = "MinorLoss"; colMinorLoss.LayoutViewField = layoutViewField_colMinorLoss; colMinorLoss.Name = "colMinorLoss"; // // colCurve // colCurve.FieldName = "Curve"; colCurve.LayoutViewField = layoutViewField_colCurve; colCurve.Name = "colCurve"; // // layoutViewCard1 // layoutViewCard1.AppearanceItemCaption.Options.UseTextOptions = true; layoutViewCard1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; layoutViewCard1.CustomizationFormText = "TemplateCard"; layoutViewCard1.GroupBordersVisible = false; layoutViewCard1.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText; layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_layoutViewColumn1_1, layoutViewField_colName, layoutViewField_colViewImage, layoutViewField_colMaterial, layoutViewField_colMinorLoss, layoutViewField_colDiameter, layoutViewField_colCurve }); layoutViewCard1.Name = "layoutViewCard1"; layoutViewCard1.OptionsItemText.TextToControlDistance = 2; layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2); layoutViewCard1.Text = "TemplateCard"; layoutViewCard1.TextLocation = DevExpress.Utils.Locations.Default; // // layoutViewField_layoutViewColumn1_1 // layoutViewField_layoutViewColumn1_1.EditorPreferredWidth = 24; layoutViewField_layoutViewColumn1_1.Location = new Point(0, 0); layoutViewField_layoutViewColumn1_1.MaxSize = new Size(32, 32); layoutViewField_layoutViewColumn1_1.MinSize = new Size(32, 32); layoutViewField_layoutViewColumn1_1.Name = "layoutViewField_layoutViewColumn1_1"; layoutViewField_layoutViewColumn1_1.OptionsToolTip.ToolTip = "从产品配置中重新选择"; layoutViewField_layoutViewColumn1_1.Size = new Size(32, 32); layoutViewField_layoutViewColumn1_1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutViewField_layoutViewColumn1_1.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2); layoutViewField_layoutViewColumn1_1.TextSize = new Size(0, 0); layoutViewField_layoutViewColumn1_1.TextVisible = false; // // layoutViewField_colName // layoutViewField_colName.AppearanceItemCaption.Options.UseTextOptions = true; layoutViewField_colName.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; layoutViewField_colName.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center; layoutViewField_colName.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutViewField_colName.EditorPreferredWidth = 139; layoutViewField_colName.Location = new Point(32, 0); layoutViewField_colName.Name = "layoutViewField_colName"; layoutViewField_colName.OptionsToolTip.ToolTip = "名称"; layoutViewField_colName.Size = new Size(147, 32); layoutViewField_colName.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2); layoutViewField_colName.TextSize = new Size(0, 0); layoutViewField_colName.TextVisible = false; // // layoutViewField_colViewImage // layoutViewField_colViewImage.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center; layoutViewField_colViewImage.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutViewField_colViewImage.EditorPreferredWidth = 18; layoutViewField_colViewImage.Location = new Point(179, 0); layoutViewField_colViewImage.MaxSize = new Size(32, 32); layoutViewField_colViewImage.MinSize = new Size(32, 32); layoutViewField_colViewImage.Name = "layoutViewField_colViewImage"; layoutViewField_colViewImage.OptionsToolTip.ToolTip = "定位"; layoutViewField_colViewImage.Padding = new DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5); layoutViewField_colViewImage.Size = new Size(32, 32); layoutViewField_colViewImage.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutViewField_colViewImage.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2); layoutViewField_colViewImage.StartNewLine = true; layoutViewField_colViewImage.TextSize = new Size(0, 0); layoutViewField_colViewImage.TextVisible = false; // // layoutViewField_colMaterial // layoutViewField_colMaterial.EditorPreferredWidth = 23; layoutViewField_colMaterial.Location = new Point(0, 32); layoutViewField_colMaterial.Name = "layoutViewField_colMaterial"; layoutViewField_colMaterial.Size = new Size(105, 24); layoutViewField_colMaterial.TextSize = new Size(76, 14); // // layoutViewField_colMinorLoss // layoutViewField_colMinorLoss.EditorPreferredWidth = 23; layoutViewField_colMinorLoss.Location = new Point(0, 56); layoutViewField_colMinorLoss.Name = "layoutViewField_colMinorLoss"; layoutViewField_colMinorLoss.Size = new Size(105, 24); layoutViewField_colMinorLoss.TextSize = new Size(76, 14); // // layoutViewField_colDiameter // layoutViewField_colDiameter.EditorPreferredWidth = 24; layoutViewField_colDiameter.Location = new Point(105, 32); layoutViewField_colDiameter.Name = "layoutViewField_colDiameter"; layoutViewField_colDiameter.Size = new Size(106, 24); layoutViewField_colDiameter.TextSize = new Size(76, 14); // // layoutViewField_colCurve // layoutViewField_colCurve.EditorPreferredWidth = 24; layoutViewField_colCurve.Location = new Point(105, 56); layoutViewField_colCurve.Name = "layoutViewField_colCurve"; layoutViewField_colCurve.Size = new Size(106, 24); layoutViewField_colCurve.TextSize = new Size(76, 14); // // XhsSchemeCompressorChangeListCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(gridControl1); Name = "XhsSchemeCompressorChangeListCtrl"; Size = new Size(337, 695); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)xhsSchemeCompressorChangeViewModelBindingSource).EndInit(); ((ISupportInitialize)layoutView1).EndInit(); ((ISupportInitialize)repPictureEdit1).EndInit(); ((ISupportInitialize)repPictureEdit2).EndInit(); ((ISupportInitialize)repImgCmbStatus).EndInit(); ((ISupportInitialize)svgImg32).EndInit(); ((ISupportInitialize)layoutViewCard1).EndInit(); ((ISupportInitialize)layoutViewField_layoutViewColumn1_1).EndInit(); ((ISupportInitialize)layoutViewField_colName).EndInit(); ((ISupportInitialize)layoutViewField_colViewImage).EndInit(); ((ISupportInitialize)layoutViewField_colMaterial).EndInit(); ((ISupportInitialize)layoutViewField_colMinorLoss).EndInit(); ((ISupportInitialize)layoutViewField_colDiameter).EndInit(); ((ISupportInitialize)layoutViewField_colCurve).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Layout.LayoutView layoutView1; private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox repImgCmbStatus; private DevExpress.XtraGrid.Columns.LayoutViewColumn colName; private DevExpress.XtraGrid.Columns.LayoutViewColumn colSvgImage; private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repPictureEdit1; private DevExpress.Utils.SvgImageCollection svgImg32; private DevExpress.XtraGrid.Columns.LayoutViewColumn colViewImage; private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repPictureEdit2; private BindingSource xhsSchemeCompressorChangeViewModelBindingSource; private DevExpress.Utils.ToolTipController toolTipController1; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_layoutViewColumn1_1; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colName; private DevExpress.XtraGrid.Columns.LayoutViewColumn colMaterial; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colMaterial; private DevExpress.XtraGrid.Columns.LayoutViewColumn colDiameter; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colDiameter; private DevExpress.XtraGrid.Columns.LayoutViewColumn colMinorLoss; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colMinorLoss; private DevExpress.XtraGrid.Columns.LayoutViewColumn colCurve; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colCurve; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colViewImage; private DevExpress.XtraGrid.Views.Layout.LayoutViewCard layoutViewCard1; } }