Little UI tweaks

This commit is contained in:
2023-05-23 17:23:53 +02:00
parent 89c7e15a70
commit 462d07093a
2 changed files with 15 additions and 1 deletions
+3 -1
View File
@@ -85,6 +85,7 @@
//
// btnStartDecoding
//
this.btnStartDecoding.Enabled = false;
this.btnStartDecoding.Location = new System.Drawing.Point(6, 54);
this.btnStartDecoding.Name = "btnStartDecoding";
this.btnStartDecoding.Size = new System.Drawing.Size(127, 27);
@@ -104,6 +105,7 @@
//
// btnStopUpdating
//
this.btnStopUpdating.Enabled = false;
this.btnStopUpdating.Location = new System.Drawing.Point(153, 54);
this.btnStopUpdating.Name = "btnStopUpdating";
this.btnStopUpdating.Size = new System.Drawing.Size(128, 27);
@@ -118,7 +120,7 @@
this.btnResetEmulator.Name = "btnResetEmulator";
this.btnResetEmulator.Size = new System.Drawing.Size(128, 27);
this.btnResetEmulator.TabIndex = 5;
this.btnResetEmulator.Text = "Reset";
this.btnResetEmulator.Text = "Start driver";
this.btnResetEmulator.UseVisualStyleBackColor = true;
this.btnResetEmulator.Click += new System.EventHandler(this.button1_Click);
//