align
This commit is contained in:
parent
3a39023cf4
commit
c345ac7575
|
|
@ -46,8 +46,6 @@ namespace RBXLegacyLauncher
|
|||
this.tabPage1 = new System.Windows.Forms.TabPage();
|
||||
this.tabControl2 = new System.Windows.Forms.TabControl();
|
||||
this.tabPage5 = new System.Windows.Forms.TabPage();
|
||||
this.button6 = new System.Windows.Forms.Button();
|
||||
this.Page2Panel = new System.Windows.Forms.Panel();
|
||||
this.Page1Panel = new System.Windows.Forms.Panel();
|
||||
this.ColorButton25 = new System.Windows.Forms.Button();
|
||||
this.ColorButton16 = new System.Windows.Forms.Button();
|
||||
|
|
@ -81,6 +79,8 @@ namespace RBXLegacyLauncher
|
|||
this.ColorButton19 = new System.Windows.Forms.Button();
|
||||
this.ColorButton29 = new System.Windows.Forms.Button();
|
||||
this.ColorButton36 = new System.Windows.Forms.Button();
|
||||
this.button6 = new System.Windows.Forms.Button();
|
||||
this.Page2Panel = new System.Windows.Forms.Panel();
|
||||
this.ColorButton39 = new System.Windows.Forms.Button();
|
||||
this.ColorButton64 = new System.Windows.Forms.Button();
|
||||
this.ColorButton50 = new System.Windows.Forms.Button();
|
||||
|
|
@ -174,8 +174,8 @@ namespace RBXLegacyLauncher
|
|||
this.tabPage1.SuspendLayout();
|
||||
this.tabControl2.SuspendLayout();
|
||||
this.tabPage5.SuspendLayout();
|
||||
this.Page2Panel.SuspendLayout();
|
||||
this.Page1Panel.SuspendLayout();
|
||||
this.Page2Panel.SuspendLayout();
|
||||
this.tabPage6.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
|
||||
this.tabPage2.SuspendLayout();
|
||||
|
|
@ -300,58 +300,6 @@ namespace RBXLegacyLauncher
|
|||
this.tabPage5.Text = "PART COLOR";
|
||||
this.tabPage5.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// button6
|
||||
//
|
||||
this.button6.Enabled = false;
|
||||
this.button6.Location = new System.Drawing.Point(142, 162);
|
||||
this.button6.Name = "button6";
|
||||
this.button6.Size = new System.Drawing.Size(131, 26);
|
||||
this.button6.TabIndex = 88;
|
||||
this.button6.Text = "Next Page >>";
|
||||
this.button6.UseVisualStyleBackColor = true;
|
||||
this.button6.Click += new System.EventHandler(this.Button6Click);
|
||||
//
|
||||
// Page2Panel
|
||||
//
|
||||
this.Page2Panel.Controls.Add(this.ColorButton39);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton64);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton50);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton41);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton49);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton63);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton40);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton51);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton65);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton48);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton42);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton62);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton57);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton66);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton43);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton52);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton56);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton47);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton70);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton61);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton58);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton67);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton44);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton53);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton55);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton46);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton69);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton60);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton59);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton68);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton45);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton54);
|
||||
this.Page2Panel.Location = new System.Drawing.Point(0, 3);
|
||||
this.Page2Panel.Name = "Page2Panel";
|
||||
this.Page2Panel.Size = new System.Drawing.Size(282, 127);
|
||||
this.Page2Panel.TabIndex = 121;
|
||||
this.Page2Panel.Visible = false;
|
||||
this.Page2Panel.Paint += new System.Windows.Forms.PaintEventHandler(this.Page2PanelPaint);
|
||||
//
|
||||
// Page1Panel
|
||||
//
|
||||
this.Page1Panel.Controls.Add(this.ColorButton25);
|
||||
|
|
@ -386,7 +334,7 @@ namespace RBXLegacyLauncher
|
|||
this.Page1Panel.Controls.Add(this.ColorButton19);
|
||||
this.Page1Panel.Controls.Add(this.ColorButton29);
|
||||
this.Page1Panel.Controls.Add(this.ColorButton36);
|
||||
this.Page1Panel.Location = new System.Drawing.Point(1, 0);
|
||||
this.Page1Panel.Location = new System.Drawing.Point(0, 3);
|
||||
this.Page1Panel.Name = "Page1Panel";
|
||||
this.Page1Panel.Size = new System.Drawing.Size(282, 127);
|
||||
this.Page1Panel.TabIndex = 122;
|
||||
|
|
@ -711,6 +659,58 @@ namespace RBXLegacyLauncher
|
|||
this.ColorButton36.UseVisualStyleBackColor = false;
|
||||
this.ColorButton36.Click += new System.EventHandler(this.ColorButton36Click);
|
||||
//
|
||||
// button6
|
||||
//
|
||||
this.button6.Enabled = false;
|
||||
this.button6.Location = new System.Drawing.Point(142, 162);
|
||||
this.button6.Name = "button6";
|
||||
this.button6.Size = new System.Drawing.Size(131, 26);
|
||||
this.button6.TabIndex = 88;
|
||||
this.button6.Text = "Next Page >>";
|
||||
this.button6.UseVisualStyleBackColor = true;
|
||||
this.button6.Click += new System.EventHandler(this.Button6Click);
|
||||
//
|
||||
// Page2Panel
|
||||
//
|
||||
this.Page2Panel.Controls.Add(this.ColorButton39);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton64);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton50);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton41);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton49);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton63);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton40);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton51);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton65);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton48);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton42);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton62);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton57);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton66);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton43);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton52);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton56);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton47);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton70);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton61);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton58);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton67);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton44);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton53);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton55);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton46);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton69);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton60);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton59);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton68);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton45);
|
||||
this.Page2Panel.Controls.Add(this.ColorButton54);
|
||||
this.Page2Panel.Location = new System.Drawing.Point(0, 3);
|
||||
this.Page2Panel.Name = "Page2Panel";
|
||||
this.Page2Panel.Size = new System.Drawing.Size(282, 127);
|
||||
this.Page2Panel.TabIndex = 121;
|
||||
this.Page2Panel.Visible = false;
|
||||
this.Page2Panel.Paint += new System.Windows.Forms.PaintEventHandler(this.Page2PanelPaint);
|
||||
//
|
||||
// ColorButton39
|
||||
//
|
||||
this.ColorButton39.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(248)))), ((int)(((byte)(248)))));
|
||||
|
|
@ -1641,8 +1641,8 @@ namespace RBXLegacyLauncher
|
|||
this.tabPage1.ResumeLayout(false);
|
||||
this.tabControl2.ResumeLayout(false);
|
||||
this.tabPage5.ResumeLayout(false);
|
||||
this.Page2Panel.ResumeLayout(false);
|
||||
this.Page1Panel.ResumeLayout(false);
|
||||
this.Page2Panel.ResumeLayout(false);
|
||||
this.tabPage6.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
|
||||
this.tabPage2.ResumeLayout(false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue