private void InitializeComponent()

in Scheduler/Forms/MainForm.Designer.cs [31:570]


        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.mainMenuToolStrip = new System.Windows.Forms.ToolStrip();
            this.connectToServerButton = new System.Windows.Forms.ToolStripButton();
            this.privateSchedulerButton = new System.Windows.Forms.ToolStripButton();
            this.saveScheduleButton = new System.Windows.Forms.ToolStripButton();
            this.settingsButton = new System.Windows.Forms.ToolStripButton();
            this.aboutButton = new System.Windows.Forms.ToolStripButton();
            this.statusStrip = new System.Windows.Forms.StatusStrip();
            this.toolStripConnectionStatus = new System.Windows.Forms.ToolStripStatusLabel();
            this.jobsDataGridView = new System.Windows.Forms.DataGridView();
            this.Instance = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.JobName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.JobGroup = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.JobDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.JobType = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.NextFireTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.PreviousFireTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.editJobMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pauseJobMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.resumeJobToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.deletJobMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.runJobNowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.openInputFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openSuccessfulUploadsFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openFailedUploadsFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openSuccessfulProcessingFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openFailedProcessingFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openSuccessfulDownloadsFolderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.jobsToolStrip = new System.Windows.Forms.ToolStrip();
            this.instanceFilter = new System.Windows.Forms.ToolStripTextBox();
            this.jobNameFilter = new System.Windows.Forms.ToolStripTextBox();
            this.addJobsDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
            this.addImportJobMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.addExportJobMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.addUploadJobMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.addDownloadJobMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteJobButton = new System.Windows.Forms.ToolStripButton();
            this.editJobButton = new System.Windows.Forms.ToolStripButton();
            this.pauseResumeDropDownButton = new System.Windows.Forms.ToolStripDropDownButton();
            this.pauseJobToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pauseAllJobsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.resumeJobToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.resumeAllJobsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.refreshButton = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.runJobNowButton = new System.Windows.Forms.ToolStripButton();
            this.mainMenuToolStrip.SuspendLayout();
            this.statusStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.jobsDataGridView)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.jobsToolStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // mainMenuToolStrip
            // 
            this.mainMenuToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.mainMenuToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.connectToServerButton,
            this.privateSchedulerButton,
            this.saveScheduleButton,
            this.settingsButton,
            this.aboutButton});
            this.mainMenuToolStrip.Location = new System.Drawing.Point(0, 0);
            this.mainMenuToolStrip.Name = "mainMenuToolStrip";
            this.mainMenuToolStrip.Size = new System.Drawing.Size(755, 25);
            this.mainMenuToolStrip.TabIndex = 0;
            // 
            // connectToServerButton
            // 
            this.connectToServerButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.connectToServerButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.connectToServerButton.Name = "connectToServerButton";
            this.connectToServerButton.Size = new System.Drawing.Size(109, 22);
            this.connectToServerButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Connect_to_service;
            this.connectToServerButton.Click += new System.EventHandler(this.ConnectToServerButton_Click);
            // 
            // privateSchedulerButton
            // 
            this.privateSchedulerButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.privateSchedulerButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.privateSchedulerButton.Name = "privateSchedulerButton";
            this.privateSchedulerButton.Size = new System.Drawing.Size(150, 22);
            this.privateSchedulerButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Start_standalone_scheduler;
            this.privateSchedulerButton.Click += new System.EventHandler(this.PrivateSchedulerButton_Click);
            // 
            // saveScheduleButton
            // 
            this.saveScheduleButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.saveScheduleButton.Enabled = false;
            this.saveScheduleButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveScheduleButton.Name = "saveScheduleButton";
            this.saveScheduleButton.Size = new System.Drawing.Size(104, 22);
            this.saveScheduleButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Save_schedule_file;
            this.saveScheduleButton.Click += new System.EventHandler(this.SaveScheduleButton_Click);
            // 
            // settingsButton
            // 
            this.settingsButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.settingsButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.settingsButton.Name = "settingsButton";
            this.settingsButton.Size = new System.Drawing.Size(70, 22);
            this.settingsButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Parameters;
            this.settingsButton.Click += new System.EventHandler(this.SettingsButton_Click);
            // 
            // aboutButton
            // 
            this.aboutButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.aboutButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.aboutButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.aboutButton.Name = "aboutButton";
            this.aboutButton.Size = new System.Drawing.Size(44, 22);
            this.aboutButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.A_bout;
            this.aboutButton.Click += new System.EventHandler(this.AboutButton_Click);
            // 
            // statusStrip
            // 
            this.statusStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripConnectionStatus});
            this.statusStrip.Location = new System.Drawing.Point(0, 306);
            this.statusStrip.Name = "statusStrip";
            this.statusStrip.Size = new System.Drawing.Size(755, 22);
            this.statusStrip.TabIndex = 1;
            this.statusStrip.Text = "statusStrip1";
            // 
            // toolStripConnectionStatus
            // 
            this.toolStripConnectionStatus.Name = "toolStripConnectionStatus";
            this.toolStripConnectionStatus.Size = new System.Drawing.Size(86, 17);
            this.toolStripConnectionStatus.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Not_connected;
            // 
            // jobsDataGridView
            // 
            this.jobsDataGridView.AllowUserToAddRows = false;
            this.jobsDataGridView.AllowUserToDeleteRows = false;
            this.jobsDataGridView.AllowUserToOrderColumns = true;
            this.jobsDataGridView.AllowUserToResizeRows = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.White;
            this.jobsDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.jobsDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.jobsDataGridView.BackgroundColor = System.Drawing.SystemColors.Window;
            this.jobsDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.jobsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Instance,
            this.JobName,
            this.JobGroup,
            this.JobDescription,
            this.JobType,
            this.NextFireTime,
            this.PreviousFireTime,
            this.Status});
            this.jobsDataGridView.ContextMenuStrip = this.contextMenuStrip1;
            this.jobsDataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.jobsDataGridView.GridColor = System.Drawing.SystemColors.Window;
            this.jobsDataGridView.Location = new System.Drawing.Point(0, 25);
            this.jobsDataGridView.MultiSelect = false;
            this.jobsDataGridView.Name = "jobsDataGridView";
            this.jobsDataGridView.ReadOnly = true;
            this.jobsDataGridView.RowHeadersVisible = false;
            this.jobsDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
            this.jobsDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.jobsDataGridView.Size = new System.Drawing.Size(755, 256);
            this.jobsDataGridView.TabIndex = 3;
            this.jobsDataGridView.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.JobsDataGridView_CellContentDoubleClick);
            this.jobsDataGridView.CellContextMenuStripNeeded += new System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler(this.JobsDataGridView_CellContextMenuStripNeeded);
            this.jobsDataGridView.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.JobsDataGridView_CellFormatting);
            this.jobsDataGridView.CellMouseDown += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.JobsDataGridView_CellMouseDown);
            this.jobsDataGridView.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.JobsDataGridView_RowStateChanged);
            this.jobsDataGridView.KeyDown += new System.Windows.Forms.KeyEventHandler(this.JobsDataGridView_KeyDown);
            // 
            // Instance
            // 
            this.Instance.DataPropertyName = "Instance";
            this.Instance.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Instance;
            this.Instance.MinimumWidth = 9;
            this.Instance.Name = "Instance";
            this.Instance.ReadOnly = true;
            // 
            // JobName
            // 
            this.JobName.DataPropertyName = "JobName";
            this.JobName.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Job_name;
            this.JobName.MinimumWidth = 9;
            this.JobName.Name = "JobName";
            this.JobName.ReadOnly = true;
            // 
            // JobGroup
            // 
            this.JobGroup.DataPropertyName = "JobGroup";
            this.JobGroup.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Job_group;
            this.JobGroup.MinimumWidth = 9;
            this.JobGroup.Name = "JobGroup";
            this.JobGroup.ReadOnly = true;
            // 
            // JobDescription
            // 
            this.JobDescription.DataPropertyName = "JobDescription";
            this.JobDescription.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Description;
            this.JobDescription.MinimumWidth = 9;
            this.JobDescription.Name = "JobDescription";
            this.JobDescription.ReadOnly = true;
            // 
            // JobType
            // 
            this.JobType.DataPropertyName = "JobType";
            this.JobType.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Job_type;
            this.JobType.MinimumWidth = 9;
            this.JobType.Name = "JobType";
            this.JobType.ReadOnly = true;
            // 
            // NextFireTime
            // 
            this.NextFireTime.DataPropertyName = "NextFireTime";
            this.NextFireTime.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Next_run;
            this.NextFireTime.MinimumWidth = 9;
            this.NextFireTime.Name = "NextFireTime";
            this.NextFireTime.ReadOnly = true;
            // 
            // PreviousFireTime
            // 
            this.PreviousFireTime.DataPropertyName = "PreviousFireTime";
            this.PreviousFireTime.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Last_run;
            this.PreviousFireTime.MinimumWidth = 9;
            this.PreviousFireTime.Name = "PreviousFireTime";
            this.PreviousFireTime.ReadOnly = true;
            // 
            // Status
            // 
            this.Status.DataPropertyName = "JobStatus";
            this.Status.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Trigger_status;
            this.Status.MinimumWidth = 9;
            this.Status.Name = "Status";
            this.Status.ReadOnly = true;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.editJobMenuItem,
            this.pauseJobMenuItem,
            this.resumeJobToolStripMenuItem1,
            this.runJobNowToolStripMenuItem,
            this.deletJobMenuItem,
            this.toolStripSeparator1,
            this.openInputFolderToolStripMenuItem,
            this.openSuccessfulUploadsFolderToolStripMenuItem,
            this.openFailedUploadsFolderToolStripMenuItem,
            this.openSuccessfulProcessingFolderToolStripMenuItem,
            this.openFailedProcessingFolderToolStripMenuItem,
            this.openSuccessfulDownloadsFolderToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(256, 252);
            // 
            // editJobMenuItem
            // 
            this.editJobMenuItem.Name = "editJobMenuItem";
            this.editJobMenuItem.Size = new System.Drawing.Size(255, 22);
            this.editJobMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Edit_job;
            this.editJobMenuItem.Click += new System.EventHandler(this.EditJobButton_Click);
            // 
            // pauseJobMenuItem
            // 
            this.pauseJobMenuItem.Name = "pauseJobMenuItem";
            this.pauseJobMenuItem.Size = new System.Drawing.Size(255, 22);
            this.pauseJobMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Pause_job;
            this.pauseJobMenuItem.Click += new System.EventHandler(this.PauseJobButton_Click);
            // 
            // resumeJobToolStripMenuItem1
            // 
            this.resumeJobToolStripMenuItem1.Name = "resumeJobToolStripMenuItem1";
            this.resumeJobToolStripMenuItem1.Size = new System.Drawing.Size(255, 22);
            this.resumeJobToolStripMenuItem1.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Resume_job;
            this.resumeJobToolStripMenuItem1.Click += new System.EventHandler(this.ResumeJobButton_Click);
            // 
            // deletJobMenuItem
            // 
            this.deletJobMenuItem.Name = "deletJobMenuItem";
            this.deletJobMenuItem.Size = new System.Drawing.Size(255, 22);
            this.deletJobMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Delete_job;
            this.deletJobMenuItem.Click += new System.EventHandler(this.DeleteJobButton_Click);
            // 
            // runJobNowToolStripMenuItem
            // 
            this.runJobNowToolStripMenuItem.Name = "runJobNowToolStripMenuItem";
            this.runJobNowToolStripMenuItem.Size = new System.Drawing.Size(255, 22);
            this.runJobNowToolStripMenuItem.Text = "Run job now!";
            this.runJobNowToolStripMenuItem.Click += new System.EventHandler(this.RunJobNowToolStripMenuItem_Click);
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(252, 6);
            // 
            // openInputFolderToolStripMenuItem
            // 
            this.openInputFolderToolStripMenuItem.Name = "openInputFolderToolStripMenuItem";
            this.openInputFolderToolStripMenuItem.Size = new System.Drawing.Size(255, 22);
            this.openInputFolderToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Open_input_folder;
            this.openInputFolderToolStripMenuItem.Click += new System.EventHandler(this.OpenInputFolderToolStripMenuItem_Click);
            // 
            // openSuccessfulUploadsFolderToolStripMenuItem
            // 
            this.openSuccessfulUploadsFolderToolStripMenuItem.Name = "openSuccessfulUploadsFolderToolStripMenuItem";
            this.openSuccessfulUploadsFolderToolStripMenuItem.Size = new System.Drawing.Size(255, 22);
            this.openSuccessfulUploadsFolderToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Open_successful_uploads_folder;
            this.openSuccessfulUploadsFolderToolStripMenuItem.Click += new System.EventHandler(this.OpenSuccessfulUploadsFolderToolStripMenuItem_Click);
            // 
            // openFailedUploadsFolderToolStripMenuItem
            // 
            this.openFailedUploadsFolderToolStripMenuItem.Name = "openFailedUploadsFolderToolStripMenuItem";
            this.openFailedUploadsFolderToolStripMenuItem.Size = new System.Drawing.Size(255, 22);
            this.openFailedUploadsFolderToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Open_failed_uploads_folder;
            this.openFailedUploadsFolderToolStripMenuItem.Click += new System.EventHandler(this.OpenFailedUploadsFolderToolStripMenuItem_Click);
            // 
            // openSuccessfulProcessingFolderToolStripMenuItem
            // 
            this.openSuccessfulProcessingFolderToolStripMenuItem.Name = "openSuccessfulProcessingFolderToolStripMenuItem";
            this.openSuccessfulProcessingFolderToolStripMenuItem.Size = new System.Drawing.Size(255, 22);
            this.openSuccessfulProcessingFolderToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Open_successful_processing_folder;
            this.openSuccessfulProcessingFolderToolStripMenuItem.Click += new System.EventHandler(this.OpenSuccessfulProcessingFolderToolStripMenuItem_Click);
            // 
            // openFailedProcessingFolderToolStripMenuItem
            // 
            this.openFailedProcessingFolderToolStripMenuItem.Name = "openFailedProcessingFolderToolStripMenuItem";
            this.openFailedProcessingFolderToolStripMenuItem.Size = new System.Drawing.Size(255, 22);
            this.openFailedProcessingFolderToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Open_failed_processing_folder;
            this.openFailedProcessingFolderToolStripMenuItem.Click += new System.EventHandler(this.OpenFailedProcessingFolderToolStripMenuItem_Click);
            // 
            // openSuccessfulDownloadsFolderToolStripMenuItem
            // 
            this.openSuccessfulDownloadsFolderToolStripMenuItem.Name = "openSuccessfulDownloadsFolderToolStripMenuItem";
            this.openSuccessfulDownloadsFolderToolStripMenuItem.Size = new System.Drawing.Size(255, 22);
            this.openSuccessfulDownloadsFolderToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Open_successful_downloads_folder;
            this.openSuccessfulDownloadsFolderToolStripMenuItem.Click += new System.EventHandler(this.OpenSuccessfulDownloadsFolderToolStripMenuItem_Click);
            // 
            // jobsToolStrip
            // 
            this.jobsToolStrip.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.jobsToolStrip.ImageScalingSize = new System.Drawing.Size(20, 20);
            this.jobsToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.instanceFilter,
            this.jobNameFilter,
            this.addJobsDropDownButton,
            this.deleteJobButton,
            this.editJobButton,
            this.pauseResumeDropDownButton,
            this.runJobNowButton,
            this.refreshButton});
            this.jobsToolStrip.Location = new System.Drawing.Point(0, 281);
            this.jobsToolStrip.Name = "jobsToolStrip";
            this.jobsToolStrip.Padding = new System.Windows.Forms.Padding(0);
            this.jobsToolStrip.Size = new System.Drawing.Size(755, 25);
            this.jobsToolStrip.TabIndex = 4;
            // 
            // instanceFilter
            // 
            this.instanceFilter.Enabled = false;
            this.instanceFilter.Name = "instanceFilter";
            this.instanceFilter.Size = new System.Drawing.Size(76, 25);
            this.instanceFilter.ToolTipText = global::RecurringIntegrationsScheduler.Properties.Resources.Filter_instances;
            this.instanceFilter.TextChanged += new System.EventHandler(this.InstanceFilter_TextChanged);
            // 
            // jobNameFilter
            // 
            this.jobNameFilter.Enabled = false;
            this.jobNameFilter.Name = "jobNameFilter";
            this.jobNameFilter.Size = new System.Drawing.Size(76, 25);
            this.jobNameFilter.ToolTipText = global::RecurringIntegrationsScheduler.Properties.Resources.Filter_job_names;
            this.jobNameFilter.TextChanged += new System.EventHandler(this.JobNameFilter_TextChanged);
            // 
            // addJobsDropDownButton
            // 
            this.addJobsDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.addJobsDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.addImportJobMenuItem,
            this.addExportJobMenuItem,
            this.addUploadJobMenuItem,
            this.addDownloadJobMenuItem});
            this.addJobsDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.addJobsDropDownButton.Name = "addJobsDropDownButton";
            this.addJobsDropDownButton.Size = new System.Drawing.Size(62, 22);
            this.addJobsDropDownButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Add_job;
            // 
            // addImportJobMenuItem
            // 
            this.addImportJobMenuItem.Enabled = false;
            this.addImportJobMenuItem.Name = "addImportJobMenuItem";
            this.addImportJobMenuItem.Size = new System.Drawing.Size(321, 22);
            this.addImportJobMenuItem.Text = "Add import job (Package API)";
            this.addImportJobMenuItem.Click += new System.EventHandler(this.AddImportJobMenuItem_Click);
            // 
            // addExportJobMenuItem
            // 
            this.addExportJobMenuItem.Enabled = false;
            this.addExportJobMenuItem.Name = "addExportJobMenuItem";
            this.addExportJobMenuItem.Size = new System.Drawing.Size(321, 22);
            this.addExportJobMenuItem.Text = "Add export job (Package API)";
            this.addExportJobMenuItem.Click += new System.EventHandler(this.AddExportJobMenuItem_Click);
            // 
            // addUploadJobMenuItem
            // 
            this.addUploadJobMenuItem.Enabled = false;
            this.addUploadJobMenuItem.Name = "addUploadJobMenuItem";
            this.addUploadJobMenuItem.Size = new System.Drawing.Size(321, 22);
            this.addUploadJobMenuItem.Text = "Add upload job (Recurring integrations API)";
            this.addUploadJobMenuItem.Click += new System.EventHandler(this.AddUploadJobMenuItem_Click);
            // 
            // addDownloadJobMenuItem
            // 
            this.addDownloadJobMenuItem.Enabled = false;
            this.addDownloadJobMenuItem.Name = "addDownloadJobMenuItem";
            this.addDownloadJobMenuItem.Size = new System.Drawing.Size(321, 22);
            this.addDownloadJobMenuItem.Text = "Add download job (Recurring integrations API)";
            this.addDownloadJobMenuItem.Click += new System.EventHandler(this.AddDownloadJobMenuItem_Click);
            // 
            // deleteJobButton
            // 
            this.deleteJobButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.deleteJobButton.Enabled = false;
            this.deleteJobButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.deleteJobButton.Name = "deleteJobButton";
            this.deleteJobButton.Size = new System.Drawing.Size(64, 22);
            this.deleteJobButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Delete_job;
            this.deleteJobButton.ToolTipText = global::RecurringIntegrationsScheduler.Properties.Resources.Delete_job;
            this.deleteJobButton.Click += new System.EventHandler(this.DeleteJobButton_Click);
            // 
            // editJobButton
            // 
            this.editJobButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.editJobButton.Enabled = false;
            this.editJobButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.editJobButton.Name = "editJobButton";
            this.editJobButton.Size = new System.Drawing.Size(51, 22);
            this.editJobButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Edit_job;
            this.editJobButton.Click += new System.EventHandler(this.EditJobButton_Click);
            // 
            // pauseResumeDropDownButton
            // 
            this.pauseResumeDropDownButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.pauseResumeDropDownButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.pauseJobToolStripMenuItem,
            this.pauseAllJobsToolStripMenuItem,
            this.resumeJobToolStripMenuItem,
            this.resumeAllJobsToolStripMenuItem});
            this.pauseResumeDropDownButton.Enabled = false;
            this.pauseResumeDropDownButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.pauseResumeDropDownButton.Name = "pauseResumeDropDownButton";
            this.pauseResumeDropDownButton.Size = new System.Drawing.Size(98, 22);
            this.pauseResumeDropDownButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Pause_Resume;
            // 
            // pauseJobToolStripMenuItem
            // 
            this.pauseJobToolStripMenuItem.Name = "pauseJobToolStripMenuItem";
            this.pauseJobToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.pauseJobToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Pause_job;
            this.pauseJobToolStripMenuItem.Click += new System.EventHandler(this.PauseJobToolStripMenuItem_Click);
            // 
            // pauseAllJobsToolStripMenuItem
            // 
            this.pauseAllJobsToolStripMenuItem.Name = "pauseAllJobsToolStripMenuItem";
            this.pauseAllJobsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.pauseAllJobsToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Pause_all_jobs;
            this.pauseAllJobsToolStripMenuItem.Click += new System.EventHandler(this.PauseAllJobsToolStripMenuItem_Click);
            // 
            // resumeJobToolStripMenuItem
            // 
            this.resumeJobToolStripMenuItem.Name = "resumeJobToolStripMenuItem";
            this.resumeJobToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.resumeJobToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Resume_job;
            this.resumeJobToolStripMenuItem.Click += new System.EventHandler(this.ResumeJobToolStripMenuItem_Click);
            // 
            // resumeAllJobsToolStripMenuItem
            // 
            this.resumeAllJobsToolStripMenuItem.Name = "resumeAllJobsToolStripMenuItem";
            this.resumeAllJobsToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
            this.resumeAllJobsToolStripMenuItem.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Resume_all_jobs;
            this.resumeAllJobsToolStripMenuItem.Click += new System.EventHandler(this.ResumeAllJobsToolStripMenuItem_Click);
            // 
            // refreshButton
            // 
            this.refreshButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.refreshButton.Enabled = false;
            this.refreshButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.refreshButton.Name = "refreshButton";
            this.refreshButton.Size = new System.Drawing.Size(97, 22);
            this.refreshButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Refresh_grid;
            this.refreshButton.Click += new System.EventHandler(this.RefreshButton_Click);
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(24, 24);
            // 
            // runJobNowButton
            // 
            this.runJobNowButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
            this.runJobNowButton.Enabled = false;
            this.runJobNowButton.Image = ((System.Drawing.Image)(resources.GetObject("runJobNowButton.Image")));
            this.runJobNowButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.runJobNowButton.Name = "runJobNowButton";
            this.runJobNowButton.Size = new System.Drawing.Size(81, 22);
            this.runJobNowButton.Text = "Run job now!";
            this.runJobNowButton.ToolTipText = "Run job now!";
            this.runJobNowButton.Click += new System.EventHandler(this.RunJobNowToolStripMenuItem_Click);
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(755, 328);
            this.Controls.Add(this.jobsDataGridView);
            this.Controls.Add(this.jobsToolStrip);
            this.Controls.Add(this.statusStrip);
            this.Controls.Add(this.mainMenuToolStrip);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize = new System.Drawing.Size(678, 245);
            this.Name = "MainForm";
            this.Text = "Recurring Integrations Scheduler";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Manager_FormClosing);
            this.mainMenuToolStrip.ResumeLayout(false);
            this.mainMenuToolStrip.PerformLayout();
            this.statusStrip.ResumeLayout(false);
            this.statusStrip.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.jobsDataGridView)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.jobsToolStrip.ResumeLayout(false);
            this.jobsToolStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }