нюанс
This commit is contained in:
parent
a0c8decadc
commit
bd7ba6b88e
5
KOP_Labs/KOP_Labs/CustomComboBox.Designer.cs
generated
5
KOP_Labs/KOP_Labs/CustomComboBox.Designer.cs
generated
@ -33,9 +33,10 @@
|
||||
//
|
||||
// textBox
|
||||
//
|
||||
textBox.Location = new Point(13, 55);
|
||||
textBox.Dock = DockStyle.Fill;
|
||||
textBox.Location = new Point(0, 0);
|
||||
textBox.Name = "textBox";
|
||||
textBox.Size = new Size(263, 27);
|
||||
textBox.Size = new Size(289, 27);
|
||||
textBox.TabIndex = 0;
|
||||
textBox.TextChanged += textBox_TextChanged;
|
||||
textBox.Enter += textBox_Enter;
|
||||
|
5
KOP_Labs/KOP_Labs/CustomListBox.Designer.cs
generated
5
KOP_Labs/KOP_Labs/CustomListBox.Designer.cs
generated
@ -33,10 +33,11 @@
|
||||
//
|
||||
// checkedListBox
|
||||
//
|
||||
checkedListBox.Dock = DockStyle.Fill;
|
||||
checkedListBox.FormattingEnabled = true;
|
||||
checkedListBox.Location = new Point(3, 16);
|
||||
checkedListBox.Location = new Point(0, 0);
|
||||
checkedListBox.Name = "checkedListBox";
|
||||
checkedListBox.Size = new Size(197, 136);
|
||||
checkedListBox.Size = new Size(220, 184);
|
||||
checkedListBox.TabIndex = 0;
|
||||
checkedListBox.SelectedIndexChanged += checkedListBox_SelectedIndexChanged;
|
||||
//
|
||||
|
1
KOP_Labs/KOP_Labs/CustomTree.Designer.cs
generated
1
KOP_Labs/KOP_Labs/CustomTree.Designer.cs
generated
@ -42,6 +42,7 @@
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
AutoSize = true;
|
||||
Controls.Add(treeView);
|
||||
Name = "CustomTree";
|
||||
Size = new Size(307, 364);
|
||||
|
Loading…
Reference in New Issue
Block a user