namespace Yw.WinFrmUI { partial class HydroWorkingListViewCtrl { /// /// 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.TemplatedItemElement templatedItemElement1 = new DevExpress.XtraEditors.TableLayout.TemplatedItemElement(); DevExpress.XtraEditors.TableLayout.TableRowDefinition tableRowDefinition1 = new DevExpress.XtraEditors.TableLayout.TableRowDefinition(); listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl(); hydroWorkingListItemViewModelBindingSource = new BindingSource(components); ((ISupportInitialize)listBoxControl1).BeginInit(); ((ISupportInitialize)hydroWorkingListItemViewModelBindingSource).BeginInit(); SuspendLayout(); // // listBoxControl1 // listBoxControl1.DataSource = hydroWorkingListItemViewModelBindingSource; listBoxControl1.Dock = DockStyle.Fill; listBoxControl1.ItemHeight = 30; listBoxControl1.Location = new Point(0, 0); listBoxControl1.Name = "listBoxControl1"; listBoxControl1.Size = new Size(267, 669); listBoxControl1.TabIndex = 0; itemTemplateBase1.Columns.Add(tableColumnDefinition1); 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); itemTemplateBase1.Elements.Add(templatedItemElement1); itemTemplateBase1.Name = "template1"; itemTemplateBase1.Rows.Add(tableRowDefinition1); listBoxControl1.Templates.Add(itemTemplateBase1); listBoxControl1.SelectedValueChanged += listBoxControl1_SelectedValueChanged; // // hydroWorkingListItemViewModelBindingSource // hydroWorkingListItemViewModelBindingSource.DataSource = typeof(HydroWorkingListItemViewModel); // // HydroWorkingListViewCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(listBoxControl1); Name = "HydroWorkingListViewCtrl"; Size = new Size(267, 669); ((ISupportInitialize)listBoxControl1).EndInit(); ((ISupportInitialize)hydroWorkingListItemViewModelBindingSource).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraEditors.ListBoxControl listBoxControl1; private BindingSource hydroWorkingListItemViewModelBindingSource; } }