namespace HStation.WinFrmUI { partial class SetHydroWaterboxCalcuPrefixListCtrl { /// /// 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(); setHydroWaterboxCalcuPrefixViewModelBindingSource = new BindingSource(components); layoutView1 = new DevExpress.XtraGrid.Views.Layout.LayoutView(); colName = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); colInitLevel = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); colIcon = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); repPicture = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit(); svgImageCollection1 = new DevExpress.Utils.SvgImageCollection(components); layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard(); layoutViewField_colInitLevel = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); layoutViewField_colName = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); layoutViewField_colIcon = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)setHydroWaterboxCalcuPrefixViewModelBindingSource).BeginInit(); ((ISupportInitialize)layoutView1).BeginInit(); ((ISupportInitialize)repPicture).BeginInit(); ((ISupportInitialize)svgImageCollection1).BeginInit(); ((ISupportInitialize)layoutViewCard1).BeginInit(); ((ISupportInitialize)layoutViewField_colInitLevel).BeginInit(); ((ISupportInitialize)layoutViewField_colName).BeginInit(); ((ISupportInitialize)layoutViewField_colIcon).BeginInit(); SuspendLayout(); // // gridControl1 // gridControl1.DataSource = setHydroWaterboxCalcuPrefixViewModelBindingSource; gridControl1.Dock = DockStyle.Fill; gridControl1.Location = new Point(0, 0); gridControl1.MainView = layoutView1; gridControl1.Name = "gridControl1"; gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repPicture }); gridControl1.Size = new Size(873, 764); gridControl1.TabIndex = 2; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { layoutView1 }); // // setHydroWaterboxCalcuPrefixViewModelBindingSource // setHydroWaterboxCalcuPrefixViewModelBindingSource.DataSource = typeof(SetHydroWaterboxCalcuPrefixViewModel); // // layoutView1 // layoutView1.ActiveFilterEnabled = false; layoutView1.BorderStyle = BorderStyles.NoBorder; layoutView1.CardHorzInterval = 6; layoutView1.CardMinSize = new Size(153, 83); layoutView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] { colName, colInitLevel, colIcon }); layoutView1.GridControl = gridControl1; layoutView1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_colIcon }); layoutView1.Name = "layoutView1"; layoutView1.OptionsBehavior.ScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Auto; layoutView1.OptionsFilter.AllowFilterEditor = false; layoutView1.OptionsFilter.ShowCustomFunctions = DevExpress.Utils.DefaultBoolean.False; layoutView1.OptionsItemText.AlignMode = DevExpress.XtraGrid.Views.Layout.FieldTextAlignMode.AlignGlobal; layoutView1.OptionsItemText.TextToControlDistance = 0; layoutView1.OptionsPrint.PrintCardCaption = false; layoutView1.OptionsView.CardArrangeRule = DevExpress.XtraGrid.Views.Layout.LayoutCardArrangeRule.AllowPartialCards; layoutView1.OptionsView.CardsAlignment = DevExpress.XtraGrid.Views.Layout.CardsAlignment.Near; layoutView1.OptionsView.ShowCardExpandButton = false; layoutView1.OptionsView.ShowCardFieldBorders = true; layoutView1.OptionsView.ShowFieldHints = false; layoutView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never; layoutView1.OptionsView.ShowHeaderPanel = false; layoutView1.OptionsView.ViewMode = DevExpress.XtraGrid.Views.Layout.LayoutViewMode.MultiRow; layoutView1.TemplateCard = layoutViewCard1; // // colName // colName.AppearanceCell.Font = new Font("Tahoma", 11F, FontStyle.Bold, GraphicsUnit.Point); colName.AppearanceCell.Options.UseFont = true; colName.AppearanceCell.Options.UseTextOptions = true; colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; colName.FieldName = "Name"; colName.LayoutViewField = layoutViewField_colName; colName.MinWidth = 30; colName.Name = "colName"; colName.OptionsColumn.AllowEdit = false; colName.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; colName.OptionsColumn.ReadOnly = true; colName.OptionsFilter.AllowFilter = false; colName.Width = 112; // // colInitLevel // colInitLevel.AppearanceCell.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Question; colInitLevel.AppearanceCell.Options.UseForeColor = true; colInitLevel.AppearanceCell.Options.UseTextOptions = true; colInitLevel.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; colInitLevel.FieldName = "InitLevel"; colInitLevel.LayoutViewField = layoutViewField_colInitLevel; colInitLevel.MinWidth = 30; colInitLevel.Name = "colInitLevel"; colInitLevel.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; colInitLevel.OptionsFilter.AllowFilter = false; colInitLevel.Width = 112; // // colIcon // colIcon.ColumnEdit = repPicture; colIcon.FieldName = "Icon"; colIcon.LayoutViewField = layoutViewField_colIcon; colIcon.MinWidth = 30; colIcon.Name = "colIcon"; colIcon.OptionsColumn.AllowEdit = false; colIcon.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False; colIcon.OptionsFilter.AllowFilter = false; colIcon.Width = 112; // // repPicture // repPicture.Name = "repPicture"; // // svgImageCollection1 // svgImageCollection1.Add("about", "image://svgimages/outlook inspired/about.svg"); // // layoutViewCard1 // layoutViewCard1.CustomizationFormText = "TemplateCard"; layoutViewCard1.GroupStyle = DevExpress.Utils.GroupStyle.Title; layoutViewCard1.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText; layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutViewField_colInitLevel, layoutViewField_colName }); layoutViewCard1.Name = "layoutViewCard1"; layoutViewCard1.OptionsItemText.TextToControlDistance = 0; layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewCard1.Text = "TemplateCard"; layoutViewCard1.TextLocation = DevExpress.Utils.Locations.Default; layoutViewCard1.TextVisible = false; // // layoutViewField_colInitLevel // layoutViewField_colInitLevel.EditorPreferredWidth = 57; layoutViewField_colInitLevel.Location = new Point(0, 36); layoutViewField_colInitLevel.Name = "layoutViewField_colInitLevel"; layoutViewField_colInitLevel.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewField_colInitLevel.Size = new Size(145, 39); layoutViewField_colInitLevel.TextSize = new Size(78, 22); // // layoutViewField_colName // layoutViewField_colName.EditorPreferredWidth = 135; layoutViewField_colName.Location = new Point(0, 0); layoutViewField_colName.Name = "layoutViewField_colName"; layoutViewField_colName.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewField_colName.Size = new Size(145, 36); layoutViewField_colName.TextSize = new Size(0, 0); layoutViewField_colName.TextVisible = false; // // layoutViewField_colIcon // layoutViewField_colIcon.EditorPreferredWidth = 20; layoutViewField_colIcon.HighlightFocusedItem = DevExpress.Utils.DefaultBoolean.False; layoutViewField_colIcon.Location = new Point(0, 0); layoutViewField_colIcon.Name = "layoutViewField_colIcon"; layoutViewField_colIcon.Padding = new DevExpress.XtraLayout.Utils.Padding(4, 4, 4, 4); layoutViewField_colIcon.Size = new Size(197, 72); layoutViewField_colIcon.StartNewLine = true; layoutViewField_colIcon.TextSize = new Size(0, 0); layoutViewField_colIcon.TextVisible = false; // // SetHydroWaterboxCalcuPrefixListCtrl // Appearance.BackColor = Color.White; Appearance.Options.UseBackColor = true; AutoScaleDimensions = new SizeF(10F, 22F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(gridControl1); Margin = new Padding(4, 5, 4, 5); Name = "SetHydroWaterboxCalcuPrefixListCtrl"; Size = new Size(873, 764); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)setHydroWaterboxCalcuPrefixViewModelBindingSource).EndInit(); ((ISupportInitialize)layoutView1).EndInit(); ((ISupportInitialize)repPicture).EndInit(); ((ISupportInitialize)svgImageCollection1).EndInit(); ((ISupportInitialize)layoutViewCard1).EndInit(); ((ISupportInitialize)layoutViewField_colInitLevel).EndInit(); ((ISupportInitialize)layoutViewField_colName).EndInit(); ((ISupportInitialize)layoutViewField_colIcon).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Layout.LayoutView layoutView1; private DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit repPicture; private BindingSource setHydroWaterboxCalcuPrefixViewModelBindingSource; private DevExpress.XtraGrid.Columns.LayoutViewColumn colName; private DevExpress.XtraGrid.Columns.LayoutViewColumn colInitLevel; private DevExpress.XtraGrid.Columns.LayoutViewColumn colIcon; private DevExpress.Utils.SvgImageCollection svgImageCollection1; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colName; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colInitLevel; private DevExpress.XtraGrid.Views.Layout.LayoutViewField layoutViewField_colIcon; private DevExpress.XtraGrid.Views.Layout.LayoutViewCard layoutViewCard1; } }