using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace HTML_CSS_Menu_Creator
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
Form1.ActiveForm.Size = new Size(790, 485);
}
private void checkBox1_CheckedChanged(object sender, EventArgs e)
{
if (checkBox1.Checked == true)
{
textBox1.Text = Properties.Settings.Default.hor.ToString();
checkBox2.Checked = false;
}
}
private void checkBox2_CheckedChanged(object sender, EventArgs e)
{
if (checkBox2.Checked == true)
{
textBox1.Text = Properties.Settings.Default.ver.ToString();
checkBox1.Checked = false;
}
}
private void label2_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("https://www.skilledengine.com");
}
}
}
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace HTML_CSS_Menu_Creator
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
Form1.ActiveForm.Size = new Size(790, 485);
}
private void checkBox1_CheckedChanged(object sender, EventArgs e)
{
if (checkBox1.Checked == true)
{
textBox1.Text = Properties.Settings.Default.hor.ToString();
checkBox2.Checked = false;
}
}
private void checkBox2_CheckedChanged(object sender, EventArgs e)
{
if (checkBox2.Checked == true)
{
textBox1.Text = Properties.Settings.Default.ver.ToString();
checkBox1.Checked = false;
}
}
private void label2_Click(object sender, EventArgs e)
{
System.Diagnostics.Process.Start("https://www.skilledengine.com");
}
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.