Files
DatEmAll/DatEmAll-GUI/FrmDatEmAll.Designer.cs
2025-07-29 10:18:44 -06:00

2126 lines
119 KiB
C#

namespace DatEmAll_GUI
{
partial class FrmDatEmAll
{
/// <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(FrmDatEmAll));
this.msMain = new System.Windows.Forms.MenuStrip();
this.tsmiCommands = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiBuildDat = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiSaveOptions = new System.Windows.Forms.ToolStripMenuItem();
this.tsmiLoadOptions = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiSaveLog = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator7 = 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.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiOptions = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiHelp = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiLicense = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiDonations = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator18 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiRegistration = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator19 = new System.Windows.Forms.ToolStripSeparator();
this.tsmiToolbar = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator17 = new System.Windows.Forms.ToolStripSeparator();
this.tsMain = new System.Windows.Forms.ToolStrip();
this.tsbBuildDat = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbLoadOptions = new System.Windows.Forms.ToolStripButton();
this.tsbSaveOptions = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tsbSaveLog = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.tsbViewLog = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.tsbViewOptions = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
this.tsbViewHelp = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
this.tsbViewLicense = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator14 = new System.Windows.Forms.ToolStripSeparator();
this.tsbViewDonations = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator15 = new System.Windows.Forms.ToolStripSeparator();
this.tsbViewRegistration = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator16 = new System.Windows.Forms.ToolStripSeparator();
this.tsbViewToolbar = new System.Windows.Forms.ToolStripButton();
this.ssMain = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslSpring = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslStatusMessage = new System.Windows.Forms.ToolStripStatusLabel();
this.tssbCancel = new System.Windows.Forms.ToolStripSplitButton();
this.bgwBuildDat = 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.tcOptions = new System.Windows.Forms.TabControl();
this.tabOutput = new System.Windows.Forms.TabPage();
this.gbHeaderDefaults = new System.Windows.Forms.GroupBox();
this.chkIncludeDefaultHeaderEmail = new System.Windows.Forms.CheckBox();
this.chkIncludeDefaultHeaderCMPForceUnzip = new System.Windows.Forms.CheckBox();
this.chkIncludeDefaultHeaderCategory = new System.Windows.Forms.CheckBox();
this.chkIncludeDefaultHeaderComment = new System.Windows.Forms.CheckBox();
this.chkIncludeDefaultHeaderURL = new System.Windows.Forms.CheckBox();
this.chkIncludeDefaultHeaderHomepage = new System.Windows.Forms.CheckBox();
this.chkIncludeDefaultHeaderAuthor = new System.Windows.Forms.CheckBox();
this.chkIncludeDefaultHeaderDate = new System.Windows.Forms.CheckBox();
this.chkIncludeDefaultHeaderVersion = new System.Windows.Forms.CheckBox();
this.chkIncludeDefaultHeaderDescription = new System.Windows.Forms.CheckBox();
this.chkIncludeDefaultHeaderName = new System.Windows.Forms.CheckBox();
this.gbOutput2 = new System.Windows.Forms.GroupBox();
this.txtDatFilename = new System.Windows.Forms.TextBox();
this.chkIncludeROMDirRootFiles = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.cbXMLDOCTYPE = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.lblDatExtension = new System.Windows.Forms.Label();
this.chkAppendVersionToDescription = new System.Windows.Forms.CheckBox();
this.cbXMLEncoding = new System.Windows.Forms.ComboBox();
this.chkAppendVersionToFilename = new System.Windows.Forms.CheckBox();
this.chkAppendGameCountToDescription = new System.Windows.Forms.CheckBox();
this.chkAppendGameCountToFilename = new System.Windows.Forms.CheckBox();
this.gbHeaderOverrides = new System.Windows.Forms.GroupBox();
this.lblHeaderEmail = new System.Windows.Forms.Label();
this.txtOverrideHeaderEmail = new System.Windows.Forms.TextBox();
this.lblHeaderCategory = new System.Windows.Forms.Label();
this.txtOverrideHeaderCategory = new System.Windows.Forms.TextBox();
this.lblHeaderHomepage = new System.Windows.Forms.Label();
this.lblHeaderAuthor = new System.Windows.Forms.Label();
this.txtOverrideHeaderComment = new System.Windows.Forms.TextBox();
this.txtOverrideHeaderURL = new System.Windows.Forms.TextBox();
this.lblHeaderComment = new System.Windows.Forms.Label();
this.lblHeaderUrl = new System.Windows.Forms.Label();
this.lblHeaderDate = new System.Windows.Forms.Label();
this.lblHeaderVersion = new System.Windows.Forms.Label();
this.lblHeaderDescription = new System.Windows.Forms.Label();
this.lblHeaderName = new System.Windows.Forms.Label();
this.txtOverrideHeaderHomepage = new System.Windows.Forms.TextBox();
this.txtOverrideHeaderAuthor = new System.Windows.Forms.TextBox();
this.txtOverrideHeaderDate = new System.Windows.Forms.TextBox();
this.txtOverrideHeaderVersion = new System.Windows.Forms.TextBox();
this.txtOverrideHeaderDescription = new System.Windows.Forms.TextBox();
this.txtOverrideHeaderName = new System.Windows.Forms.TextBox();
this.gbOutputInfo = new System.Windows.Forms.GroupBox();
this.lblOutputInfo2 = new System.Windows.Forms.Label();
this.lblOutputInfo = new System.Windows.Forms.Label();
this.gbOutput = new System.Windows.Forms.GroupBox();
this.chkIncludeFileSize = new System.Windows.Forms.CheckBox();
this.chkIncludeSHA1Hash = new System.Windows.Forms.CheckBox();
this.chkIncludeMD5Hash = new System.Windows.Forms.CheckBox();
this.chkIncludeCRC32Hash = new System.Windows.Forms.CheckBox();
this.tabPaths = new System.Windows.Forms.TabPage();
this.gbPathsInfo = new System.Windows.Forms.GroupBox();
this.lblPathsInfo = new System.Windows.Forms.Label();
this.tlpPaths = new System.Windows.Forms.TableLayoutPanel();
this.gbPathROMsDir = new System.Windows.Forms.GroupBox();
this.txtPathROMsDir = new System.Windows.Forms.TextBox();
this.gbPathDatsDir = new System.Windows.Forms.GroupBox();
this.txtPathDatsDir = new System.Windows.Forms.TextBox();
this.tabCredentials = new System.Windows.Forms.TabPage();
this.gbDownloadEmAllCredentials = new System.Windows.Forms.GroupBox();
this.txtDownloadEmAllPassword = new System.Windows.Forms.TextBox();
this.txtDownloadEmAllUsername = new System.Windows.Forms.TextBox();
this.lblDownloadEmAllPassword = new System.Windows.Forms.Label();
this.lblDownloadEmAllUsername = new System.Windows.Forms.Label();
this.gbCredentialsInfo = new System.Windows.Forms.GroupBox();
this.lblCredentialsInfo = new System.Windows.Forms.Label();
this.tabDevs = new System.Windows.Forms.TabPage();
this.gbDevelopersInfo = new System.Windows.Forms.GroupBox();
this.lblDevelopersInfo3 = new System.Windows.Forms.Label();
this.lblDevelopersInfo1 = new System.Windows.Forms.Label();
this.lblDevelopersInfo2 = new System.Windows.Forms.Label();
this.gbDevelopers = new System.Windows.Forms.GroupBox();
this.chkCheckForLatestVersion = new System.Windows.Forms.CheckBox();
this.cbLogLevel = new System.Windows.Forms.ComboBox();
this.lblLogLevel = new System.Windows.Forms.Label();
this.cbLanguageLocality = new System.Windows.Forms.ComboBox();
this.lblLanguage = new System.Windows.Forms.Label();
this.chkCheckSSLCertificates = new System.Windows.Forms.CheckBox();
this.chkSendErrorReports = new System.Windows.Forms.CheckBox();
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.gbRegistration = new System.Windows.Forms.GroupBox();
this.btnRegisterApp = new System.Windows.Forms.Button();
this.lblRegisterAppPassword = new System.Windows.Forms.Label();
this.lblRegisterAppEmail = new System.Windows.Forms.Label();
this.lblRegisterAppUsername = new System.Windows.Forms.Label();
this.txtRegisterAppPassword = new System.Windows.Forms.TextBox();
this.txtRegisterAppEmailAddress = new System.Windows.Forms.TextBox();
this.txtRegisterAppUsername = new System.Windows.Forms.TextBox();
this.gbRegistrationInfo = new System.Windows.Forms.GroupBox();
this.lblRegistrationInfo = new System.Windows.Forms.Label();
this.bgwStartupTasks = new System.ComponentModel.BackgroundWorker();
this.msMain.SuspendLayout();
this.tsMain.SuspendLayout();
this.ssMain.SuspendLayout();
this.tcMain.SuspendLayout();
this.tabLog.SuspendLayout();
this.tabOptions.SuspendLayout();
this.tcOptions.SuspendLayout();
this.tabOutput.SuspendLayout();
this.gbHeaderDefaults.SuspendLayout();
this.gbOutput2.SuspendLayout();
this.gbHeaderOverrides.SuspendLayout();
this.gbOutputInfo.SuspendLayout();
this.gbOutput.SuspendLayout();
this.tabPaths.SuspendLayout();
this.gbPathsInfo.SuspendLayout();
this.tlpPaths.SuspendLayout();
this.gbPathROMsDir.SuspendLayout();
this.gbPathDatsDir.SuspendLayout();
this.tabCredentials.SuspendLayout();
this.gbDownloadEmAllCredentials.SuspendLayout();
this.gbCredentialsInfo.SuspendLayout();
this.tabDevs.SuspendLayout();
this.gbDevelopersInfo.SuspendLayout();
this.gbDevelopers.SuspendLayout();
this.tabHelp.SuspendLayout();
this.tabLicense.SuspendLayout();
this.tabDonations.SuspendLayout();
this.tabRegistration.SuspendLayout();
this.gbRegistration.SuspendLayout();
this.gbRegistrationInfo.SuspendLayout();
this.SuspendLayout();
//
// msMain
//
this.msMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiCommands,
this.tsmiView});
this.msMain.Location = new System.Drawing.Point(0, 0);
this.msMain.Name = "msMain";
this.msMain.Size = new System.Drawing.Size(800, 24);
this.msMain.TabIndex = 0;
this.msMain.Text = "msMain";
//
// tsmiCommands
//
this.tsmiCommands.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiBuildDat,
this.toolStripSeparator5,
this.tsmiSaveOptions,
this.tsmiLoadOptions,
this.toolStripSeparator6,
this.tsmiSaveLog,
this.toolStripSeparator7,
this.tsmiExit});
this.tsmiCommands.Name = "tsmiCommands";
this.tsmiCommands.Size = new System.Drawing.Size(68, 20);
this.tsmiCommands.Text = "DatEmAll";
//
// tsmiBuildDat
//
this.tsmiBuildDat.Enabled = false;
this.tsmiBuildDat.Image = global::DatEmAll_GUI.Properties.Resources.BuildDat_32x32;
this.tsmiBuildDat.Name = "tsmiBuildDat";
this.tsmiBuildDat.Size = new System.Drawing.Size(145, 22);
this.tsmiBuildDat.Text = "Build Dat";
this.tsmiBuildDat.Click += new System.EventHandler(this.BuildDat_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(142, 6);
//
// tsmiSaveOptions
//
this.tsmiSaveOptions.Enabled = false;
this.tsmiSaveOptions.Image = global::DatEmAll_GUI.Properties.Resources.SaveOptions_32x32;
this.tsmiSaveOptions.Name = "tsmiSaveOptions";
this.tsmiSaveOptions.Size = new System.Drawing.Size(145, 22);
this.tsmiSaveOptions.Text = "Save Options";
this.tsmiSaveOptions.Click += new System.EventHandler(this.SaveOptions_Click);
//
// tsmiLoadOptions
//
this.tsmiLoadOptions.Enabled = false;
this.tsmiLoadOptions.Image = global::DatEmAll_GUI.Properties.Resources.LoadOptions_32x32;
this.tsmiLoadOptions.Name = "tsmiLoadOptions";
this.tsmiLoadOptions.Size = new System.Drawing.Size(145, 22);
this.tsmiLoadOptions.Text = "Load Options";
this.tsmiLoadOptions.Click += new System.EventHandler(this.LoadOptions_Click);
//
// toolStripSeparator6
//
this.toolStripSeparator6.Name = "toolStripSeparator6";
this.toolStripSeparator6.Size = new System.Drawing.Size(142, 6);
//
// tsmiSaveLog
//
this.tsmiSaveLog.Enabled = false;
this.tsmiSaveLog.Image = global::DatEmAll_GUI.Properties.Resources.SaveLog_32x32;
this.tsmiSaveLog.Name = "tsmiSaveLog";
this.tsmiSaveLog.Size = new System.Drawing.Size(145, 22);
this.tsmiSaveLog.Text = "Save Log";
this.tsmiSaveLog.Click += new System.EventHandler(this.SaveLog_Click);
//
// toolStripSeparator7
//
this.toolStripSeparator7.Name = "toolStripSeparator7";
this.toolStripSeparator7.Size = new System.Drawing.Size(142, 6);
//
// tsmiExit
//
this.tsmiExit.Image = global::DatEmAll_GUI.Properties.Resources.Exit_32x32;
this.tsmiExit.Name = "tsmiExit";
this.tsmiExit.Size = new System.Drawing.Size(145, 22);
this.tsmiExit.Text = "Exit";
this.tsmiExit.Click += new System.EventHandler(this.ExitApp_Click);
//
// tsmiView
//
this.tsmiView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsmiLog,
this.toolStripSeparator8,
this.tsmiOptions,
this.toolStripSeparator9,
this.tsmiHelp,
this.toolStripSeparator10,
this.tsmiLicense,
this.toolStripSeparator11,
this.tsmiDonations,
this.toolStripSeparator18,
this.tsmiRegistration,
this.toolStripSeparator19,
this.tsmiToolbar,
this.toolStripSeparator17});
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);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(134, 6);
//
// 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);
//
// toolStripSeparator9
//
this.toolStripSeparator9.Name = "toolStripSeparator9";
this.toolStripSeparator9.Size = new System.Drawing.Size(134, 6);
//
// 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);
//
// toolStripSeparator10
//
this.toolStripSeparator10.Name = "toolStripSeparator10";
this.toolStripSeparator10.Size = new System.Drawing.Size(134, 6);
//
// 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);
//
// toolStripSeparator11
//
this.toolStripSeparator11.Name = "toolStripSeparator11";
this.toolStripSeparator11.Size = new System.Drawing.Size(134, 6);
//
// 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);
//
// toolStripSeparator18
//
this.toolStripSeparator18.Name = "toolStripSeparator18";
this.toolStripSeparator18.Size = new System.Drawing.Size(134, 6);
//
// 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);
//
// toolStripSeparator19
//
this.toolStripSeparator19.Name = "toolStripSeparator19";
this.toolStripSeparator19.Size = new System.Drawing.Size(134, 6);
//
// tsmiToolbar
//
this.tsmiToolbar.Checked = true;
this.tsmiToolbar.CheckState = System.Windows.Forms.CheckState.Checked;
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);
//
// toolStripSeparator17
//
this.toolStripSeparator17.Name = "toolStripSeparator17";
this.toolStripSeparator17.Size = new System.Drawing.Size(134, 6);
//
// tsMain
//
this.tsMain.ImageScalingSize = new System.Drawing.Size(32, 32);
this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbBuildDat,
this.toolStripSeparator1,
this.tsbLoadOptions,
this.tsbSaveOptions,
this.toolStripSeparator2,
this.tsbSaveLog,
this.toolStripSeparator3,
this.tsbViewLog,
this.toolStripSeparator4,
this.tsbViewOptions,
this.toolStripSeparator12,
this.tsbViewHelp,
this.toolStripSeparator13,
this.tsbViewLicense,
this.toolStripSeparator14,
this.tsbViewDonations,
this.toolStripSeparator15,
this.tsbViewRegistration,
this.toolStripSeparator16,
this.tsbViewToolbar});
this.tsMain.Location = new System.Drawing.Point(0, 24);
this.tsMain.Name = "tsMain";
this.tsMain.Size = new System.Drawing.Size(800, 39);
this.tsMain.TabIndex = 1;
this.tsMain.Text = "tsMain";
//
// tsbBuildDat
//
this.tsbBuildDat.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbBuildDat.Enabled = false;
this.tsbBuildDat.Image = global::DatEmAll_GUI.Properties.Resources.BuildDat_32x32;
this.tsbBuildDat.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbBuildDat.Name = "tsbBuildDat";
this.tsbBuildDat.Size = new System.Drawing.Size(36, 36);
this.tsbBuildDat.Text = "Build Dat";
this.tsbBuildDat.Click += new System.EventHandler(this.BuildDat_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39);
//
// tsbLoadOptions
//
this.tsbLoadOptions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbLoadOptions.Enabled = false;
this.tsbLoadOptions.Image = global::DatEmAll_GUI.Properties.Resources.LoadOptions_32x32;
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.Enabled = false;
this.tsbSaveOptions.Image = global::DatEmAll_GUI.Properties.Resources.SaveOptions_32x32;
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);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 39);
//
// tsbSaveLog
//
this.tsbSaveLog.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbSaveLog.Enabled = false;
this.tsbSaveLog.Image = global::DatEmAll_GUI.Properties.Resources.SaveLog_32x32;
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);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 39);
//
// tsbViewLog
//
this.tsbViewLog.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbViewLog.Image = global::DatEmAll_GUI.Properties.Resources.Log_32x32;
this.tsbViewLog.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbViewLog.Name = "tsbViewLog";
this.tsbViewLog.Size = new System.Drawing.Size(36, 36);
this.tsbViewLog.Text = "View Log";
this.tsbViewLog.Click += new System.EventHandler(this.ViewLog_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 39);
//
// tsbViewOptions
//
this.tsbViewOptions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbViewOptions.Image = global::DatEmAll_GUI.Properties.Resources.Options_32x32;
this.tsbViewOptions.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbViewOptions.Name = "tsbViewOptions";
this.tsbViewOptions.Size = new System.Drawing.Size(36, 36);
this.tsbViewOptions.Text = "View Options";
this.tsbViewOptions.Click += new System.EventHandler(this.ViewOptions_Click);
//
// toolStripSeparator12
//
this.toolStripSeparator12.Name = "toolStripSeparator12";
this.toolStripSeparator12.Size = new System.Drawing.Size(6, 39);
//
// tsbViewHelp
//
this.tsbViewHelp.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbViewHelp.Image = global::DatEmAll_GUI.Properties.Resources.Help_32x32;
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);
//
// toolStripSeparator13
//
this.toolStripSeparator13.Name = "toolStripSeparator13";
this.toolStripSeparator13.Size = new System.Drawing.Size(6, 39);
//
// tsbViewLicense
//
this.tsbViewLicense.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbViewLicense.Image = global::DatEmAll_GUI.Properties.Resources.License_32x32;
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);
//
// toolStripSeparator14
//
this.toolStripSeparator14.Name = "toolStripSeparator14";
this.toolStripSeparator14.Size = new System.Drawing.Size(6, 39);
//
// tsbViewDonations
//
this.tsbViewDonations.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbViewDonations.Image = global::DatEmAll_GUI.Properties.Resources.Donate_32x32;
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);
//
// toolStripSeparator15
//
this.toolStripSeparator15.Name = "toolStripSeparator15";
this.toolStripSeparator15.Size = new System.Drawing.Size(6, 39);
//
// tsbViewRegistration
//
this.tsbViewRegistration.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbViewRegistration.Image = global::DatEmAll_GUI.Properties.Resources.Key_32x32;
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);
//
// toolStripSeparator16
//
this.toolStripSeparator16.Name = "toolStripSeparator16";
this.toolStripSeparator16.Size = new System.Drawing.Size(6, 39);
//
// tsbViewToolbar
//
this.tsbViewToolbar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbViewToolbar.Image = global::DatEmAll_GUI.Properties.Resources.Toolbar_32x32;
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.toolStripStatusLabel1,
this.tsslSpring,
this.tsslStatusMessage,
this.tssbCancel});
this.ssMain.Location = new System.Drawing.Point(0, 443);
this.ssMain.Name = "ssMain";
this.ssMain.Size = new System.Drawing.Size(800, 22);
this.ssMain.TabIndex = 2;
this.ssMain.Text = "ssMain";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(0, 17);
//
// tsslSpring
//
this.tsslSpring.Name = "tsslSpring";
this.tsslSpring.Size = new System.Drawing.Size(614, 17);
this.tsslSpring.Spring = true;
//
// tsslStatusMessage
//
this.tsslStatusMessage.Name = "tsslStatusMessage";
this.tsslStatusMessage.Size = new System.Drawing.Size(150, 17);
this.tsslStatusMessage.Text = "Performing Startup Tasks ...";
//
// tssbCancel
//
this.tssbCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tssbCancel.DropDownButtonWidth = 0;
this.tssbCancel.Enabled = false;
this.tssbCancel.Image = global::DatEmAll_GUI.Properties.Resources.Cancel_16x16;
this.tssbCancel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tssbCancel.Name = "tssbCancel";
this.tssbCancel.Size = new System.Drawing.Size(21, 20);
this.tssbCancel.Text = "Cancel";
this.tssbCancel.Click += new System.EventHandler(this.Cancel_Click);
//
// bgwBuildDat
//
this.bgwBuildDat.WorkerReportsProgress = true;
this.bgwBuildDat.WorkerSupportsCancellation = true;
this.bgwBuildDat.DoWork += new System.ComponentModel.DoWorkEventHandler(this.BuildDat_DoWork);
this.bgwBuildDat.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.BuildDat_ProgressChanged);
this.bgwBuildDat.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.BuildDat_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(800, 380);
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(792, 354);
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(780, 342);
this.rtblLog.TabIndex = 0;
this.rtblLog.Text = "";
//
// tabOptions
//
this.tabOptions.Controls.Add(this.tcOptions);
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(792, 354);
this.tabOptions.TabIndex = 1;
this.tabOptions.Text = " Options ";
this.tabOptions.UseVisualStyleBackColor = true;
//
// tcOptions
//
this.tcOptions.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.tcOptions.Controls.Add(this.tabOutput);
this.tcOptions.Controls.Add(this.tabPaths);
this.tcOptions.Controls.Add(this.tabCredentials);
this.tcOptions.Controls.Add(this.tabDevs);
this.tcOptions.Location = new System.Drawing.Point(6, 6);
this.tcOptions.Name = "tcOptions";
this.tcOptions.SelectedIndex = 0;
this.tcOptions.Size = new System.Drawing.Size(780, 342);
this.tcOptions.TabIndex = 3;
//
// tabOutput
//
this.tabOutput.Controls.Add(this.gbHeaderDefaults);
this.tabOutput.Controls.Add(this.gbOutput2);
this.tabOutput.Controls.Add(this.gbHeaderOverrides);
this.tabOutput.Controls.Add(this.gbOutputInfo);
this.tabOutput.Controls.Add(this.gbOutput);
this.tabOutput.Location = new System.Drawing.Point(4, 22);
this.tabOutput.Name = "tabOutput";
this.tabOutput.Padding = new System.Windows.Forms.Padding(3);
this.tabOutput.Size = new System.Drawing.Size(772, 316);
this.tabOutput.TabIndex = 0;
this.tabOutput.Text = " Output ";
this.tabOutput.UseVisualStyleBackColor = true;
//
// gbHeaderDefaults
//
this.gbHeaderDefaults.Controls.Add(this.chkIncludeDefaultHeaderEmail);
this.gbHeaderDefaults.Controls.Add(this.chkIncludeDefaultHeaderCMPForceUnzip);
this.gbHeaderDefaults.Controls.Add(this.chkIncludeDefaultHeaderCategory);
this.gbHeaderDefaults.Controls.Add(this.chkIncludeDefaultHeaderComment);
this.gbHeaderDefaults.Controls.Add(this.chkIncludeDefaultHeaderURL);
this.gbHeaderDefaults.Controls.Add(this.chkIncludeDefaultHeaderHomepage);
this.gbHeaderDefaults.Controls.Add(this.chkIncludeDefaultHeaderAuthor);
this.gbHeaderDefaults.Controls.Add(this.chkIncludeDefaultHeaderDate);
this.gbHeaderDefaults.Controls.Add(this.chkIncludeDefaultHeaderVersion);
this.gbHeaderDefaults.Controls.Add(this.chkIncludeDefaultHeaderDescription);
this.gbHeaderDefaults.Controls.Add(this.chkIncludeDefaultHeaderName);
this.gbHeaderDefaults.Location = new System.Drawing.Point(361, 6);
this.gbHeaderDefaults.Name = "gbHeaderDefaults";
this.gbHeaderDefaults.Size = new System.Drawing.Size(159, 244);
this.gbHeaderDefaults.TabIndex = 2;
this.gbHeaderDefaults.TabStop = false;
this.gbHeaderDefaults.Text = "Header Defaults";
//
// chkIncludeDefaultHeaderEmail
//
this.chkIncludeDefaultHeaderEmail.AutoSize = true;
this.chkIncludeDefaultHeaderEmail.Checked = true;
this.chkIncludeDefaultHeaderEmail.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkIncludeDefaultHeaderEmail.Enabled = false;
this.chkIncludeDefaultHeaderEmail.Location = new System.Drawing.Point(6, 121);
this.chkIncludeDefaultHeaderEmail.Name = "chkIncludeDefaultHeaderEmail";
this.chkIncludeDefaultHeaderEmail.Size = new System.Drawing.Size(89, 17);
this.chkIncludeDefaultHeaderEmail.TabIndex = 10;
this.chkIncludeDefaultHeaderEmail.Text = "Include Email";
this.chkIncludeDefaultHeaderEmail.UseVisualStyleBackColor = true;
//
// chkIncludeDefaultHeaderCMPForceUnzip
//
this.chkIncludeDefaultHeaderCMPForceUnzip.AutoSize = true;
this.chkIncludeDefaultHeaderCMPForceUnzip.Enabled = false;
this.chkIncludeDefaultHeaderCMPForceUnzip.Location = new System.Drawing.Point(6, 221);
this.chkIncludeDefaultHeaderCMPForceUnzip.Name = "chkIncludeDefaultHeaderCMPForceUnzip";
this.chkIncludeDefaultHeaderCMPForceUnzip.Size = new System.Drawing.Size(147, 17);
this.chkIncludeDefaultHeaderCMPForceUnzip.TabIndex = 9;
this.chkIncludeDefaultHeaderCMPForceUnzip.Text = "Include CMP Force Unzip";
this.chkIncludeDefaultHeaderCMPForceUnzip.UseVisualStyleBackColor = true;
//
// chkIncludeDefaultHeaderCategory
//
this.chkIncludeDefaultHeaderCategory.AutoSize = true;
this.chkIncludeDefaultHeaderCategory.Enabled = false;
this.chkIncludeDefaultHeaderCategory.Location = new System.Drawing.Point(6, 201);
this.chkIncludeDefaultHeaderCategory.Name = "chkIncludeDefaultHeaderCategory";
this.chkIncludeDefaultHeaderCategory.Size = new System.Drawing.Size(106, 17);
this.chkIncludeDefaultHeaderCategory.TabIndex = 8;
this.chkIncludeDefaultHeaderCategory.Text = "Include Category";
this.chkIncludeDefaultHeaderCategory.UseVisualStyleBackColor = true;
//
// chkIncludeDefaultHeaderComment
//
this.chkIncludeDefaultHeaderComment.AutoSize = true;
this.chkIncludeDefaultHeaderComment.Checked = true;
this.chkIncludeDefaultHeaderComment.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkIncludeDefaultHeaderComment.Enabled = false;
this.chkIncludeDefaultHeaderComment.Location = new System.Drawing.Point(6, 181);
this.chkIncludeDefaultHeaderComment.Name = "chkIncludeDefaultHeaderComment";
this.chkIncludeDefaultHeaderComment.Size = new System.Drawing.Size(108, 17);
this.chkIncludeDefaultHeaderComment.TabIndex = 7;
this.chkIncludeDefaultHeaderComment.Text = "Include Comment";
this.chkIncludeDefaultHeaderComment.UseVisualStyleBackColor = true;
//
// chkIncludeDefaultHeaderURL
//
this.chkIncludeDefaultHeaderURL.AutoSize = true;
this.chkIncludeDefaultHeaderURL.Checked = true;
this.chkIncludeDefaultHeaderURL.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkIncludeDefaultHeaderURL.Enabled = false;
this.chkIncludeDefaultHeaderURL.Location = new System.Drawing.Point(6, 161);
this.chkIncludeDefaultHeaderURL.Name = "chkIncludeDefaultHeaderURL";
this.chkIncludeDefaultHeaderURL.Size = new System.Drawing.Size(86, 17);
this.chkIncludeDefaultHeaderURL.TabIndex = 6;
this.chkIncludeDefaultHeaderURL.Text = "Include URL";
this.chkIncludeDefaultHeaderURL.UseVisualStyleBackColor = true;
//
// chkIncludeDefaultHeaderHomepage
//
this.chkIncludeDefaultHeaderHomepage.AutoSize = true;
this.chkIncludeDefaultHeaderHomepage.Checked = true;
this.chkIncludeDefaultHeaderHomepage.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkIncludeDefaultHeaderHomepage.Enabled = false;
this.chkIncludeDefaultHeaderHomepage.Location = new System.Drawing.Point(6, 141);
this.chkIncludeDefaultHeaderHomepage.Name = "chkIncludeDefaultHeaderHomepage";
this.chkIncludeDefaultHeaderHomepage.Size = new System.Drawing.Size(116, 17);
this.chkIncludeDefaultHeaderHomepage.TabIndex = 5;
this.chkIncludeDefaultHeaderHomepage.Text = "Include Homepage";
this.chkIncludeDefaultHeaderHomepage.UseVisualStyleBackColor = true;
//
// chkIncludeDefaultHeaderAuthor
//
this.chkIncludeDefaultHeaderAuthor.AutoSize = true;
this.chkIncludeDefaultHeaderAuthor.Checked = true;
this.chkIncludeDefaultHeaderAuthor.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkIncludeDefaultHeaderAuthor.Enabled = false;
this.chkIncludeDefaultHeaderAuthor.Location = new System.Drawing.Point(6, 101);
this.chkIncludeDefaultHeaderAuthor.Name = "chkIncludeDefaultHeaderAuthor";
this.chkIncludeDefaultHeaderAuthor.Size = new System.Drawing.Size(95, 17);
this.chkIncludeDefaultHeaderAuthor.TabIndex = 4;
this.chkIncludeDefaultHeaderAuthor.Text = "Include Author";
this.chkIncludeDefaultHeaderAuthor.UseVisualStyleBackColor = true;
//
// chkIncludeDefaultHeaderDate
//
this.chkIncludeDefaultHeaderDate.AutoSize = true;
this.chkIncludeDefaultHeaderDate.Checked = true;
this.chkIncludeDefaultHeaderDate.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkIncludeDefaultHeaderDate.Enabled = false;
this.chkIncludeDefaultHeaderDate.Location = new System.Drawing.Point(6, 81);
this.chkIncludeDefaultHeaderDate.Name = "chkIncludeDefaultHeaderDate";
this.chkIncludeDefaultHeaderDate.Size = new System.Drawing.Size(87, 17);
this.chkIncludeDefaultHeaderDate.TabIndex = 3;
this.chkIncludeDefaultHeaderDate.Text = "Include Date";
this.chkIncludeDefaultHeaderDate.UseVisualStyleBackColor = true;
//
// chkIncludeDefaultHeaderVersion
//
this.chkIncludeDefaultHeaderVersion.AutoSize = true;
this.chkIncludeDefaultHeaderVersion.Checked = true;
this.chkIncludeDefaultHeaderVersion.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkIncludeDefaultHeaderVersion.Enabled = false;
this.chkIncludeDefaultHeaderVersion.Location = new System.Drawing.Point(6, 61);
this.chkIncludeDefaultHeaderVersion.Name = "chkIncludeDefaultHeaderVersion";
this.chkIncludeDefaultHeaderVersion.Size = new System.Drawing.Size(99, 17);
this.chkIncludeDefaultHeaderVersion.TabIndex = 2;
this.chkIncludeDefaultHeaderVersion.Text = "Include Version";
this.chkIncludeDefaultHeaderVersion.UseVisualStyleBackColor = true;
//
// chkIncludeDefaultHeaderDescription
//
this.chkIncludeDefaultHeaderDescription.AutoSize = true;
this.chkIncludeDefaultHeaderDescription.Checked = true;
this.chkIncludeDefaultHeaderDescription.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkIncludeDefaultHeaderDescription.Enabled = false;
this.chkIncludeDefaultHeaderDescription.Location = new System.Drawing.Point(6, 41);
this.chkIncludeDefaultHeaderDescription.Name = "chkIncludeDefaultHeaderDescription";
this.chkIncludeDefaultHeaderDescription.Size = new System.Drawing.Size(117, 17);
this.chkIncludeDefaultHeaderDescription.TabIndex = 1;
this.chkIncludeDefaultHeaderDescription.Text = "Include Description";
this.chkIncludeDefaultHeaderDescription.UseVisualStyleBackColor = true;
//
// chkIncludeDefaultHeaderName
//
this.chkIncludeDefaultHeaderName.AutoSize = true;
this.chkIncludeDefaultHeaderName.Checked = true;
this.chkIncludeDefaultHeaderName.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkIncludeDefaultHeaderName.Enabled = false;
this.chkIncludeDefaultHeaderName.Location = new System.Drawing.Point(6, 21);
this.chkIncludeDefaultHeaderName.Name = "chkIncludeDefaultHeaderName";
this.chkIncludeDefaultHeaderName.Size = new System.Drawing.Size(92, 17);
this.chkIncludeDefaultHeaderName.TabIndex = 0;
this.chkIncludeDefaultHeaderName.Text = "Include Name";
this.chkIncludeDefaultHeaderName.UseVisualStyleBackColor = true;
//
// gbOutput2
//
this.gbOutput2.Controls.Add(this.txtDatFilename);
this.gbOutput2.Controls.Add(this.chkIncludeROMDirRootFiles);
this.gbOutput2.Controls.Add(this.label1);
this.gbOutput2.Controls.Add(this.cbXMLDOCTYPE);
this.gbOutput2.Controls.Add(this.label2);
this.gbOutput2.Controls.Add(this.lblDatExtension);
this.gbOutput2.Controls.Add(this.chkAppendVersionToDescription);
this.gbOutput2.Controls.Add(this.cbXMLEncoding);
this.gbOutput2.Controls.Add(this.chkAppendVersionToFilename);
this.gbOutput2.Controls.Add(this.chkAppendGameCountToDescription);
this.gbOutput2.Controls.Add(this.chkAppendGameCountToFilename);
this.gbOutput2.Location = new System.Drawing.Point(150, 6);
this.gbOutput2.Name = "gbOutput2";
this.gbOutput2.Size = new System.Drawing.Size(205, 244);
this.gbOutput2.TabIndex = 1;
this.gbOutput2.TabStop = false;
this.gbOutput2.Text = "Output";
//
// txtDatFilename
//
this.txtDatFilename.Enabled = false;
this.txtDatFilename.Location = new System.Drawing.Point(101, 134);
this.txtDatFilename.Name = "txtDatFilename";
this.txtDatFilename.Size = new System.Drawing.Size(98, 20);
this.txtDatFilename.TabIndex = 5;
//
// chkIncludeROMDirRootFiles
//
this.chkIncludeROMDirRootFiles.AutoSize = true;
this.chkIncludeROMDirRootFiles.Checked = true;
this.chkIncludeROMDirRootFiles.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkIncludeROMDirRootFiles.Enabled = false;
this.chkIncludeROMDirRootFiles.Location = new System.Drawing.Point(6, 19);
this.chkIncludeROMDirRootFiles.Name = "chkIncludeROMDirRootFiles";
this.chkIncludeROMDirRootFiles.Size = new System.Drawing.Size(155, 17);
this.chkIncludeROMDirRootFiles.TabIndex = 0;
this.chkIncludeROMDirRootFiles.Text = "Include ROM Dir Root Files";
this.chkIncludeROMDirRootFiles.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 162);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(83, 13);
this.label1.TabIndex = 9;
this.label1.Text = "XML Encoding: ";
//
// cbXMLDOCTYPE
//
this.cbXMLDOCTYPE.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cbXMLDOCTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbXMLDOCTYPE.Enabled = false;
this.cbXMLDOCTYPE.FormattingEnabled = true;
this.cbXMLDOCTYPE.Items.AddRange(new object[] {
"Logiqx",
"None"});
this.cbXMLDOCTYPE.Location = new System.Drawing.Point(101, 187);
this.cbXMLDOCTYPE.Name = "cbXMLDOCTYPE";
this.cbXMLDOCTYPE.Size = new System.Drawing.Size(98, 21);
this.cbXMLDOCTYPE.TabIndex = 7;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 190);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(89, 13);
this.label2.TabIndex = 10;
this.label2.Text = "XML DOCTYPE: ";
//
// lblDatExtension
//
this.lblDatExtension.AutoSize = true;
this.lblDatExtension.Location = new System.Drawing.Point(6, 137);
this.lblDatExtension.Name = "lblDatExtension";
this.lblDatExtension.Size = new System.Drawing.Size(75, 13);
this.lblDatExtension.TabIndex = 8;
this.lblDatExtension.Text = "Dat Filename: ";
//
// chkAppendVersionToDescription
//
this.chkAppendVersionToDescription.AutoSize = true;
this.chkAppendVersionToDescription.Checked = true;
this.chkAppendVersionToDescription.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkAppendVersionToDescription.Enabled = false;
this.chkAppendVersionToDescription.Location = new System.Drawing.Point(6, 111);
this.chkAppendVersionToDescription.Name = "chkAppendVersionToDescription";
this.chkAppendVersionToDescription.Size = new System.Drawing.Size(169, 17);
this.chkAppendVersionToDescription.TabIndex = 4;
this.chkAppendVersionToDescription.Text = "Append Version to Description";
this.chkAppendVersionToDescription.UseVisualStyleBackColor = true;
//
// cbXMLEncoding
//
this.cbXMLEncoding.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.cbXMLEncoding.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbXMLEncoding.Enabled = false;
this.cbXMLEncoding.FormattingEnabled = true;
this.cbXMLEncoding.Items.AddRange(new object[] {
"utf-8"});
this.cbXMLEncoding.Location = new System.Drawing.Point(101, 160);
this.cbXMLEncoding.Name = "cbXMLEncoding";
this.cbXMLEncoding.Size = new System.Drawing.Size(98, 21);
this.cbXMLEncoding.TabIndex = 6;
//
// chkAppendVersionToFilename
//
this.chkAppendVersionToFilename.AutoSize = true;
this.chkAppendVersionToFilename.Checked = true;
this.chkAppendVersionToFilename.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkAppendVersionToFilename.Enabled = false;
this.chkAppendVersionToFilename.Location = new System.Drawing.Point(6, 88);
this.chkAppendVersionToFilename.Name = "chkAppendVersionToFilename";
this.chkAppendVersionToFilename.Size = new System.Drawing.Size(158, 17);
this.chkAppendVersionToFilename.TabIndex = 3;
this.chkAppendVersionToFilename.Text = "Append Version to Filename";
this.chkAppendVersionToFilename.UseVisualStyleBackColor = true;
//
// chkAppendGameCountToDescription
//
this.chkAppendGameCountToDescription.AutoSize = true;
this.chkAppendGameCountToDescription.Checked = true;
this.chkAppendGameCountToDescription.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkAppendGameCountToDescription.Enabled = false;
this.chkAppendGameCountToDescription.Location = new System.Drawing.Point(6, 65);
this.chkAppendGameCountToDescription.Name = "chkAppendGameCountToDescription";
this.chkAppendGameCountToDescription.Size = new System.Drawing.Size(193, 17);
this.chkAppendGameCountToDescription.TabIndex = 2;
this.chkAppendGameCountToDescription.Text = "Append Game Count to Description";
this.chkAppendGameCountToDescription.UseVisualStyleBackColor = true;
//
// chkAppendGameCountToFilename
//
this.chkAppendGameCountToFilename.AutoSize = true;
this.chkAppendGameCountToFilename.Checked = true;
this.chkAppendGameCountToFilename.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkAppendGameCountToFilename.Enabled = false;
this.chkAppendGameCountToFilename.Location = new System.Drawing.Point(6, 42);
this.chkAppendGameCountToFilename.Name = "chkAppendGameCountToFilename";
this.chkAppendGameCountToFilename.Size = new System.Drawing.Size(182, 17);
this.chkAppendGameCountToFilename.TabIndex = 1;
this.chkAppendGameCountToFilename.Text = "Append Game Count to Filename";
this.chkAppendGameCountToFilename.UseVisualStyleBackColor = true;
//
// gbHeaderOverrides
//
this.gbHeaderOverrides.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbHeaderOverrides.Controls.Add(this.lblHeaderEmail);
this.gbHeaderOverrides.Controls.Add(this.txtOverrideHeaderEmail);
this.gbHeaderOverrides.Controls.Add(this.lblHeaderCategory);
this.gbHeaderOverrides.Controls.Add(this.txtOverrideHeaderCategory);
this.gbHeaderOverrides.Controls.Add(this.lblHeaderHomepage);
this.gbHeaderOverrides.Controls.Add(this.lblHeaderAuthor);
this.gbHeaderOverrides.Controls.Add(this.txtOverrideHeaderComment);
this.gbHeaderOverrides.Controls.Add(this.txtOverrideHeaderURL);
this.gbHeaderOverrides.Controls.Add(this.lblHeaderComment);
this.gbHeaderOverrides.Controls.Add(this.lblHeaderUrl);
this.gbHeaderOverrides.Controls.Add(this.lblHeaderDate);
this.gbHeaderOverrides.Controls.Add(this.lblHeaderVersion);
this.gbHeaderOverrides.Controls.Add(this.lblHeaderDescription);
this.gbHeaderOverrides.Controls.Add(this.lblHeaderName);
this.gbHeaderOverrides.Controls.Add(this.txtOverrideHeaderHomepage);
this.gbHeaderOverrides.Controls.Add(this.txtOverrideHeaderAuthor);
this.gbHeaderOverrides.Controls.Add(this.txtOverrideHeaderDate);
this.gbHeaderOverrides.Controls.Add(this.txtOverrideHeaderVersion);
this.gbHeaderOverrides.Controls.Add(this.txtOverrideHeaderDescription);
this.gbHeaderOverrides.Controls.Add(this.txtOverrideHeaderName);
this.gbHeaderOverrides.Location = new System.Drawing.Point(526, 6);
this.gbHeaderOverrides.Name = "gbHeaderOverrides";
this.gbHeaderOverrides.Size = new System.Drawing.Size(240, 244);
this.gbHeaderOverrides.TabIndex = 3;
this.gbHeaderOverrides.TabStop = false;
this.gbHeaderOverrides.Text = "Header Overrides";
//
// lblHeaderEmail
//
this.lblHeaderEmail.AutoSize = true;
this.lblHeaderEmail.Location = new System.Drawing.Point(6, 122);
this.lblHeaderEmail.Name = "lblHeaderEmail";
this.lblHeaderEmail.Size = new System.Drawing.Size(38, 13);
this.lblHeaderEmail.TabIndex = 15;
this.lblHeaderEmail.Text = "Email: ";
//
// txtOverrideHeaderEmail
//
this.txtOverrideHeaderEmail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtOverrideHeaderEmail.Location = new System.Drawing.Point(77, 119);
this.txtOverrideHeaderEmail.Name = "txtOverrideHeaderEmail";
this.txtOverrideHeaderEmail.Size = new System.Drawing.Size(157, 20);
this.txtOverrideHeaderEmail.TabIndex = 5;
//
// lblHeaderCategory
//
this.lblHeaderCategory.AutoSize = true;
this.lblHeaderCategory.Location = new System.Drawing.Point(6, 202);
this.lblHeaderCategory.Name = "lblHeaderCategory";
this.lblHeaderCategory.Size = new System.Drawing.Size(55, 13);
this.lblHeaderCategory.TabIndex = 19;
this.lblHeaderCategory.Text = "Category: ";
//
// txtOverrideHeaderCategory
//
this.txtOverrideHeaderCategory.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtOverrideHeaderCategory.Enabled = false;
this.txtOverrideHeaderCategory.Location = new System.Drawing.Point(77, 199);
this.txtOverrideHeaderCategory.Name = "txtOverrideHeaderCategory";
this.txtOverrideHeaderCategory.Size = new System.Drawing.Size(157, 20);
this.txtOverrideHeaderCategory.TabIndex = 9;
//
// lblHeaderHomepage
//
this.lblHeaderHomepage.AutoSize = true;
this.lblHeaderHomepage.Location = new System.Drawing.Point(6, 142);
this.lblHeaderHomepage.Name = "lblHeaderHomepage";
this.lblHeaderHomepage.Size = new System.Drawing.Size(65, 13);
this.lblHeaderHomepage.TabIndex = 16;
this.lblHeaderHomepage.Text = "Homepage: ";
//
// lblHeaderAuthor
//
this.lblHeaderAuthor.AutoSize = true;
this.lblHeaderAuthor.Location = new System.Drawing.Point(6, 102);
this.lblHeaderAuthor.Name = "lblHeaderAuthor";
this.lblHeaderAuthor.Size = new System.Drawing.Size(44, 13);
this.lblHeaderAuthor.TabIndex = 14;
this.lblHeaderAuthor.Text = "Author: ";
//
// txtOverrideHeaderComment
//
this.txtOverrideHeaderComment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtOverrideHeaderComment.Enabled = false;
this.txtOverrideHeaderComment.Location = new System.Drawing.Point(77, 179);
this.txtOverrideHeaderComment.Name = "txtOverrideHeaderComment";
this.txtOverrideHeaderComment.Size = new System.Drawing.Size(157, 20);
this.txtOverrideHeaderComment.TabIndex = 8;
//
// txtOverrideHeaderURL
//
this.txtOverrideHeaderURL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtOverrideHeaderURL.Enabled = false;
this.txtOverrideHeaderURL.Location = new System.Drawing.Point(77, 159);
this.txtOverrideHeaderURL.Name = "txtOverrideHeaderURL";
this.txtOverrideHeaderURL.Size = new System.Drawing.Size(157, 20);
this.txtOverrideHeaderURL.TabIndex = 7;
//
// lblHeaderComment
//
this.lblHeaderComment.AutoSize = true;
this.lblHeaderComment.Location = new System.Drawing.Point(6, 182);
this.lblHeaderComment.Name = "lblHeaderComment";
this.lblHeaderComment.Size = new System.Drawing.Size(57, 13);
this.lblHeaderComment.TabIndex = 18;
this.lblHeaderComment.Text = "Comment: ";
//
// lblHeaderUrl
//
this.lblHeaderUrl.AutoSize = true;
this.lblHeaderUrl.Location = new System.Drawing.Point(6, 162);
this.lblHeaderUrl.Name = "lblHeaderUrl";
this.lblHeaderUrl.Size = new System.Drawing.Size(35, 13);
this.lblHeaderUrl.TabIndex = 17;
this.lblHeaderUrl.Text = "URL: ";
//
// lblHeaderDate
//
this.lblHeaderDate.AutoSize = true;
this.lblHeaderDate.Location = new System.Drawing.Point(6, 82);
this.lblHeaderDate.Name = "lblHeaderDate";
this.lblHeaderDate.Size = new System.Drawing.Size(36, 13);
this.lblHeaderDate.TabIndex = 13;
this.lblHeaderDate.Text = "Date: ";
//
// lblHeaderVersion
//
this.lblHeaderVersion.AutoSize = true;
this.lblHeaderVersion.Location = new System.Drawing.Point(6, 62);
this.lblHeaderVersion.Name = "lblHeaderVersion";
this.lblHeaderVersion.Size = new System.Drawing.Size(48, 13);
this.lblHeaderVersion.TabIndex = 12;
this.lblHeaderVersion.Text = "Version: ";
//
// lblHeaderDescription
//
this.lblHeaderDescription.AutoSize = true;
this.lblHeaderDescription.Location = new System.Drawing.Point(6, 42);
this.lblHeaderDescription.Name = "lblHeaderDescription";
this.lblHeaderDescription.Size = new System.Drawing.Size(66, 13);
this.lblHeaderDescription.TabIndex = 11;
this.lblHeaderDescription.Text = "Description: ";
//
// lblHeaderName
//
this.lblHeaderName.AutoSize = true;
this.lblHeaderName.Location = new System.Drawing.Point(6, 22);
this.lblHeaderName.Name = "lblHeaderName";
this.lblHeaderName.Size = new System.Drawing.Size(41, 13);
this.lblHeaderName.TabIndex = 10;
this.lblHeaderName.Text = "Name: ";
//
// txtOverrideHeaderHomepage
//
this.txtOverrideHeaderHomepage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtOverrideHeaderHomepage.Enabled = false;
this.txtOverrideHeaderHomepage.Location = new System.Drawing.Point(77, 139);
this.txtOverrideHeaderHomepage.Name = "txtOverrideHeaderHomepage";
this.txtOverrideHeaderHomepage.Size = new System.Drawing.Size(157, 20);
this.txtOverrideHeaderHomepage.TabIndex = 6;
//
// txtOverrideHeaderAuthor
//
this.txtOverrideHeaderAuthor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtOverrideHeaderAuthor.Enabled = false;
this.txtOverrideHeaderAuthor.Location = new System.Drawing.Point(77, 99);
this.txtOverrideHeaderAuthor.Name = "txtOverrideHeaderAuthor";
this.txtOverrideHeaderAuthor.Size = new System.Drawing.Size(157, 20);
this.txtOverrideHeaderAuthor.TabIndex = 4;
//
// txtOverrideHeaderDate
//
this.txtOverrideHeaderDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtOverrideHeaderDate.Enabled = false;
this.txtOverrideHeaderDate.Location = new System.Drawing.Point(77, 79);
this.txtOverrideHeaderDate.Name = "txtOverrideHeaderDate";
this.txtOverrideHeaderDate.Size = new System.Drawing.Size(157, 20);
this.txtOverrideHeaderDate.TabIndex = 3;
//
// txtOverrideHeaderVersion
//
this.txtOverrideHeaderVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtOverrideHeaderVersion.Enabled = false;
this.txtOverrideHeaderVersion.Location = new System.Drawing.Point(77, 59);
this.txtOverrideHeaderVersion.Name = "txtOverrideHeaderVersion";
this.txtOverrideHeaderVersion.Size = new System.Drawing.Size(157, 20);
this.txtOverrideHeaderVersion.TabIndex = 2;
//
// txtOverrideHeaderDescription
//
this.txtOverrideHeaderDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtOverrideHeaderDescription.Enabled = false;
this.txtOverrideHeaderDescription.Location = new System.Drawing.Point(77, 39);
this.txtOverrideHeaderDescription.Name = "txtOverrideHeaderDescription";
this.txtOverrideHeaderDescription.Size = new System.Drawing.Size(157, 20);
this.txtOverrideHeaderDescription.TabIndex = 1;
//
// txtOverrideHeaderName
//
this.txtOverrideHeaderName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtOverrideHeaderName.Enabled = false;
this.txtOverrideHeaderName.Location = new System.Drawing.Point(77, 19);
this.txtOverrideHeaderName.Name = "txtOverrideHeaderName";
this.txtOverrideHeaderName.Size = new System.Drawing.Size(157, 20);
this.txtOverrideHeaderName.TabIndex = 0;
//
// gbOutputInfo
//
this.gbOutputInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbOutputInfo.Controls.Add(this.lblOutputInfo2);
this.gbOutputInfo.Controls.Add(this.lblOutputInfo);
this.gbOutputInfo.Location = new System.Drawing.Point(6, 256);
this.gbOutputInfo.Name = "gbOutputInfo";
this.gbOutputInfo.Size = new System.Drawing.Size(760, 54);
this.gbOutputInfo.TabIndex = 4;
this.gbOutputInfo.TabStop = false;
this.gbOutputInfo.Text = "Output Info";
//
// lblOutputInfo2
//
this.lblOutputInfo2.AutoSize = true;
this.lblOutputInfo2.Location = new System.Drawing.Point(6, 32);
this.lblOutputInfo2.Name = "lblOutputInfo2";
this.lblOutputInfo2.Size = new System.Drawing.Size(425, 13);
this.lblOutputInfo2.TabIndex = 1;
this.lblOutputInfo2.Text = "Any input included in the Header Overrides fileds will automatically be included " +
"in the dat.";
//
// lblOutputInfo
//
this.lblOutputInfo.AutoSize = true;
this.lblOutputInfo.Location = new System.Drawing.Point(6, 19);
this.lblOutputInfo.Name = "lblOutputInfo";
this.lblOutputInfo.Size = new System.Drawing.Size(247, 13);
this.lblOutputInfo.TabIndex = 0;
this.lblOutputInfo.Text = "Use these options to create various output formats.";
//
// gbOutput
//
this.gbOutput.Controls.Add(this.chkIncludeFileSize);
this.gbOutput.Controls.Add(this.chkIncludeSHA1Hash);
this.gbOutput.Controls.Add(this.chkIncludeMD5Hash);
this.gbOutput.Controls.Add(this.chkIncludeCRC32Hash);
this.gbOutput.Location = new System.Drawing.Point(6, 6);
this.gbOutput.Name = "gbOutput";
this.gbOutput.Size = new System.Drawing.Size(138, 244);
this.gbOutput.TabIndex = 0;
this.gbOutput.TabStop = false;
this.gbOutput.Text = "Output";
//
// chkIncludeFileSize
//
this.chkIncludeFileSize.AutoSize = true;
this.chkIncludeFileSize.Checked = true;
this.chkIncludeFileSize.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkIncludeFileSize.Enabled = false;
this.chkIncludeFileSize.Location = new System.Drawing.Point(6, 88);
this.chkIncludeFileSize.Name = "chkIncludeFileSize";
this.chkIncludeFileSize.Size = new System.Drawing.Size(103, 17);
this.chkIncludeFileSize.TabIndex = 3;
this.chkIncludeFileSize.Text = "Include File Size";
this.chkIncludeFileSize.UseVisualStyleBackColor = true;
//
// chkIncludeSHA1Hash
//
this.chkIncludeSHA1Hash.AutoSize = true;
this.chkIncludeSHA1Hash.Checked = true;
this.chkIncludeSHA1Hash.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkIncludeSHA1Hash.Enabled = false;
this.chkIncludeSHA1Hash.Location = new System.Drawing.Point(6, 65);
this.chkIncludeSHA1Hash.Name = "chkIncludeSHA1Hash";
this.chkIncludeSHA1Hash.Size = new System.Drawing.Size(120, 17);
this.chkIncludeSHA1Hash.TabIndex = 2;
this.chkIncludeSHA1Hash.Text = "Include SHA1 Hash";
this.chkIncludeSHA1Hash.UseVisualStyleBackColor = true;
//
// chkIncludeMD5Hash
//
this.chkIncludeMD5Hash.AutoSize = true;
this.chkIncludeMD5Hash.Checked = true;
this.chkIncludeMD5Hash.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkIncludeMD5Hash.Enabled = false;
this.chkIncludeMD5Hash.Location = new System.Drawing.Point(6, 42);
this.chkIncludeMD5Hash.Name = "chkIncludeMD5Hash";
this.chkIncludeMD5Hash.Size = new System.Drawing.Size(115, 17);
this.chkIncludeMD5Hash.TabIndex = 1;
this.chkIncludeMD5Hash.Text = "Include MD5 Hash";
this.chkIncludeMD5Hash.UseVisualStyleBackColor = true;
//
// chkIncludeCRC32Hash
//
this.chkIncludeCRC32Hash.AutoSize = true;
this.chkIncludeCRC32Hash.Checked = true;
this.chkIncludeCRC32Hash.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkIncludeCRC32Hash.Enabled = false;
this.chkIncludeCRC32Hash.Location = new System.Drawing.Point(6, 19);
this.chkIncludeCRC32Hash.Name = "chkIncludeCRC32Hash";
this.chkIncludeCRC32Hash.Size = new System.Drawing.Size(126, 17);
this.chkIncludeCRC32Hash.TabIndex = 0;
this.chkIncludeCRC32Hash.Text = "Include CRC32 Hash";
this.chkIncludeCRC32Hash.UseVisualStyleBackColor = true;
//
// tabPaths
//
this.tabPaths.Controls.Add(this.gbPathsInfo);
this.tabPaths.Controls.Add(this.tlpPaths);
this.tabPaths.Location = new System.Drawing.Point(4, 22);
this.tabPaths.Name = "tabPaths";
this.tabPaths.Padding = new System.Windows.Forms.Padding(3);
this.tabPaths.Size = new System.Drawing.Size(772, 316);
this.tabPaths.TabIndex = 2;
this.tabPaths.Text = " Paths ";
this.tabPaths.UseVisualStyleBackColor = true;
//
// gbPathsInfo
//
this.gbPathsInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbPathsInfo.Controls.Add(this.lblPathsInfo);
this.gbPathsInfo.Location = new System.Drawing.Point(6, 63);
this.gbPathsInfo.Name = "gbPathsInfo";
this.gbPathsInfo.Size = new System.Drawing.Size(760, 38);
this.gbPathsInfo.TabIndex = 3;
this.gbPathsInfo.TabStop = false;
this.gbPathsInfo.Text = "Paths Info";
//
// lblPathsInfo
//
this.lblPathsInfo.AutoSize = true;
this.lblPathsInfo.Location = new System.Drawing.Point(6, 16);
this.lblPathsInfo.Name = "lblPathsInfo";
this.lblPathsInfo.Size = new System.Drawing.Size(204, 13);
this.lblPathsInfo.TabIndex = 0;
this.lblPathsInfo.Text = "Psths should be kept as short as possible.";
//
// tlpPaths
//
this.tlpPaths.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tlpPaths.ColumnCount = 2;
this.tlpPaths.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tlpPaths.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tlpPaths.Controls.Add(this.gbPathROMsDir, 0, 0);
this.tlpPaths.Controls.Add(this.gbPathDatsDir, 1, 0);
this.tlpPaths.Location = new System.Drawing.Point(6, 6);
this.tlpPaths.Name = "tlpPaths";
this.tlpPaths.RowCount = 1;
this.tlpPaths.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tlpPaths.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 51F));
this.tlpPaths.Size = new System.Drawing.Size(760, 51);
this.tlpPaths.TabIndex = 2;
//
// gbPathROMsDir
//
this.gbPathROMsDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbPathROMsDir.Controls.Add(this.txtPathROMsDir);
this.gbPathROMsDir.Location = new System.Drawing.Point(3, 3);
this.gbPathROMsDir.Name = "gbPathROMsDir";
this.gbPathROMsDir.Size = new System.Drawing.Size(374, 45);
this.gbPathROMsDir.TabIndex = 0;
this.gbPathROMsDir.TabStop = false;
this.gbPathROMsDir.Text = "Path ROMs Dir";
//
// txtPathROMsDir
//
this.txtPathROMsDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtPathROMsDir.Enabled = false;
this.txtPathROMsDir.Location = new System.Drawing.Point(6, 19);
this.txtPathROMsDir.Name = "txtPathROMsDir";
this.txtPathROMsDir.ReadOnly = true;
this.txtPathROMsDir.Size = new System.Drawing.Size(362, 20);
this.txtPathROMsDir.TabIndex = 0;
this.txtPathROMsDir.Click += new System.EventHandler(this.PathROMsDir_Click);
//
// gbPathDatsDir
//
this.gbPathDatsDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbPathDatsDir.Controls.Add(this.txtPathDatsDir);
this.gbPathDatsDir.Location = new System.Drawing.Point(383, 3);
this.gbPathDatsDir.Name = "gbPathDatsDir";
this.gbPathDatsDir.Size = new System.Drawing.Size(374, 45);
this.gbPathDatsDir.TabIndex = 1;
this.gbPathDatsDir.TabStop = false;
this.gbPathDatsDir.Text = "Path Dats Dir";
//
// txtPathDatsDir
//
this.txtPathDatsDir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtPathDatsDir.Enabled = false;
this.txtPathDatsDir.Location = new System.Drawing.Point(6, 19);
this.txtPathDatsDir.Name = "txtPathDatsDir";
this.txtPathDatsDir.ReadOnly = true;
this.txtPathDatsDir.Size = new System.Drawing.Size(362, 20);
this.txtPathDatsDir.TabIndex = 0;
this.txtPathDatsDir.Click += new System.EventHandler(this.PathDatsDir_Click);
//
// tabCredentials
//
this.tabCredentials.Controls.Add(this.gbDownloadEmAllCredentials);
this.tabCredentials.Controls.Add(this.gbCredentialsInfo);
this.tabCredentials.Location = new System.Drawing.Point(4, 22);
this.tabCredentials.Name = "tabCredentials";
this.tabCredentials.Padding = new System.Windows.Forms.Padding(3);
this.tabCredentials.Size = new System.Drawing.Size(772, 316);
this.tabCredentials.TabIndex = 3;
this.tabCredentials.Text = " Credentials ";
this.tabCredentials.UseVisualStyleBackColor = true;
//
// gbDownloadEmAllCredentials
//
this.gbDownloadEmAllCredentials.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbDownloadEmAllCredentials.Controls.Add(this.txtDownloadEmAllPassword);
this.gbDownloadEmAllCredentials.Controls.Add(this.txtDownloadEmAllUsername);
this.gbDownloadEmAllCredentials.Controls.Add(this.lblDownloadEmAllPassword);
this.gbDownloadEmAllCredentials.Controls.Add(this.lblDownloadEmAllUsername);
this.gbDownloadEmAllCredentials.Location = new System.Drawing.Point(6, 6);
this.gbDownloadEmAllCredentials.Name = "gbDownloadEmAllCredentials";
this.gbDownloadEmAllCredentials.Size = new System.Drawing.Size(760, 71);
this.gbDownloadEmAllCredentials.TabIndex = 2;
this.gbDownloadEmAllCredentials.TabStop = false;
this.gbDownloadEmAllCredentials.Text = "DownloadEmAll Credentials";
//
// txtDownloadEmAllPassword
//
this.txtDownloadEmAllPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtDownloadEmAllPassword.Enabled = false;
this.txtDownloadEmAllPassword.Location = new System.Drawing.Point(48, 45);
this.txtDownloadEmAllPassword.Name = "txtDownloadEmAllPassword";
this.txtDownloadEmAllPassword.Size = new System.Drawing.Size(706, 20);
this.txtDownloadEmAllPassword.TabIndex = 1;
//
// txtDownloadEmAllUsername
//
this.txtDownloadEmAllUsername.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtDownloadEmAllUsername.Enabled = false;
this.txtDownloadEmAllUsername.Location = new System.Drawing.Point(48, 19);
this.txtDownloadEmAllUsername.Name = "txtDownloadEmAllUsername";
this.txtDownloadEmAllUsername.Size = new System.Drawing.Size(706, 20);
this.txtDownloadEmAllUsername.TabIndex = 0;
//
// lblDownloadEmAllPassword
//
this.lblDownloadEmAllPassword.AutoSize = true;
this.lblDownloadEmAllPassword.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.lblDownloadEmAllPassword.Location = new System.Drawing.Point(6, 48);
this.lblDownloadEmAllPassword.Name = "lblDownloadEmAllPassword";
this.lblDownloadEmAllPassword.Size = new System.Drawing.Size(36, 13);
this.lblDownloadEmAllPassword.TabIndex = 1;
this.lblDownloadEmAllPassword.Text = "Pass: ";
//
// lblDownloadEmAllUsername
//
this.lblDownloadEmAllUsername.AutoSize = true;
this.lblDownloadEmAllUsername.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.lblDownloadEmAllUsername.Location = new System.Drawing.Point(6, 22);
this.lblDownloadEmAllUsername.Name = "lblDownloadEmAllUsername";
this.lblDownloadEmAllUsername.Size = new System.Drawing.Size(35, 13);
this.lblDownloadEmAllUsername.TabIndex = 0;
this.lblDownloadEmAllUsername.Text = "User: ";
//
// gbCredentialsInfo
//
this.gbCredentialsInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbCredentialsInfo.Controls.Add(this.lblCredentialsInfo);
this.gbCredentialsInfo.Location = new System.Drawing.Point(6, 83);
this.gbCredentialsInfo.Name = "gbCredentialsInfo";
this.gbCredentialsInfo.Size = new System.Drawing.Size(760, 38);
this.gbCredentialsInfo.TabIndex = 0;
this.gbCredentialsInfo.TabStop = false;
this.gbCredentialsInfo.Text = "Credentials Info";
//
// lblCredentialsInfo
//
this.lblCredentialsInfo.AutoSize = true;
this.lblCredentialsInfo.Location = new System.Drawing.Point(6, 16);
this.lblCredentialsInfo.Name = "lblCredentialsInfo";
this.lblCredentialsInfo.Size = new System.Drawing.Size(173, 13);
this.lblCredentialsInfo.TabIndex = 0;
this.lblCredentialsInfo.Text = "Passwords are stored unencrypted.";
//
// tabDevs
//
this.tabDevs.Controls.Add(this.gbDevelopersInfo);
this.tabDevs.Controls.Add(this.gbDevelopers);
this.tabDevs.Location = new System.Drawing.Point(4, 22);
this.tabDevs.Name = "tabDevs";
this.tabDevs.Padding = new System.Windows.Forms.Padding(3);
this.tabDevs.Size = new System.Drawing.Size(772, 316);
this.tabDevs.TabIndex = 1;
this.tabDevs.Text = " Devs ";
this.tabDevs.UseVisualStyleBackColor = true;
//
// gbDevelopersInfo
//
this.gbDevelopersInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbDevelopersInfo.Controls.Add(this.lblDevelopersInfo3);
this.gbDevelopersInfo.Controls.Add(this.lblDevelopersInfo1);
this.gbDevelopersInfo.Controls.Add(this.lblDevelopersInfo2);
this.gbDevelopersInfo.Location = new System.Drawing.Point(6, 154);
this.gbDevelopersInfo.Name = "gbDevelopersInfo";
this.gbDevelopersInfo.Size = new System.Drawing.Size(760, 67);
this.gbDevelopersInfo.TabIndex = 1;
this.gbDevelopersInfo.TabStop = false;
this.gbDevelopersInfo.Text = "Developers Info";
//
// lblDevelopersInfo3
//
this.lblDevelopersInfo3.AutoSize = true;
this.lblDevelopersInfo3.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.lblDevelopersInfo3.Location = new System.Drawing.Point(6, 45);
this.lblDevelopersInfo3.Name = "lblDevelopersInfo3";
this.lblDevelopersInfo3.Size = new System.Drawing.Size(460, 13);
this.lblDevelopersInfo3.TabIndex = 2;
this.lblDevelopersInfo3.Text = "To view a different language, click Save Options to save the default options and " +
"restart the app.";
//
// lblDevelopersInfo1
//
this.lblDevelopersInfo1.AutoSize = true;
this.lblDevelopersInfo1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.lblDevelopersInfo1.Location = new System.Drawing.Point(6, 19);
this.lblDevelopersInfo1.Name = "lblDevelopersInfo1";
this.lblDevelopersInfo1.Size = new System.Drawing.Size(172, 13);
this.lblDevelopersInfo1.TabIndex = 0;
this.lblDevelopersInfo1.Text = "Use these options at your own risk!";
//
// lblDevelopersInfo2
//
this.lblDevelopersInfo2.AutoSize = true;
this.lblDevelopersInfo2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.lblDevelopersInfo2.Location = new System.Drawing.Point(6, 32);
this.lblDevelopersInfo2.Name = "lblDevelopersInfo2";
this.lblDevelopersInfo2.Size = new System.Drawing.Size(421, 13);
this.lblDevelopersInfo2.TabIndex = 1;
this.lblDevelopersInfo2.Text = "Changing these options may cause instability, unexpected behavior, and security i" +
"ssues.";
//
// gbDevelopers
//
this.gbDevelopers.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbDevelopers.Controls.Add(this.chkCheckForLatestVersion);
this.gbDevelopers.Controls.Add(this.cbLogLevel);
this.gbDevelopers.Controls.Add(this.lblLogLevel);
this.gbDevelopers.Controls.Add(this.cbLanguageLocality);
this.gbDevelopers.Controls.Add(this.lblLanguage);
this.gbDevelopers.Controls.Add(this.chkCheckSSLCertificates);
this.gbDevelopers.Controls.Add(this.chkSendErrorReports);
this.gbDevelopers.Location = new System.Drawing.Point(6, 6);
this.gbDevelopers.Name = "gbDevelopers";
this.gbDevelopers.Size = new System.Drawing.Size(760, 142);
this.gbDevelopers.TabIndex = 0;
this.gbDevelopers.TabStop = false;
this.gbDevelopers.Text = "Developers";
//
// chkCheckForLatestVersion
//
this.chkCheckForLatestVersion.AutoSize = true;
this.chkCheckForLatestVersion.Location = new System.Drawing.Point(6, 19);
this.chkCheckForLatestVersion.Name = "chkCheckForLatestVersion";
this.chkCheckForLatestVersion.Size = new System.Drawing.Size(145, 17);
this.chkCheckForLatestVersion.TabIndex = 0;
this.chkCheckForLatestVersion.Text = "Check For Latest Version";
this.chkCheckForLatestVersion.UseVisualStyleBackColor = true;
//
// cbLogLevel
//
this.cbLogLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbLogLevel.Enabled = false;
this.cbLogLevel.FormattingEnabled = true;
this.cbLogLevel.Items.AddRange(new object[] {
"Information"});
this.cbLogLevel.Location = new System.Drawing.Point(112, 115);
this.cbLogLevel.Name = "cbLogLevel";
this.cbLogLevel.Size = new System.Drawing.Size(132, 21);
this.cbLogLevel.TabIndex = 4;
//
// lblLogLevel
//
this.lblLogLevel.AutoSize = true;
this.lblLogLevel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.lblLogLevel.Location = new System.Drawing.Point(6, 118);
this.lblLogLevel.Name = "lblLogLevel";
this.lblLogLevel.Size = new System.Drawing.Size(60, 13);
this.lblLogLevel.TabIndex = 6;
this.lblLogLevel.Text = "Log Level: ";
//
// cbLanguageLocality
//
this.cbLanguageLocality.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbLanguageLocality.Enabled = false;
this.cbLanguageLocality.FormattingEnabled = true;
this.cbLanguageLocality.Items.AddRange(new object[] {
"en"});
this.cbLanguageLocality.Location = new System.Drawing.Point(112, 88);
this.cbLanguageLocality.Name = "cbLanguageLocality";
this.cbLanguageLocality.Size = new System.Drawing.Size(132, 21);
this.cbLanguageLocality.TabIndex = 3;
//
// lblLanguage
//
this.lblLanguage.AutoSize = true;
this.lblLanguage.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.lblLanguage.Location = new System.Drawing.Point(6, 91);
this.lblLanguage.Name = "lblLanguage";
this.lblLanguage.Size = new System.Drawing.Size(100, 13);
this.lblLanguage.TabIndex = 5;
this.lblLanguage.Text = "Language-Locality: ";
//
// chkCheckSSLCertificates
//
this.chkCheckSSLCertificates.AutoSize = true;
this.chkCheckSSLCertificates.Checked = true;
this.chkCheckSSLCertificates.CheckState = System.Windows.Forms.CheckState.Checked;
this.chkCheckSSLCertificates.Enabled = false;
this.chkCheckSSLCertificates.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.chkCheckSSLCertificates.Location = new System.Drawing.Point(6, 42);
this.chkCheckSSLCertificates.Name = "chkCheckSSLCertificates";
this.chkCheckSSLCertificates.Size = new System.Drawing.Size(135, 17);
this.chkCheckSSLCertificates.TabIndex = 1;
this.chkCheckSSLCertificates.Text = "Check SSL Certificates";
this.chkCheckSSLCertificates.UseVisualStyleBackColor = true;
//
// chkSendErrorReports
//
this.chkSendErrorReports.AutoSize = true;
this.chkSendErrorReports.Enabled = false;
this.chkSendErrorReports.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.chkSendErrorReports.Location = new System.Drawing.Point(6, 65);
this.chkSendErrorReports.Name = "chkSendErrorReports";
this.chkSendErrorReports.Size = new System.Drawing.Size(116, 17);
this.chkSendErrorReports.TabIndex = 2;
this.chkSendErrorReports.Text = "Send Error Reports";
this.chkSendErrorReports.UseVisualStyleBackColor = true;
//
// 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(792, 354);
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(780, 342);
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(792, 354);
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(780, 342);
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(792, 354);
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(780, 342);
this.rtbDonations.TabIndex = 0;
this.rtbDonations.Text = "";
//
// tabRegistration
//
this.tabRegistration.Controls.Add(this.gbRegistration);
this.tabRegistration.Controls.Add(this.gbRegistrationInfo);
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(792, 354);
this.tabRegistration.TabIndex = 5;
this.tabRegistration.Text = " Registration ";
this.tabRegistration.UseVisualStyleBackColor = true;
//
// 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.btnRegisterApp);
this.gbRegistration.Controls.Add(this.lblRegisterAppPassword);
this.gbRegistration.Controls.Add(this.lblRegisterAppEmail);
this.gbRegistration.Controls.Add(this.lblRegisterAppUsername);
this.gbRegistration.Controls.Add(this.txtRegisterAppPassword);
this.gbRegistration.Controls.Add(this.txtRegisterAppEmailAddress);
this.gbRegistration.Controls.Add(this.txtRegisterAppUsername);
this.gbRegistration.Location = new System.Drawing.Point(6, 6);
this.gbRegistration.Name = "gbRegistration";
this.gbRegistration.Size = new System.Drawing.Size(780, 126);
this.gbRegistration.TabIndex = 5;
this.gbRegistration.TabStop = false;
this.gbRegistration.Text = "Registration";
//
// btnRegisterApp
//
this.btnRegisterApp.Enabled = false;
this.btnRegisterApp.Location = new System.Drawing.Point(6, 97);
this.btnRegisterApp.Name = "btnRegisterApp";
this.btnRegisterApp.Size = new System.Drawing.Size(80, 23);
this.btnRegisterApp.TabIndex = 6;
this.btnRegisterApp.Text = "Register App";
this.btnRegisterApp.UseVisualStyleBackColor = true;
//
// 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 = 5;
this.lblRegisterAppPassword.Text = "Password: ";
//
// lblRegisterAppEmail
//
this.lblRegisterAppEmail.AutoSize = true;
this.lblRegisterAppEmail.Location = new System.Drawing.Point(6, 48);
this.lblRegisterAppEmail.Name = "lblRegisterAppEmail";
this.lblRegisterAppEmail.Size = new System.Drawing.Size(38, 13);
this.lblRegisterAppEmail.TabIndex = 4;
this.lblRegisterAppEmail.Text = "Email: ";
//
// 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 = 3;
this.lblRegisterAppUsername.Text = "Username: ";
//
// 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(73, 71);
this.txtRegisterAppPassword.Name = "txtRegisterAppPassword";
this.txtRegisterAppPassword.Size = new System.Drawing.Size(701, 20);
this.txtRegisterAppPassword.TabIndex = 2;
//
// 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(73, 45);
this.txtRegisterAppEmailAddress.Name = "txtRegisterAppEmailAddress";
this.txtRegisterAppEmailAddress.Size = new System.Drawing.Size(701, 20);
this.txtRegisterAppEmailAddress.TabIndex = 1;
//
// 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(73, 19);
this.txtRegisterAppUsername.Name = "txtRegisterAppUsername";
this.txtRegisterAppUsername.Size = new System.Drawing.Size(701, 20);
this.txtRegisterAppUsername.TabIndex = 0;
//
// gbRegistrationInfo
//
this.gbRegistrationInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.gbRegistrationInfo.Controls.Add(this.lblRegistrationInfo);
this.gbRegistrationInfo.Location = new System.Drawing.Point(6, 138);
this.gbRegistrationInfo.Name = "gbRegistrationInfo";
this.gbRegistrationInfo.Size = new System.Drawing.Size(780, 38);
this.gbRegistrationInfo.TabIndex = 4;
this.gbRegistrationInfo.TabStop = false;
this.gbRegistrationInfo.Text = "Registration Info";
//
// lblRegistrationInfo
//
this.lblRegistrationInfo.AutoSize = true;
this.lblRegistrationInfo.Location = new System.Drawing.Point(6, 16);
this.lblRegistrationInfo.Name = "lblRegistrationInfo";
this.lblRegistrationInfo.Size = new System.Drawing.Size(356, 13);
this.lblRegistrationInfo.TabIndex = 0;
this.lblRegistrationInfo.Text = "Enter your username, email address and password and click Register App.";
//
// bgwStartupTasks
//
this.bgwStartupTasks.DoWork += new System.ComponentModel.DoWorkEventHandler(this.StartupTasks_DoWork);
this.bgwStartupTasks.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.StartupTasks_RunWorkerCompleted);
//
// FrmDatEmAll
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 465);
this.Controls.Add(this.tcMain);
this.Controls.Add(this.ssMain);
this.Controls.Add(this.tsMain);
this.Controls.Add(this.msMain);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.msMain;
this.Name = "FrmDatEmAll";
this.Text = "DatEmAll";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_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.tcOptions.ResumeLayout(false);
this.tabOutput.ResumeLayout(false);
this.gbHeaderDefaults.ResumeLayout(false);
this.gbHeaderDefaults.PerformLayout();
this.gbOutput2.ResumeLayout(false);
this.gbOutput2.PerformLayout();
this.gbHeaderOverrides.ResumeLayout(false);
this.gbHeaderOverrides.PerformLayout();
this.gbOutputInfo.ResumeLayout(false);
this.gbOutputInfo.PerformLayout();
this.gbOutput.ResumeLayout(false);
this.gbOutput.PerformLayout();
this.tabPaths.ResumeLayout(false);
this.gbPathsInfo.ResumeLayout(false);
this.gbPathsInfo.PerformLayout();
this.tlpPaths.ResumeLayout(false);
this.gbPathROMsDir.ResumeLayout(false);
this.gbPathROMsDir.PerformLayout();
this.gbPathDatsDir.ResumeLayout(false);
this.gbPathDatsDir.PerformLayout();
this.tabCredentials.ResumeLayout(false);
this.gbDownloadEmAllCredentials.ResumeLayout(false);
this.gbDownloadEmAllCredentials.PerformLayout();
this.gbCredentialsInfo.ResumeLayout(false);
this.gbCredentialsInfo.PerformLayout();
this.tabDevs.ResumeLayout(false);
this.gbDevelopersInfo.ResumeLayout(false);
this.gbDevelopersInfo.PerformLayout();
this.gbDevelopers.ResumeLayout(false);
this.gbDevelopers.PerformLayout();
this.tabHelp.ResumeLayout(false);
this.tabLicense.ResumeLayout(false);
this.tabDonations.ResumeLayout(false);
this.tabRegistration.ResumeLayout(false);
this.gbRegistration.ResumeLayout(false);
this.gbRegistration.PerformLayout();
this.gbRegistrationInfo.ResumeLayout(false);
this.gbRegistrationInfo.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip msMain;
private System.Windows.Forms.ToolStrip tsMain;
private System.Windows.Forms.StatusStrip ssMain;
private System.ComponentModel.BackgroundWorker bgwBuildDat;
private System.Windows.Forms.TabControl tcMain;
private System.Windows.Forms.TabPage tabLog;
private System.Windows.Forms.TabPage tabOptions;
private System.Windows.Forms.ToolStripMenuItem tsmiCommands;
private System.Windows.Forms.ToolStripMenuItem tsmiView;
private System.Windows.Forms.ToolStripButton tsbBuildDat;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tsbLoadOptions;
private System.Windows.Forms.ToolStripButton tsbSaveOptions;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tsbSaveLog;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tsbViewLog;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton tsbViewOptions;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripStatusLabel tsslSpring;
private System.Windows.Forms.ToolStripStatusLabel tsslStatusMessage;
private System.Windows.Forms.ToolStripSplitButton tssbCancel;
private System.Windows.Forms.ToolStripMenuItem tsmiBuildDat;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripMenuItem tsmiSaveOptions;
private System.Windows.Forms.ToolStripMenuItem tsmiLoadOptions;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
private System.Windows.Forms.ToolStripMenuItem tsmiSaveLog;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
private System.Windows.Forms.ToolStripMenuItem tsmiExit;
private System.Windows.Forms.ToolStripMenuItem tsmiLog;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripMenuItem tsmiOptions;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
private System.Windows.Forms.ToolStripMenuItem tsmiHelp;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
private System.Windows.Forms.ToolStripMenuItem tsmiLicense;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
private System.Windows.Forms.ToolStripMenuItem tsmiToolbar;
private System.Windows.Forms.TabPage tabHelp;
private System.Windows.Forms.TabPage tabLicense;
private System.Windows.Forms.TabPage tabDonations;
private System.Windows.Forms.TabPage tabRegistration;
private System.Windows.Forms.ToolStripMenuItem tsmiDonations;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator18;
private System.Windows.Forms.ToolStripMenuItem tsmiRegistration;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator19;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator17;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator12;
private System.Windows.Forms.ToolStripButton tsbViewHelp;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
private System.Windows.Forms.ToolStripButton tsbViewLicense;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator14;
private System.Windows.Forms.ToolStripButton tsbViewDonations;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator15;
private System.Windows.Forms.ToolStripButton tsbViewRegistration;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator16;
private System.Windows.Forms.ToolStripButton tsbViewToolbar;
private System.Windows.Forms.RichTextBox rtbHelp;
private System.Windows.Forms.RichTextBox rtbLicense;
private System.Windows.Forms.RichTextBox rtbDonations;
private System.Windows.Forms.GroupBox gbPathROMsDir;
private System.Windows.Forms.TextBox txtPathROMsDir;
private System.Windows.Forms.GroupBox gbPathDatsDir;
private System.Windows.Forms.TextBox txtPathDatsDir;
private System.Windows.Forms.TableLayoutPanel tlpPaths;
private System.Windows.Forms.GroupBox gbOutput;
private System.Windows.Forms.CheckBox chkIncludeFileSize;
private System.Windows.Forms.CheckBox chkIncludeSHA1Hash;
private System.Windows.Forms.CheckBox chkIncludeMD5Hash;
private System.Windows.Forms.CheckBox chkIncludeCRC32Hash;
private System.ComponentModel.BackgroundWorker bgwStartupTasks;
private System.Windows.Forms.TabControl tcOptions;
private System.Windows.Forms.TabPage tabOutput;
private System.Windows.Forms.TabPage tabDevs;
private System.Windows.Forms.TabPage tabPaths;
private System.Windows.Forms.TabPage tabCredentials;
private System.Windows.Forms.GroupBox gbPathsInfo;
private System.Windows.Forms.Label lblPathsInfo;
private System.Windows.Forms.GroupBox gbOutputInfo;
private System.Windows.Forms.Label lblOutputInfo;
private System.Windows.Forms.GroupBox gbCredentialsInfo;
private System.Windows.Forms.Label lblCredentialsInfo;
private System.Windows.Forms.Label lblDatExtension;
private System.Windows.Forms.GroupBox gbDevelopers;
private System.Windows.Forms.ComboBox cbLogLevel;
private System.Windows.Forms.Label lblLogLevel;
private System.Windows.Forms.ComboBox cbLanguageLocality;
private System.Windows.Forms.Label lblLanguage;
private System.Windows.Forms.CheckBox chkCheckSSLCertificates;
private System.Windows.Forms.CheckBox chkSendErrorReports;
private System.Windows.Forms.GroupBox gbDownloadEmAllCredentials;
private System.Windows.Forms.TextBox txtDownloadEmAllPassword;
private System.Windows.Forms.TextBox txtDownloadEmAllUsername;
private System.Windows.Forms.Label lblDownloadEmAllPassword;
private System.Windows.Forms.Label lblDownloadEmAllUsername;
private System.Windows.Forms.GroupBox gbDevelopersInfo;
private System.Windows.Forms.Label lblDevelopersInfo3;
private System.Windows.Forms.Label lblDevelopersInfo1;
private System.Windows.Forms.Label lblDevelopersInfo2;
private System.Windows.Forms.GroupBox gbHeaderOverrides;
private System.Windows.Forms.Label lblHeaderComment;
private System.Windows.Forms.Label lblHeaderUrl;
private System.Windows.Forms.Label lblHeaderDate;
private System.Windows.Forms.Label lblHeaderVersion;
private System.Windows.Forms.Label lblHeaderDescription;
private System.Windows.Forms.Label lblHeaderName;
private System.Windows.Forms.TextBox txtOverrideHeaderHomepage;
private System.Windows.Forms.TextBox txtOverrideHeaderAuthor;
private System.Windows.Forms.TextBox txtOverrideHeaderDate;
private System.Windows.Forms.TextBox txtOverrideHeaderVersion;
private System.Windows.Forms.TextBox txtOverrideHeaderDescription;
private System.Windows.Forms.TextBox txtOverrideHeaderName;
private System.Windows.Forms.Label lblHeaderHomepage;
private System.Windows.Forms.Label lblHeaderAuthor;
private System.Windows.Forms.TextBox txtOverrideHeaderComment;
private System.Windows.Forms.TextBox txtOverrideHeaderURL;
private System.Windows.Forms.Label lblHeaderCategory;
private System.Windows.Forms.TextBox txtOverrideHeaderCategory;
private System.Windows.Forms.GroupBox gbOutput2;
private System.Windows.Forms.CheckBox chkAppendVersionToDescription;
private System.Windows.Forms.CheckBox chkAppendVersionToFilename;
private System.Windows.Forms.CheckBox chkAppendGameCountToDescription;
private System.Windows.Forms.CheckBox chkAppendGameCountToFilename;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbXMLDOCTYPE;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox cbXMLEncoding;
private System.Windows.Forms.Label lblOutputInfo2;
private System.Windows.Forms.GroupBox gbHeaderDefaults;
private System.Windows.Forms.CheckBox chkIncludeDefaultHeaderCategory;
private System.Windows.Forms.CheckBox chkIncludeDefaultHeaderComment;
private System.Windows.Forms.CheckBox chkIncludeDefaultHeaderURL;
private System.Windows.Forms.CheckBox chkIncludeDefaultHeaderHomepage;
private System.Windows.Forms.CheckBox chkIncludeDefaultHeaderAuthor;
private System.Windows.Forms.CheckBox chkIncludeDefaultHeaderDate;
private System.Windows.Forms.CheckBox chkIncludeDefaultHeaderVersion;
private System.Windows.Forms.CheckBox chkIncludeDefaultHeaderDescription;
private System.Windows.Forms.CheckBox chkIncludeDefaultHeaderName;
private System.Windows.Forms.CheckBox chkCheckForLatestVersion;
private System.Windows.Forms.CheckBox chkIncludeDefaultHeaderCMPForceUnzip;
private Serilog.Sinks.LogEmAll.RichTextBoxLog rtblLog;
private System.Windows.Forms.CheckBox chkIncludeDefaultHeaderEmail;
private System.Windows.Forms.Label lblHeaderEmail;
private System.Windows.Forms.TextBox txtOverrideHeaderEmail;
private System.Windows.Forms.CheckBox chkIncludeROMDirRootFiles;
private System.Windows.Forms.TextBox txtDatFilename;
private System.Windows.Forms.GroupBox gbRegistrationInfo;
private System.Windows.Forms.Label lblRegistrationInfo;
private System.Windows.Forms.GroupBox gbRegistration;
private System.Windows.Forms.Label lblRegisterAppPassword;
private System.Windows.Forms.Label lblRegisterAppEmail;
private System.Windows.Forms.Label lblRegisterAppUsername;
private System.Windows.Forms.TextBox txtRegisterAppPassword;
private System.Windows.Forms.TextBox txtRegisterAppEmailAddress;
private System.Windows.Forms.TextBox txtRegisterAppUsername;
private System.Windows.Forms.Button btnRegisterApp;
}
}