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