| | |
| | | // checkedListBoxControl1 |
| | | // |
| | | checkedListBoxControl1.CheckMember = "Checked"; |
| | | checkedListBoxControl1.CheckOnClick = true; |
| | | checkedListBoxControl1.DataSource = hydroWorkingCheckedListItemViewModelBindingSource; |
| | | checkedListBoxControl1.DisplayMember = "Name"; |
| | | checkedListBoxControl1.Dock = DockStyle.Fill; |
| | |
| | | checkedListBoxControl1.Location = new Point(0, 0); |
| | | checkedListBoxControl1.MultiColumn = true; |
| | | checkedListBoxControl1.Name = "checkedListBoxControl1"; |
| | | checkedListBoxControl1.SelectionMode = SelectionMode.None; |
| | | checkedListBoxControl1.ShowFocusRect = false; |
| | | checkedListBoxControl1.Size = new Size(573, 123); |
| | | checkedListBoxControl1.TabIndex = 0; |