Little UI tweaks
This commit is contained in:
Generated
+3
-1
@@ -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);
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user