Регулировка трекбара

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2023-03-12 17:34:26 +07:00
parent 2f0f213781
commit 40ad1eef26
3 changed files with 8 additions and 6 deletions

1
Form1.Designer.cs generated
View File

@@ -155,6 +155,7 @@
this.Controls.Add(this.textBox1);
this.Controls.Add(this.btn_stop);
this.Controls.Add(this.btn_start);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "Form1";
this.Text = "Учимся печатать быстро";
this.Load += new System.EventHandler(this.Form1_Load);