namespace Yw.WinFrmUI { partial class SelectHydroEvaluationCatalogCtrl { /// /// 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(); listBoxControl1 = new DevExpress.XtraEditors.ListBoxControl(); hydroEvaluationCodeViewModelBindingSource = new BindingSource(components); ((ISupportInitialize)listBoxControl1).BeginInit(); ((ISupportInitialize)hydroEvaluationCodeViewModelBindingSource).BeginInit(); SuspendLayout(); // // listBoxControl1 // listBoxControl1.DataSource = hydroEvaluationCodeViewModelBindingSource; listBoxControl1.DisplayMember = "Name"; listBoxControl1.Dock = DockStyle.Fill; listBoxControl1.Location = new Point(0, 0); listBoxControl1.Name = "listBoxControl1"; listBoxControl1.Size = new Size(239, 538); listBoxControl1.TabIndex = 0; listBoxControl1.ValueMember = "Code"; listBoxControl1.SelectedValueChanged += listBoxControl1_SelectedValueChanged; // // hydroEvaluationCodeViewModelBindingSource // hydroEvaluationCodeViewModelBindingSource.DataSource = typeof(HydroEvaluationCodeViewModel); // // SelectHydroEvaluationCatalogCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(listBoxControl1); Name = "SelectHydroEvaluationCatalogCtrl"; Size = new Size(239, 538); ((ISupportInitialize)listBoxControl1).EndInit(); ((ISupportInitialize)hydroEvaluationCodeViewModelBindingSource).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraEditors.ListBoxControl listBoxControl1; private BindingSource hydroEvaluationCodeViewModelBindingSource; } }