Перед перелопачиванием

This commit is contained in:
ElEgEv
2023-09-26 20:44:05 +04:00
parent 5ee58b256e
commit 9ca65527e1
5 changed files with 125 additions and 34 deletions

View File

@@ -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
//