Refactor and fix ui
This commit is contained in:
Generated
+7
-4
@@ -94,7 +94,8 @@ namespace Step.UI
|
||||
//
|
||||
// openUiButton
|
||||
//
|
||||
this.openUiButton.Location = new System.Drawing.Point(12, 385);
|
||||
this.openUiButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.openUiButton.Location = new System.Drawing.Point(12, 381);
|
||||
this.openUiButton.Name = "openUiButton";
|
||||
this.openUiButton.Size = new System.Drawing.Size(104, 42);
|
||||
this.openUiButton.TabIndex = 1;
|
||||
@@ -492,7 +493,7 @@ namespace Step.UI
|
||||
this.ThreadsInfo.HorizontalScrollbarSize = 10;
|
||||
this.ThreadsInfo.Location = new System.Drawing.Point(4, 38);
|
||||
this.ThreadsInfo.Name = "ThreadsInfo";
|
||||
this.ThreadsInfo.Size = new System.Drawing.Size(320, 287);
|
||||
this.ThreadsInfo.Size = new System.Drawing.Size(320, 281);
|
||||
this.ThreadsInfo.TabIndex = 1;
|
||||
this.ThreadsInfo.Text = "Active Threads Info";
|
||||
this.ThreadsInfo.VerticalScrollbarBarColor = true;
|
||||
@@ -537,7 +538,8 @@ namespace Step.UI
|
||||
//
|
||||
// stopServerButton
|
||||
//
|
||||
this.stopServerButton.Location = new System.Drawing.Point(234, 385);
|
||||
this.stopServerButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.stopServerButton.Location = new System.Drawing.Point(234, 381);
|
||||
this.stopServerButton.Name = "stopServerButton";
|
||||
this.stopServerButton.Size = new System.Drawing.Size(106, 42);
|
||||
this.stopServerButton.TabIndex = 3;
|
||||
@@ -548,7 +550,8 @@ namespace Step.UI
|
||||
//
|
||||
// TestJSButton
|
||||
//
|
||||
this.TestJSButton.Location = new System.Drawing.Point(122, 385);
|
||||
this.TestJSButton.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||
this.TestJSButton.Location = new System.Drawing.Point(122, 381);
|
||||
this.TestJSButton.Name = "TestJSButton";
|
||||
this.TestJSButton.Size = new System.Drawing.Size(106, 42);
|
||||
this.TestJSButton.TabIndex = 2;
|
||||
|
||||
Reference in New Issue
Block a user