namespace Yw.WinFrmUI
{
partial class HydroPumpListViewCtrl
{
///
/// 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.TemplatedItemElement templatedItemElement1 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
DevExpress.XtraEditors.TableLayout.TemplatedItemElement templatedItemElement2 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement();
DevExpress.XtraEditors.TableLayout.TableRowDefinition tableRowDefinition1 = new DevExpress.XtraEditors.TableLayout.TableRowDefinition();
imageListBoxControl1 = new DevExpress.XtraEditors.ImageListBoxControl();
hydroPumpListViewItemViewModelBindingSource = new BindingSource(components);
((ISupportInitialize)imageListBoxControl1).BeginInit();
((ISupportInitialize)hydroPumpListViewItemViewModelBindingSource).BeginInit();
SuspendLayout();
//
// imageListBoxControl1
//
imageListBoxControl1.DataSource = hydroPumpListViewItemViewModelBindingSource;
imageListBoxControl1.Dock = DockStyle.Fill;
imageListBoxControl1.ItemHeight = 34;
imageListBoxControl1.Location = new Point(0, 0);
imageListBoxControl1.Name = "imageListBoxControl1";
imageListBoxControl1.Size = new Size(262, 541);
imageListBoxControl1.TabIndex = 0;
tableColumnDefinition1.Length.Value = 328D;
tableColumnDefinition2.Length.Type = DevExpress.XtraEditors.TableLayout.TableDefinitionLengthType.Pixel;
tableColumnDefinition2.Length.Value = 72D;
itemTemplateBase1.Columns.Add(tableColumnDefinition1);
itemTemplateBase1.Columns.Add(tableColumnDefinition2);
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 = 1;
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.MiddleCenter;
itemTemplateBase1.Elements.Add(templatedItemElement1);
itemTemplateBase1.Elements.Add(templatedItemElement2);
itemTemplateBase1.Name = "template1";
itemTemplateBase1.Rows.Add(tableRowDefinition1);
imageListBoxControl1.Templates.Add(itemTemplateBase1);
imageListBoxControl1.SelectedValueChanged += imageListBoxControl1_SelectedValueChanged;
//
// hydroPumpListViewItemViewModelBindingSource
//
hydroPumpListViewItemViewModelBindingSource.DataSource = typeof(HydroPumpListViewItemViewModel);
//
// HydroPumpListViewCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(imageListBoxControl1);
Name = "HydroPumpListViewCtrl";
Size = new Size(262, 541);
((ISupportInitialize)imageListBoxControl1).EndInit();
((ISupportInitialize)hydroPumpListViewItemViewModelBindingSource).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.ImageListBoxControl imageListBoxControl1;
private BindingSource hydroPumpListViewItemViewModelBindingSource;
}
}