private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
Titlebar = new Panel();
ButtonMinimize = new Button();
ButtonExit = new Button();
Title = new Label();
TitlebarIcon = new PictureBox();
TitlebarAccent = new Panel();
ButtonTextEncrypter = new Button();
ButtonFileEncrypter = new Button();
ButtonFileReader = new Button();
ButtonMemeForge = new Button();
ButtonSettings = new Button();
SidePanelTitle = new Label();
SidePanelSlogan = new Label();
HFSCChkBox = new CheckBox();
showPasswords = new CheckBox();
TextboxUsername = new TextBox();
TextboxPassword = new TextBox();
TextboxEPAS = new TextBox();
UsernameTitle = new Label();
PasswordTitle = new Label();
DefaultEncryptionPassTitle = new Label();
AccentColors = new ComboBox();
AccentColorTitle = new Label();
AlwaysOnTop = new CheckBox();
DiscordFormatChkBox = new CheckBox();
TextboxASFLocation = new TextBox();
AutoSaveFilesChkBox = new CheckBox();
ButtonBrowse = new Button();
MFAPI = new Label();
TextboxMFAPI = new TextBox();
sidePanel2 = new Panel();
ButtonMods = new Button();
button1 = new Button();
panel1 = new Panel();
ReaderPage = new FileReader();
TextEncrypterPage = new TextEncrypter(this);
FileEncrypterPage = new FileEncrypter(this);
MemeForgePage = new MemeForge(this);
TerminalPage = new terminal(this);
Titlebar.SuspendLayout();
((System.ComponentModel.ISupportInitialize)TitlebarIcon).BeginInit();
sidePanel2.SuspendLayout();
panel1.SuspendLayout();
SuspendLayout();