namespace Yw.WinFrmUI { partial class HydroPumpAnalyWorkingPumpListCtrl { /// /// 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(); DevExpress.XtraEditors.TableLayout.ItemTemplateBase itemTemplateBase1 = new DevExpress.XtraEditors.TableLayout.ItemTemplateBase(); DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition1 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition(); DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition2 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition(); DevExpress.XtraEditors.TableLayout.TableColumnDefinition tableColumnDefinition3 = new DevExpress.XtraEditors.TableLayout.TableColumnDefinition(); DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement1 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement(); DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement2 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement(); DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement3 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement(); DevExpress.XtraEditors.TableLayout.TableRowDefinition tableRowDefinition1 = new DevExpress.XtraEditors.TableLayout.TableRowDefinition(); imageListBoxControl1 = new DevExpress.XtraEditors.ImageListBoxControl(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); imageComboBoxEdit1 = new DevExpress.XtraEditors.ImageComboBoxEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); itemForGroup = new DevExpress.XtraLayout.LayoutControlItem(); hydroPumpAnalyWorkingPumpListItemViewModelBindingSource = new BindingSource(components); ((ISupportInitialize)imageListBoxControl1).BeginInit(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)imageComboBoxEdit1.Properties).BeginInit(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)itemForGroup).BeginInit(); ((ISupportInitialize)hydroPumpAnalyWorkingPumpListItemViewModelBindingSource).BeginInit(); SuspendLayout(); // // imageListBoxControl1 // imageListBoxControl1.DataSource = hydroPumpAnalyWorkingPumpListItemViewModelBindingSource; imageListBoxControl1.ItemHeight = 34; imageListBoxControl1.Location = new Point(0, 21); imageListBoxControl1.Name = "imageListBoxControl1"; imageListBoxControl1.Size = new Size(218, 520); imageListBoxControl1.StyleController = layoutControl1; imageListBoxControl1.TabIndex = 0; tableColumnDefinition1.Length.Type = DevExpress.XtraEditors.TableLayout.TableDefinitionLengthType.Pixel; tableColumnDefinition1.Length.Value = 32D; tableColumnDefinition2.Length.Type = DevExpress.XtraEditors.TableLayout.TableDefinitionLengthType.Pixel; tableColumnDefinition2.Length.Value = 116D; tableColumnDefinition3.Length.Type = DevExpress.XtraEditors.TableLayout.TableDefinitionLengthType.Pixel; tableColumnDefinition3.Length.Value = 107D; itemTemplateBase1.Columns.Add(tableColumnDefinition1); itemTemplateBase1.Columns.Add(tableColumnDefinition2); itemTemplateBase1.Columns.Add(tableColumnDefinition3); templatedItemElement1.ColumnIndex = 1; templatedItemElement1.FieldName = "Name"; templatedItemElement1.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter; templatedItemElement1.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside; templatedItemElement1.Text = "Name"; templatedItemElement1.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft; templatedItemElement1.TextLocation = new Point(10, 0); templatedItemElement2.Appearance.Normal.ForeColor = Color.Silver; templatedItemElement2.Appearance.Normal.Options.UseForeColor = true; templatedItemElement2.ColumnIndex = 2; templatedItemElement2.FieldName = "RatedHz"; templatedItemElement2.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter; templatedItemElement2.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside; templatedItemElement2.Text = "RatedHz"; templatedItemElement2.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleLeft; templatedItemElement3.FieldName = "Image"; templatedItemElement3.ImageOptions.ImageAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter; templatedItemElement3.ImageOptions.ImageScaleMode = DevExpress.XtraEditors.TileItemImageScaleMode.ZoomInside; templatedItemElement3.Text = "Image"; templatedItemElement3.TextAlignment = DevExpress.XtraEditors.TileItemContentAlignment.MiddleCenter; itemTemplateBase1.Elements.Add(templatedItemElement1); itemTemplateBase1.Elements.Add(templatedItemElement2); itemTemplateBase1.Elements.Add(templatedItemElement3); itemTemplateBase1.Name = "template1"; itemTemplateBase1.Rows.Add(tableRowDefinition1); imageListBoxControl1.Templates.Add(itemTemplateBase1); imageListBoxControl1.SelectedValueChanged += imageListBoxControl1_SelectedValueChanged; // // layoutControl1 // layoutControl1.Controls.Add(imageComboBoxEdit1); layoutControl1.Controls.Add(imageListBoxControl1); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = Root; layoutControl1.Size = new Size(218, 541); layoutControl1.TabIndex = 1; layoutControl1.Text = "layoutControl1"; // // imageComboBoxEdit1 // imageComboBoxEdit1.Location = new Point(0, 0); imageComboBoxEdit1.Name = "imageComboBoxEdit1"; imageComboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); imageComboBoxEdit1.Size = new Size(218, 20); imageComboBoxEdit1.StyleController = layoutControl1; imageComboBoxEdit1.TabIndex = 4; imageComboBoxEdit1.SelectedValueChanged += imageComboBoxEdit1_SelectedValueChanged; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, itemForGroup }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); Root.Size = new Size(218, 541); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = imageListBoxControl1; layoutControlItem1.Location = new Point(0, 21); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlItem1.Size = new Size(218, 520); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // itemForGroup // itemForGroup.Control = imageComboBoxEdit1; itemForGroup.Location = new Point(0, 0); itemForGroup.Name = "itemForGroup"; itemForGroup.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 1); itemForGroup.Size = new Size(218, 21); itemForGroup.Text = "分组:"; itemForGroup.TextSize = new Size(0, 0); itemForGroup.TextVisible = false; // // hydroPumpAnalyWorkingPumpListItemViewModelBindingSource // hydroPumpAnalyWorkingPumpListItemViewModelBindingSource.DataSource = typeof(HydroPumpAnalyWorkingPumpListItemViewModel); // // HydroPumpAnalyWorkingPumpListCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "HydroPumpAnalyWorkingPumpListCtrl"; Size = new Size(218, 541); ((ISupportInitialize)imageListBoxControl1).EndInit(); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)imageComboBoxEdit1.Properties).EndInit(); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)itemForGroup).EndInit(); ((ISupportInitialize)hydroPumpAnalyWorkingPumpListItemViewModelBindingSource).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraEditors.ImageListBoxControl imageListBoxControl1; private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraEditors.ImageComboBoxEdit imageComboBoxEdit1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem itemForGroup; private BindingSource hydroPumpAnalyWorkingPumpListItemViewModelBindingSource; } }