Files
Files2Folders2Files/Files2Folders2Files-GUI/FrmFiles2Folders2Files.Designer.cs
2025-07-29 08:31:00 -06:00

967 lines
53 KiB
C#

namespace Files2Folders2Files_GUI
{
partial class FrmFiles2Folders2Files
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmFiles2Folders2Files));
this.msMain = new System.Windows.Forms.MenuStrip();
this.tsmiFiles2Folders2Files = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiFiles2Folders = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiFolders2Files = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.loadOptionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.saveOptionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.saveLogToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiExit = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiView = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiLog = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiOptions = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiHelp = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiLicense = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiDonations = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiRegistration = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiToolbar = new System.Windows.Forms.ToolStripMenuItem();
this.tsMain = new System.Windows.Forms.ToolStrip();
this.tsbFiles2Folders = new System.Windows.Forms.ToolStripButton();
this.tsbFolders2Files = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tsbLoadOptions = new System.Windows.Forms.ToolStripButton();
this.tsbSaveOptions = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tsbSaveLog = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.tsbViewHelp = new System.Windows.Forms.ToolStripButton();
this.tsbViewLicense = new System.Windows.Forms.ToolStripButton();
this.tsbViewDonations = new System.Windows.Forms.ToolStripButton();
this.tsbViewRegistration = new System.Windows.Forms.ToolStripButton();
this.tsbViewToolbar = new System.Windows.Forms.ToolStripButton();
this.ssMain = new System.Windows.Forms.StatusStrip();
this.tsbCancel = new System.Windows.Forms.ToolStripDropDownButton();
this.tspbOverallProgress = new System.Windows.Forms.ToolStripProgressBar();
this.tsslStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslSnap = new System.Windows.Forms.ToolStripStatusLabel();
this.bgwFiles2Folders = new System.ComponentModel.BackgroundWorker();
this.bgwFolders2Files = new System.ComponentModel.BackgroundWorker();
this.tcMain = new System.Windows.Forms.TabControl();
this.tabLog = new System.Windows.Forms.TabPage();
this.rtblLog = new Serilog.Sinks.LogEmAll.RichTextBoxLog();
this.tabOptions = new System.Windows.Forms.TabPage();
this.gbOptionsInfo = new System.Windows.Forms.GroupBox();
this.lblOptionsInfo1 = new System.Windows.Forms.Label();
this.tlpOptions = new System.Windows.Forms.TableLayoutPanel();
this.gbOutputOptions = new System.Windows.Forms.GroupBox();
this.chkDeleteEmptyFolders = new System.Windows.Forms.CheckBox();
this.gbDirectoryPath = new System.Windows.Forms.GroupBox();
this.txtDirectoryPath = new System.Windows.Forms.TextBox();
this.tabHelp = new System.Windows.Forms.TabPage();
this.rtbHelp = new System.Windows.Forms.RichTextBox();
this.tabLicense = new System.Windows.Forms.TabPage();
this.rtbLicense = new System.Windows.Forms.RichTextBox();
this.tabDonations = new System.Windows.Forms.TabPage();
this.rtbDonations = new System.Windows.Forms.RichTextBox();
this.tabRegistration = new System.Windows.Forms.TabPage();
this.gbRegisterApp = new System.Windows.Forms.GroupBox();
this.bgwStartupTasks = new System.ComponentModel.BackgroundWorker();
this.txtRegisterAppUsername = new System.Windows.Forms.TextBox();
this.txtRegisterAppEmailAddress = new System.Windows.Forms.TextBox();
this.txtRegisterAppPassword = new System.Windows.Forms.TextBox();
this.btnRegisterApp = new System.Windows.Forms.Button();
this.lblRegisterAppUsername = new System.Windows.Forms.Label();
this.lblRegisterAppEmailAddress = new System.Windows.Forms.Label();
this.lblRegisterAppPassword = new System.Windows.Forms.Label();
this.lblRegistrationStatus = new System.Windows.Forms.Label();
this.lblRegistrationKey = new System.Windows.Forms.Label();
this.lblRegistrationStatusLabel = new System.Windows.Forms.Label();
this.lblRegistrationKeyLabel = new System.Windows.Forms.Label();
this.gbRegistration = new System.Windows.Forms.GroupBox();
this.tlpRegistration = new System.Windows.Forms.TableLayoutPanel();
this.msMain.SuspendLayout();
this.tsMain.SuspendLayout();
this.ssMain.SuspendLayout();
this.tcMain.SuspendLayout();
this.tabLog.SuspendLayout();
this.tabOptions.SuspendLayout();
this.gbOptionsInfo.SuspendLayout();
this.tlpOptions.SuspendLayout();
this.gbOutputOptions.SuspendLayout();
this.gbDirectoryPath.SuspendLayout();
this.tabHelp.SuspendLayout();
this.tabLicense.SuspendLayout();
this.tabDonations.SuspendLayout();
this.tabRegistration.SuspendLayout();
this.gbRegisterApp.SuspendLayout();
this.gbRegistration.SuspendLayout();
this.tlpRegistration.SuspendLayout();
this.SuspendLayout();
//
// msMain
//
this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiFiles2Folders2Files,
this.tsmiView});
this.msMain.Location = new System.Drawing.Point(0, 0);
this.msMain.Name = "msMain";
this.msMain.Size = new System.Drawing.Size(784, 24);
this.msMain.TabIndex = 0;
this.msMain.Text = "msMain";
//
// tsmiFiles2Folders2Files
//
this.tsmiFiles2Folders2Files.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiFiles2Folders,
this.tsmiFolders2Files,
this.toolStripSeparator1,
this.loadOptionsToolStripMenuItem,
this.saveOptionsToolStripMenuItem,
this.toolStripSeparator5,
this.saveLogToolStripMenuItem,
this.toolStripSeparator6,
this.tsmiExit});
this.tsmiFiles2Folders2Files.Name = "tsmiFiles2Folders2Files";
this.tsmiFiles2Folders2Files.Size = new System.Drawing.Size(127, 20);
this.tsmiFiles2Folders2Files.Text = "Files 2 Folders 2 Files";
//
// tsmiFiles2Folders
//
this.tsmiFiles2Folders.Name = "tsmiFiles2Folders";
this.tsmiFiles2Folders.Size = new System.Drawing.Size(147, 22);
this.tsmiFiles2Folders.Text = "Files 2 Folders";
this.tsmiFiles2Folders.Click += new System.EventHandler(this.Files2Folders_Click);
//
// tsmiFolders2Files
//
this.tsmiFolders2Files.Name = "tsmiFolders2Files";
this.tsmiFolders2Files.Size = new System.Drawing.Size(147, 22);
this.tsmiFolders2Files.Text = "Folders 2 Files";
this.tsmiFolders2Files.Click += new System.EventHandler(this.Folders2Files_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(144, 6);
//
// loadOptionsToolStripMenuItem
//
this.loadOptionsToolStripMenuItem.Name = "loadOptionsToolStripMenuItem";
this.loadOptionsToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
this.loadOptionsToolStripMenuItem.Text = "Load Options";
this.loadOptionsToolStripMenuItem.Click += new System.EventHandler(this.LoadOptions_Click);
//
// saveOptionsToolStripMenuItem
//
this.saveOptionsToolStripMenuItem.Name = "saveOptionsToolStripMenuItem";
this.saveOptionsToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
this.saveOptionsToolStripMenuItem.Text = "Save Options";
this.saveOptionsToolStripMenuItem.Click += new System.EventHandler(this.SaveOptions_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(144, 6);
//
// saveLogToolStripMenuItem
//
this.saveLogToolStripMenuItem.Name = "saveLogToolStripMenuItem";
this.saveLogToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
this.saveLogToolStripMenuItem.Text = "Save Log";
this.saveLogToolStripMenuItem.Click += new System.EventHandler(this.SaveLog_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(144, 6);
//
// tsmiExit
//
this.tsmiExit.Name = "tsmiExit";
this.tsmiExit.Size = new System.Drawing.Size(147, 22);
this.tsmiExit.Text = "Exit";
this.tsmiExit.Click += new System.EventHandler(this.Exit_Click);
//
// tsmiView
//
this.tsmiView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiLog,
this.tsmiOptions,
this.tsmiHelp,
this.tsmiLicense,
this.tsmiDonations,
this.tsmiRegistration,
this.tsmiToolbar});
this.tsmiView.Name = "tsmiView";
this.tsmiView.Size = new System.Drawing.Size(44, 20);
this.tsmiView.Text = "View";
//
// tsmiLog
//
this.tsmiLog.Checked = true;
this.tsmiLog.CheckState = System.Windows.Forms.CheckState.Checked;
this.tsmiLog.Name = "tsmiLog";
this.tsmiLog.Size = new System.Drawing.Size(137, 22);
this.tsmiLog.Text = "Log";
this.tsmiLog.Click += new System.EventHandler(this.ViewLog_Click);
//
// tsmiOptions
//
this.tsmiOptions.Checked = true;
this.tsmiOptions.CheckState = System.Windows.Forms.CheckState.Checked;
this.tsmiOptions.Name = "tsmiOptions";
this.tsmiOptions.Size = new System.Drawing.Size(137, 22);
this.tsmiOptions.Text = "Options";
this.tsmiOptions.Click += new System.EventHandler(this.ViewOptions_Click);
//
// tsmiHelp
//
this.tsmiHelp.Name = "tsmiHelp";
this.tsmiHelp.Size = new System.Drawing.Size(137, 22);
this.tsmiHelp.Text = "Help";
this.tsmiHelp.Click += new System.EventHandler(this.ViewHelp_Click);
//
// tsmiLicense
//
this.tsmiLicense.Name = "tsmiLicense";
this.tsmiLicense.Size = new System.Drawing.Size(137, 22);
this.tsmiLicense.Text = "License";
this.tsmiLicense.Click += new System.EventHandler(this.ViewLicense_Click);
//
// tsmiDonations
//
this.tsmiDonations.Name = "tsmiDonations";
this.tsmiDonations.Size = new System.Drawing.Size(137, 22);
this.tsmiDonations.Text = "Donations";
this.tsmiDonations.Click += new System.EventHandler(this.ViewDonations_Click);
//
// tsmiRegistration
//
this.tsmiRegistration.Name = "tsmiRegistration";
this.tsmiRegistration.Size = new System.Drawing.Size(137, 22);
this.tsmiRegistration.Text = "Registration";
this.tsmiRegistration.Click += new System.EventHandler(this.ViewRegistration_Click);
//
// tsmiToolbar
//
this.tsmiToolbar.Name = "tsmiToolbar";
this.tsmiToolbar.Size = new System.Drawing.Size(137, 22);
this.tsmiToolbar.Text = "Toolbar";
this.tsmiToolbar.Click += new System.EventHandler(this.ViewToolbar_Click);
//
// tsMain
//
this.tsMain.ImageScalingSize = new System.Drawing.Size(32, 32);
this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbFiles2Folders,
this.tsbFolders2Files,
this.toolStripSeparator2,
this.tsbLoadOptions,
this.tsbSaveOptions,
this.toolStripSeparator3,
this.tsbSaveLog,
this.toolStripSeparator4,
this.tsbViewHelp,
this.tsbViewLicense,
this.tsbViewDonations,
this.tsbViewRegistration,
this.tsbViewToolbar});
this.tsMain.Location = new System.Drawing.Point(0, 24);
this.tsMain.Name = "tsMain";
this.tsMain.Size = new System.Drawing.Size(784, 39);
this.tsMain.TabIndex = 1;
this.tsMain.Text = "tsMain";
//
// tsbFiles2Folders
//
this.tsbFiles2Folders.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbFiles2Folders.Image = ((System.Drawing.Image)(resources.GetObject("tsbFiles2Folders.Image")));
this.tsbFiles2Folders.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbFiles2Folders.Name = "tsbFiles2Folders";
this.tsbFiles2Folders.Size = new System.Drawing.Size(36, 36);
this.tsbFiles2Folders.Text = "Files 2 Folders";
this.tsbFiles2Folders.Click += new System.EventHandler(this.Files2Folders_Click);
//
// tsbFolders2Files
//
this.tsbFolders2Files.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbFolders2Files.Image = ((System.Drawing.Image)(resources.GetObject("tsbFolders2Files.Image")));
this.tsbFolders2Files.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbFolders2Files.Name = "tsbFolders2Files";
this.tsbFolders2Files.Size = new System.Drawing.Size(36, 36);
this.tsbFolders2Files.Text = "Folders 2 Files";
this.tsbFolders2Files.Click += new System.EventHandler(this.Folders2Files_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 39);
//
// tsbLoadOptions
//
this.tsbLoadOptions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbLoadOptions.Image = ((System.Drawing.Image)(resources.GetObject("tsbLoadOptions.Image")));
this.tsbLoadOptions.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbLoadOptions.Name = "tsbLoadOptions";
this.tsbLoadOptions.Size = new System.Drawing.Size(36, 36);
this.tsbLoadOptions.Text = "Load Options";
this.tsbLoadOptions.Click += new System.EventHandler(this.LoadOptions_Click);
//
// tsbSaveOptions
//
this.tsbSaveOptions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbSaveOptions.Image = ((System.Drawing.Image)(resources.GetObject("tsbSaveOptions.Image")));
this.tsbSaveOptions.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSaveOptions.Name = "tsbSaveOptions";
this.tsbSaveOptions.Size = new System.Drawing.Size(36, 36);
this.tsbSaveOptions.Text = "Save Options";
this.tsbSaveOptions.Click += new System.EventHandler(this.SaveOptions_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 39);
//
// tsbSaveLog
//
this.tsbSaveLog.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbSaveLog.Image = ((System.Drawing.Image)(resources.GetObject("tsbSaveLog.Image")));
this.tsbSaveLog.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbSaveLog.Name = "tsbSaveLog";
this.tsbSaveLog.Size = new System.Drawing.Size(36, 36);
this.tsbSaveLog.Text = "Save Log";
this.tsbSaveLog.Click += new System.EventHandler(this.SaveLog_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 39);
//
// tsbViewHelp
//
this.tsbViewHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbViewHelp.Image = ((System.Drawing.Image)(resources.GetObject("tsbViewHelp.Image")));
this.tsbViewHelp.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbViewHelp.Name = "tsbViewHelp";
this.tsbViewHelp.Size = new System.Drawing.Size(36, 36);
this.tsbViewHelp.Text = "View Help";
this.tsbViewHelp.Click += new System.EventHandler(this.ViewHelp_Click);
//
// tsbViewLicense
//
this.tsbViewLicense.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbViewLicense.Image = ((System.Drawing.Image)(resources.GetObject("tsbViewLicense.Image")));
this.tsbViewLicense.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbViewLicense.Name = "tsbViewLicense";
this.tsbViewLicense.Size = new System.Drawing.Size(36, 36);
this.tsbViewLicense.Text = "View License";
this.tsbViewLicense.Click += new System.EventHandler(this.ViewLicense_Click);
//
// tsbViewDonations
//
this.tsbViewDonations.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbViewDonations.Image = ((System.Drawing.Image)(resources.GetObject("tsbViewDonations.Image")));
this.tsbViewDonations.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbViewDonations.Name = "tsbViewDonations";
this.tsbViewDonations.Size = new System.Drawing.Size(36, 36);
this.tsbViewDonations.Text = "View Donations";
this.tsbViewDonations.Click += new System.EventHandler(this.ViewDonations_Click);
//
// tsbViewRegistration
//
this.tsbViewRegistration.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbViewRegistration.Image = ((System.Drawing.Image)(resources.GetObject("tsbViewRegistration.Image")));
this.tsbViewRegistration.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbViewRegistration.Name = "tsbViewRegistration";
this.tsbViewRegistration.Size = new System.Drawing.Size(36, 36);
this.tsbViewRegistration.Text = "View Registration";
this.tsbViewRegistration.Click += new System.EventHandler(this.ViewRegistration_Click);
//
// tsbViewToolbar
//
this.tsbViewToolbar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbViewToolbar.Image = ((System.Drawing.Image)(resources.GetObject("tsbViewToolbar.Image")));
this.tsbViewToolbar.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbViewToolbar.Name = "tsbViewToolbar";
this.tsbViewToolbar.Size = new System.Drawing.Size(36, 36);
this.tsbViewToolbar.Text = "View Toolbar";
this.tsbViewToolbar.Click += new System.EventHandler(this.ViewToolbar_Click);
//
// ssMain
//
this.ssMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbCancel,
this.tspbOverallProgress,
this.tsslStatus,
this.tsslSnap});
this.ssMain.Location = new System.Drawing.Point(0, 359);
this.ssMain.Name = "ssMain";
this.ssMain.Size = new System.Drawing.Size(784, 22);
this.ssMain.TabIndex = 2;
this.ssMain.Text = "ssMain";
//
// tsbCancel
//
this.tsbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbCancel.Enabled = false;
this.tsbCancel.Image = ((System.Drawing.Image)(resources.GetObject("tsbCancel.Image")));
this.tsbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbCancel.Name = "tsbCancel";
this.tsbCancel.ShowDropDownArrow = false;
this.tsbCancel.Size = new System.Drawing.Size(20, 20);
this.tsbCancel.Text = "Cancel";
this.tsbCancel.Click += new System.EventHandler(this.Cancel_Click);
//
// tspbOverallProgress
//
this.tspbOverallProgress.MarqueeAnimationSpeed = 10;
this.tspbOverallProgress.Name = "tspbOverallProgress";
this.tspbOverallProgress.Size = new System.Drawing.Size(200, 16);
this.tspbOverallProgress.Step = 1;
//
// tsslStatus
//
this.tsslStatus.Name = "tsslStatus";
this.tsslStatus.Size = new System.Drawing.Size(39, 17);
this.tsslStatus.Text = "Ready";
//
// tsslSnap
//
this.tsslSnap.Name = "tsslSnap";
this.tsslSnap.Size = new System.Drawing.Size(508, 17);
this.tsslSnap.Spring = true;
//
// bgwFiles2Folders
//
this.bgwFiles2Folders.WorkerReportsProgress = true;
this.bgwFiles2Folders.WorkerSupportsCancellation = true;
this.bgwFiles2Folders.DoWork += new System.ComponentModel.DoWorkEventHandler(this.Files2Folders_DoWork);
this.bgwFiles2Folders.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.Files2Folders_ProgressChanged);
this.bgwFiles2Folders.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.Files2Folders_RunWorkerCompleted);
//
// bgwFolders2Files
//
this.bgwFolders2Files.WorkerReportsProgress = true;
this.bgwFolders2Files.WorkerSupportsCancellation = true;
this.bgwFolders2Files.DoWork += new System.ComponentModel.DoWorkEventHandler(this.Folders2Files_DoWork);
this.bgwFolders2Files.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.Folders2Files_ProgressChanged);
this.bgwFolders2Files.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.Folders2Files_RunWorkerCompleted);
//
// tcMain
//
this.tcMain.Controls.Add(this.tabLog);
this.tcMain.Controls.Add(this.tabOptions);
this.tcMain.Controls.Add(this.tabHelp);
this.tcMain.Controls.Add(this.tabLicense);
this.tcMain.Controls.Add(this.tabDonations);
this.tcMain.Controls.Add(this.tabRegistration);
this.tcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcMain.Location = new System.Drawing.Point(0, 63);
this.tcMain.Name = "tcMain";
this.tcMain.SelectedIndex = 0;
this.tcMain.Size = new System.Drawing.Size(784, 296);
this.tcMain.TabIndex = 3;
//
// tabLog
//
this.tabLog.Controls.Add(this.rtblLog);
this.tabLog.Location = new System.Drawing.Point(4, 22);
this.tabLog.Name = "tabLog";
this.tabLog.Padding = new System.Windows.Forms.Padding(3);
this.tabLog.Size = new System.Drawing.Size(776, 270);
this.tabLog.TabIndex = 0;
this.tabLog.Text = " Log ";
this.tabLog.UseVisualStyleBackColor = true;
//
// rtblLog
//
this.rtblLog.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.rtblLog.Location = new System.Drawing.Point(6, 6);
this.rtblLog.Name = "rtblLog";
this.rtblLog.ReadOnly = true;
this.rtblLog.Size = new System.Drawing.Size(764, 258);
this.rtblLog.TabIndex = 1;
this.rtblLog.Text = "";
//
// tabOptions
//
this.tabOptions.Controls.Add(this.gbOptionsInfo);
this.tabOptions.Controls.Add(this.tlpOptions);
this.tabOptions.Location = new System.Drawing.Point(4, 22);
this.tabOptions.Name = "tabOptions";
this.tabOptions.Padding = new System.Windows.Forms.Padding(3);
this.tabOptions.Size = new System.Drawing.Size(776, 270);
this.tabOptions.TabIndex = 1;
this.tabOptions.Text = " Options ";
this.tabOptions.UseVisualStyleBackColor = true;
//
// gbOptionsInfo
//
this.gbOptionsInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbOptionsInfo.Controls.Add(this.lblOptionsInfo1);
this.gbOptionsInfo.Location = new System.Drawing.Point(6, 111);
this.gbOptionsInfo.Name = "gbOptionsInfo";
this.gbOptionsInfo.Size = new System.Drawing.Size(764, 35);
this.gbOptionsInfo.TabIndex = 2;
this.gbOptionsInfo.TabStop = false;
this.gbOptionsInfo.Text = "Options Info";
//
// lblOptionsInfo1
//
this.lblOptionsInfo1.AutoSize = true;
this.lblOptionsInfo1.Location = new System.Drawing.Point(9, 16);
this.lblOptionsInfo1.Name = "lblOptionsInfo1";
this.lblOptionsInfo1.Size = new System.Drawing.Size(148, 13);
this.lblOptionsInfo1.TabIndex = 0;
this.lblOptionsInfo1.Text = "Use these options as needed.";
//
// tlpOptions
//
this.tlpOptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tlpOptions.ColumnCount = 1;
this.tlpOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tlpOptions.Controls.Add(this.gbOutputOptions, 0, 1);
this.tlpOptions.Controls.Add(this.gbDirectoryPath, 0, 0);
this.tlpOptions.Location = new System.Drawing.Point(6, 6);
this.tlpOptions.Name = "tlpOptions";
this.tlpOptions.RowCount = 2;
this.tlpOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 51F));
this.tlpOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 48F));
this.tlpOptions.Size = new System.Drawing.Size(764, 99);
this.tlpOptions.TabIndex = 0;
//
// gbOutputOptions
//
this.gbOutputOptions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbOutputOptions.Controls.Add(this.chkDeleteEmptyFolders);
this.gbOutputOptions.Location = new System.Drawing.Point(3, 54);
this.gbOutputOptions.Name = "gbOutputOptions";
this.gbOutputOptions.Size = new System.Drawing.Size(758, 42);
this.gbOutputOptions.TabIndex = 1;
this.gbOutputOptions.TabStop = false;
this.gbOutputOptions.Text = "Output Options";
//
// chkDeleteEmptyFolders
//
this.chkDeleteEmptyFolders.AutoSize = true;
this.chkDeleteEmptyFolders.Location = new System.Drawing.Point(6, 19);
this.chkDeleteEmptyFolders.Name = "chkDeleteEmptyFolders";
this.chkDeleteEmptyFolders.Size = new System.Drawing.Size(126, 17);
this.chkDeleteEmptyFolders.TabIndex = 0;
this.chkDeleteEmptyFolders.Text = "Delete Empty Folders";
this.chkDeleteEmptyFolders.UseVisualStyleBackColor = true;
//
// gbDirectoryPath
//
this.gbDirectoryPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbDirectoryPath.Controls.Add(this.txtDirectoryPath);
this.gbDirectoryPath.Location = new System.Drawing.Point(3, 3);
this.gbDirectoryPath.Name = "gbDirectoryPath";
this.gbDirectoryPath.Size = new System.Drawing.Size(758, 45);
this.gbDirectoryPath.TabIndex = 0;
this.gbDirectoryPath.TabStop = false;
this.gbDirectoryPath.Text = "Directory Path";
//
// txtDirectoryPath
//
this.txtDirectoryPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtDirectoryPath.Location = new System.Drawing.Point(6, 19);
this.txtDirectoryPath.Name = "txtDirectoryPath";
this.txtDirectoryPath.ReadOnly = true;
this.txtDirectoryPath.Size = new System.Drawing.Size(746, 20);
this.txtDirectoryPath.TabIndex = 0;
this.txtDirectoryPath.Click += new System.EventHandler(this.DirectoryPath_Click);
//
// tabHelp
//
this.tabHelp.Controls.Add(this.rtbHelp);
this.tabHelp.Location = new System.Drawing.Point(4, 22);
this.tabHelp.Name = "tabHelp";
this.tabHelp.Padding = new System.Windows.Forms.Padding(3);
this.tabHelp.Size = new System.Drawing.Size(776, 270);
this.tabHelp.TabIndex = 2;
this.tabHelp.Text = " Help ";
this.tabHelp.UseVisualStyleBackColor = true;
//
// rtbHelp
//
this.rtbHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.rtbHelp.Location = new System.Drawing.Point(6, 6);
this.rtbHelp.Name = "rtbHelp";
this.rtbHelp.ReadOnly = true;
this.rtbHelp.Size = new System.Drawing.Size(764, 258);
this.rtbHelp.TabIndex = 0;
this.rtbHelp.Text = "";
//
// tabLicense
//
this.tabLicense.Controls.Add(this.rtbLicense);
this.tabLicense.Location = new System.Drawing.Point(4, 22);
this.tabLicense.Name = "tabLicense";
this.tabLicense.Padding = new System.Windows.Forms.Padding(3);
this.tabLicense.Size = new System.Drawing.Size(776, 270);
this.tabLicense.TabIndex = 3;
this.tabLicense.Text = " License ";
this.tabLicense.UseVisualStyleBackColor = true;
//
// rtbLicense
//
this.rtbLicense.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.rtbLicense.Location = new System.Drawing.Point(6, 6);
this.rtbLicense.Name = "rtbLicense";
this.rtbLicense.ReadOnly = true;
this.rtbLicense.Size = new System.Drawing.Size(764, 258);
this.rtbLicense.TabIndex = 0;
this.rtbLicense.Text = "";
//
// tabDonations
//
this.tabDonations.Controls.Add(this.rtbDonations);
this.tabDonations.Location = new System.Drawing.Point(4, 22);
this.tabDonations.Name = "tabDonations";
this.tabDonations.Padding = new System.Windows.Forms.Padding(3);
this.tabDonations.Size = new System.Drawing.Size(776, 270);
this.tabDonations.TabIndex = 4;
this.tabDonations.Text = " Donations ";
this.tabDonations.UseVisualStyleBackColor = true;
//
// rtbDonations
//
this.rtbDonations.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.rtbDonations.Location = new System.Drawing.Point(6, 6);
this.rtbDonations.Name = "rtbDonations";
this.rtbDonations.ReadOnly = true;
this.rtbDonations.Size = new System.Drawing.Size(764, 258);
this.rtbDonations.TabIndex = 0;
this.rtbDonations.Text = "";
//
// tabRegistration
//
this.tabRegistration.Controls.Add(this.tlpRegistration);
this.tabRegistration.Location = new System.Drawing.Point(4, 22);
this.tabRegistration.Name = "tabRegistration";
this.tabRegistration.Padding = new System.Windows.Forms.Padding(3);
this.tabRegistration.Size = new System.Drawing.Size(776, 270);
this.tabRegistration.TabIndex = 5;
this.tabRegistration.Text = " Registration ";
this.tabRegistration.UseVisualStyleBackColor = true;
//
// gbRegisterApp
//
this.gbRegisterApp.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbRegisterApp.Controls.Add(this.lblRegisterAppPassword);
this.gbRegisterApp.Controls.Add(this.lblRegisterAppEmailAddress);
this.gbRegisterApp.Controls.Add(this.lblRegisterAppUsername);
this.gbRegisterApp.Controls.Add(this.btnRegisterApp);
this.gbRegisterApp.Controls.Add(this.txtRegisterAppPassword);
this.gbRegisterApp.Controls.Add(this.txtRegisterAppEmailAddress);
this.gbRegisterApp.Controls.Add(this.txtRegisterAppUsername);
this.gbRegisterApp.Location = new System.Drawing.Point(3, 3);
this.gbRegisterApp.Name = "gbRegisterApp";
this.gbRegisterApp.Size = new System.Drawing.Size(376, 126);
this.gbRegisterApp.TabIndex = 0;
this.gbRegisterApp.TabStop = false;
this.gbRegisterApp.Text = "Register App";
//
// bgwStartupTasks
//
this.bgwStartupTasks.WorkerReportsProgress = true;
this.bgwStartupTasks.DoWork += new System.ComponentModel.DoWorkEventHandler(this.StartupTasks_DoWork);
this.bgwStartupTasks.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.StartupTasks_ProgressChanged);
this.bgwStartupTasks.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.StartupTasks_RunWorkerCompleted);
//
// txtRegisterAppUsername
//
this.txtRegisterAppUsername.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtRegisterAppUsername.Enabled = false;
this.txtRegisterAppUsername.Location = new System.Drawing.Point(92, 19);
this.txtRegisterAppUsername.Name = "txtRegisterAppUsername";
this.txtRegisterAppUsername.Size = new System.Drawing.Size(278, 20);
this.txtRegisterAppUsername.TabIndex = 0;
//
// txtRegisterAppEmailAddress
//
this.txtRegisterAppEmailAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtRegisterAppEmailAddress.Enabled = false;
this.txtRegisterAppEmailAddress.Location = new System.Drawing.Point(92, 45);
this.txtRegisterAppEmailAddress.Name = "txtRegisterAppEmailAddress";
this.txtRegisterAppEmailAddress.Size = new System.Drawing.Size(278, 20);
this.txtRegisterAppEmailAddress.TabIndex = 1;
//
// txtRegisterAppPassword
//
this.txtRegisterAppPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtRegisterAppPassword.Enabled = false;
this.txtRegisterAppPassword.Location = new System.Drawing.Point(92, 71);
this.txtRegisterAppPassword.Name = "txtRegisterAppPassword";
this.txtRegisterAppPassword.Size = new System.Drawing.Size(278, 20);
this.txtRegisterAppPassword.TabIndex = 2;
//
// btnRegisterApp
//
this.btnRegisterApp.Enabled = false;
this.btnRegisterApp.Location = new System.Drawing.Point(92, 97);
this.btnRegisterApp.Name = "btnRegisterApp";
this.btnRegisterApp.Size = new System.Drawing.Size(80, 23);
this.btnRegisterApp.TabIndex = 3;
this.btnRegisterApp.Text = "Register App";
this.btnRegisterApp.UseVisualStyleBackColor = true;
//
// lblRegisterAppUsername
//
this.lblRegisterAppUsername.AutoSize = true;
this.lblRegisterAppUsername.Location = new System.Drawing.Point(6, 22);
this.lblRegisterAppUsername.Name = "lblRegisterAppUsername";
this.lblRegisterAppUsername.Size = new System.Drawing.Size(61, 13);
this.lblRegisterAppUsername.TabIndex = 4;
this.lblRegisterAppUsername.Text = "Username: ";
//
// lblRegisterAppEmailAddress
//
this.lblRegisterAppEmailAddress.AutoSize = true;
this.lblRegisterAppEmailAddress.Location = new System.Drawing.Point(6, 48);
this.lblRegisterAppEmailAddress.Name = "lblRegisterAppEmailAddress";
this.lblRegisterAppEmailAddress.Size = new System.Drawing.Size(79, 13);
this.lblRegisterAppEmailAddress.TabIndex = 5;
this.lblRegisterAppEmailAddress.Text = "Email Address: ";
//
// lblRegisterAppPassword
//
this.lblRegisterAppPassword.AutoSize = true;
this.lblRegisterAppPassword.Location = new System.Drawing.Point(6, 74);
this.lblRegisterAppPassword.Name = "lblRegisterAppPassword";
this.lblRegisterAppPassword.Size = new System.Drawing.Size(59, 13);
this.lblRegisterAppPassword.TabIndex = 6;
this.lblRegisterAppPassword.Text = "Password: ";
//
// lblRegistrationStatus
//
this.lblRegistrationStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblRegistrationStatus.Location = new System.Drawing.Point(55, 22);
this.lblRegistrationStatus.Name = "lblRegistrationStatus";
this.lblRegistrationStatus.Size = new System.Drawing.Size(315, 13);
this.lblRegistrationStatus.TabIndex = 0;
this.lblRegistrationStatus.Text = "unregistered";
//
// lblRegistrationKey
//
this.lblRegistrationKey.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lblRegistrationKey.Location = new System.Drawing.Point(55, 48);
this.lblRegistrationKey.Name = "lblRegistrationKey";
this.lblRegistrationKey.Size = new System.Drawing.Size(315, 13);
this.lblRegistrationKey.TabIndex = 1;
//
// lblRegistrationStatusLabel
//
this.lblRegistrationStatusLabel.AutoSize = true;
this.lblRegistrationStatusLabel.Location = new System.Drawing.Point(6, 22);
this.lblRegistrationStatusLabel.Name = "lblRegistrationStatusLabel";
this.lblRegistrationStatusLabel.Size = new System.Drawing.Size(43, 13);
this.lblRegistrationStatusLabel.TabIndex = 2;
this.lblRegistrationStatusLabel.Text = "Status: ";
//
// lblRegistrationKeyLabel
//
this.lblRegistrationKeyLabel.AutoSize = true;
this.lblRegistrationKeyLabel.Location = new System.Drawing.Point(6, 48);
this.lblRegistrationKeyLabel.Name = "lblRegistrationKeyLabel";
this.lblRegistrationKeyLabel.Size = new System.Drawing.Size(31, 13);
this.lblRegistrationKeyLabel.TabIndex = 3;
this.lblRegistrationKeyLabel.Text = "Key: ";
//
// gbRegistration
//
this.gbRegistration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbRegistration.Controls.Add(this.lblRegistrationKey);
this.gbRegistration.Controls.Add(this.lblRegistrationKeyLabel);
this.gbRegistration.Controls.Add(this.lblRegistrationStatus);
this.gbRegistration.Controls.Add(this.lblRegistrationStatusLabel);
this.gbRegistration.Location = new System.Drawing.Point(385, 3);
this.gbRegistration.Name = "gbRegistration";
this.gbRegistration.Size = new System.Drawing.Size(376, 126);
this.gbRegistration.TabIndex = 1;
this.gbRegistration.TabStop = false;
this.gbRegistration.Text = "Registration";
//
// tlpRegistration
//
this.tlpRegistration.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tlpRegistration.ColumnCount = 2;
this.tlpRegistration.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tlpRegistration.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tlpRegistration.Controls.Add(this.gbRegistration, 1, 0);
this.tlpRegistration.Controls.Add(this.gbRegisterApp, 0, 0);
this.tlpRegistration.Location = new System.Drawing.Point(6, 6);
this.tlpRegistration.Name = "tlpRegistration";
this.tlpRegistration.RowCount = 1;
this.tlpRegistration.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tlpRegistration.Size = new System.Drawing.Size(764, 132);
this.tlpRegistration.TabIndex = 2;
//
// FrmFiles2Folders2Files
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 381);
this.Controls.Add(this.tcMain);
this.Controls.Add(this.ssMain);
this.Controls.Add(this.tsMain);
this.Controls.Add(this.msMain);
this.MainMenuStrip = this.msMain;
this.Name = "FrmFiles2Folders2Files";
this.Text = "Files 2 Folders 2 Files";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Files2Folders2Files_FormClosing);
this.Shown += new System.EventHandler(this.Form_Shown);
this.msMain.ResumeLayout(false);
this.msMain.PerformLayout();
this.tsMain.ResumeLayout(false);
this.tsMain.PerformLayout();
this.ssMain.ResumeLayout(false);
this.ssMain.PerformLayout();
this.tcMain.ResumeLayout(false);
this.tabLog.ResumeLayout(false);
this.tabOptions.ResumeLayout(false);
this.gbOptionsInfo.ResumeLayout(false);
this.gbOptionsInfo.PerformLayout();
this.tlpOptions.ResumeLayout(false);
this.gbOutputOptions.ResumeLayout(false);
this.gbOutputOptions.PerformLayout();
this.gbDirectoryPath.ResumeLayout(false);
this.gbDirectoryPath.PerformLayout();
this.tabHelp.ResumeLayout(false);
this.tabLicense.ResumeLayout(false);
this.tabDonations.ResumeLayout(false);
this.tabRegistration.ResumeLayout(false);
this.gbRegisterApp.ResumeLayout(false);
this.gbRegisterApp.PerformLayout();
this.gbRegistration.ResumeLayout(false);
this.gbRegistration.PerformLayout();
this.tlpRegistration.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip msMain;
private System.Windows.Forms.ToolStripMenuItem tsmiFiles2Folders2Files;
private System.Windows.Forms.ToolStripMenuItem tsmiFiles2Folders;
private System.Windows.Forms.ToolStripMenuItem tsmiFolders2Files;
private System.Windows.Forms.ToolStripMenuItem tsmiExit;
private System.Windows.Forms.ToolStrip tsMain;
private System.Windows.Forms.ToolStripButton tsbFiles2Folders;
private System.Windows.Forms.ToolStripButton tsbFolders2Files;
private System.Windows.Forms.StatusStrip ssMain;
private System.Windows.Forms.ToolStripStatusLabel tsslSnap;
private System.Windows.Forms.ToolStripStatusLabel tsslStatus;
private System.Windows.Forms.ToolStripDropDownButton tsbCancel;
private System.ComponentModel.BackgroundWorker bgwFiles2Folders;
private System.ComponentModel.BackgroundWorker bgwFolders2Files;
private System.Windows.Forms.TabControl tcMain;
private System.Windows.Forms.TabPage tabLog;
private System.Windows.Forms.TabPage tabOptions;
private System.Windows.Forms.TableLayoutPanel tlpOptions;
private System.Windows.Forms.GroupBox gbDirectoryPath;
private System.Windows.Forms.TextBox txtDirectoryPath;
private System.Windows.Forms.GroupBox gbOutputOptions;
private System.Windows.Forms.CheckBox chkDeleteEmptyFolders;
private System.Windows.Forms.ToolStripProgressBar tspbOverallProgress;
private System.ComponentModel.BackgroundWorker bgwStartupTasks;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem tsmiView;
private System.Windows.Forms.ToolStripMenuItem tsmiLog;
private System.Windows.Forms.ToolStripMenuItem tsmiOptions;
private System.Windows.Forms.ToolStripMenuItem tsmiHelp;
private System.Windows.Forms.ToolStripMenuItem tsmiLicense;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tsbViewHelp;
private System.Windows.Forms.ToolStripButton tsbViewLicense;
private System.Windows.Forms.TabPage tabHelp;
private System.Windows.Forms.TabPage tabLicense;
private System.Windows.Forms.RichTextBox rtbHelp;
private System.Windows.Forms.RichTextBox rtbLicense;
private System.Windows.Forms.ToolStripMenuItem tsmiToolbar;
private System.Windows.Forms.ToolStripButton tsbViewToolbar;
private System.Windows.Forms.TabPage tabDonations;
private System.Windows.Forms.TabPage tabRegistration;
private System.Windows.Forms.ToolStripMenuItem tsmiDonations;
private System.Windows.Forms.ToolStripMenuItem tsmiRegistration;
private System.Windows.Forms.ToolStripButton tsbViewDonations;
private System.Windows.Forms.ToolStripButton tsbViewRegistration;
private System.Windows.Forms.GroupBox gbOptionsInfo;
private System.Windows.Forms.Label lblOptionsInfo1;
private System.Windows.Forms.RichTextBox rtbDonations;
private Serilog.Sinks.LogEmAll.RichTextBoxLog rtblLog;
private System.Windows.Forms.ToolStripMenuItem loadOptionsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem saveOptionsToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripMenuItem saveLogToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripButton tsbLoadOptions;
private System.Windows.Forms.ToolStripButton tsbSaveOptions;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tsbSaveLog;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.GroupBox gbRegisterApp;
private System.Windows.Forms.Label lblRegistrationStatus;
private System.Windows.Forms.Label lblRegisterAppPassword;
private System.Windows.Forms.Label lblRegisterAppEmailAddress;
private System.Windows.Forms.Label lblRegisterAppUsername;
private System.Windows.Forms.Button btnRegisterApp;
private System.Windows.Forms.TextBox txtRegisterAppPassword;
private System.Windows.Forms.TextBox txtRegisterAppEmailAddress;
private System.Windows.Forms.TextBox txtRegisterAppUsername;
private System.Windows.Forms.Label lblRegistrationKeyLabel;
private System.Windows.Forms.Label lblRegistrationStatusLabel;
private System.Windows.Forms.Label lblRegistrationKey;
private System.Windows.Forms.GroupBox gbRegistration;
private System.Windows.Forms.TableLayoutPanel tlpRegistration;
}
}