Change anchor for checkListBoxApplic
This commit is contained in:
parent
5b853beb2d
commit
ee4f83fc20
@ -180,6 +180,8 @@ namespace Volian.Controls.Library
|
|||||||
//
|
//
|
||||||
// checkedListBoxApplic
|
// checkedListBoxApplic
|
||||||
//
|
//
|
||||||
|
this.checkedListBoxApplic.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||||||
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.checkedListBoxApplic.CheckOnClick = true;
|
this.checkedListBoxApplic.CheckOnClick = true;
|
||||||
this.checkedListBoxApplic.FormattingEnabled = true;
|
this.checkedListBoxApplic.FormattingEnabled = true;
|
||||||
this.checkedListBoxApplic.Items.AddRange(new object[] {
|
this.checkedListBoxApplic.Items.AddRange(new object[] {
|
||||||
@ -189,7 +191,7 @@ namespace Volian.Controls.Library
|
|||||||
"Unit 4"});
|
"Unit 4"});
|
||||||
this.checkedListBoxApplic.Location = new System.Drawing.Point(3, 3);
|
this.checkedListBoxApplic.Location = new System.Drawing.Point(3, 3);
|
||||||
this.checkedListBoxApplic.Name = "checkedListBoxApplic";
|
this.checkedListBoxApplic.Name = "checkedListBoxApplic";
|
||||||
this.checkedListBoxApplic.Size = new System.Drawing.Size(202, 89);
|
this.checkedListBoxApplic.Size = new System.Drawing.Size(218, 89);
|
||||||
this.checkedListBoxApplic.TabIndex = 1;
|
this.checkedListBoxApplic.TabIndex = 1;
|
||||||
//
|
//
|
||||||
// groupPanelApplic
|
// groupPanelApplic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user