Перед перелопачиванием
This commit is contained in:
2
VisualComponentsLib/MyTextBox.Designer.cs
generated
2
VisualComponentsLib/MyTextBox.Designer.cs
generated
@@ -42,6 +42,7 @@
|
||||
checkBox.TabIndex = 0;
|
||||
checkBox.Text = "Включить null";
|
||||
checkBox.UseVisualStyleBackColor = true;
|
||||
checkBox.CheckedChanged += CheckBox_CheckedChanged;
|
||||
//
|
||||
// textBox
|
||||
//
|
||||
@@ -49,6 +50,7 @@
|
||||
textBox.Name = "textBox";
|
||||
textBox.Size = new Size(182, 23);
|
||||
textBox.TabIndex = 2;
|
||||
textBox.KeyPress += TextBox_KeyPress;
|
||||
//
|
||||
// MyTextBox
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user