diff --git a/AutoClicker_Black0wl/User Controls/MainMenuUserControl.Designer.cs b/AutoClicker_Black0wl/User Controls/MainMenuUserControl.Designer.cs index 39f02b9..e083e38 100644 --- a/AutoClicker_Black0wl/User Controls/MainMenuUserControl.Designer.cs +++ b/AutoClicker_Black0wl/User Controls/MainMenuUserControl.Designer.cs @@ -31,6 +31,7 @@ private void InitializeComponent() { this.auto_clicker_btn = new Guna.UI2.WinForms.Guna2Button(); this.multi_clicker_btn = new Guna.UI2.WinForms.Guna2Button(); + this.about_btn = new Guna.UI2.WinForms.Guna2Button(); this.SuspendLayout(); // // auto_clicker_btn @@ -49,7 +50,7 @@ private void InitializeComponent() this.auto_clicker_btn.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.auto_clicker_btn.ForeColor = System.Drawing.Color.White; this.auto_clicker_btn.HoverState.Parent = this.auto_clicker_btn; - this.auto_clicker_btn.Location = new System.Drawing.Point(46, 64); + this.auto_clicker_btn.Location = new System.Drawing.Point(46, 49); this.auto_clicker_btn.Name = "auto_clicker_btn"; this.auto_clicker_btn.ShadowDecoration.Parent = this.auto_clicker_btn; this.auto_clicker_btn.Size = new System.Drawing.Size(180, 45); @@ -73,7 +74,7 @@ private void InitializeComponent() this.multi_clicker_btn.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.multi_clicker_btn.ForeColor = System.Drawing.Color.White; this.multi_clicker_btn.HoverState.Parent = this.multi_clicker_btn; - this.multi_clicker_btn.Location = new System.Drawing.Point(46, 154); + this.multi_clicker_btn.Location = new System.Drawing.Point(46, 131); this.multi_clicker_btn.Name = "multi_clicker_btn"; this.multi_clicker_btn.ShadowDecoration.Parent = this.multi_clicker_btn; this.multi_clicker_btn.Size = new System.Drawing.Size(180, 45); @@ -81,11 +82,36 @@ private void InitializeComponent() this.multi_clicker_btn.Text = "Multi Clicker"; this.multi_clicker_btn.Click += new System.EventHandler(this.multi_clicker_btn_Click); // + // about_btn + // + this.about_btn.AutoRoundedCorners = true; + this.about_btn.BorderRadius = 21; + this.about_btn.BorderThickness = 1; + this.about_btn.CheckedState.Parent = this.about_btn; + this.about_btn.CustomImages.Parent = this.about_btn; + this.about_btn.DisabledState.BorderColor = System.Drawing.Color.DarkGray; + this.about_btn.DisabledState.CustomBorderColor = System.Drawing.Color.DarkGray; + this.about_btn.DisabledState.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(169)))), ((int)(((byte)(169))))); + this.about_btn.DisabledState.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(141)))), ((int)(((byte)(141))))); + this.about_btn.DisabledState.Parent = this.about_btn; + this.about_btn.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(79)))), ((int)(((byte)(79))))); + this.about_btn.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.about_btn.ForeColor = System.Drawing.Color.White; + this.about_btn.HoverState.Parent = this.about_btn; + this.about_btn.Location = new System.Drawing.Point(46, 207); + this.about_btn.Name = "about_btn"; + this.about_btn.ShadowDecoration.Parent = this.about_btn; + this.about_btn.Size = new System.Drawing.Size(180, 45); + this.about_btn.TabIndex = 2; + this.about_btn.Text = "About"; + this.about_btn.Click += new System.EventHandler(this.about_btn_Click); + // // MainMenuUserControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; + this.Controls.Add(this.about_btn); this.Controls.Add(this.multi_clicker_btn); this.Controls.Add(this.auto_clicker_btn); this.Name = "MainMenuUserControl"; @@ -98,5 +124,6 @@ private void InitializeComponent() private Guna.UI2.WinForms.Guna2Button auto_clicker_btn; private Guna.UI2.WinForms.Guna2Button multi_clicker_btn; + private Guna.UI2.WinForms.Guna2Button about_btn; } } diff --git a/AutoClicker_Black0wl/User Controls/MainMenuUserControl.cs b/AutoClicker_Black0wl/User Controls/MainMenuUserControl.cs index 35f1163..50fd7b1 100644 --- a/AutoClicker_Black0wl/User Controls/MainMenuUserControl.cs +++ b/AutoClicker_Black0wl/User Controls/MainMenuUserControl.cs @@ -19,11 +19,15 @@ private void auto_clicker_btn_Click(object sender, EventArgs e) { MainForm.GetInstance().SwitchControls(new AutoClickerUserControl()); } - + private void multi_clicker_btn_Click(object sender, EventArgs e) { MainForm.GetInstance().SwitchControls(new MultiClickerUserControl()); } + private void about_btn_Click(object sender, EventArgs e) + { + MessageBox.Show("AutoClicker Made By Black0wl \nGitHub: https://github.com/black0w/ \nIcons Made By: https://www.freepik.com", "About", MessageBoxButtons.OK); + } } } diff --git a/AutoClicker_Black0wl/User Controls/SettingsUserControl_AutoClicker.Designer.cs b/AutoClicker_Black0wl/User Controls/SettingsUserControl_AutoClicker.Designer.cs index cdcfc8a..cd1a139 100644 --- a/AutoClicker_Black0wl/User Controls/SettingsUserControl_AutoClicker.Designer.cs +++ b/AutoClicker_Black0wl/User Controls/SettingsUserControl_AutoClicker.Designer.cs @@ -91,6 +91,7 @@ private void InitializeComponent() this.label5.AutoSize = true; this.label5.Enabled = false; this.label5.Font = new System.Drawing.Font("Microsoft Tai Le", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label5.ForeColor = System.Drawing.SystemColors.Control; this.label5.Location = new System.Drawing.Point(83, 14); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(139, 19); @@ -126,6 +127,7 @@ private void InitializeComponent() // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft YaHei", 14.25F, System.Drawing.FontStyle.Bold); + this.label4.ForeColor = System.Drawing.SystemColors.Control; this.label4.Location = new System.Drawing.Point(50, 40); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(186, 26); @@ -215,6 +217,7 @@ private void InitializeComponent() // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft YaHei", 13F, System.Drawing.FontStyle.Bold); + this.label1.ForeColor = System.Drawing.SystemColors.Control; this.label1.Location = new System.Drawing.Point(2, 144); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(273, 25);