namespace HStation.WinFrmUI { partial class XhsProjectHomeTitleCtrl { /// /// 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(); xhsProjectHomeTitleViewModelBindingSource = new BindingSource(components); layoutView1 = new DevExpress.XtraGrid.Views.Layout.LayoutView(); colName = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); layoutViewField_colName = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); colCount = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); layoutViewField_colCount = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); colImage = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); repImageEdit = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit(); layoutViewField_colPicture = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)xhsProjectHomeTitleViewModelBindingSource).BeginInit(); ((ISupportInitialize)layoutView1).BeginInit(); ((ISupportInitialize)layoutViewField_colName).BeginInit(); ((ISupportInitialize)layoutViewField_colCount).BeginInit(); ((ISupportInitialize)repImageEdit).BeginInit(); ((ISupportInitialize)layoutViewField_colPicture).BeginInit(); ((ISupportInitialize)layoutViewCard1).BeginInit(); SuspendLayout(); // // gridControl1 // gridControl1.DataSource = xhsProjectHomeTitleViewModelBindingSource; gridControl1.Dock = DockStyle.Fill; gridControl1.EmbeddedNavigator.Margin = new Padding(2); 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[] { repImageEdit }); gridControl1.Size = new Size(1017, 221); gridControl1.TabIndex = 1; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { layoutView1 }); // // xhsProjectHomeTitleViewModelBindingSource // xhsProjectHomeTitleViewModelBindingSource.DataSource = typeof(XhsProjectHomeTitleViewModel); // // layoutView1 // layoutView1.Appearance.Card.BackColor = Color.Transparent; layoutView1.Appearance.Card.Options.UseBackColor = true; layoutView1.Appearance.FieldCaption.BackColor = Color.Transparent; layoutView1.Appearance.FieldCaption.Options.UseBackColor = true; layoutView1.Appearance.FieldValue.BackColor = Color.Transparent; layoutView1.Appearance.FieldValue.Options.UseBackColor = true; layoutView1.BorderStyle = BorderStyles.NoBorder; layoutView1.CardHorzInterval = 4; layoutView1.CardMinSize = new Size(211, 69); layoutView1.CardVertInterval = 0; layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] { colName, colCount, colImage }); layoutView1.DetailHeight = 223; layoutView1.GridControl = gridControl1; layoutView1.Name = "layoutView1"; layoutView1.OptionsBehavior.Editable = false; layoutView1.OptionsBehavior.ScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Auto; layoutView1.OptionsCustomization.AllowFilter = false; layoutView1.OptionsCustomization.AllowSort = false; layoutView1.OptionsItemText.TextToControlDistance = 3; layoutView1.OptionsView.AllowHotTrackFields = false; layoutView1.OptionsView.CardArrangeRule = DevExpress.XtraGrid.Views.Layout.LayoutCardArrangeRule.AllowPartialCards; layoutView1.OptionsView.FocusRectStyle = DevExpress.XtraGrid.Views.Layout.FocusRectStyle.None; 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.Row; layoutView1.TemplateCard = layoutViewCard1; layoutView1.FieldValueClick += layoutView1_FieldValueClick; // // colName // colName.AppearanceCell.Font = new Font("Tahoma", 13F, FontStyle.Regular, GraphicsUnit.Point); colName.AppearanceCell.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Question; colName.AppearanceCell.Options.UseFont = true; colName.AppearanceCell.Options.UseForeColor = true; colName.AppearanceCell.Options.UseTextOptions = true; colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colName.Caption = "名称"; colName.FieldName = "Name"; colName.LayoutViewField = layoutViewField_colName; colName.MinWidth = 21; colName.Name = "colName"; colName.Width = 78; // // layoutViewField_colName // layoutViewField_colName.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center; layoutViewField_colName.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutViewField_colName.EditorPreferredWidth = 106; layoutViewField_colName.Location = new Point(93, 0); layoutViewField_colName.Name = "layoutViewField_colName"; layoutViewField_colName.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewField_colName.Size = new Size(112, 26); layoutViewField_colName.TextSize = new Size(0, 0); layoutViewField_colName.TextVisible = false; // // colCount // colCount.AppearanceCell.Font = new Font("Tahoma", 16F, FontStyle.Bold, GraphicsUnit.Point); colCount.AppearanceCell.FontStyleDelta = FontStyle.Bold; colCount.AppearanceCell.Options.UseFont = true; colCount.AppearanceCell.Options.UseTextOptions = true; colCount.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colCount.Caption = "数量"; colCount.FieldName = "Count"; colCount.LayoutViewField = layoutViewField_colCount; colCount.MinWidth = 21; colCount.Name = "colCount"; colCount.Width = 78; // // layoutViewField_colCount // layoutViewField_colCount.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center; layoutViewField_colCount.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutViewField_colCount.EditorPreferredWidth = 106; layoutViewField_colCount.Location = new Point(93, 26); layoutViewField_colCount.Name = "layoutViewField_colCount"; layoutViewField_colCount.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewField_colCount.Size = new Size(112, 26); layoutViewField_colCount.TextSize = new Size(0, 0); layoutViewField_colCount.TextVisible = false; // // colImage // colImage.AppearanceCell.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Question; colImage.AppearanceCell.Options.UseForeColor = true; colImage.Caption = "图片"; colImage.ColumnEdit = repImageEdit; colImage.FieldName = "Image"; colImage.LayoutViewField = layoutViewField_colPicture; colImage.MinWidth = 21; colImage.Name = "colImage"; colImage.Width = 78; // // repImageEdit // repImageEdit.ContextButtonOptions.AllowGlyphSkinning = true; repImageEdit.Name = "repImageEdit"; repImageEdit.SizeMode = PictureSizeMode.Zoom; // // layoutViewField_colPicture // layoutViewField_colPicture.AppearanceItemCaption.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Question; layoutViewField_colPicture.AppearanceItemCaption.Options.UseForeColor = true; layoutViewField_colPicture.EditorPreferredWidth = 87; layoutViewField_colPicture.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True; layoutViewField_colPicture.Location = new Point(0, 0); layoutViewField_colPicture.Name = "layoutViewField_colPicture"; layoutViewField_colPicture.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewField_colPicture.Size = new Size(93, 52); layoutViewField_colPicture.StartNewLine = true; layoutViewField_colPicture.TextSize = new Size(0, 0); layoutViewField_colPicture.TextVisible = false; // // layoutViewCard1 // layoutViewCard1.CustomizationFormText = "TemplateCard"; layoutViewCard1.GroupBordersVisible = false; layoutViewCard1.GroupStyle = DevExpress.Utils.GroupStyle.Light; layoutViewCard1.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText; layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_colCount, layoutViewField_colPicture, layoutViewField_colName }); layoutViewCard1.Name = "layoutViewTemplateCard"; layoutViewCard1.OptionsItemText.TextToControlDistance = 3; layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3); layoutViewCard1.Text = "TemplateCard"; // // XhsProjectHomeTitleCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(gridControl1); Name = "XhsProjectHomeTitleCtrl"; Size = new Size(1017, 221); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)xhsProjectHomeTitleViewModelBindingSource).EndInit(); ((ISupportInitialize)layoutView1).EndInit(); ((ISupportInitialize)layoutViewField_colName).EndInit(); ((ISupportInitialize)layoutViewField_colCount).EndInit(); ((ISupportInitialize)repImageEdit).EndInit(); ((ISupportInitialize)layoutViewField_colPicture).EndInit(); ((ISupportInitialize)layoutViewCard1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Layout.LayoutView layoutView1; private DevExpress.XtraGrid.Columns.LayoutViewColumn colName; private DevExpress.XtraGrid.Columns.LayoutViewColumn colCount; private DevExpress.XtraGrid.Columns.LayoutViewColumn colImage; private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repImageEdit; private BindingSource xhsProjectHomeTitleViewModelBindingSource; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colName; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colCount; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colPicture; private DevExpress.XtraGrid.Views.Layout.LayoutViewCard layoutViewCard1; } }