oops [2]
This commit is contained in:
parent
4e709235b6
commit
5a7c2143e4
|
|
@ -637,6 +637,7 @@ namespace RBXLegacyLauncher
|
||||||
this.button6.TabIndex = 88;
|
this.button6.TabIndex = 88;
|
||||||
this.button6.Text = "Next Page >>";
|
this.button6.Text = "Next Page >>";
|
||||||
this.button6.UseVisualStyleBackColor = true;
|
this.button6.UseVisualStyleBackColor = true;
|
||||||
|
this.Button6.Click += new System.EventHandler(this.Button6Click);
|
||||||
//
|
//
|
||||||
// button5
|
// button5
|
||||||
//
|
//
|
||||||
|
|
@ -647,6 +648,7 @@ namespace RBXLegacyLauncher
|
||||||
this.button5.TabIndex = 87;
|
this.button5.TabIndex = 87;
|
||||||
this.button5.Text = "<< Last Page";
|
this.button5.Text = "<< Last Page";
|
||||||
this.button5.UseVisualStyleBackColor = true;
|
this.button5.UseVisualStyleBackColor = true;
|
||||||
|
this.Button5.Click += new System.EventHandler(this.Button5Click);
|
||||||
//
|
//
|
||||||
// ColorButton7
|
// ColorButton7
|
||||||
//
|
//
|
||||||
|
|
@ -1534,7 +1536,7 @@ namespace RBXLegacyLauncher
|
||||||
this.button4.TabIndex = 49;
|
this.button4.TabIndex = 49;
|
||||||
this.button4.Text = "3D Preview";
|
this.button4.Text = "3D Preview";
|
||||||
this.button4.UseVisualStyleBackColor = true;
|
this.button4.UseVisualStyleBackColor = true;
|
||||||
this.button4.Click += new System.EventHandler(this.Button6Click);
|
this.button4.Click += new System.EventHandler(this.Button4Click);
|
||||||
//
|
//
|
||||||
// Page1Panel
|
// Page1Panel
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue