/// <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(MARC_Importer_Form));
     this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
     this.progressBar1 = new System.Windows.Forms.ProgressBar();
     this.panel1 = new System.Windows.Forms.Panel();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.pnlConstants = new System.Windows.Forms.Panel();
     this.step2Label = new System.Windows.Forms.Label();
     this.step1Label = new System.Windows.Forms.Label();
     this.browseButton = new System.Windows.Forms.Button();
     this.sourceTextBox = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.labelStatus = new System.Windows.Forms.Label();
     this.step3Label = new System.Windows.Forms.Label();
     this.mainPanel = new System.Windows.Forms.Panel();
     this.justSaveMarcXmlCheckBox = new System.Windows.Forms.CheckBox();
     this.previewCheckBox = new System.Windows.Forms.CheckBox();
     this.executeButton = new SobekCM.Management_Tool.Round_Button();
     this.cancelButton = new SobekCM.Management_Tool.Round_Button();
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.mainPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // openFileDialog1
     //
     this.openFileDialog1.Title = "MARC Source File";
     //
     // progressBar1
     //
     this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar1.Location = new System.Drawing.Point(27, 584);
     this.progressBar1.Maximum = 10;
     this.progressBar1.Name = "progressBar1";
     this.progressBar1.Size = new System.Drawing.Size(541, 13);
     this.progressBar1.Step = 1;
     this.progressBar1.TabIndex = 0;
     this.progressBar1.Visible = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.tabControl1);
     this.panel1.Controls.Add(this.step2Label);
     this.panel1.Location = new System.Drawing.Point(3, 76);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(574, 387);
     this.panel1.TabIndex = 29;
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControl1.Location = new System.Drawing.Point(27, 32);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(517, 339);
     this.tabControl1.TabIndex = 4;
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage2.Controls.Add(this.pnlConstants);
     this.tabPage2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(509, 313);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Constants";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // pnlConstants
     //
     this.pnlConstants.AutoScroll = true;
     this.pnlConstants.BackColor = System.Drawing.SystemColors.ControlLight;
     this.pnlConstants.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlConstants.Location = new System.Drawing.Point(6, 6);
     this.pnlConstants.Name = "pnlConstants";
     this.pnlConstants.Size = new System.Drawing.Size(499, 301);
     this.pnlConstants.TabIndex = 0;
     //
     // step2Label
     //
     this.step2Label.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.step2Label.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.step2Label.Location = new System.Drawing.Point(4, 8);
     this.step2Label.Name = "step2Label";
     this.step2Label.Size = new System.Drawing.Size(544, 21);
     this.step2Label.TabIndex = 28;
     this.step2Label.Text = "Step 2: Select Constants and Copyright Permissions";
     //
     // step1Label
     //
     this.step1Label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.step1Label.BackColor = System.Drawing.Color.Transparent;
     this.step1Label.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.step1Label.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.step1Label.Location = new System.Drawing.Point(7, 4);
     this.step1Label.Name = "step1Label";
     this.step1Label.Size = new System.Drawing.Size(574, 23);
     this.step1Label.TabIndex = 8;
     this.step1Label.Text = "Step 1: Select the source data file to import MARC files.";
     //
     // browseButton
     //
     this.browseButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.browseButton.Location = new System.Drawing.Point(77, 29);
     this.browseButton.Name = "browseButton";
     this.browseButton.Size = new System.Drawing.Size(75, 24);
     this.browseButton.TabIndex = 0;
     this.browseButton.Text = "SELECT";
     this.browseButton.Click += new System.EventHandler(this.browseButton_Click);
     //
     // sourceTextBox
     //
     this.sourceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.sourceTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sourceTextBox.Location = new System.Drawing.Point(158, 30);
     this.sourceTextBox.Name = "sourceTextBox";
     this.sourceTextBox.Size = new System.Drawing.Size(397, 20);
     this.sourceTextBox.TabIndex = 1;
     this.sourceTextBox.TextChanged += new System.EventHandler(this.sourceTextBox_TextChanged);
     this.sourceTextBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.directoryTextBox_MouseDown);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(32, 30);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(48, 23);
     this.label3.TabIndex = 35;
     this.label3.Text = "File:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelStatus
     //
     this.labelStatus.BackColor = System.Drawing.Color.Transparent;
     this.labelStatus.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelStatus.Location = new System.Drawing.Point(26, 551);
     this.labelStatus.Name = "labelStatus";
     this.labelStatus.Size = new System.Drawing.Size(372, 23);
     this.labelStatus.TabIndex = 37;
     this.labelStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // step3Label
     //
     this.step3Label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.step3Label.BackColor = System.Drawing.Color.Transparent;
     this.step3Label.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.step3Label.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.step3Label.Location = new System.Drawing.Point(7, 476);
     this.step3Label.Name = "step3Label";
     this.step3Label.Size = new System.Drawing.Size(544, 29);
     this.step3Label.TabIndex = 38;
     this.step3Label.Text = "Step 3: Click the Execute button";
     //
     // mainPanel
     //
     this.mainPanel.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.mainPanel.BackColor = System.Drawing.Color.White;
     this.mainPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mainPanel.Controls.Add(this.sourceTextBox);
     this.mainPanel.Controls.Add(this.step3Label);
     this.mainPanel.Controls.Add(this.panel1);
     this.mainPanel.Controls.Add(this.step1Label);
     this.mainPanel.Controls.Add(this.browseButton);
     this.mainPanel.Controls.Add(this.label3);
     this.mainPanel.Location = new System.Drawing.Point(12, 5);
     this.mainPanel.Name = "mainPanel";
     this.mainPanel.Size = new System.Drawing.Size(582, 508);
     this.mainPanel.TabIndex = 39;
     //
     // justSaveMarcXmlCheckBox
     //
     this.justSaveMarcXmlCheckBox.AutoSize = true;
     this.justSaveMarcXmlCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.justSaveMarcXmlCheckBox.Location = new System.Drawing.Point(43, 527);
     this.justSaveMarcXmlCheckBox.Name = "justSaveMarcXmlCheckBox";
     this.justSaveMarcXmlCheckBox.Size = new System.Drawing.Size(319, 18);
     this.justSaveMarcXmlCheckBox.TabIndex = 40;
     this.justSaveMarcXmlCheckBox.Text = "Just update the local data store; no tracking changes";
     this.justSaveMarcXmlCheckBox.UseVisualStyleBackColor = false;
     this.justSaveMarcXmlCheckBox.CheckedChanged += new System.EventHandler(this.justSaveMarcXmlCheckBox_CheckedChanged);
     //
     // previewCheckBox
     //
     this.previewCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.previewCheckBox.AutoSize = true;
     this.previewCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.previewCheckBox.Checked = true;
     this.previewCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.previewCheckBox.Location = new System.Drawing.Point(402, 527);
     this.previewCheckBox.Name = "previewCheckBox";
     this.previewCheckBox.Size = new System.Drawing.Size(166, 18);
     this.previewCheckBox.TabIndex = 41;
     this.previewCheckBox.Text = "Execute in preview mode";
     this.previewCheckBox.UseVisualStyleBackColor = false;
     this.previewCheckBox.CheckedChanged += new System.EventHandler(this.previewCheckBox_CheckedChanged);
     //
     // executeButton
     //
     this.executeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.executeButton.BackColor = System.Drawing.Color.Transparent;
     this.executeButton.Button_Enabled = true;
     this.executeButton.Button_Text = "EXECUTE";
     this.executeButton.Button_Type = SobekCM.Management_Tool.Round_Button.Button_Type_Enum.Forward;
     this.executeButton.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.executeButton.Location = new System.Drawing.Point(494, 548);
     this.executeButton.Name = "executeButton";
     this.executeButton.Size = new System.Drawing.Size(100, 26);
     this.executeButton.TabIndex = 43;
     this.executeButton.Button_Pressed += new System.EventHandler(this.okButton_Click);
     //
     // cancelButton
     //
     this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.BackColor = System.Drawing.Color.Transparent;
     this.cancelButton.Button_Enabled = true;
     this.cancelButton.Button_Text = "CANCEL";
     this.cancelButton.Button_Type = SobekCM.Management_Tool.Round_Button.Button_Type_Enum.Backward;
     this.cancelButton.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cancelButton.Location = new System.Drawing.Point(379, 548);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(100, 26);
     this.cancelButton.TabIndex = 42;
     this.cancelButton.Button_Pressed += new System.EventHandler(this.cancelButton_Click);
     //
     // MARC_Importer_Form
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.ClientSize = new System.Drawing.Size(606, 609);
     this.Controls.Add(this.executeButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.previewCheckBox);
     this.Controls.Add(this.justSaveMarcXmlCheckBox);
     this.Controls.Add(this.labelStatus);
     this.Controls.Add(this.mainPanel);
     this.Controls.Add(this.progressBar1);
     this.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimumSize = new System.Drawing.Size(614, 641);
     this.Name = "MARC_Importer_Form";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "MARC Importer";
     this.panel1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.mainPanel.ResumeLayout(false);
     this.mainPanel.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SMaRT_Config_Edit_Form));
     this.titleLabel = new System.Windows.Forms.Label();
     this.panel1 = new System.Windows.Forms.Panel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.createConnectionStringButton = new System.Windows.Forms.PictureBox();
     this.typeComboBox = new System.Windows.Forms.ComboBox();
     this.connectionTextBox = new System.Windows.Forms.TextBox();
     this.dbTypePictureBox = new System.Windows.Forms.PictureBox();
     this.testConnectionButton = new SobekCM.Management_Tool.Round_Button();
     this.serverNameLabel = new System.Windows.Forms.Label();
     this.databaseNameLabel = new System.Windows.Forms.Label();
     this.databaseNamePictureBox = new System.Windows.Forms.PictureBox();
     this.mainLabel1 = new System.Windows.Forms.Label();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.saveButton = new SobekCM.Management_Tool.Round_Button();
     this.cancelButton = new SobekCM.Management_Tool.Round_Button();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.actionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.saveToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.closeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.onlineHelpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.createConnectionStringButton)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dbTypePictureBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.databaseNamePictureBox)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // titleLabel
     //
     this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.titleLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.titleLabel.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.titleLabel.ForeColor = System.Drawing.Color.MediumBlue;
     this.titleLabel.Location = new System.Drawing.Point(4, 24);
     this.titleLabel.Name = "titleLabel";
     this.titleLabel.Size = new System.Drawing.Size(628, 42);
     this.titleLabel.TabIndex = 0;
     this.titleLabel.Text = "SMaRT Application Configuration";
     this.titleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // panel1
     //
     this.panel1.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.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.mainLabel1);
     this.panel1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.panel1.Location = new System.Drawing.Point(9, 69);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(624, 218);
     this.panel1.TabIndex = 1;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.createConnectionStringButton);
     this.groupBox1.Controls.Add(this.typeComboBox);
     this.groupBox1.Controls.Add(this.connectionTextBox);
     this.groupBox1.Controls.Add(this.dbTypePictureBox);
     this.groupBox1.Controls.Add(this.testConnectionButton);
     this.groupBox1.Controls.Add(this.serverNameLabel);
     this.groupBox1.Controls.Add(this.databaseNameLabel);
     this.groupBox1.Controls.Add(this.databaseNamePictureBox);
     this.groupBox1.Location = new System.Drawing.Point(15, 55);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(596, 148);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "SobekCM Database Information";
     //
     // createConnectionStringButton
     //
     this.createConnectionStringButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.createConnectionStringButton.Cursor = System.Windows.Forms.Cursors.Hand;
     this.createConnectionStringButton.Image = ((System.Drawing.Image)(resources.GetObject("createConnectionStringButton.Image")));
     this.createConnectionStringButton.Location = new System.Drawing.Point(524, 68);
     this.createConnectionStringButton.Name = "createConnectionStringButton";
     this.createConnectionStringButton.Size = new System.Drawing.Size(25, 25);
     this.createConnectionStringButton.TabIndex = 27;
     this.createConnectionStringButton.TabStop = false;
     this.toolTip1.SetToolTip(this.createConnectionStringButton, "Create the MSSQL Connection String");
     this.createConnectionStringButton.Click += new System.EventHandler(this.createConnectionStringButton_Click);
     //
     // typeComboBox
     //
     this.typeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.typeComboBox.FormattingEnabled = true;
     this.typeComboBox.Items.AddRange(new object[] {
     "MSSQL",
     "PostrgeSQL"});
     this.typeComboBox.Location = new System.Drawing.Point(142, 33);
     this.typeComboBox.Name = "typeComboBox";
     this.typeComboBox.Size = new System.Drawing.Size(121, 22);
     this.typeComboBox.TabIndex = 1;
     this.typeComboBox.Leave += new System.EventHandler(this.typeComboBox_Leave);
     //
     // connectionTextBox
     //
     this.connectionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.connectionTextBox.Location = new System.Drawing.Point(142, 68);
     this.connectionTextBox.Name = "connectionTextBox";
     this.connectionTextBox.Size = new System.Drawing.Size(376, 22);
     this.connectionTextBox.TabIndex = 2;
     this.connectionTextBox.TextChanged += new System.EventHandler(this.connectionTextBox_TextChanged);
     this.connectionTextBox.Enter += new System.EventHandler(this.textBox_Enter);
     this.connectionTextBox.Leave += new System.EventHandler(this.textBox_Leave);
     //
     // dbTypePictureBox
     //
     this.dbTypePictureBox.Cursor = System.Windows.Forms.Cursors.Hand;
     this.dbTypePictureBox.Image = ((System.Drawing.Image)(resources.GetObject("dbTypePictureBox.Image")));
     this.dbTypePictureBox.Location = new System.Drawing.Point(269, 33);
     this.dbTypePictureBox.Name = "dbTypePictureBox";
     this.dbTypePictureBox.Size = new System.Drawing.Size(19, 19);
     this.dbTypePictureBox.TabIndex = 16;
     this.dbTypePictureBox.TabStop = false;
     this.toolTip1.SetToolTip(this.dbTypePictureBox, "Help");
     this.dbTypePictureBox.Click += new System.EventHandler(this.dbTypePictureBox_Click);
     //
     // testConnectionButton
     //
     this.testConnectionButton.Button_Enabled = true;
     this.testConnectionButton.Button_Text = "TEST CONNECTION";
     this.testConnectionButton.Button_Type = SobekCM.Management_Tool.Round_Button.Button_Type_Enum.Standard;
     this.testConnectionButton.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.testConnectionButton.Location = new System.Drawing.Point(218, 102);
     this.testConnectionButton.Name = "testConnectionButton";
     this.testConnectionButton.Size = new System.Drawing.Size(157, 32);
     this.testConnectionButton.TabIndex = 4;
     this.testConnectionButton.Button_Pressed += new System.EventHandler(this.testConnectionButton_Button_Pressed);
     //
     // serverNameLabel
     //
     this.serverNameLabel.AutoSize = true;
     this.serverNameLabel.Location = new System.Drawing.Point(15, 38);
     this.serverNameLabel.Name = "serverNameLabel";
     this.serverNameLabel.Size = new System.Drawing.Size(93, 14);
     this.serverNameLabel.TabIndex = 0;
     this.serverNameLabel.Text = "Database Type:";
     //
     // databaseNameLabel
     //
     this.databaseNameLabel.AutoSize = true;
     this.databaseNameLabel.Location = new System.Drawing.Point(15, 71);
     this.databaseNameLabel.Name = "databaseNameLabel";
     this.databaseNameLabel.Size = new System.Drawing.Size(109, 14);
     this.databaseNameLabel.TabIndex = 3;
     this.databaseNameLabel.Text = "Connection String:";
     //
     // databaseNamePictureBox
     //
     this.databaseNamePictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.databaseNamePictureBox.Cursor = System.Windows.Forms.Cursors.Hand;
     this.databaseNamePictureBox.Image = ((System.Drawing.Image)(resources.GetObject("databaseNamePictureBox.Image")));
     this.databaseNamePictureBox.Location = new System.Drawing.Point(552, 70);
     this.databaseNamePictureBox.Name = "databaseNamePictureBox";
     this.databaseNamePictureBox.Size = new System.Drawing.Size(19, 19);
     this.databaseNamePictureBox.TabIndex = 17;
     this.databaseNamePictureBox.TabStop = false;
     this.toolTip1.SetToolTip(this.databaseNamePictureBox, "Help");
     this.databaseNamePictureBox.Click += new System.EventHandler(this.databaseNamePictureBox_Click);
     //
     // mainLabel1
     //
     this.mainLabel1.AutoSize = true;
     this.mainLabel1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mainLabel1.ForeColor = System.Drawing.Color.RoyalBlue;
     this.mainLabel1.Location = new System.Drawing.Point(27, 25);
     this.mainLabel1.Name = "mainLabel1";
     this.mainLabel1.Size = new System.Drawing.Size(455, 14);
     this.mainLabel1.TabIndex = 0;
     this.mainLabel1.Text = "Change any of the configuration settings for the web application below:";
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "help_button.jpg");
     //
     // saveButton
     //
     this.saveButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.saveButton.Button_Enabled = true;
     this.saveButton.Button_Text = "SAVE";
     this.saveButton.Button_Type = SobekCM.Management_Tool.Round_Button.Button_Type_Enum.Forward;
     this.saveButton.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.saveButton.Location = new System.Drawing.Point(520, 297);
     this.saveButton.Name = "saveButton";
     this.saveButton.Size = new System.Drawing.Size(101, 32);
     this.saveButton.TabIndex = 3;
     this.saveButton.Button_Pressed += new System.EventHandler(this.saveButton_Button_Pressed);
     //
     // cancelButton
     //
     this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.Button_Enabled = true;
     this.cancelButton.Button_Text = "CANCEL";
     this.cancelButton.Button_Type = SobekCM.Management_Tool.Round_Button.Button_Type_Enum.Backward;
     this.cancelButton.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cancelButton.Location = new System.Drawing.Point(395, 297);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(101, 32);
     this.cancelButton.TabIndex = 2;
     this.cancelButton.Button_Pressed += new System.EventHandler(this.cancelButton_Button_Pressed);
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.actionsToolStripMenuItem,
     this.helpToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(642, 24);
     this.menuStrip1.TabIndex = 4;
     this.menuStrip1.Text = "menuStrip1";
     //
     // actionsToolStripMenuItem
     //
     this.actionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.saveToolStripMenuItem1,
     this.closeToolStripMenuItem});
     this.actionsToolStripMenuItem.Name = "actionsToolStripMenuItem";
     this.actionsToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
     this.actionsToolStripMenuItem.Text = "Actions";
     //
     // saveToolStripMenuItem1
     //
     this.saveToolStripMenuItem1.Name = "saveToolStripMenuItem1";
     this.saveToolStripMenuItem1.Size = new System.Drawing.Size(103, 22);
     this.saveToolStripMenuItem1.Text = "Save";
     this.saveToolStripMenuItem1.Click += new System.EventHandler(this.saveToolStripMenuItem1_Click);
     //
     // closeToolStripMenuItem
     //
     this.closeToolStripMenuItem.Name = "closeToolStripMenuItem";
     this.closeToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
     this.closeToolStripMenuItem.Text = "Close";
     this.closeToolStripMenuItem.Click += new System.EventHandler(this.closeToolStripMenuItem_Click);
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.aboutToolStripMenuItem,
     this.onlineHelpToolStripMenuItem});
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
     this.helpToolStripMenuItem.Text = "Help";
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.aboutToolStripMenuItem.Text = "About..";
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     //
     // onlineHelpToolStripMenuItem
     //
     this.onlineHelpToolStripMenuItem.Name = "onlineHelpToolStripMenuItem";
     this.onlineHelpToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
     this.onlineHelpToolStripMenuItem.Text = "Online Help";
     this.onlineHelpToolStripMenuItem.Click += new System.EventHandler(this.onlineHelpToolStripMenuItem_Click);
     //
     // SMaRT_Config_Edit_Form
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.ClientSize = new System.Drawing.Size(642, 341);
     this.Controls.Add(this.saveButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.titleLabel);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.menuStrip1);
     this.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.menuStrip1;
     this.MaximumSize = new System.Drawing.Size(1000, 379);
     this.MinimumSize = new System.Drawing.Size(658, 379);
     this.Name = "SMaRT_Config_Edit_Form";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "SMaRT Configuration Edit Form";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.createConnectionStringButton)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dbTypePictureBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.databaseNamePictureBox)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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(Division_Name_Form));
     this.nameTextBox        = new System.Windows.Forms.TextBox();
     this.nameLabel          = new System.Windows.Forms.Label();
     this.typeLabel          = new System.Windows.Forms.Label();
     this.multipleCheckBox   = new System.Windows.Forms.CheckBox();
     this.divisionComboBox   = new System.Windows.Forms.ComboBox();
     this.divisionTextBox    = new System.Windows.Forms.TextBox();
     this.hiddenCancelButton = new System.Windows.Forms.Button();
     this.saveButton         = new SobekCM.METS_Editor.Forms.Round_Button();
     this.SuspendLayout();
     //
     // nameTextBox
     //
     this.nameTextBox.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.nameTextBox.Location     = new System.Drawing.Point(72, 56);
     this.nameTextBox.Name         = "nameTextBox";
     this.nameTextBox.Size         = new System.Drawing.Size(352, 22);
     this.nameTextBox.TabIndex     = 0;
     this.nameTextBox.TextChanged += new System.EventHandler(this.nameTextBox_TextChanged);
     //
     // nameLabel
     //
     this.nameLabel.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nameLabel.Location  = new System.Drawing.Point(16, 56);
     this.nameLabel.Name      = "nameLabel";
     this.nameLabel.Size      = new System.Drawing.Size(100, 23);
     this.nameLabel.TabIndex  = 1;
     this.nameLabel.Text      = "Name:";
     this.nameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // typeLabel
     //
     this.typeLabel.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.typeLabel.Location  = new System.Drawing.Point(16, 16);
     this.typeLabel.Name      = "typeLabel";
     this.typeLabel.Size      = new System.Drawing.Size(56, 23);
     this.typeLabel.TabIndex  = 3;
     this.typeLabel.Text      = "Type:";
     this.typeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // multipleCheckBox
     //
     this.multipleCheckBox.Location = new System.Drawing.Point(88, 96);
     this.multipleCheckBox.Name     = "multipleCheckBox";
     this.multipleCheckBox.Size     = new System.Drawing.Size(248, 24);
     this.multipleCheckBox.TabIndex = 4;
     this.multipleCheckBox.Text     = "Multiple Divisions on Page";
     this.multipleCheckBox.UseVisualStyleBackColor = true;
     this.multipleCheckBox.CheckedChanged         += new System.EventHandler(this.multipleCheckBox_CheckedChanged);
     //
     // divisionComboBox
     //
     this.divisionComboBox.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.divisionComboBox.Location              = new System.Drawing.Point(72, 16);
     this.divisionComboBox.Name                  = "divisionComboBox";
     this.divisionComboBox.Size                  = new System.Drawing.Size(216, 22);
     this.divisionComboBox.TabIndex              = 6;
     this.divisionComboBox.SelectedIndexChanged += new System.EventHandler(this.divisionComboBox_SelectedIndexChanged);
     //
     // divisionTextBox
     //
     this.divisionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.divisionTextBox.Location    = new System.Drawing.Point(72, 16);
     this.divisionTextBox.Name        = "divisionTextBox";
     this.divisionTextBox.Size        = new System.Drawing.Size(216, 22);
     this.divisionTextBox.TabIndex    = 7;
     //
     // hiddenCancelButton
     //
     this.hiddenCancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.hiddenCancelButton.Location                = new System.Drawing.Point(253, 155);
     this.hiddenCancelButton.Name                    = "hiddenCancelButton";
     this.hiddenCancelButton.Size                    = new System.Drawing.Size(22, 23);
     this.hiddenCancelButton.TabIndex                = 12;
     this.hiddenCancelButton.TabStop                 = false;
     this.hiddenCancelButton.UseVisualStyleBackColor = true;
     this.hiddenCancelButton.Click                  += new System.EventHandler(this.hiddenCancelButton_Click);
     //
     // saveButton
     //
     this.saveButton.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.saveButton.BackColor       = System.Drawing.Color.Transparent;
     this.saveButton.Button_Enabled  = true;
     this.saveButton.Button_Text     = "OK";
     this.saveButton.Button_Type     = SobekCM.METS_Editor.Forms.Round_Button.Button_Type_Enum.Standard;
     this.saveButton.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.saveButton.Location        = new System.Drawing.Point(330, 94);
     this.saveButton.Name            = "saveButton";
     this.saveButton.Size            = new System.Drawing.Size(94, 26);
     this.saveButton.TabIndex        = 13;
     this.saveButton.Button_Pressed += new System.EventHandler(this.okButton_Click);
     //
     // Division_Name_Form
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(250)))), ((int)(((byte)(250)))));
     this.CancelButton      = this.hiddenCancelButton;
     this.ClientSize        = new System.Drawing.Size(440, 135);
     this.Controls.Add(this.saveButton);
     this.Controls.Add(this.hiddenCancelButton);
     this.Controls.Add(this.divisionTextBox);
     this.Controls.Add(this.divisionComboBox);
     this.Controls.Add(this.multipleCheckBox);
     this.Controls.Add(this.typeLabel);
     this.Controls.Add(this.nameTextBox);
     this.Controls.Add(this.nameLabel);
     this.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Division_Name_Form";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Division Name";
     this.TopMost         = true;
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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(Reports_Form));
     this.mainLabel = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.pendingOnlineActivationLinkLabel = new System.Windows.Forms.LinkLabel();
     this.linkLabel4 = new System.Windows.Forms.LinkLabel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.customReportLinkLabel = new System.Windows.Forms.LinkLabel();
     this.aggregationSpaceUsedLinkLabel = new System.Windows.Forms.LinkLabel();
     this.exitButton = new SobekCM.Management_Tool.Round_Button();
     this.trackingBoxLinkLabel = new System.Windows.Forms.LinkLabel();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mainLabel
     //
     this.mainLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.mainLabel.BackColor = System.Drawing.Color.Transparent;
     this.mainLabel.Font = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mainLabel.ForeColor = System.Drawing.Color.MediumBlue;
     this.mainLabel.Location = new System.Drawing.Point(16, 9);
     this.mainLabel.Name = "mainLabel";
     this.mainLabel.Size = new System.Drawing.Size(435, 32);
     this.mainLabel.TabIndex = 2;
     this.mainLabel.Text = "Available Reports";
     this.mainLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(52, 37);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(239, 19);
     this.label2.TabIndex = 5;
     this.label2.Text = "Select an available report below:";
     //
     // pendingOnlineActivationLinkLabel
     //
     this.pendingOnlineActivationLinkLabel.AutoSize = true;
     this.pendingOnlineActivationLinkLabel.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pendingOnlineActivationLinkLabel.Location = new System.Drawing.Point(107, 126);
     this.pendingOnlineActivationLinkLabel.Name = "pendingOnlineActivationLinkLabel";
     this.pendingOnlineActivationLinkLabel.Size = new System.Drawing.Size(168, 18);
     this.pendingOnlineActivationLinkLabel.TabIndex = 1;
     this.pendingOnlineActivationLinkLabel.TabStop = true;
     this.pendingOnlineActivationLinkLabel.Text = "Pending Online Complete";
     this.pendingOnlineActivationLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.pendingOnlineActivationLinkLabel_LinkClicked);
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize = true;
     this.linkLabel4.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel4.Location = new System.Drawing.Point(107, 166);
     this.linkLabel4.Name = "linkLabel4";
     this.linkLabel4.Size = new System.Drawing.Size(208, 18);
     this.linkLabel4.TabIndex = 3;
     this.linkLabel4.TabStop = true;
     this.linkLabel4.Text = "Newspapers without Serial Info";
     this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
     //
     // panel1
     //
     this.panel1.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.panel1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.trackingBoxLinkLabel);
     this.panel1.Controls.Add(this.customReportLinkLabel);
     this.panel1.Controls.Add(this.aggregationSpaceUsedLinkLabel);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.linkLabel4);
     this.panel1.Controls.Add(this.pendingOnlineActivationLinkLabel);
     this.panel1.Location = new System.Drawing.Point(21, 44);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(430, 308);
     this.panel1.TabIndex = 0;
     //
     // customReportLinkLabel
     //
     this.customReportLinkLabel.AutoSize = true;
     this.customReportLinkLabel.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.customReportLinkLabel.Location = new System.Drawing.Point(107, 86);
     this.customReportLinkLabel.Name = "customReportLinkLabel";
     this.customReportLinkLabel.Size = new System.Drawing.Size(173, 18);
     this.customReportLinkLabel.TabIndex = 0;
     this.customReportLinkLabel.TabStop = true;
     this.customReportLinkLabel.Text = "Ad Hoc Report Generator";
     this.customReportLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.customReportLinkLabel_LinkClicked);
     //
     // aggregationSpaceUsedLinkLabel
     //
     this.aggregationSpaceUsedLinkLabel.AutoSize = true;
     this.aggregationSpaceUsedLinkLabel.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.aggregationSpaceUsedLinkLabel.Location = new System.Drawing.Point(106, 206);
     this.aggregationSpaceUsedLinkLabel.Name = "aggregationSpaceUsedLinkLabel";
     this.aggregationSpaceUsedLinkLabel.Size = new System.Drawing.Size(178, 18);
     this.aggregationSpaceUsedLinkLabel.TabIndex = 4;
     this.aggregationSpaceUsedLinkLabel.TabStop = true;
     this.aggregationSpaceUsedLinkLabel.Text = "Aggregation Space Utilized";
     this.aggregationSpaceUsedLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.aggregationSpaceUsedLinkLabel_LinkClicked);
     //
     // exitButton
     //
     this.exitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.exitButton.BackColor = System.Drawing.Color.Transparent;
     this.exitButton.Button_Enabled = true;
     this.exitButton.Button_Text = "CLOSE";
     this.exitButton.Button_Type = SobekCM.Management_Tool.Round_Button.Button_Type_Enum.Standard;
     this.exitButton.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.exitButton.Location = new System.Drawing.Point(357, 358);
     this.exitButton.Name = "exitButton";
     this.exitButton.Size = new System.Drawing.Size(94, 26);
     this.exitButton.TabIndex = 1;
     this.exitButton.Button_Pressed += new System.EventHandler(this.exitButton_Button_Pressed);
     //
     // trackingBoxLinkLabel
     //
     this.trackingBoxLinkLabel.AutoSize = true;
     this.trackingBoxLinkLabel.Font = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.trackingBoxLinkLabel.Location = new System.Drawing.Point(107, 246);
     this.trackingBoxLinkLabel.Name = "trackingBoxLinkLabel";
     this.trackingBoxLinkLabel.Size = new System.Drawing.Size(156, 18);
     this.trackingBoxLinkLabel.TabIndex = 6;
     this.trackingBoxLinkLabel.TabStop = true;
     this.trackingBoxLinkLabel.Text = "Tracking Boxes Report";
     this.trackingBoxLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.trackingBoxLinkLabel_LinkClicked);
     //
     // Reports_Form
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.ClientSize = new System.Drawing.Size(475, 411);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.exitButton);
     this.Controls.Add(this.mainLabel);
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimumSize = new System.Drawing.Size(483, 418);
     this.Name = "Reports_Form";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Reporting Module";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <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(MARC_Importer_Form));
     this.openFileDialog1         = new System.Windows.Forms.OpenFileDialog();
     this.progressBar1            = new System.Windows.Forms.ProgressBar();
     this.panel1                  = new System.Windows.Forms.Panel();
     this.tabControl1             = new System.Windows.Forms.TabControl();
     this.tabPage2                = new System.Windows.Forms.TabPage();
     this.pnlConstants            = new System.Windows.Forms.Panel();
     this.step2Label              = new System.Windows.Forms.Label();
     this.step1Label              = new System.Windows.Forms.Label();
     this.browseButton            = new System.Windows.Forms.Button();
     this.sourceTextBox           = new System.Windows.Forms.TextBox();
     this.label3                  = new System.Windows.Forms.Label();
     this.labelStatus             = new System.Windows.Forms.Label();
     this.step3Label              = new System.Windows.Forms.Label();
     this.mainPanel               = new System.Windows.Forms.Panel();
     this.justSaveMarcXmlCheckBox = new System.Windows.Forms.CheckBox();
     this.previewCheckBox         = new System.Windows.Forms.CheckBox();
     this.executeButton           = new SobekCM.Management_Tool.Round_Button();
     this.cancelButton            = new SobekCM.Management_Tool.Round_Button();
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.mainPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // openFileDialog1
     //
     this.openFileDialog1.Title = "MARC Source File";
     //
     // progressBar1
     //
     this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar1.Location = new System.Drawing.Point(27, 584);
     this.progressBar1.Maximum  = 10;
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(541, 13);
     this.progressBar1.Step     = 1;
     this.progressBar1.TabIndex = 0;
     this.progressBar1.Visible  = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.tabControl1);
     this.panel1.Controls.Add(this.step2Label);
     this.panel1.Location = new System.Drawing.Point(3, 76);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(574, 387);
     this.panel1.TabIndex = 29;
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControl1.Location      = new System.Drawing.Point(27, 32);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(517, 339);
     this.tabControl1.TabIndex      = 4;
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage2.Controls.Add(this.pnlConstants);
     this.tabPage2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(509, 313);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Constants";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // pnlConstants
     //
     this.pnlConstants.AutoScroll  = true;
     this.pnlConstants.BackColor   = System.Drawing.SystemColors.ControlLight;
     this.pnlConstants.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlConstants.Location    = new System.Drawing.Point(6, 6);
     this.pnlConstants.Name        = "pnlConstants";
     this.pnlConstants.Size        = new System.Drawing.Size(499, 301);
     this.pnlConstants.TabIndex    = 0;
     //
     // step2Label
     //
     this.step2Label.Font      = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.step2Label.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.step2Label.Location  = new System.Drawing.Point(4, 8);
     this.step2Label.Name      = "step2Label";
     this.step2Label.Size      = new System.Drawing.Size(544, 21);
     this.step2Label.TabIndex  = 28;
     this.step2Label.Text      = "Step 2: Select Constants and Copyright Permissions";
     //
     // step1Label
     //
     this.step1Label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.step1Label.BackColor = System.Drawing.Color.Transparent;
     this.step1Label.Font      = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.step1Label.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.step1Label.Location  = new System.Drawing.Point(7, 4);
     this.step1Label.Name      = "step1Label";
     this.step1Label.Size      = new System.Drawing.Size(574, 23);
     this.step1Label.TabIndex  = 8;
     this.step1Label.Text      = "Step 1: Select the source data file to import MARC files.";
     //
     // browseButton
     //
     this.browseButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.browseButton.Location = new System.Drawing.Point(77, 29);
     this.browseButton.Name     = "browseButton";
     this.browseButton.Size     = new System.Drawing.Size(75, 24);
     this.browseButton.TabIndex = 0;
     this.browseButton.Text     = "SELECT";
     this.browseButton.Click   += new System.EventHandler(this.browseButton_Click);
     //
     // sourceTextBox
     //
     this.sourceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.sourceTextBox.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sourceTextBox.Location     = new System.Drawing.Point(158, 30);
     this.sourceTextBox.Name         = "sourceTextBox";
     this.sourceTextBox.Size         = new System.Drawing.Size(397, 20);
     this.sourceTextBox.TabIndex     = 1;
     this.sourceTextBox.TextChanged += new System.EventHandler(this.sourceTextBox_TextChanged);
     this.sourceTextBox.MouseDown   += new System.Windows.Forms.MouseEventHandler(this.directoryTextBox_MouseDown);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location  = new System.Drawing.Point(32, 30);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(48, 23);
     this.label3.TabIndex  = 35;
     this.label3.Text      = "File:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelStatus
     //
     this.labelStatus.BackColor = System.Drawing.Color.Transparent;
     this.labelStatus.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelStatus.Location  = new System.Drawing.Point(26, 551);
     this.labelStatus.Name      = "labelStatus";
     this.labelStatus.Size      = new System.Drawing.Size(372, 23);
     this.labelStatus.TabIndex  = 37;
     this.labelStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // step3Label
     //
     this.step3Label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.step3Label.BackColor = System.Drawing.Color.Transparent;
     this.step3Label.Font      = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.step3Label.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.step3Label.Location  = new System.Drawing.Point(7, 476);
     this.step3Label.Name      = "step3Label";
     this.step3Label.Size      = new System.Drawing.Size(544, 29);
     this.step3Label.TabIndex  = 38;
     this.step3Label.Text      = "Step 3: Click the Execute button";
     //
     // mainPanel
     //
     this.mainPanel.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.mainPanel.BackColor   = System.Drawing.Color.White;
     this.mainPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mainPanel.Controls.Add(this.sourceTextBox);
     this.mainPanel.Controls.Add(this.step3Label);
     this.mainPanel.Controls.Add(this.panel1);
     this.mainPanel.Controls.Add(this.step1Label);
     this.mainPanel.Controls.Add(this.browseButton);
     this.mainPanel.Controls.Add(this.label3);
     this.mainPanel.Location = new System.Drawing.Point(12, 5);
     this.mainPanel.Name     = "mainPanel";
     this.mainPanel.Size     = new System.Drawing.Size(582, 508);
     this.mainPanel.TabIndex = 39;
     //
     // justSaveMarcXmlCheckBox
     //
     this.justSaveMarcXmlCheckBox.AutoSize  = true;
     this.justSaveMarcXmlCheckBox.BackColor = System.Drawing.Color.Transparent;
     this.justSaveMarcXmlCheckBox.Location  = new System.Drawing.Point(43, 527);
     this.justSaveMarcXmlCheckBox.Name      = "justSaveMarcXmlCheckBox";
     this.justSaveMarcXmlCheckBox.Size      = new System.Drawing.Size(319, 18);
     this.justSaveMarcXmlCheckBox.TabIndex  = 40;
     this.justSaveMarcXmlCheckBox.Text      = "Just update the local data store; no tracking changes";
     this.justSaveMarcXmlCheckBox.UseVisualStyleBackColor = false;
     this.justSaveMarcXmlCheckBox.CheckedChanged         += new System.EventHandler(this.justSaveMarcXmlCheckBox_CheckedChanged);
     //
     // previewCheckBox
     //
     this.previewCheckBox.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.previewCheckBox.AutoSize   = true;
     this.previewCheckBox.BackColor  = System.Drawing.Color.Transparent;
     this.previewCheckBox.Checked    = true;
     this.previewCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.previewCheckBox.Location   = new System.Drawing.Point(402, 527);
     this.previewCheckBox.Name       = "previewCheckBox";
     this.previewCheckBox.Size       = new System.Drawing.Size(166, 18);
     this.previewCheckBox.TabIndex   = 41;
     this.previewCheckBox.Text       = "Execute in preview mode";
     this.previewCheckBox.UseVisualStyleBackColor = false;
     this.previewCheckBox.CheckedChanged         += new System.EventHandler(this.previewCheckBox_CheckedChanged);
     //
     // executeButton
     //
     this.executeButton.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.executeButton.BackColor       = System.Drawing.Color.Transparent;
     this.executeButton.Button_Enabled  = true;
     this.executeButton.Button_Text     = "EXECUTE";
     this.executeButton.Button_Type     = SobekCM.Management_Tool.Round_Button.Button_Type_Enum.Forward;
     this.executeButton.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.executeButton.Location        = new System.Drawing.Point(494, 548);
     this.executeButton.Name            = "executeButton";
     this.executeButton.Size            = new System.Drawing.Size(100, 26);
     this.executeButton.TabIndex        = 43;
     this.executeButton.Button_Pressed += new System.EventHandler(this.okButton_Click);
     //
     // cancelButton
     //
     this.cancelButton.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.BackColor       = System.Drawing.Color.Transparent;
     this.cancelButton.Button_Enabled  = true;
     this.cancelButton.Button_Text     = "CANCEL";
     this.cancelButton.Button_Type     = SobekCM.Management_Tool.Round_Button.Button_Type_Enum.Backward;
     this.cancelButton.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cancelButton.Location        = new System.Drawing.Point(379, 548);
     this.cancelButton.Name            = "cancelButton";
     this.cancelButton.Size            = new System.Drawing.Size(100, 26);
     this.cancelButton.TabIndex        = 42;
     this.cancelButton.Button_Pressed += new System.EventHandler(this.cancelButton_Click);
     //
     // MARC_Importer_Form
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.ClientSize        = new System.Drawing.Size(606, 609);
     this.Controls.Add(this.executeButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.previewCheckBox);
     this.Controls.Add(this.justSaveMarcXmlCheckBox);
     this.Controls.Add(this.labelStatus);
     this.Controls.Add(this.mainPanel);
     this.Controls.Add(this.progressBar1);
     this.Font          = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(614, 641);
     this.Name          = "MARC_Importer_Form";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "MARC Importer";
     this.panel1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.mainPanel.ResumeLayout(false);
     this.mainPanel.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MARC_Importer_Form));
     this.openFileDialog1      = new System.Windows.Forms.OpenFileDialog();
     this.progressBar1         = new System.Windows.Forms.ProgressBar();
     this.panel1               = new System.Windows.Forms.Panel();
     this.tabControl1          = new System.Windows.Forms.TabControl();
     this.tabPage2             = new System.Windows.Forms.TabPage();
     this.pnlConstants         = new System.Windows.Forms.Panel();
     this.step2Label           = new System.Windows.Forms.Label();
     this.step1Label           = new System.Windows.Forms.Label();
     this.browseButton         = new System.Windows.Forms.Button();
     this.sourceTextBox        = new System.Windows.Forms.TextBox();
     this.label3               = new System.Windows.Forms.Label();
     this.labelStatus          = new System.Windows.Forms.Label();
     this.step4Label           = new System.Windows.Forms.Label();
     this.mainPanel            = new System.Windows.Forms.Panel();
     this.folderTextBox        = new System.Windows.Forms.TextBox();
     this.browse2Button        = new System.Windows.Forms.Button();
     this.folderLabel          = new System.Windows.Forms.Label();
     this.step3Label           = new System.Windows.Forms.Label();
     this.executeButton        = new SobekCM.METS_Editor.Forms.Round_Button();
     this.cancelButton         = new SobekCM.METS_Editor.Forms.Round_Button();
     this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
     this.helpPictureBox       = new System.Windows.Forms.PictureBox();
     this.titleLabel           = new System.Windows.Forms.Label();
     this.toolTip1             = new System.Windows.Forms.ToolTip(this.components);
     this.panel1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.mainPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.helpPictureBox)).BeginInit();
     this.SuspendLayout();
     //
     // openFileDialog1
     //
     this.openFileDialog1.Title = "MARC Source File";
     //
     // progressBar1
     //
     this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar1.Location = new System.Drawing.Point(27, 568);
     this.progressBar1.Maximum  = 10;
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(541, 13);
     this.progressBar1.Step     = 1;
     this.progressBar1.TabIndex = 0;
     this.progressBar1.Visible  = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Transparent;
     this.panel1.Controls.Add(this.tabControl1);
     this.panel1.Controls.Add(this.step2Label);
     this.panel1.Location = new System.Drawing.Point(3, 56);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(574, 335);
     this.panel1.TabIndex = 29;
     //
     // tabControl1
     //
     this.tabControl1.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.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Font          = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabControl1.Location      = new System.Drawing.Point(13, 32);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(550, 300);
     this.tabControl1.TabIndex      = 4;
     //
     // tabPage2
     //
     this.tabPage2.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage2.Controls.Add(this.pnlConstants);
     this.tabPage2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(542, 274);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Constants";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // pnlConstants
     //
     this.pnlConstants.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.pnlConstants.AutoScroll  = true;
     this.pnlConstants.BackColor   = System.Drawing.SystemColors.ControlLight;
     this.pnlConstants.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pnlConstants.Location    = new System.Drawing.Point(6, 6);
     this.pnlConstants.Name        = "pnlConstants";
     this.pnlConstants.Size        = new System.Drawing.Size(532, 262);
     this.pnlConstants.TabIndex    = 0;
     //
     // step2Label
     //
     this.step2Label.Font      = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.step2Label.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.step2Label.Location  = new System.Drawing.Point(4, 8);
     this.step2Label.Name      = "step2Label";
     this.step2Label.Size      = new System.Drawing.Size(544, 21);
     this.step2Label.TabIndex  = 28;
     this.step2Label.Text      = "Step 2: Select constants to apply to resulting METS files";
     //
     // step1Label
     //
     this.step1Label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.step1Label.BackColor = System.Drawing.Color.Transparent;
     this.step1Label.Font      = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.step1Label.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.step1Label.Location  = new System.Drawing.Point(7, 4);
     this.step1Label.Name      = "step1Label";
     this.step1Label.Size      = new System.Drawing.Size(574, 23);
     this.step1Label.TabIndex  = 8;
     this.step1Label.Text      = "Step 1: Select the source data file to import MARC files.";
     //
     // browseButton
     //
     this.browseButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.browseButton.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.browseButton.Location = new System.Drawing.Point(491, 30);
     this.browseButton.Name     = "browseButton";
     this.browseButton.Size     = new System.Drawing.Size(75, 24);
     this.browseButton.TabIndex = 0;
     this.browseButton.Text     = "SELECT";
     this.browseButton.UseVisualStyleBackColor = true;
     this.browseButton.Click += new System.EventHandler(this.browseButton_Click);
     //
     // sourceTextBox
     //
     this.sourceTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.sourceTextBox.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sourceTextBox.Location   = new System.Drawing.Point(69, 32);
     this.sourceTextBox.Name       = "sourceTextBox";
     this.sourceTextBox.Size       = new System.Drawing.Size(416, 20);
     this.sourceTextBox.TabIndex   = 1;
     this.sourceTextBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.directoryTextBox_MouseDown);
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location  = new System.Drawing.Point(32, 30);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(48, 23);
     this.label3.TabIndex  = 35;
     this.label3.Text      = "File:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelStatus
     //
     this.labelStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.labelStatus.BackColor = System.Drawing.Color.Transparent;
     this.labelStatus.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelStatus.Location  = new System.Drawing.Point(26, 535);
     this.labelStatus.Name      = "labelStatus";
     this.labelStatus.Size      = new System.Drawing.Size(372, 23);
     this.labelStatus.TabIndex  = 37;
     this.labelStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // step4Label
     //
     this.step4Label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.step4Label.BackColor = System.Drawing.Color.Transparent;
     this.step4Label.Font      = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.step4Label.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.step4Label.Location  = new System.Drawing.Point(7, 448);
     this.step4Label.Name      = "step4Label";
     this.step4Label.Size      = new System.Drawing.Size(544, 29);
     this.step4Label.TabIndex  = 38;
     this.step4Label.Text      = "Step 4: Click the Execute button";
     //
     // mainPanel
     //
     this.mainPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.mainPanel.BackColor   = System.Drawing.Color.White;
     this.mainPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.mainPanel.Controls.Add(this.folderTextBox);
     this.mainPanel.Controls.Add(this.browse2Button);
     this.mainPanel.Controls.Add(this.browseButton);
     this.mainPanel.Controls.Add(this.folderLabel);
     this.mainPanel.Controls.Add(this.step3Label);
     this.mainPanel.Controls.Add(this.sourceTextBox);
     this.mainPanel.Controls.Add(this.step4Label);
     this.mainPanel.Controls.Add(this.panel1);
     this.mainPanel.Controls.Add(this.step1Label);
     this.mainPanel.Controls.Add(this.label3);
     this.mainPanel.Location = new System.Drawing.Point(12, 48);
     this.mainPanel.Name     = "mainPanel";
     this.mainPanel.Size     = new System.Drawing.Size(582, 478);
     this.mainPanel.TabIndex = 39;
     //
     // folderTextBox
     //
     this.folderTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.folderTextBox.Enabled  = false;
     this.folderTextBox.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.folderTextBox.Location = new System.Drawing.Point(105, 421);
     this.folderTextBox.Name     = "folderTextBox";
     this.folderTextBox.Size     = new System.Drawing.Size(380, 20);
     this.folderTextBox.TabIndex = 55;
     //
     // browse2Button
     //
     this.browse2Button.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.browse2Button.Enabled  = false;
     this.browse2Button.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.browse2Button.Location = new System.Drawing.Point(491, 419);
     this.browse2Button.Name     = "browse2Button";
     this.browse2Button.Size     = new System.Drawing.Size(75, 24);
     this.browse2Button.TabIndex = 54;
     this.browse2Button.Text     = "SELECT";
     this.browse2Button.UseVisualStyleBackColor = true;
     this.browse2Button.Click += new System.EventHandler(this.browse2Button_Click);
     //
     // folderLabel
     //
     this.folderLabel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.folderLabel.BackColor = System.Drawing.Color.Transparent;
     this.folderLabel.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.folderLabel.ForeColor = System.Drawing.SystemColors.GrayText;
     this.folderLabel.Location  = new System.Drawing.Point(24, 419);
     this.folderLabel.Name      = "folderLabel";
     this.folderLabel.Size      = new System.Drawing.Size(93, 23);
     this.folderLabel.TabIndex  = 56;
     this.folderLabel.Text      = "Destination:";
     this.folderLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // step3Label
     //
     this.step3Label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.step3Label.BackColor = System.Drawing.Color.Transparent;
     this.step3Label.Font      = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.step3Label.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.step3Label.Location  = new System.Drawing.Point(7, 394);
     this.step3Label.Name      = "step3Label";
     this.step3Label.Size      = new System.Drawing.Size(544, 29);
     this.step3Label.TabIndex  = 53;
     this.step3Label.Text      = "Step 3: Select destination folder for METS files";
     //
     // executeButton
     //
     this.executeButton.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.executeButton.BackColor       = System.Drawing.Color.Transparent;
     this.executeButton.Button_Enabled  = true;
     this.executeButton.Button_Text     = "EXECUTE";
     this.executeButton.Button_Type     = SobekCM.METS_Editor.Forms.Round_Button.Button_Type_Enum.Forward;
     this.executeButton.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.executeButton.Location        = new System.Drawing.Point(494, 532);
     this.executeButton.Name            = "executeButton";
     this.executeButton.Size            = new System.Drawing.Size(100, 26);
     this.executeButton.TabIndex        = 43;
     this.executeButton.Button_Pressed += new System.EventHandler(this.okButton_Click);
     //
     // cancelButton
     //
     this.cancelButton.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.BackColor       = System.Drawing.Color.Transparent;
     this.cancelButton.Button_Enabled  = true;
     this.cancelButton.Button_Text     = "CANCEL";
     this.cancelButton.Button_Type     = SobekCM.METS_Editor.Forms.Round_Button.Button_Type_Enum.Backward;
     this.cancelButton.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cancelButton.Location        = new System.Drawing.Point(379, 532);
     this.cancelButton.Name            = "cancelButton";
     this.cancelButton.Size            = new System.Drawing.Size(100, 26);
     this.cancelButton.TabIndex        = 42;
     this.cancelButton.Button_Pressed += new System.EventHandler(this.cancelButton_Click);
     //
     // folderBrowserDialog1
     //
     this.folderBrowserDialog1.Description = "Select destination folder for METS files";
     //
     // helpPictureBox
     //
     this.helpPictureBox.Anchor                = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.helpPictureBox.BackColor             = System.Drawing.Color.Transparent;
     this.helpPictureBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.helpPictureBox.Cursor                = System.Windows.Forms.Cursors.Hand;
     this.helpPictureBox.Image    = global::SobekCM.METS_Editor.Properties.Resources.help_button1;
     this.helpPictureBox.Location = new System.Drawing.Point(570, 12);
     this.helpPictureBox.Name     = "helpPictureBox";
     this.helpPictureBox.Size     = new System.Drawing.Size(24, 24);
     this.helpPictureBox.TabIndex = 45;
     this.helpPictureBox.TabStop  = false;
     this.toolTip1.SetToolTip(this.helpPictureBox, "Get online help regarding this function");
     this.helpPictureBox.Click += new System.EventHandler(this.helpPictureBox_Click);
     //
     // titleLabel
     //
     this.titleLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.titleLabel.BackColor = System.Drawing.Color.Transparent;
     this.titleLabel.Font      = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.titleLabel.ForeColor = System.Drawing.Color.MediumBlue;
     this.titleLabel.Location  = new System.Drawing.Point(39, 5);
     this.titleLabel.Name      = "titleLabel";
     this.titleLabel.Size      = new System.Drawing.Size(519, 42);
     this.titleLabel.TabIndex  = 44;
     this.titleLabel.Text      = "MARC21 Batch Processor";
     this.titleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // MARC_Importer_Form
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.ClientSize        = new System.Drawing.Size(606, 592);
     this.Controls.Add(this.helpPictureBox);
     this.Controls.Add(this.titleLabel);
     this.Controls.Add(this.executeButton);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.labelStatus);
     this.Controls.Add(this.mainPanel);
     this.Controls.Add(this.progressBar1);
     this.Font          = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(1000, 630);
     this.MinimumSize   = new System.Drawing.Size(622, 630);
     this.Name          = "MARC_Importer_Form";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "METS Editor - MARC21 Batch Processor";
     this.panel1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.mainPanel.ResumeLayout(false);
     this.mainPanel.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.helpPictureBox)).EndInit();
     this.ResumeLayout(false);
 }
 /// <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(Reports_Form));
     this.mainLabel = new System.Windows.Forms.Label();
     this.label2    = new System.Windows.Forms.Label();
     this.pendingOnlineActivationLinkLabel = new System.Windows.Forms.LinkLabel();
     this.linkLabel4                    = new System.Windows.Forms.LinkLabel();
     this.panel1                        = new System.Windows.Forms.Panel();
     this.customReportLinkLabel         = new System.Windows.Forms.LinkLabel();
     this.aggregationSpaceUsedLinkLabel = new System.Windows.Forms.LinkLabel();
     this.exitButton                    = new SobekCM.Management_Tool.Round_Button();
     this.trackingBoxLinkLabel          = new System.Windows.Forms.LinkLabel();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // mainLabel
     //
     this.mainLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.mainLabel.BackColor = System.Drawing.Color.Transparent;
     this.mainLabel.Font      = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mainLabel.ForeColor = System.Drawing.Color.MediumBlue;
     this.mainLabel.Location  = new System.Drawing.Point(16, 9);
     this.mainLabel.Name      = "mainLabel";
     this.mainLabel.Size      = new System.Drawing.Size(435, 32);
     this.mainLabel.TabIndex  = 2;
     this.mainLabel.Text      = "Available Reports";
     this.mainLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(52, 37);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(239, 19);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Select an available report below:";
     //
     // pendingOnlineActivationLinkLabel
     //
     this.pendingOnlineActivationLinkLabel.AutoSize     = true;
     this.pendingOnlineActivationLinkLabel.Font         = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.pendingOnlineActivationLinkLabel.Location     = new System.Drawing.Point(107, 126);
     this.pendingOnlineActivationLinkLabel.Name         = "pendingOnlineActivationLinkLabel";
     this.pendingOnlineActivationLinkLabel.Size         = new System.Drawing.Size(168, 18);
     this.pendingOnlineActivationLinkLabel.TabIndex     = 1;
     this.pendingOnlineActivationLinkLabel.TabStop      = true;
     this.pendingOnlineActivationLinkLabel.Text         = "Pending Online Complete";
     this.pendingOnlineActivationLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.pendingOnlineActivationLinkLabel_LinkClicked);
     //
     // linkLabel4
     //
     this.linkLabel4.AutoSize     = true;
     this.linkLabel4.Font         = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.linkLabel4.Location     = new System.Drawing.Point(107, 166);
     this.linkLabel4.Name         = "linkLabel4";
     this.linkLabel4.Size         = new System.Drawing.Size(208, 18);
     this.linkLabel4.TabIndex     = 3;
     this.linkLabel4.TabStop      = true;
     this.linkLabel4.Text         = "Newspapers without Serial Info";
     this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
     //
     // panel1
     //
     this.panel1.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.panel1.BackColor   = System.Drawing.SystemColors.ControlLightLight;
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.trackingBoxLinkLabel);
     this.panel1.Controls.Add(this.customReportLinkLabel);
     this.panel1.Controls.Add(this.aggregationSpaceUsedLinkLabel);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.linkLabel4);
     this.panel1.Controls.Add(this.pendingOnlineActivationLinkLabel);
     this.panel1.Location = new System.Drawing.Point(21, 44);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(430, 308);
     this.panel1.TabIndex = 0;
     //
     // customReportLinkLabel
     //
     this.customReportLinkLabel.AutoSize     = true;
     this.customReportLinkLabel.Font         = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.customReportLinkLabel.Location     = new System.Drawing.Point(107, 86);
     this.customReportLinkLabel.Name         = "customReportLinkLabel";
     this.customReportLinkLabel.Size         = new System.Drawing.Size(173, 18);
     this.customReportLinkLabel.TabIndex     = 0;
     this.customReportLinkLabel.TabStop      = true;
     this.customReportLinkLabel.Text         = "Ad Hoc Report Generator";
     this.customReportLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.customReportLinkLabel_LinkClicked);
     //
     // aggregationSpaceUsedLinkLabel
     //
     this.aggregationSpaceUsedLinkLabel.AutoSize     = true;
     this.aggregationSpaceUsedLinkLabel.Font         = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.aggregationSpaceUsedLinkLabel.Location     = new System.Drawing.Point(106, 206);
     this.aggregationSpaceUsedLinkLabel.Name         = "aggregationSpaceUsedLinkLabel";
     this.aggregationSpaceUsedLinkLabel.Size         = new System.Drawing.Size(178, 18);
     this.aggregationSpaceUsedLinkLabel.TabIndex     = 4;
     this.aggregationSpaceUsedLinkLabel.TabStop      = true;
     this.aggregationSpaceUsedLinkLabel.Text         = "Aggregation Space Utilized";
     this.aggregationSpaceUsedLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.aggregationSpaceUsedLinkLabel_LinkClicked);
     //
     // exitButton
     //
     this.exitButton.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.exitButton.BackColor       = System.Drawing.Color.Transparent;
     this.exitButton.Button_Enabled  = true;
     this.exitButton.Button_Text     = "CLOSE";
     this.exitButton.Button_Type     = SobekCM.Management_Tool.Round_Button.Button_Type_Enum.Standard;
     this.exitButton.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.exitButton.Location        = new System.Drawing.Point(357, 358);
     this.exitButton.Name            = "exitButton";
     this.exitButton.Size            = new System.Drawing.Size(94, 26);
     this.exitButton.TabIndex        = 1;
     this.exitButton.Button_Pressed += new System.EventHandler(this.exitButton_Button_Pressed);
     //
     // trackingBoxLinkLabel
     //
     this.trackingBoxLinkLabel.AutoSize     = true;
     this.trackingBoxLinkLabel.Font         = new System.Drawing.Font("Tahoma", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.trackingBoxLinkLabel.Location     = new System.Drawing.Point(107, 246);
     this.trackingBoxLinkLabel.Name         = "trackingBoxLinkLabel";
     this.trackingBoxLinkLabel.Size         = new System.Drawing.Size(156, 18);
     this.trackingBoxLinkLabel.TabIndex     = 6;
     this.trackingBoxLinkLabel.TabStop      = true;
     this.trackingBoxLinkLabel.Text         = "Tracking Boxes Report";
     this.trackingBoxLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.trackingBoxLinkLabel_LinkClicked);
     //
     // Reports_Form
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.BackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.ClientSize        = new System.Drawing.Size(475, 411);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.exitButton);
     this.Controls.Add(this.mainLabel);
     this.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(483, 418);
     this.Name          = "Reports_Form";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Reporting Module";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }