From 07ab2fdc0d02924b50bb8472db4a5c18fcfcde44 Mon Sep 17 00:00:00 2001 From: Tomek Melissa Date: Tue, 17 Apr 2018 12:40:31 +0200 Subject: [PATCH] Cleaning up resources --- Scheduler/Forms/Connect.resx | 3 - Scheduler/Forms/DownloadJob.Designer.cs | 39 +- Scheduler/Forms/DownloadJob.resx | 43 -- Scheduler/Forms/ExportJob.Designer.cs | 36 +- Scheduler/Forms/ExportJob.resx | 46 -- Scheduler/Forms/ImportJob.Designer.cs | 538 ++++++++++++--------- Scheduler/Forms/ImportJob.resx | 115 ----- Scheduler/Forms/MainForm.resx | 201 -------- Scheduler/Forms/Parameters.resx | 60 --- Scheduler/Forms/UploadJob.Designer.cs | 46 +- Scheduler/Forms/UploadJob.resx | 101 ---- Scheduler/Properties/Resources.Designer.cs | 11 + Scheduler/Properties/Resources.resx | 5 + 13 files changed, 380 insertions(+), 864 deletions(-) diff --git a/Scheduler/Forms/Connect.resx b/Scheduler/Forms/Connect.resx index 8666fee..d58980a 100644 --- a/Scheduler/Forms/Connect.resx +++ b/Scheduler/Forms/Connect.resx @@ -117,7 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - \ No newline at end of file diff --git a/Scheduler/Forms/DownloadJob.Designer.cs b/Scheduler/Forms/DownloadJob.Designer.cs index 493c234..8c4bdb5 100644 --- a/Scheduler/Forms/DownloadJob.Designer.cs +++ b/Scheduler/Forms/DownloadJob.Designer.cs @@ -30,7 +30,6 @@ namespace RecurringIntegrationsScheduler.Forms /// private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DownloadJob)); this.jobDetailsGroupBox = new System.Windows.Forms.GroupBox(); this.deletePackageCheckBox = new System.Windows.Forms.CheckBox(); this.addTimestampCheckBox = new System.Windows.Forms.CheckBox(); @@ -70,7 +69,7 @@ namespace RecurringIntegrationsScheduler.Forms this.cronTriggerRadioButton = new System.Windows.Forms.RadioButton(); this.simpleTriggerRadioButton = new System.Windows.Forms.RadioButton(); this.buildCronLabel = new System.Windows.Forms.Label(); - this.cronTriggerInofTextBox = new System.Windows.Forms.TextBox(); + this.cronTriggerInfoTextBox = new System.Windows.Forms.TextBox(); this.cronmakerLinkLabel = new System.Windows.Forms.LinkLabel(); this.cronExpressionLabel = new System.Windows.Forms.Label(); this.cronExpressionTextBox = new System.Windows.Forms.TextBox(); @@ -442,7 +441,7 @@ namespace RecurringIntegrationsScheduler.Forms this.recurrenceGroupBox.Controls.Add(this.cronDocsLinkLabel); this.recurrenceGroupBox.Controls.Add(this.triggerTypePanel); this.recurrenceGroupBox.Controls.Add(this.buildCronLabel); - this.recurrenceGroupBox.Controls.Add(this.cronTriggerInofTextBox); + this.recurrenceGroupBox.Controls.Add(this.cronTriggerInfoTextBox); this.recurrenceGroupBox.Controls.Add(this.cronmakerLinkLabel); this.recurrenceGroupBox.Controls.Add(this.cronExpressionLabel); this.recurrenceGroupBox.Controls.Add(this.cronExpressionTextBox); @@ -553,18 +552,18 @@ namespace RecurringIntegrationsScheduler.Forms this.buildCronLabel.TabIndex = 26; this.buildCronLabel.Text = "Build cron expression at"; // - // cronTriggerInofTextBox + // cronTriggerInfoTextBox // - this.cronTriggerInofTextBox.BackColor = System.Drawing.SystemColors.Control; - this.cronTriggerInofTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.cronTriggerInofTextBox.Location = new System.Drawing.Point(14, 178); - this.cronTriggerInofTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.cronTriggerInofTextBox.Multiline = true; - this.cronTriggerInofTextBox.Name = "cronTriggerInofTextBox"; - this.cronTriggerInofTextBox.Size = new System.Drawing.Size(312, 238); - this.cronTriggerInofTextBox.TabIndex = 25; - this.cronTriggerInofTextBox.TabStop = false; - this.cronTriggerInofTextBox.Text = resources.GetString("cronTriggerInofTextBox.Text"); + this.cronTriggerInfoTextBox.BackColor = System.Drawing.SystemColors.Control; + this.cronTriggerInfoTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.cronTriggerInfoTextBox.Location = new System.Drawing.Point(14, 178); + this.cronTriggerInfoTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.cronTriggerInfoTextBox.Multiline = true; + this.cronTriggerInfoTextBox.Name = "cronTriggerInfoTextBox"; + this.cronTriggerInfoTextBox.Size = new System.Drawing.Size(312, 238); + this.cronTriggerInfoTextBox.TabIndex = 25; + this.cronTriggerInfoTextBox.TabStop = false; + this.cronTriggerInfoTextBox.Text = RecurringIntegrationsScheduler.Properties.Resources.cronTriggerInfo; // // cronmakerLinkLabel // @@ -674,7 +673,7 @@ namespace RecurringIntegrationsScheduler.Forms this.bottomToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cancelButton, this.addJobButton}); - this.bottomToolStrip.Location = new System.Drawing.Point(0, 802); + this.bottomToolStrip.Location = new System.Drawing.Point(0, 812); this.bottomToolStrip.Name = "bottomToolStrip"; this.bottomToolStrip.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0); this.bottomToolStrip.Size = new System.Drawing.Size(728, 32); @@ -685,7 +684,6 @@ namespace RecurringIntegrationsScheduler.Forms // this.cancelButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.cancelButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; - this.cancelButton.Image = ((System.Drawing.Image)(resources.GetObject("cancelButton.Image"))); this.cancelButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(67, 29); @@ -696,7 +694,6 @@ namespace RecurringIntegrationsScheduler.Forms // this.addJobButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.addJobButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; - this.addJobButton.Image = ((System.Drawing.Image)(resources.GetObject("addJobButton.Image"))); this.addJobButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.addJobButton.Name = "addJobButton"; this.addJobButton.Size = new System.Drawing.Size(146, 29); @@ -800,7 +797,7 @@ namespace RecurringIntegrationsScheduler.Forms // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(728, 834); + this.ClientSize = new System.Drawing.Size(728, 844); this.Controls.Add(this.groupBoxExceptions); this.Controls.Add(this.retryPolicyGroupBox); this.Controls.Add(this.bottomToolStrip); @@ -810,9 +807,9 @@ namespace RecurringIntegrationsScheduler.Forms this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(750, 890); + this.MaximumSize = new System.Drawing.Size(750, 900); this.MinimizeBox = false; - this.MinimumSize = new System.Drawing.Size(750, 890); + this.MinimumSize = new System.Drawing.Size(750, 900); this.Name = "DownloadJob"; this.ShowIcon = false; this.ShowInTaskbar = false; @@ -874,7 +871,7 @@ namespace RecurringIntegrationsScheduler.Forms private System.Windows.Forms.Label hoursLabel; private System.Windows.Forms.Label startAtLabel; private System.Windows.Forms.Label buildCronLabel; - private System.Windows.Forms.TextBox cronTriggerInofTextBox; + private System.Windows.Forms.TextBox cronTriggerInfoTextBox; private System.Windows.Forms.LinkLabel cronmakerLinkLabel; private System.Windows.Forms.Label cronExpressionLabel; private System.Windows.Forms.TextBox cronExpressionTextBox; diff --git a/Scheduler/Forms/DownloadJob.resx b/Scheduler/Forms/DownloadJob.resx index 1d6823f..1af7de1 100644 --- a/Scheduler/Forms/DownloadJob.resx +++ b/Scheduler/Forms/DownloadJob.resx @@ -117,47 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 17 - - - With cron expression you can specify schedules such as “every Friday at noon”, or “every weekday and 9:30 am”, or even “every 5 minutes between 9:00 am and 10:00 am on every Monday, Wednesday and Friday during January”. - -Default example above means: Each working day of the week (MON-FRI) run every 15 minutes (0/15) between 8:00 and 18:45 (8-18 - last run will be at 18:45) - - - - 180, 17 - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - \ No newline at end of file diff --git a/Scheduler/Forms/ExportJob.Designer.cs b/Scheduler/Forms/ExportJob.Designer.cs index d8881aa..5c2659e 100644 --- a/Scheduler/Forms/ExportJob.Designer.cs +++ b/Scheduler/Forms/ExportJob.Designer.cs @@ -74,7 +74,7 @@ namespace RecurringIntegrationsScheduler.Forms this.cronTriggerRadioButton = new System.Windows.Forms.RadioButton(); this.simpleTriggerRadioButton = new System.Windows.Forms.RadioButton(); this.buildCronLabel = new System.Windows.Forms.Label(); - this.cronTriggerInofTextBox = new System.Windows.Forms.TextBox(); + this.cronTriggerInfoTextBox = new System.Windows.Forms.TextBox(); this.cronmakerLinkLabel = new System.Windows.Forms.LinkLabel(); this.cronExpressionLabel = new System.Windows.Forms.Label(); this.cronExpressionTextBox = new System.Windows.Forms.TextBox(); @@ -502,7 +502,7 @@ namespace RecurringIntegrationsScheduler.Forms this.recurrenceGroupBox.Controls.Add(this.cronDocsLinkLabel); this.recurrenceGroupBox.Controls.Add(this.triggerTypePanel); this.recurrenceGroupBox.Controls.Add(this.buildCronLabel); - this.recurrenceGroupBox.Controls.Add(this.cronTriggerInofTextBox); + this.recurrenceGroupBox.Controls.Add(this.cronTriggerInfoTextBox); this.recurrenceGroupBox.Controls.Add(this.cronmakerLinkLabel); this.recurrenceGroupBox.Controls.Add(this.cronExpressionLabel); this.recurrenceGroupBox.Controls.Add(this.cronExpressionTextBox); @@ -613,18 +613,18 @@ namespace RecurringIntegrationsScheduler.Forms this.buildCronLabel.TabIndex = 26; this.buildCronLabel.Text = "Build cron expression at"; // - // cronTriggerInofTextBox + // cronTriggerInfoTextBox // - this.cronTriggerInofTextBox.BackColor = System.Drawing.SystemColors.Control; - this.cronTriggerInofTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.cronTriggerInofTextBox.Location = new System.Drawing.Point(14, 178); - this.cronTriggerInofTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.cronTriggerInofTextBox.Multiline = true; - this.cronTriggerInofTextBox.Name = "cronTriggerInofTextBox"; - this.cronTriggerInofTextBox.Size = new System.Drawing.Size(312, 238); - this.cronTriggerInofTextBox.TabIndex = 25; - this.cronTriggerInofTextBox.TabStop = false; - this.cronTriggerInofTextBox.Text = resources.GetString("cronTriggerInofTextBox.Text"); + this.cronTriggerInfoTextBox.BackColor = System.Drawing.SystemColors.Control; + this.cronTriggerInfoTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.cronTriggerInfoTextBox.Location = new System.Drawing.Point(14, 178); + this.cronTriggerInfoTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.cronTriggerInfoTextBox.Multiline = true; + this.cronTriggerInfoTextBox.Name = "cronTriggerInfoTextBox"; + this.cronTriggerInfoTextBox.Size = new System.Drawing.Size(312, 238); + this.cronTriggerInfoTextBox.TabIndex = 25; + this.cronTriggerInfoTextBox.TabStop = false; + this.cronTriggerInfoTextBox.Text = RecurringIntegrationsScheduler.Properties.Resources.cronTriggerInfo; // // cronmakerLinkLabel // @@ -734,7 +734,7 @@ namespace RecurringIntegrationsScheduler.Forms this.bottomToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cancelButton, this.addJobButton}); - this.bottomToolStrip.Location = new System.Drawing.Point(0, 670); + this.bottomToolStrip.Location = new System.Drawing.Point(0, 677); this.bottomToolStrip.Name = "bottomToolStrip"; this.bottomToolStrip.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0); this.bottomToolStrip.Size = new System.Drawing.Size(1074, 32); @@ -859,7 +859,7 @@ namespace RecurringIntegrationsScheduler.Forms // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1074, 702); + this.ClientSize = new System.Drawing.Size(1074, 709); this.Controls.Add(this.groupBoxExceptions); this.Controls.Add(this.retryPolicyGroupBox); this.Controls.Add(this.bottomToolStrip); @@ -869,9 +869,9 @@ namespace RecurringIntegrationsScheduler.Forms this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(1096, 758); + this.MaximumSize = new System.Drawing.Size(1096, 765); this.MinimizeBox = false; - this.MinimumSize = new System.Drawing.Size(1096, 758); + this.MinimumSize = new System.Drawing.Size(1096, 765); this.Name = "ExportJob"; this.ShowIcon = false; this.ShowInTaskbar = false; @@ -932,7 +932,7 @@ namespace RecurringIntegrationsScheduler.Forms private System.Windows.Forms.Label hoursLabel; private System.Windows.Forms.Label startAtLabel; private System.Windows.Forms.Label buildCronLabel; - private System.Windows.Forms.TextBox cronTriggerInofTextBox; + private System.Windows.Forms.TextBox cronTriggerInfoTextBox; private System.Windows.Forms.LinkLabel cronmakerLinkLabel; private System.Windows.Forms.Label cronExpressionLabel; private System.Windows.Forms.TextBox cronExpressionTextBox; diff --git a/Scheduler/Forms/ExportJob.resx b/Scheduler/Forms/ExportJob.resx index 9da0219..1af7de1 100644 --- a/Scheduler/Forms/ExportJob.resx +++ b/Scheduler/Forms/ExportJob.resx @@ -117,50 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 17 - - - With cron expression you can specify schedules such as “every Friday at noon”, or “every weekday and 9:30 am”, or even “every 5 minutes between 9:00 am and 10:00 am on every Monday, Wednesday and Friday during January”. - -Default example above means: Each working day of the week (MON-FRI) run every 15 minutes (0/15) between 8:00 and 18:45 (8-18 - last run will be at 18:45) - - - - 180, 17 - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - 29 - \ No newline at end of file diff --git a/Scheduler/Forms/ImportJob.Designer.cs b/Scheduler/Forms/ImportJob.Designer.cs index 870930f..555bc12 100644 --- a/Scheduler/Forms/ImportJob.Designer.cs +++ b/Scheduler/Forms/ImportJob.Designer.cs @@ -85,7 +85,7 @@ namespace RecurringIntegrationsScheduler.Forms this.upJobCronTriggerRadioButton = new System.Windows.Forms.RadioButton(); this.upJobSimpleTriggerRadioButton = new System.Windows.Forms.RadioButton(); this.buildCronLabel = new System.Windows.Forms.Label(); - this.cronTriggerInofTextBox = new System.Windows.Forms.TextBox(); + this.cronTriggerInfoTextBox = new System.Windows.Forms.TextBox(); this.cronmakerLinkLabel = new System.Windows.Forms.LinkLabel(); this.upJobCronExpressionLabel = new System.Windows.Forms.Label(); this.upJobCronExpressionTextBox = new System.Windows.Forms.TextBox(); @@ -185,9 +185,11 @@ namespace RecurringIntegrationsScheduler.Forms this.jobDetailsGroupBox.Controls.Add(this.jobGroupLabel); this.jobDetailsGroupBox.Controls.Add(this.jobName); this.jobDetailsGroupBox.Controls.Add(this.jobNameLabel); - this.jobDetailsGroupBox.Location = new System.Drawing.Point(13, 13); + this.jobDetailsGroupBox.Location = new System.Drawing.Point(20, 20); + this.jobDetailsGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.jobDetailsGroupBox.Name = "jobDetailsGroupBox"; - this.jobDetailsGroupBox.Size = new System.Drawing.Size(229, 480); + this.jobDetailsGroupBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.jobDetailsGroupBox.Size = new System.Drawing.Size(344, 738); this.jobDetailsGroupBox.TabIndex = 0; this.jobDetailsGroupBox.TabStop = false; this.jobDetailsGroupBox.Text = "Job details"; @@ -195,11 +197,11 @@ namespace RecurringIntegrationsScheduler.Forms // PackageTemplateFileBrowserButton // this.PackageTemplateFileBrowserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.PackageTemplateFileBrowserButton.Image = ((System.Drawing.Image)(resources.GetObject("PackageTemplateFileBrowserButton.Image"))); - this.PackageTemplateFileBrowserButton.Location = new System.Drawing.Point(200, 404); + this.PackageTemplateFileBrowserButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Folder_open_32xMD_exp; + this.PackageTemplateFileBrowserButton.Location = new System.Drawing.Point(300, 622); this.PackageTemplateFileBrowserButton.Margin = new System.Windows.Forms.Padding(0); this.PackageTemplateFileBrowserButton.Name = "PackageTemplateFileBrowserButton"; - this.PackageTemplateFileBrowserButton.Size = new System.Drawing.Size(24, 26); + this.PackageTemplateFileBrowserButton.Size = new System.Drawing.Size(36, 40); this.PackageTemplateFileBrowserButton.TabIndex = 29; this.PackageTemplateFileBrowserButton.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.PackageTemplateFileBrowserButton.UseVisualStyleBackColor = true; @@ -207,17 +209,19 @@ namespace RecurringIntegrationsScheduler.Forms // // packageTemplateTextBox // - this.packageTemplateTextBox.Location = new System.Drawing.Point(11, 408); + this.packageTemplateTextBox.Location = new System.Drawing.Point(16, 628); + this.packageTemplateTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.packageTemplateTextBox.Name = "packageTemplateTextBox"; - this.packageTemplateTextBox.Size = new System.Drawing.Size(187, 20); + this.packageTemplateTextBox.Size = new System.Drawing.Size(278, 26); this.packageTemplateTextBox.TabIndex = 28; // // PackageTemplateLabel // this.PackageTemplateLabel.AutoSize = true; - this.PackageTemplateLabel.Location = new System.Drawing.Point(8, 391); + this.PackageTemplateLabel.Location = new System.Drawing.Point(12, 602); + this.PackageTemplateLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.PackageTemplateLabel.Name = "PackageTemplateLabel"; - this.PackageTemplateLabel.Size = new System.Drawing.Size(106, 15); + this.PackageTemplateLabel.Size = new System.Drawing.Size(137, 20); this.PackageTemplateLabel.TabIndex = 10; this.PackageTemplateLabel.Text = "Package template"; // @@ -225,11 +229,11 @@ namespace RecurringIntegrationsScheduler.Forms // this.processingErrorsFolderBrowserButton.Enabled = false; this.processingErrorsFolderBrowserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.processingErrorsFolderBrowserButton.Image = ((System.Drawing.Image)(resources.GetObject("processingErrorsFolderBrowserButton.Image"))); - this.processingErrorsFolderBrowserButton.Location = new System.Drawing.Point(200, 368); + this.processingErrorsFolderBrowserButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Folder_open_32xMD_exp; + this.processingErrorsFolderBrowserButton.Location = new System.Drawing.Point(300, 566); this.processingErrorsFolderBrowserButton.Margin = new System.Windows.Forms.Padding(0); this.processingErrorsFolderBrowserButton.Name = "processingErrorsFolderBrowserButton"; - this.processingErrorsFolderBrowserButton.Size = new System.Drawing.Size(24, 26); + this.processingErrorsFolderBrowserButton.Size = new System.Drawing.Size(36, 40); this.processingErrorsFolderBrowserButton.TabIndex = 27; this.processingErrorsFolderBrowserButton.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.processingErrorsFolderBrowserButton.UseVisualStyleBackColor = true; @@ -238,26 +242,29 @@ namespace RecurringIntegrationsScheduler.Forms // processingErrorsFolderTextBox // this.processingErrorsFolderTextBox.Enabled = false; - this.processingErrorsFolderTextBox.Location = new System.Drawing.Point(11, 372); + this.processingErrorsFolderTextBox.Location = new System.Drawing.Point(16, 572); + this.processingErrorsFolderTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.processingErrorsFolderTextBox.Name = "processingErrorsFolderTextBox"; - this.processingErrorsFolderTextBox.Size = new System.Drawing.Size(187, 20); + this.processingErrorsFolderTextBox.Size = new System.Drawing.Size(278, 26); this.processingErrorsFolderTextBox.TabIndex = 26; // // processingErrorsFolderLabel // this.processingErrorsFolderLabel.AutoSize = true; - this.processingErrorsFolderLabel.Location = new System.Drawing.Point(8, 354); + this.processingErrorsFolderLabel.Location = new System.Drawing.Point(12, 545); + this.processingErrorsFolderLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.processingErrorsFolderLabel.Name = "processingErrorsFolderLabel"; - this.processingErrorsFolderLabel.Size = new System.Drawing.Size(137, 15); + this.processingErrorsFolderLabel.Size = new System.Drawing.Size(176, 20); this.processingErrorsFolderLabel.TabIndex = 9; this.processingErrorsFolderLabel.Text = "Processing errors folder"; // // statusFileExtensionTextBox // this.statusFileExtensionTextBox.Enabled = false; - this.statusFileExtensionTextBox.Location = new System.Drawing.Point(145, 456); + this.statusFileExtensionTextBox.Location = new System.Drawing.Point(218, 702); + this.statusFileExtensionTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.statusFileExtensionTextBox.Name = "statusFileExtensionTextBox"; - this.statusFileExtensionTextBox.Size = new System.Drawing.Size(81, 20); + this.statusFileExtensionTextBox.Size = new System.Drawing.Size(120, 26); this.statusFileExtensionTextBox.TabIndex = 31; this.statusFileExtensionTextBox.Text = ".Status"; this.statusFileExtensionTextBox.Leave += new System.EventHandler(this.StatusFileExtensionTextBox_Leave); @@ -265,25 +272,28 @@ namespace RecurringIntegrationsScheduler.Forms // statusFileExtensionLabel // this.statusFileExtensionLabel.AutoSize = true; - this.statusFileExtensionLabel.Location = new System.Drawing.Point(38, 460); + this.statusFileExtensionLabel.Location = new System.Drawing.Point(57, 708); + this.statusFileExtensionLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.statusFileExtensionLabel.Name = "statusFileExtensionLabel"; - this.statusFileExtensionLabel.Size = new System.Drawing.Size(116, 15); + this.statusFileExtensionLabel.Size = new System.Drawing.Size(152, 20); this.statusFileExtensionLabel.TabIndex = 12; this.statusFileExtensionLabel.Text = "Status file extension"; // // legalEntityTextBox // - this.legalEntityTextBox.Location = new System.Drawing.Point(145, 433); + this.legalEntityTextBox.Location = new System.Drawing.Point(218, 666); + this.legalEntityTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.legalEntityTextBox.Name = "legalEntityTextBox"; - this.legalEntityTextBox.Size = new System.Drawing.Size(81, 20); + this.legalEntityTextBox.Size = new System.Drawing.Size(120, 26); this.legalEntityTextBox.TabIndex = 30; // // LegalEntityLabel // this.LegalEntityLabel.AutoSize = true; - this.LegalEntityLabel.Location = new System.Drawing.Point(79, 435); + this.LegalEntityLabel.Location = new System.Drawing.Point(118, 669); + this.LegalEntityLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.LegalEntityLabel.Name = "LegalEntityLabel"; - this.LegalEntityLabel.Size = new System.Drawing.Size(69, 15); + this.LegalEntityLabel.Size = new System.Drawing.Size(90, 20); this.LegalEntityLabel.TabIndex = 11; this.LegalEntityLabel.Text = "Legal entity"; // @@ -291,11 +301,11 @@ namespace RecurringIntegrationsScheduler.Forms // this.inputFolderBrowserButton.Enabled = false; this.inputFolderBrowserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.inputFolderBrowserButton.Image = ((System.Drawing.Image)(resources.GetObject("inputFolderBrowserButton.Image"))); - this.inputFolderBrowserButton.Location = new System.Drawing.Point(200, 209); + this.inputFolderBrowserButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Folder_open_32xMD_exp; + this.inputFolderBrowserButton.Location = new System.Drawing.Point(300, 322); this.inputFolderBrowserButton.Margin = new System.Windows.Forms.Padding(0); this.inputFolderBrowserButton.Name = "inputFolderBrowserButton"; - this.inputFolderBrowserButton.Size = new System.Drawing.Size(24, 26); + this.inputFolderBrowserButton.Size = new System.Drawing.Size(36, 40); this.inputFolderBrowserButton.TabIndex = 19; this.inputFolderBrowserButton.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.inputFolderBrowserButton.UseVisualStyleBackColor = true; @@ -304,17 +314,19 @@ namespace RecurringIntegrationsScheduler.Forms // inputFolderTextBox // this.inputFolderTextBox.Enabled = false; - this.inputFolderTextBox.Location = new System.Drawing.Point(11, 213); + this.inputFolderTextBox.Location = new System.Drawing.Point(16, 328); + this.inputFolderTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.inputFolderTextBox.Name = "inputFolderTextBox"; - this.inputFolderTextBox.Size = new System.Drawing.Size(187, 20); + this.inputFolderTextBox.Size = new System.Drawing.Size(278, 26); this.inputFolderTextBox.TabIndex = 18; // // inputFolderLabel // this.inputFolderLabel.AutoSize = true; - this.inputFolderLabel.Location = new System.Drawing.Point(8, 195); + this.inputFolderLabel.Location = new System.Drawing.Point(12, 300); + this.inputFolderLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.inputFolderLabel.Name = "inputFolderLabel"; - this.inputFolderLabel.Size = new System.Drawing.Size(88, 15); + this.inputFolderLabel.Size = new System.Drawing.Size(116, 20); this.inputFolderLabel.TabIndex = 5; this.inputFolderLabel.Text = "Input subfolder"; // @@ -322,11 +334,11 @@ namespace RecurringIntegrationsScheduler.Forms // this.processingSuccessFolderBrowserButton.Enabled = false; this.processingSuccessFolderBrowserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.processingSuccessFolderBrowserButton.Image = ((System.Drawing.Image)(resources.GetObject("processingSuccessFolderBrowserButton.Image"))); - this.processingSuccessFolderBrowserButton.Location = new System.Drawing.Point(200, 328); + this.processingSuccessFolderBrowserButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Folder_open_32xMD_exp; + this.processingSuccessFolderBrowserButton.Location = new System.Drawing.Point(300, 505); this.processingSuccessFolderBrowserButton.Margin = new System.Windows.Forms.Padding(0); this.processingSuccessFolderBrowserButton.Name = "processingSuccessFolderBrowserButton"; - this.processingSuccessFolderBrowserButton.Size = new System.Drawing.Size(24, 26); + this.processingSuccessFolderBrowserButton.Size = new System.Drawing.Size(36, 40); this.processingSuccessFolderBrowserButton.TabIndex = 25; this.processingSuccessFolderBrowserButton.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.processingSuccessFolderBrowserButton.UseVisualStyleBackColor = true; @@ -335,17 +347,19 @@ namespace RecurringIntegrationsScheduler.Forms // processingSuccessFolderTextBox // this.processingSuccessFolderTextBox.Enabled = false; - this.processingSuccessFolderTextBox.Location = new System.Drawing.Point(11, 332); + this.processingSuccessFolderTextBox.Location = new System.Drawing.Point(16, 511); + this.processingSuccessFolderTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.processingSuccessFolderTextBox.Name = "processingSuccessFolderTextBox"; - this.processingSuccessFolderTextBox.Size = new System.Drawing.Size(187, 20); + this.processingSuccessFolderTextBox.Size = new System.Drawing.Size(278, 26); this.processingSuccessFolderTextBox.TabIndex = 24; // // processingSuccessFolderLabel // this.processingSuccessFolderLabel.AutoSize = true; - this.processingSuccessFolderLabel.Location = new System.Drawing.Point(8, 315); + this.processingSuccessFolderLabel.Location = new System.Drawing.Point(12, 485); + this.processingSuccessFolderLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.processingSuccessFolderLabel.Name = "processingSuccessFolderLabel"; - this.processingSuccessFolderLabel.Size = new System.Drawing.Size(149, 15); + this.processingSuccessFolderLabel.Size = new System.Drawing.Size(193, 20); this.processingSuccessFolderLabel.TabIndex = 8; this.processingSuccessFolderLabel.Text = "Processing success folder"; // @@ -353,11 +367,11 @@ namespace RecurringIntegrationsScheduler.Forms // this.uploadSuccessFolderBrowserButton.Enabled = false; this.uploadSuccessFolderBrowserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.uploadSuccessFolderBrowserButton.Image = ((System.Drawing.Image)(resources.GetObject("uploadSuccessFolderBrowserButton.Image"))); - this.uploadSuccessFolderBrowserButton.Location = new System.Drawing.Point(200, 248); + this.uploadSuccessFolderBrowserButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Folder_open_32xMD_exp; + this.uploadSuccessFolderBrowserButton.Location = new System.Drawing.Point(300, 382); this.uploadSuccessFolderBrowserButton.Margin = new System.Windows.Forms.Padding(0); this.uploadSuccessFolderBrowserButton.Name = "uploadSuccessFolderBrowserButton"; - this.uploadSuccessFolderBrowserButton.Size = new System.Drawing.Size(24, 26); + this.uploadSuccessFolderBrowserButton.Size = new System.Drawing.Size(36, 40); this.uploadSuccessFolderBrowserButton.TabIndex = 21; this.uploadSuccessFolderBrowserButton.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.uploadSuccessFolderBrowserButton.UseVisualStyleBackColor = true; @@ -366,17 +380,19 @@ namespace RecurringIntegrationsScheduler.Forms // uploadSuccessFolderTextBox // this.uploadSuccessFolderTextBox.Enabled = false; - this.uploadSuccessFolderTextBox.Location = new System.Drawing.Point(11, 253); + this.uploadSuccessFolderTextBox.Location = new System.Drawing.Point(16, 389); + this.uploadSuccessFolderTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uploadSuccessFolderTextBox.Name = "uploadSuccessFolderTextBox"; - this.uploadSuccessFolderTextBox.Size = new System.Drawing.Size(187, 20); + this.uploadSuccessFolderTextBox.Size = new System.Drawing.Size(278, 26); this.uploadSuccessFolderTextBox.TabIndex = 20; // // uploadSuccessFolderLabel // this.uploadSuccessFolderLabel.AutoSize = true; - this.uploadSuccessFolderLabel.Location = new System.Drawing.Point(8, 235); + this.uploadSuccessFolderLabel.Location = new System.Drawing.Point(12, 362); + this.uploadSuccessFolderLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.uploadSuccessFolderLabel.Name = "uploadSuccessFolderLabel"; - this.uploadSuccessFolderLabel.Size = new System.Drawing.Size(128, 15); + this.uploadSuccessFolderLabel.Size = new System.Drawing.Size(166, 20); this.uploadSuccessFolderLabel.TabIndex = 6; this.uploadSuccessFolderLabel.Text = "Upload success folder"; // @@ -385,9 +401,10 @@ namespace RecurringIntegrationsScheduler.Forms this.useStandardSubfolder.AutoSize = true; this.useStandardSubfolder.Checked = true; this.useStandardSubfolder.CheckState = System.Windows.Forms.CheckState.Checked; - this.useStandardSubfolder.Location = new System.Drawing.Point(11, 174); + this.useStandardSubfolder.Location = new System.Drawing.Point(16, 268); + this.useStandardSubfolder.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.useStandardSubfolder.Name = "useStandardSubfolder"; - this.useStandardSubfolder.Size = new System.Drawing.Size(192, 19); + this.useStandardSubfolder.Size = new System.Drawing.Size(247, 24); this.useStandardSubfolder.TabIndex = 4; this.useStandardSubfolder.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Use_default_subfolders_names; this.useStandardSubfolder.UseVisualStyleBackColor = true; @@ -398,10 +415,10 @@ namespace RecurringIntegrationsScheduler.Forms this.uploadErrorsFolderBrowserButton.Enabled = false; this.uploadErrorsFolderBrowserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.uploadErrorsFolderBrowserButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Folder_open_32xMD_exp; - this.uploadErrorsFolderBrowserButton.Location = new System.Drawing.Point(200, 289); + this.uploadErrorsFolderBrowserButton.Location = new System.Drawing.Point(300, 445); this.uploadErrorsFolderBrowserButton.Margin = new System.Windows.Forms.Padding(0); this.uploadErrorsFolderBrowserButton.Name = "uploadErrorsFolderBrowserButton"; - this.uploadErrorsFolderBrowserButton.Size = new System.Drawing.Size(24, 26); + this.uploadErrorsFolderBrowserButton.Size = new System.Drawing.Size(36, 40); this.uploadErrorsFolderBrowserButton.TabIndex = 23; this.uploadErrorsFolderBrowserButton.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.uploadErrorsFolderBrowserButton.UseVisualStyleBackColor = true; @@ -410,28 +427,30 @@ namespace RecurringIntegrationsScheduler.Forms // uploadErrorsFolderTextBox // this.uploadErrorsFolderTextBox.Enabled = false; - this.uploadErrorsFolderTextBox.Location = new System.Drawing.Point(11, 292); + this.uploadErrorsFolderTextBox.Location = new System.Drawing.Point(16, 449); + this.uploadErrorsFolderTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uploadErrorsFolderTextBox.Name = "uploadErrorsFolderTextBox"; - this.uploadErrorsFolderTextBox.Size = new System.Drawing.Size(187, 20); + this.uploadErrorsFolderTextBox.Size = new System.Drawing.Size(278, 26); this.uploadErrorsFolderTextBox.TabIndex = 22; // // uploadErrorsFolderLabel // this.uploadErrorsFolderLabel.AutoSize = true; - this.uploadErrorsFolderLabel.Location = new System.Drawing.Point(8, 274); + this.uploadErrorsFolderLabel.Location = new System.Drawing.Point(12, 422); + this.uploadErrorsFolderLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.uploadErrorsFolderLabel.Name = "uploadErrorsFolderLabel"; - this.uploadErrorsFolderLabel.Size = new System.Drawing.Size(116, 15); + this.uploadErrorsFolderLabel.Size = new System.Drawing.Size(149, 20); this.uploadErrorsFolderLabel.TabIndex = 7; this.uploadErrorsFolderLabel.Text = "Upload errors folder"; // // topUploadFolderBrowserButton // this.topUploadFolderBrowserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.topUploadFolderBrowserButton.Image = ((System.Drawing.Image)(resources.GetObject("topUploadFolderBrowserButton.Image"))); - this.topUploadFolderBrowserButton.Location = new System.Drawing.Point(200, 148); + this.topUploadFolderBrowserButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Folder_open_32xMD_exp; + this.topUploadFolderBrowserButton.Location = new System.Drawing.Point(300, 228); this.topUploadFolderBrowserButton.Margin = new System.Windows.Forms.Padding(0); this.topUploadFolderBrowserButton.Name = "topUploadFolderBrowserButton"; - this.topUploadFolderBrowserButton.Size = new System.Drawing.Size(24, 26); + this.topUploadFolderBrowserButton.Size = new System.Drawing.Size(36, 40); this.topUploadFolderBrowserButton.TabIndex = 17; this.topUploadFolderBrowserButton.TextAlign = System.Drawing.ContentAlignment.TopLeft; this.topUploadFolderBrowserButton.UseVisualStyleBackColor = true; @@ -439,35 +458,39 @@ namespace RecurringIntegrationsScheduler.Forms // // topUploadFolderTextBox // - this.topUploadFolderTextBox.Location = new System.Drawing.Point(11, 152); + this.topUploadFolderTextBox.Location = new System.Drawing.Point(16, 234); + this.topUploadFolderTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.topUploadFolderTextBox.Name = "topUploadFolderTextBox"; - this.topUploadFolderTextBox.Size = new System.Drawing.Size(187, 20); + this.topUploadFolderTextBox.Size = new System.Drawing.Size(278, 26); this.topUploadFolderTextBox.TabIndex = 16; this.topUploadFolderTextBox.TextChanged += new System.EventHandler(this.TopUploadFolder_TextChanged); // // topUploadFolderLabel // this.topUploadFolderLabel.AutoSize = true; - this.topUploadFolderLabel.Location = new System.Drawing.Point(8, 134); + this.topUploadFolderLabel.Location = new System.Drawing.Point(12, 206); + this.topUploadFolderLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.topUploadFolderLabel.Name = "topUploadFolderLabel"; - this.topUploadFolderLabel.Size = new System.Drawing.Size(103, 15); + this.topUploadFolderLabel.Size = new System.Drawing.Size(132, 20); this.topUploadFolderLabel.TabIndex = 3; this.topUploadFolderLabel.Text = "Top upload folder"; // // jobDescription // - this.jobDescription.Location = new System.Drawing.Point(12, 94); + this.jobDescription.Location = new System.Drawing.Point(18, 145); + this.jobDescription.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.jobDescription.Multiline = true; this.jobDescription.Name = "jobDescription"; - this.jobDescription.Size = new System.Drawing.Size(211, 36); + this.jobDescription.Size = new System.Drawing.Size(314, 53); this.jobDescription.TabIndex = 15; // // jobDescriptionLabel // this.jobDescriptionLabel.AutoSize = true; - this.jobDescriptionLabel.Location = new System.Drawing.Point(8, 77); + this.jobDescriptionLabel.Location = new System.Drawing.Point(12, 118); + this.jobDescriptionLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.jobDescriptionLabel.Name = "jobDescriptionLabel"; - this.jobDescriptionLabel.Size = new System.Drawing.Size(69, 15); + this.jobDescriptionLabel.Size = new System.Drawing.Size(89, 20); this.jobDescriptionLabel.TabIndex = 2; this.jobDescriptionLabel.Text = "Description"; // @@ -475,34 +498,38 @@ namespace RecurringIntegrationsScheduler.Forms // this.jobGroupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.jobGroupComboBox.FormattingEnabled = true; - this.jobGroupComboBox.Location = new System.Drawing.Point(50, 49); + this.jobGroupComboBox.Location = new System.Drawing.Point(75, 75); + this.jobGroupComboBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.jobGroupComboBox.Name = "jobGroupComboBox"; - this.jobGroupComboBox.Size = new System.Drawing.Size(173, 21); + this.jobGroupComboBox.Size = new System.Drawing.Size(258, 28); this.jobGroupComboBox.Sorted = true; this.jobGroupComboBox.TabIndex = 14; // // jobGroupLabel // this.jobGroupLabel.AutoSize = true; - this.jobGroupLabel.Location = new System.Drawing.Point(8, 52); + this.jobGroupLabel.Location = new System.Drawing.Point(12, 80); + this.jobGroupLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.jobGroupLabel.Name = "jobGroupLabel"; - this.jobGroupLabel.Size = new System.Drawing.Size(41, 15); + this.jobGroupLabel.Size = new System.Drawing.Size(54, 20); this.jobGroupLabel.TabIndex = 1; this.jobGroupLabel.Text = "Group"; // // jobName // - this.jobName.Location = new System.Drawing.Point(50, 17); + this.jobName.Location = new System.Drawing.Point(75, 26); + this.jobName.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.jobName.Name = "jobName"; - this.jobName.Size = new System.Drawing.Size(173, 20); + this.jobName.Size = new System.Drawing.Size(258, 26); this.jobName.TabIndex = 13; // // jobNameLabel // this.jobNameLabel.AutoSize = true; - this.jobNameLabel.Location = new System.Drawing.Point(8, 20); + this.jobNameLabel.Location = new System.Drawing.Point(12, 31); + this.jobNameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.jobNameLabel.Name = "jobNameLabel"; - this.jobNameLabel.Size = new System.Drawing.Size(41, 15); + this.jobNameLabel.Size = new System.Drawing.Size(51, 20); this.jobNameLabel.TabIndex = 0; this.jobNameLabel.Text = "Name"; // @@ -515,9 +542,11 @@ namespace RecurringIntegrationsScheduler.Forms this.axDetailsGroupBox.Controls.Add(this.userComboBox); this.axDetailsGroupBox.Controls.Add(this.instanceLabel); this.axDetailsGroupBox.Controls.Add(this.instanceComboBox); - this.axDetailsGroupBox.Location = new System.Drawing.Point(250, 211); + this.axDetailsGroupBox.Location = new System.Drawing.Point(375, 325); + this.axDetailsGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.axDetailsGroupBox.Name = "axDetailsGroupBox"; - this.axDetailsGroupBox.Size = new System.Drawing.Size(230, 131); + this.axDetailsGroupBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.axDetailsGroupBox.Size = new System.Drawing.Size(345, 202); this.axDetailsGroupBox.TabIndex = 3; this.axDetailsGroupBox.TabStop = false; this.axDetailsGroupBox.Text = "Dynamics details"; @@ -525,9 +554,10 @@ namespace RecurringIntegrationsScheduler.Forms // aadApplicationLabel // this.aadApplicationLabel.AutoSize = true; - this.aadApplicationLabel.Location = new System.Drawing.Point(12, 79); + this.aadApplicationLabel.Location = new System.Drawing.Point(18, 122); + this.aadApplicationLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.aadApplicationLabel.Name = "aadApplicationLabel"; - this.aadApplicationLabel.Size = new System.Drawing.Size(93, 15); + this.aadApplicationLabel.Size = new System.Drawing.Size(123, 20); this.aadApplicationLabel.TabIndex = 1; this.aadApplicationLabel.Text = "AAD application"; // @@ -535,26 +565,29 @@ namespace RecurringIntegrationsScheduler.Forms // this.aadApplicationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.aadApplicationComboBox.FormattingEnabled = true; - this.aadApplicationComboBox.Location = new System.Drawing.Point(103, 77); + this.aadApplicationComboBox.Location = new System.Drawing.Point(154, 118); + this.aadApplicationComboBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.aadApplicationComboBox.Name = "aadApplicationComboBox"; - this.aadApplicationComboBox.Size = new System.Drawing.Size(121, 21); + this.aadApplicationComboBox.Size = new System.Drawing.Size(180, 28); this.aadApplicationComboBox.TabIndex = 4; // // authMethodPanel // this.authMethodPanel.Controls.Add(this.serviceAuthRadioButton); this.authMethodPanel.Controls.Add(this.userAuthRadioButton); - this.authMethodPanel.Location = new System.Drawing.Point(7, 45); + this.authMethodPanel.Location = new System.Drawing.Point(10, 69); + this.authMethodPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.authMethodPanel.Name = "authMethodPanel"; - this.authMethodPanel.Size = new System.Drawing.Size(215, 25); + this.authMethodPanel.Size = new System.Drawing.Size(322, 38); this.authMethodPanel.TabIndex = 30; // // serviceAuthRadioButton // this.serviceAuthRadioButton.AutoSize = true; - this.serviceAuthRadioButton.Location = new System.Drawing.Point(118, 3); + this.serviceAuthRadioButton.Location = new System.Drawing.Point(177, 5); + this.serviceAuthRadioButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.serviceAuthRadioButton.Name = "serviceAuthRadioButton"; - this.serviceAuthRadioButton.Size = new System.Drawing.Size(95, 19); + this.serviceAuthRadioButton.Size = new System.Drawing.Size(122, 24); this.serviceAuthRadioButton.TabIndex = 1; this.serviceAuthRadioButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Service_auth; this.serviceAuthRadioButton.UseVisualStyleBackColor = true; @@ -564,9 +597,10 @@ namespace RecurringIntegrationsScheduler.Forms // this.userAuthRadioButton.AutoSize = true; this.userAuthRadioButton.Checked = true; - this.userAuthRadioButton.Location = new System.Drawing.Point(3, 3); + this.userAuthRadioButton.Location = new System.Drawing.Point(4, 5); + this.userAuthRadioButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.userAuthRadioButton.Name = "userAuthRadioButton"; - this.userAuthRadioButton.Size = new System.Drawing.Size(81, 19); + this.userAuthRadioButton.Size = new System.Drawing.Size(104, 24); this.userAuthRadioButton.TabIndex = 0; this.userAuthRadioButton.TabStop = true; this.userAuthRadioButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.User_auth; @@ -575,9 +609,10 @@ namespace RecurringIntegrationsScheduler.Forms // userLabel // this.userLabel.AutoSize = true; - this.userLabel.Location = new System.Drawing.Point(65, 105); + this.userLabel.Location = new System.Drawing.Point(98, 162); + this.userLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.userLabel.Name = "userLabel"; - this.userLabel.Size = new System.Drawing.Size(33, 15); + this.userLabel.Size = new System.Drawing.Size(43, 20); this.userLabel.TabIndex = 2; this.userLabel.Text = "User"; // @@ -585,17 +620,19 @@ namespace RecurringIntegrationsScheduler.Forms // this.userComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.userComboBox.FormattingEnabled = true; - this.userComboBox.Location = new System.Drawing.Point(103, 103); + this.userComboBox.Location = new System.Drawing.Point(154, 158); + this.userComboBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.userComboBox.Name = "userComboBox"; - this.userComboBox.Size = new System.Drawing.Size(121, 21); + this.userComboBox.Size = new System.Drawing.Size(180, 28); this.userComboBox.TabIndex = 5; // // instanceLabel // this.instanceLabel.AutoSize = true; - this.instanceLabel.Location = new System.Drawing.Point(19, 22); + this.instanceLabel.Location = new System.Drawing.Point(28, 34); + this.instanceLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.instanceLabel.Name = "instanceLabel"; - this.instanceLabel.Size = new System.Drawing.Size(53, 15); + this.instanceLabel.Size = new System.Drawing.Size(71, 20); this.instanceLabel.TabIndex = 0; this.instanceLabel.Text = "Instance"; // @@ -603,9 +640,10 @@ namespace RecurringIntegrationsScheduler.Forms // this.instanceComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.instanceComboBox.FormattingEnabled = true; - this.instanceComboBox.Location = new System.Drawing.Point(76, 19); + this.instanceComboBox.Location = new System.Drawing.Point(114, 29); + this.instanceComboBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.instanceComboBox.Name = "instanceComboBox"; - this.instanceComboBox.Size = new System.Drawing.Size(147, 21); + this.instanceComboBox.Size = new System.Drawing.Size(218, 28); this.instanceComboBox.TabIndex = 3; // // recurrenceGroupBox @@ -617,7 +655,7 @@ namespace RecurringIntegrationsScheduler.Forms this.recurrenceGroupBox.Controls.Add(this.cronDocsLinkLabel); this.recurrenceGroupBox.Controls.Add(this.upJobTriggerTypePanel); this.recurrenceGroupBox.Controls.Add(this.buildCronLabel); - this.recurrenceGroupBox.Controls.Add(this.cronTriggerInofTextBox); + this.recurrenceGroupBox.Controls.Add(this.cronTriggerInfoTextBox); this.recurrenceGroupBox.Controls.Add(this.cronmakerLinkLabel); this.recurrenceGroupBox.Controls.Add(this.upJobCronExpressionLabel); this.recurrenceGroupBox.Controls.Add(this.upJobCronExpressionTextBox); @@ -627,9 +665,11 @@ namespace RecurringIntegrationsScheduler.Forms this.recurrenceGroupBox.Controls.Add(this.upJobStartAtDateTimePicker); this.recurrenceGroupBox.Controls.Add(this.upJobMinutesDateTimePicker); this.recurrenceGroupBox.Controls.Add(this.upJobHoursDateTimePicker); - this.recurrenceGroupBox.Location = new System.Drawing.Point(486, 13); + this.recurrenceGroupBox.Location = new System.Drawing.Point(729, 20); + this.recurrenceGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.recurrenceGroupBox.Name = "recurrenceGroupBox"; - this.recurrenceGroupBox.Size = new System.Drawing.Size(230, 412); + this.recurrenceGroupBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.recurrenceGroupBox.Size = new System.Drawing.Size(345, 634); this.recurrenceGroupBox.TabIndex = 6; this.recurrenceGroupBox.TabStop = false; this.recurrenceGroupBox.Text = "Recurrence"; @@ -637,9 +677,10 @@ namespace RecurringIntegrationsScheduler.Forms // getCronScheduleForProcButton // this.getCronScheduleForProcButton.Enabled = false; - this.getCronScheduleForProcButton.Location = new System.Drawing.Point(119, 307); + this.getCronScheduleForProcButton.Location = new System.Drawing.Point(178, 472); + this.getCronScheduleForProcButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.getCronScheduleForProcButton.Name = "getCronScheduleForProcButton"; - this.getCronScheduleForProcButton.Size = new System.Drawing.Size(105, 36); + this.getCronScheduleForProcButton.Size = new System.Drawing.Size(158, 55); this.getCronScheduleForProcButton.TabIndex = 13; this.getCronScheduleForProcButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Get_cron_schedule_for_monitor_job; this.getCronScheduleForProcButton.UseVisualStyleBackColor = true; @@ -647,9 +688,10 @@ namespace RecurringIntegrationsScheduler.Forms // // moreExamplesButton // - this.moreExamplesButton.Location = new System.Drawing.Point(158, 347); + this.moreExamplesButton.Location = new System.Drawing.Point(237, 534); + this.moreExamplesButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.moreExamplesButton.Name = "moreExamplesButton"; - this.moreExamplesButton.Size = new System.Drawing.Size(66, 55); + this.moreExamplesButton.Size = new System.Drawing.Size(99, 85); this.moreExamplesButton.TabIndex = 15; this.moreExamplesButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.More_examples; this.moreExamplesButton.UseVisualStyleBackColor = true; @@ -658,20 +700,22 @@ namespace RecurringIntegrationsScheduler.Forms // calculatedRunsTextBox // this.calculatedRunsTextBox.BackColor = System.Drawing.SystemColors.Control; - this.calculatedRunsTextBox.Location = new System.Drawing.Point(9, 347); + this.calculatedRunsTextBox.Location = new System.Drawing.Point(14, 534); + this.calculatedRunsTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.calculatedRunsTextBox.Multiline = true; this.calculatedRunsTextBox.Name = "calculatedRunsTextBox"; this.calculatedRunsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.calculatedRunsTextBox.Size = new System.Drawing.Size(145, 55); + this.calculatedRunsTextBox.Size = new System.Drawing.Size(216, 82); this.calculatedRunsTextBox.TabIndex = 14; this.calculatedRunsTextBox.TabStop = false; // // getCronScheduleForUploadButton // this.getCronScheduleForUploadButton.Enabled = false; - this.getCronScheduleForUploadButton.Location = new System.Drawing.Point(9, 307); + this.getCronScheduleForUploadButton.Location = new System.Drawing.Point(14, 472); + this.getCronScheduleForUploadButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.getCronScheduleForUploadButton.Name = "getCronScheduleForUploadButton"; - this.getCronScheduleForUploadButton.Size = new System.Drawing.Size(105, 36); + this.getCronScheduleForUploadButton.Size = new System.Drawing.Size(158, 55); this.getCronScheduleForUploadButton.TabIndex = 12; this.getCronScheduleForUploadButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Get_cron_schedule_for_upload_job; this.getCronScheduleForUploadButton.UseVisualStyleBackColor = true; @@ -680,9 +724,10 @@ namespace RecurringIntegrationsScheduler.Forms // cronDocsLinkLabel // this.cronDocsLinkLabel.AutoSize = true; - this.cronDocsLinkLabel.Location = new System.Drawing.Point(6, 287); + this.cronDocsLinkLabel.Location = new System.Drawing.Point(9, 442); + this.cronDocsLinkLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.cronDocsLinkLabel.Name = "cronDocsLinkLabel"; - this.cronDocsLinkLabel.Size = new System.Drawing.Size(199, 15); + this.cronDocsLinkLabel.Size = new System.Drawing.Size(259, 20); this.cronDocsLinkLabel.TabIndex = 11; this.cronDocsLinkLabel.TabStop = true; this.cronDocsLinkLabel.Text = "Quartz cron triggers documentation"; @@ -692,17 +737,19 @@ namespace RecurringIntegrationsScheduler.Forms // this.upJobTriggerTypePanel.Controls.Add(this.upJobCronTriggerRadioButton); this.upJobTriggerTypePanel.Controls.Add(this.upJobSimpleTriggerRadioButton); - this.upJobTriggerTypePanel.Location = new System.Drawing.Point(9, 45); + this.upJobTriggerTypePanel.Location = new System.Drawing.Point(14, 69); + this.upJobTriggerTypePanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.upJobTriggerTypePanel.Name = "upJobTriggerTypePanel"; - this.upJobTriggerTypePanel.Size = new System.Drawing.Size(208, 25); + this.upJobTriggerTypePanel.Size = new System.Drawing.Size(312, 38); this.upJobTriggerTypePanel.TabIndex = 29; // // upJobCronTriggerRadioButton // this.upJobCronTriggerRadioButton.AutoSize = true; - this.upJobCronTriggerRadioButton.Location = new System.Drawing.Point(118, 3); + this.upJobCronTriggerRadioButton.Location = new System.Drawing.Point(177, 5); + this.upJobCronTriggerRadioButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.upJobCronTriggerRadioButton.Name = "upJobCronTriggerRadioButton"; - this.upJobCronTriggerRadioButton.Size = new System.Drawing.Size(92, 19); + this.upJobCronTriggerRadioButton.Size = new System.Drawing.Size(117, 24); this.upJobCronTriggerRadioButton.TabIndex = 1; this.upJobCronTriggerRadioButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Cron_trigger; this.upJobCronTriggerRadioButton.UseVisualStyleBackColor = true; @@ -712,9 +759,10 @@ namespace RecurringIntegrationsScheduler.Forms // this.upJobSimpleTriggerRadioButton.AutoSize = true; this.upJobSimpleTriggerRadioButton.Checked = true; - this.upJobSimpleTriggerRadioButton.Location = new System.Drawing.Point(3, 3); + this.upJobSimpleTriggerRadioButton.Location = new System.Drawing.Point(4, 5); + this.upJobSimpleTriggerRadioButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.upJobSimpleTriggerRadioButton.Name = "upJobSimpleTriggerRadioButton"; - this.upJobSimpleTriggerRadioButton.Size = new System.Drawing.Size(105, 19); + this.upJobSimpleTriggerRadioButton.Size = new System.Drawing.Size(131, 24); this.upJobSimpleTriggerRadioButton.TabIndex = 0; this.upJobSimpleTriggerRadioButton.TabStop = true; this.upJobSimpleTriggerRadioButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Simple_trigger; @@ -723,30 +771,33 @@ namespace RecurringIntegrationsScheduler.Forms // buildCronLabel // this.buildCronLabel.AutoSize = true; - this.buildCronLabel.Location = new System.Drawing.Point(6, 268); + this.buildCronLabel.Location = new System.Drawing.Point(9, 412); + this.buildCronLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.buildCronLabel.Name = "buildCronLabel"; - this.buildCronLabel.Size = new System.Drawing.Size(138, 15); + this.buildCronLabel.Size = new System.Drawing.Size(177, 20); this.buildCronLabel.TabIndex = 5; this.buildCronLabel.Text = "Build cron expression at"; // - // cronTriggerInofTextBox + // cronTriggerInfoTextBox // - this.cronTriggerInofTextBox.BackColor = System.Drawing.SystemColors.Control; - this.cronTriggerInofTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.cronTriggerInofTextBox.Location = new System.Drawing.Point(9, 118); - this.cronTriggerInofTextBox.Multiline = true; - this.cronTriggerInofTextBox.Name = "cronTriggerInofTextBox"; - this.cronTriggerInofTextBox.Size = new System.Drawing.Size(215, 147); - this.cronTriggerInofTextBox.TabIndex = 4; - this.cronTriggerInofTextBox.TabStop = false; - this.cronTriggerInofTextBox.Text = resources.GetString("cronTriggerInofTextBox.Text"); + this.cronTriggerInfoTextBox.BackColor = System.Drawing.SystemColors.Control; + this.cronTriggerInfoTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.cronTriggerInfoTextBox.Location = new System.Drawing.Point(14, 182); + this.cronTriggerInfoTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.cronTriggerInfoTextBox.Multiline = true; + this.cronTriggerInfoTextBox.Name = "cronTriggerInfoTextBox"; + this.cronTriggerInfoTextBox.Size = new System.Drawing.Size(322, 226); + this.cronTriggerInfoTextBox.TabIndex = 4; + this.cronTriggerInfoTextBox.TabStop = false; + this.cronTriggerInfoTextBox.Text = RecurringIntegrationsScheduler.Properties.Resources.cronTriggerInfo; // // cronmakerLinkLabel // this.cronmakerLinkLabel.AutoSize = true; - this.cronmakerLinkLabel.Location = new System.Drawing.Point(126, 268); + this.cronmakerLinkLabel.Location = new System.Drawing.Point(189, 412); + this.cronmakerLinkLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.cronmakerLinkLabel.Name = "cronmakerLinkLabel"; - this.cronmakerLinkLabel.Size = new System.Drawing.Size(93, 15); + this.cronmakerLinkLabel.Size = new System.Drawing.Size(118, 20); this.cronmakerLinkLabel.TabIndex = 10; this.cronmakerLinkLabel.TabStop = true; this.cronmakerLinkLabel.Text = "cronmaker.com"; @@ -755,28 +806,30 @@ namespace RecurringIntegrationsScheduler.Forms // upJobCronExpressionLabel // this.upJobCronExpressionLabel.AutoSize = true; - this.upJobCronExpressionLabel.Location = new System.Drawing.Point(6, 77); + this.upJobCronExpressionLabel.Location = new System.Drawing.Point(9, 118); + this.upJobCronExpressionLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.upJobCronExpressionLabel.Name = "upJobCronExpressionLabel"; - this.upJobCronExpressionLabel.Size = new System.Drawing.Size(96, 15); + this.upJobCronExpressionLabel.Size = new System.Drawing.Size(123, 20); this.upJobCronExpressionLabel.TabIndex = 3; this.upJobCronExpressionLabel.Text = "Cron expression"; // // upJobCronExpressionTextBox // this.upJobCronExpressionTextBox.Enabled = false; - this.upJobCronExpressionTextBox.Location = new System.Drawing.Point(9, 92); + this.upJobCronExpressionTextBox.Location = new System.Drawing.Point(14, 142); + this.upJobCronExpressionTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.upJobCronExpressionTextBox.Name = "upJobCronExpressionTextBox"; - this.upJobCronExpressionTextBox.Size = new System.Drawing.Size(215, 20); + this.upJobCronExpressionTextBox.Size = new System.Drawing.Size(320, 26); this.upJobCronExpressionTextBox.TabIndex = 9; this.upJobCronExpressionTextBox.Text = "0 0/15 8-18 ? * MON-FRI *"; // // upJobMinutesLabel // this.upJobMinutesLabel.AutoSize = true; - this.upJobMinutesLabel.Location = new System.Drawing.Point(64, 22); + this.upJobMinutesLabel.Location = new System.Drawing.Point(96, 34); this.upJobMinutesLabel.Margin = new System.Windows.Forms.Padding(0); this.upJobMinutesLabel.Name = "upJobMinutesLabel"; - this.upJobMinutesLabel.Size = new System.Drawing.Size(21, 15); + this.upJobMinutesLabel.Size = new System.Drawing.Size(26, 20); this.upJobMinutesLabel.TabIndex = 1; this.upJobMinutesLabel.Text = "M:"; this.upJobMinutesLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; @@ -784,10 +837,10 @@ namespace RecurringIntegrationsScheduler.Forms // upJobHoursLabel // this.upJobHoursLabel.AutoSize = true; - this.upJobHoursLabel.Location = new System.Drawing.Point(6, 22); + this.upJobHoursLabel.Location = new System.Drawing.Point(9, 34); this.upJobHoursLabel.Margin = new System.Windows.Forms.Padding(0); this.upJobHoursLabel.Name = "upJobHoursLabel"; - this.upJobHoursLabel.Size = new System.Drawing.Size(19, 15); + this.upJobHoursLabel.Size = new System.Drawing.Size(25, 20); this.upJobHoursLabel.TabIndex = 0; this.upJobHoursLabel.Text = "H:"; this.upJobHoursLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; @@ -795,9 +848,10 @@ namespace RecurringIntegrationsScheduler.Forms // upJobStartAtLabel // this.upJobStartAtLabel.AutoSize = true; - this.upJobStartAtLabel.Location = new System.Drawing.Point(126, 22); + this.upJobStartAtLabel.Location = new System.Drawing.Point(189, 34); + this.upJobStartAtLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.upJobStartAtLabel.Name = "upJobStartAtLabel"; - this.upJobStartAtLabel.Size = new System.Drawing.Size(43, 15); + this.upJobStartAtLabel.Size = new System.Drawing.Size(59, 20); this.upJobStartAtLabel.TabIndex = 2; this.upJobStartAtLabel.Text = "start at"; this.upJobStartAtLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; @@ -806,10 +860,11 @@ namespace RecurringIntegrationsScheduler.Forms // this.upJobStartAtDateTimePicker.CustomFormat = "HH:mm"; this.upJobStartAtDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.upJobStartAtDateTimePicker.Location = new System.Drawing.Point(165, 19); + this.upJobStartAtDateTimePicker.Location = new System.Drawing.Point(248, 29); + this.upJobStartAtDateTimePicker.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.upJobStartAtDateTimePicker.Name = "upJobStartAtDateTimePicker"; this.upJobStartAtDateTimePicker.ShowUpDown = true; - this.upJobStartAtDateTimePicker.Size = new System.Drawing.Size(52, 20); + this.upJobStartAtDateTimePicker.Size = new System.Drawing.Size(76, 26); this.upJobStartAtDateTimePicker.TabIndex = 8; this.upJobStartAtDateTimePicker.Value = new System.DateTime(2016, 6, 26, 0, 0, 0, 0); // @@ -817,10 +872,11 @@ namespace RecurringIntegrationsScheduler.Forms // this.upJobMinutesDateTimePicker.CustomFormat = "mm"; this.upJobMinutesDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.upJobMinutesDateTimePicker.Location = new System.Drawing.Point(83, 19); + this.upJobMinutesDateTimePicker.Location = new System.Drawing.Point(124, 29); + this.upJobMinutesDateTimePicker.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.upJobMinutesDateTimePicker.Name = "upJobMinutesDateTimePicker"; this.upJobMinutesDateTimePicker.ShowUpDown = true; - this.upJobMinutesDateTimePicker.Size = new System.Drawing.Size(35, 20); + this.upJobMinutesDateTimePicker.Size = new System.Drawing.Size(50, 26); this.upJobMinutesDateTimePicker.TabIndex = 7; this.upJobMinutesDateTimePicker.Value = new System.DateTime(2016, 6, 26, 0, 1, 0, 0); // @@ -828,10 +884,11 @@ namespace RecurringIntegrationsScheduler.Forms // this.upJobHoursDateTimePicker.CustomFormat = "HH"; this.upJobHoursDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.upJobHoursDateTimePicker.Location = new System.Drawing.Point(24, 19); + this.upJobHoursDateTimePicker.Location = new System.Drawing.Point(36, 29); + this.upJobHoursDateTimePicker.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.upJobHoursDateTimePicker.Name = "upJobHoursDateTimePicker"; this.upJobHoursDateTimePicker.ShowUpDown = true; - this.upJobHoursDateTimePicker.Size = new System.Drawing.Size(35, 20); + this.upJobHoursDateTimePicker.Size = new System.Drawing.Size(50, 26); this.upJobHoursDateTimePicker.TabIndex = 6; this.upJobHoursDateTimePicker.Value = new System.DateTime(2016, 6, 26, 0, 0, 0, 0); // @@ -842,9 +899,10 @@ namespace RecurringIntegrationsScheduler.Forms this.bottomToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cancelButton, this.addJobButton}); - this.bottomToolStrip.Location = new System.Drawing.Point(0, 547); + this.bottomToolStrip.Location = new System.Drawing.Point(0, 851); this.bottomToolStrip.Name = "bottomToolStrip"; - this.bottomToolStrip.Size = new System.Drawing.Size(721, 27); + this.bottomToolStrip.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0); + this.bottomToolStrip.Size = new System.Drawing.Size(1076, 32); this.bottomToolStrip.TabIndex = 7; // // cancelButton @@ -854,7 +912,7 @@ namespace RecurringIntegrationsScheduler.Forms this.cancelButton.Image = ((System.Drawing.Image)(resources.GetObject("cancelButton.Image"))); this.cancelButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.cancelButton.Name = "cancelButton"; - this.cancelButton.Size = new System.Drawing.Size(57, 24); + this.cancelButton.Size = new System.Drawing.Size(67, 29); this.cancelButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Cancel; this.cancelButton.Click += new System.EventHandler(this.CancelButton_Click); // @@ -865,7 +923,7 @@ namespace RecurringIntegrationsScheduler.Forms this.addJobButton.Image = ((System.Drawing.Image)(resources.GetObject("addJobButton.Image"))); this.addJobButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.addJobButton.Name = "addJobButton"; - this.addJobButton.Size = new System.Drawing.Size(121, 24); + this.addJobButton.Size = new System.Drawing.Size(146, 29); this.addJobButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Add_to_schedule; this.addJobButton.Click += new System.EventHandler(this.AddJobButton_Click); // @@ -890,9 +948,11 @@ namespace RecurringIntegrationsScheduler.Forms this.processingJobGroupBox.Controls.Add(this.procJobMinutesDateTimePicker); this.processingJobGroupBox.Controls.Add(this.procJobHoursDateTimePicker); this.processingJobGroupBox.Enabled = false; - this.processingJobGroupBox.Location = new System.Drawing.Point(250, 367); + this.processingJobGroupBox.Location = new System.Drawing.Point(375, 565); + this.processingJobGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.processingJobGroupBox.Name = "processingJobGroupBox"; - this.processingJobGroupBox.Size = new System.Drawing.Size(230, 126); + this.processingJobGroupBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.processingJobGroupBox.Size = new System.Drawing.Size(345, 194); this.processingJobGroupBox.TabIndex = 5; this.processingJobGroupBox.TabStop = false; this.processingJobGroupBox.Text = "Execution monitoring job"; @@ -901,17 +961,19 @@ namespace RecurringIntegrationsScheduler.Forms // this.procJobTriggerTypePanel.Controls.Add(this.procJobCronTriggerRadioButton); this.procJobTriggerTypePanel.Controls.Add(this.procJobSimpleTriggerRadioButton); - this.procJobTriggerTypePanel.Location = new System.Drawing.Point(9, 48); + this.procJobTriggerTypePanel.Location = new System.Drawing.Point(14, 74); + this.procJobTriggerTypePanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.procJobTriggerTypePanel.Name = "procJobTriggerTypePanel"; - this.procJobTriggerTypePanel.Size = new System.Drawing.Size(208, 25); + this.procJobTriggerTypePanel.Size = new System.Drawing.Size(312, 38); this.procJobTriggerTypePanel.TabIndex = 38; // // procJobCronTriggerRadioButton // this.procJobCronTriggerRadioButton.AutoSize = true; - this.procJobCronTriggerRadioButton.Location = new System.Drawing.Point(118, 1); + this.procJobCronTriggerRadioButton.Location = new System.Drawing.Point(177, 2); + this.procJobCronTriggerRadioButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.procJobCronTriggerRadioButton.Name = "procJobCronTriggerRadioButton"; - this.procJobCronTriggerRadioButton.Size = new System.Drawing.Size(92, 19); + this.procJobCronTriggerRadioButton.Size = new System.Drawing.Size(117, 24); this.procJobCronTriggerRadioButton.TabIndex = 1; this.procJobCronTriggerRadioButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Cron_trigger; this.procJobCronTriggerRadioButton.UseVisualStyleBackColor = true; @@ -921,9 +983,10 @@ namespace RecurringIntegrationsScheduler.Forms // this.procJobSimpleTriggerRadioButton.AutoSize = true; this.procJobSimpleTriggerRadioButton.Checked = true; - this.procJobSimpleTriggerRadioButton.Location = new System.Drawing.Point(3, 3); + this.procJobSimpleTriggerRadioButton.Location = new System.Drawing.Point(4, 5); + this.procJobSimpleTriggerRadioButton.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.procJobSimpleTriggerRadioButton.Name = "procJobSimpleTriggerRadioButton"; - this.procJobSimpleTriggerRadioButton.Size = new System.Drawing.Size(105, 19); + this.procJobSimpleTriggerRadioButton.Size = new System.Drawing.Size(131, 24); this.procJobSimpleTriggerRadioButton.TabIndex = 0; this.procJobSimpleTriggerRadioButton.TabStop = true; this.procJobSimpleTriggerRadioButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Simple_trigger; @@ -932,28 +995,30 @@ namespace RecurringIntegrationsScheduler.Forms // procJobCronExpressionLabel // this.procJobCronExpressionLabel.AutoSize = true; - this.procJobCronExpressionLabel.Location = new System.Drawing.Point(6, 79); + this.procJobCronExpressionLabel.Location = new System.Drawing.Point(9, 122); + this.procJobCronExpressionLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.procJobCronExpressionLabel.Name = "procJobCronExpressionLabel"; - this.procJobCronExpressionLabel.Size = new System.Drawing.Size(96, 15); + this.procJobCronExpressionLabel.Size = new System.Drawing.Size(123, 20); this.procJobCronExpressionLabel.TabIndex = 3; this.procJobCronExpressionLabel.Text = "Cron expression"; // // procJobCronExpressionTextBox // this.procJobCronExpressionTextBox.Enabled = false; - this.procJobCronExpressionTextBox.Location = new System.Drawing.Point(9, 95); + this.procJobCronExpressionTextBox.Location = new System.Drawing.Point(14, 146); + this.procJobCronExpressionTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.procJobCronExpressionTextBox.Name = "procJobCronExpressionTextBox"; - this.procJobCronExpressionTextBox.Size = new System.Drawing.Size(215, 20); + this.procJobCronExpressionTextBox.Size = new System.Drawing.Size(320, 26); this.procJobCronExpressionTextBox.TabIndex = 7; this.procJobCronExpressionTextBox.Text = "0 0/15 8-18 ? * MON-FRI *"; // // procJobMinutesLabel // this.procJobMinutesLabel.AutoSize = true; - this.procJobMinutesLabel.Location = new System.Drawing.Point(64, 25); + this.procJobMinutesLabel.Location = new System.Drawing.Point(96, 38); this.procJobMinutesLabel.Margin = new System.Windows.Forms.Padding(0); this.procJobMinutesLabel.Name = "procJobMinutesLabel"; - this.procJobMinutesLabel.Size = new System.Drawing.Size(21, 15); + this.procJobMinutesLabel.Size = new System.Drawing.Size(26, 20); this.procJobMinutesLabel.TabIndex = 1; this.procJobMinutesLabel.Text = "M:"; this.procJobMinutesLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; @@ -961,10 +1026,10 @@ namespace RecurringIntegrationsScheduler.Forms // procJobHoursLabel // this.procJobHoursLabel.AutoSize = true; - this.procJobHoursLabel.Location = new System.Drawing.Point(6, 25); + this.procJobHoursLabel.Location = new System.Drawing.Point(9, 38); this.procJobHoursLabel.Margin = new System.Windows.Forms.Padding(0); this.procJobHoursLabel.Name = "procJobHoursLabel"; - this.procJobHoursLabel.Size = new System.Drawing.Size(19, 15); + this.procJobHoursLabel.Size = new System.Drawing.Size(25, 20); this.procJobHoursLabel.TabIndex = 0; this.procJobHoursLabel.Text = "H:"; this.procJobHoursLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; @@ -972,9 +1037,10 @@ namespace RecurringIntegrationsScheduler.Forms // procJobStartAtLabel // this.procJobStartAtLabel.AutoSize = true; - this.procJobStartAtLabel.Location = new System.Drawing.Point(126, 25); + this.procJobStartAtLabel.Location = new System.Drawing.Point(189, 38); + this.procJobStartAtLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.procJobStartAtLabel.Name = "procJobStartAtLabel"; - this.procJobStartAtLabel.Size = new System.Drawing.Size(43, 15); + this.procJobStartAtLabel.Size = new System.Drawing.Size(59, 20); this.procJobStartAtLabel.TabIndex = 2; this.procJobStartAtLabel.Text = "start at"; this.procJobStartAtLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; @@ -983,10 +1049,11 @@ namespace RecurringIntegrationsScheduler.Forms // this.procJobStartAtDateTimePicker.CustomFormat = "HH:mm"; this.procJobStartAtDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.procJobStartAtDateTimePicker.Location = new System.Drawing.Point(165, 22); + this.procJobStartAtDateTimePicker.Location = new System.Drawing.Point(248, 34); + this.procJobStartAtDateTimePicker.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.procJobStartAtDateTimePicker.Name = "procJobStartAtDateTimePicker"; this.procJobStartAtDateTimePicker.ShowUpDown = true; - this.procJobStartAtDateTimePicker.Size = new System.Drawing.Size(52, 20); + this.procJobStartAtDateTimePicker.Size = new System.Drawing.Size(76, 26); this.procJobStartAtDateTimePicker.TabIndex = 6; this.procJobStartAtDateTimePicker.Value = new System.DateTime(2016, 6, 26, 0, 0, 0, 0); // @@ -994,10 +1061,11 @@ namespace RecurringIntegrationsScheduler.Forms // this.procJobMinutesDateTimePicker.CustomFormat = "mm"; this.procJobMinutesDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.procJobMinutesDateTimePicker.Location = new System.Drawing.Point(83, 22); + this.procJobMinutesDateTimePicker.Location = new System.Drawing.Point(124, 34); + this.procJobMinutesDateTimePicker.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.procJobMinutesDateTimePicker.Name = "procJobMinutesDateTimePicker"; this.procJobMinutesDateTimePicker.ShowUpDown = true; - this.procJobMinutesDateTimePicker.Size = new System.Drawing.Size(35, 20); + this.procJobMinutesDateTimePicker.Size = new System.Drawing.Size(50, 26); this.procJobMinutesDateTimePicker.TabIndex = 5; this.procJobMinutesDateTimePicker.Value = new System.DateTime(2016, 6, 26, 0, 30, 0, 0); // @@ -1005,19 +1073,21 @@ namespace RecurringIntegrationsScheduler.Forms // this.procJobHoursDateTimePicker.CustomFormat = "HH"; this.procJobHoursDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom; - this.procJobHoursDateTimePicker.Location = new System.Drawing.Point(24, 22); + this.procJobHoursDateTimePicker.Location = new System.Drawing.Point(36, 34); + this.procJobHoursDateTimePicker.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.procJobHoursDateTimePicker.Name = "procJobHoursDateTimePicker"; this.procJobHoursDateTimePicker.ShowUpDown = true; - this.procJobHoursDateTimePicker.Size = new System.Drawing.Size(35, 20); + this.procJobHoursDateTimePicker.Size = new System.Drawing.Size(50, 26); this.procJobHoursDateTimePicker.TabIndex = 4; this.procJobHoursDateTimePicker.Value = new System.DateTime(2016, 6, 26, 0, 0, 0, 0); // // useMonitoringJobCheckBox // this.useMonitoringJobCheckBox.AutoSize = true; - this.useMonitoringJobCheckBox.Location = new System.Drawing.Point(249, 348); + this.useMonitoringJobCheckBox.Location = new System.Drawing.Point(374, 535); + this.useMonitoringJobCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.useMonitoringJobCheckBox.Name = "useMonitoringJobCheckBox"; - this.useMonitoringJobCheckBox.Size = new System.Drawing.Size(132, 19); + this.useMonitoringJobCheckBox.Size = new System.Drawing.Size(167, 24); this.useMonitoringJobCheckBox.TabIndex = 4; this.useMonitoringJobCheckBox.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Add_monitoring_job; this.useMonitoringJobCheckBox.UseVisualStyleBackColor = true; @@ -1031,11 +1101,11 @@ namespace RecurringIntegrationsScheduler.Forms this.fileSelectionGroupBox.Controls.Add(this.orderLabel); this.fileSelectionGroupBox.Controls.Add(this.orderByLabel); this.fileSelectionGroupBox.Controls.Add(this.searchPatternLabel); - this.fileSelectionGroupBox.Location = new System.Drawing.Point(250, 111); - this.fileSelectionGroupBox.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.fileSelectionGroupBox.Location = new System.Drawing.Point(375, 171); + this.fileSelectionGroupBox.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.fileSelectionGroupBox.Name = "fileSelectionGroupBox"; - this.fileSelectionGroupBox.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); - this.fileSelectionGroupBox.Size = new System.Drawing.Size(229, 97); + this.fileSelectionGroupBox.Padding = new System.Windows.Forms.Padding(3, 5, 3, 5); + this.fileSelectionGroupBox.Size = new System.Drawing.Size(344, 149); this.fileSelectionGroupBox.TabIndex = 2; this.fileSelectionGroupBox.TabStop = false; this.fileSelectionGroupBox.Text = "Files filter and order"; @@ -1044,29 +1114,29 @@ namespace RecurringIntegrationsScheduler.Forms // this.orderByComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.orderByComboBox.FormattingEnabled = true; - this.orderByComboBox.Location = new System.Drawing.Point(58, 40); - this.orderByComboBox.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.orderByComboBox.Location = new System.Drawing.Point(87, 62); + this.orderByComboBox.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.orderByComboBox.Name = "orderByComboBox"; - this.orderByComboBox.Size = new System.Drawing.Size(168, 21); + this.orderByComboBox.Size = new System.Drawing.Size(250, 28); this.orderByComboBox.TabIndex = 4; // // panel1 // this.panel1.Controls.Add(this.orderDescendingRadioButton); this.panel1.Controls.Add(this.orderAscendingRadioButton); - this.panel1.Location = new System.Drawing.Point(43, 66); + this.panel1.Location = new System.Drawing.Point(64, 102); this.panel1.Margin = new System.Windows.Forms.Padding(0); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(181, 23); + this.panel1.Size = new System.Drawing.Size(272, 35); this.panel1.TabIndex = 4; // // orderDescendingRadioButton // this.orderDescendingRadioButton.AutoSize = true; - this.orderDescendingRadioButton.Location = new System.Drawing.Point(101, 3); + this.orderDescendingRadioButton.Location = new System.Drawing.Point(152, 5); this.orderDescendingRadioButton.Margin = new System.Windows.Forms.Padding(0); this.orderDescendingRadioButton.Name = "orderDescendingRadioButton"; - this.orderDescendingRadioButton.Size = new System.Drawing.Size(94, 19); + this.orderDescendingRadioButton.Size = new System.Drawing.Size(119, 24); this.orderDescendingRadioButton.TabIndex = 1; this.orderDescendingRadioButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Descending; this.orderDescendingRadioButton.UseVisualStyleBackColor = true; @@ -1075,10 +1145,10 @@ namespace RecurringIntegrationsScheduler.Forms // this.orderAscendingRadioButton.AutoSize = true; this.orderAscendingRadioButton.Checked = true; - this.orderAscendingRadioButton.Location = new System.Drawing.Point(4, 3); + this.orderAscendingRadioButton.Location = new System.Drawing.Point(6, 5); this.orderAscendingRadioButton.Margin = new System.Windows.Forms.Padding(0); this.orderAscendingRadioButton.Name = "orderAscendingRadioButton"; - this.orderAscendingRadioButton.Size = new System.Drawing.Size(85, 19); + this.orderAscendingRadioButton.Size = new System.Drawing.Size(109, 24); this.orderAscendingRadioButton.TabIndex = 0; this.orderAscendingRadioButton.TabStop = true; this.orderAscendingRadioButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Ascending; @@ -1086,40 +1156,37 @@ namespace RecurringIntegrationsScheduler.Forms // // searchPatternTextBox // - this.searchPatternTextBox.Location = new System.Drawing.Point(85, 18); - this.searchPatternTextBox.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.searchPatternTextBox.Location = new System.Drawing.Point(128, 28); + this.searchPatternTextBox.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.searchPatternTextBox.Name = "searchPatternTextBox"; - this.searchPatternTextBox.Size = new System.Drawing.Size(141, 20); + this.searchPatternTextBox.Size = new System.Drawing.Size(210, 26); this.searchPatternTextBox.TabIndex = 3; this.searchPatternTextBox.Text = "*.zip"; // // orderLabel // this.orderLabel.AutoSize = true; - this.orderLabel.Location = new System.Drawing.Point(5, 66); - this.orderLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.orderLabel.Location = new System.Drawing.Point(8, 102); this.orderLabel.Name = "orderLabel"; - this.orderLabel.Size = new System.Drawing.Size(38, 15); + this.orderLabel.Size = new System.Drawing.Size(49, 20); this.orderLabel.TabIndex = 2; this.orderLabel.Text = "Order"; // // orderByLabel // this.orderByLabel.AutoSize = true; - this.orderByLabel.Location = new System.Drawing.Point(5, 43); - this.orderByLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.orderByLabel.Location = new System.Drawing.Point(8, 66); this.orderByLabel.Name = "orderByLabel"; - this.orderByLabel.Size = new System.Drawing.Size(53, 15); + this.orderByLabel.Size = new System.Drawing.Size(69, 20); this.orderByLabel.TabIndex = 1; this.orderByLabel.Text = "Order by"; // // searchPatternLabel // this.searchPatternLabel.AutoSize = true; - this.searchPatternLabel.Location = new System.Drawing.Point(5, 20); - this.searchPatternLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.searchPatternLabel.Location = new System.Drawing.Point(8, 31); this.searchPatternLabel.Name = "searchPatternLabel"; - this.searchPatternLabel.Size = new System.Drawing.Size(87, 15); + this.searchPatternLabel.Size = new System.Drawing.Size(115, 20); this.searchPatternLabel.TabIndex = 0; this.searchPatternLabel.Text = "Search pattern"; // @@ -1129,11 +1196,11 @@ namespace RecurringIntegrationsScheduler.Forms this.importDetailsGroupBox.Controls.Add(this.overwriteDataProjectCheckBox); this.importDetailsGroupBox.Controls.Add(this.dataProject); this.importDetailsGroupBox.Controls.Add(this.dataProjectLabel); - this.importDetailsGroupBox.Location = new System.Drawing.Point(249, 19); - this.importDetailsGroupBox.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.importDetailsGroupBox.Location = new System.Drawing.Point(374, 29); + this.importDetailsGroupBox.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.importDetailsGroupBox.Name = "importDetailsGroupBox"; - this.importDetailsGroupBox.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); - this.importDetailsGroupBox.Size = new System.Drawing.Size(229, 84); + this.importDetailsGroupBox.Padding = new System.Windows.Forms.Padding(3, 5, 3, 5); + this.importDetailsGroupBox.Size = new System.Drawing.Size(344, 129); this.importDetailsGroupBox.TabIndex = 1; this.importDetailsGroupBox.TabStop = false; this.importDetailsGroupBox.Text = "Import details"; @@ -1143,9 +1210,10 @@ namespace RecurringIntegrationsScheduler.Forms this.executeImportCheckBox.AutoSize = true; this.executeImportCheckBox.Checked = true; this.executeImportCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.executeImportCheckBox.Location = new System.Drawing.Point(7, 65); + this.executeImportCheckBox.Location = new System.Drawing.Point(10, 100); + this.executeImportCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.executeImportCheckBox.Name = "executeImportCheckBox"; - this.executeImportCheckBox.Size = new System.Drawing.Size(111, 19); + this.executeImportCheckBox.Size = new System.Drawing.Size(141, 24); this.executeImportCheckBox.TabIndex = 3; this.executeImportCheckBox.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Execute_import; this.executeImportCheckBox.UseVisualStyleBackColor = true; @@ -1155,28 +1223,28 @@ namespace RecurringIntegrationsScheduler.Forms this.overwriteDataProjectCheckBox.AutoSize = true; this.overwriteDataProjectCheckBox.Checked = true; this.overwriteDataProjectCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.overwriteDataProjectCheckBox.Location = new System.Drawing.Point(7, 42); + this.overwriteDataProjectCheckBox.Location = new System.Drawing.Point(10, 65); + this.overwriteDataProjectCheckBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.overwriteDataProjectCheckBox.Name = "overwriteDataProjectCheckBox"; - this.overwriteDataProjectCheckBox.Size = new System.Drawing.Size(200, 19); + this.overwriteDataProjectCheckBox.Size = new System.Drawing.Size(257, 24); this.overwriteDataProjectCheckBox.TabIndex = 2; this.overwriteDataProjectCheckBox.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Overwrite_data_project_definition; this.overwriteDataProjectCheckBox.UseVisualStyleBackColor = true; // // dataProject // - this.dataProject.Location = new System.Drawing.Point(85, 18); - this.dataProject.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.dataProject.Location = new System.Drawing.Point(128, 28); + this.dataProject.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.dataProject.Name = "dataProject"; - this.dataProject.Size = new System.Drawing.Size(141, 20); + this.dataProject.Size = new System.Drawing.Size(210, 26); this.dataProject.TabIndex = 1; // // dataProjectLabel // this.dataProjectLabel.AutoSize = true; - this.dataProjectLabel.Location = new System.Drawing.Point(5, 20); - this.dataProjectLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.dataProjectLabel.Location = new System.Drawing.Point(8, 31); this.dataProjectLabel.Name = "dataProjectLabel"; - this.dataProjectLabel.Size = new System.Drawing.Size(73, 15); + this.dataProjectLabel.Size = new System.Drawing.Size(96, 20); this.dataProjectLabel.TabIndex = 0; this.dataProjectLabel.Text = "Data project"; // @@ -1190,23 +1258,26 @@ namespace RecurringIntegrationsScheduler.Forms this.retryPolicyGroupBox.Controls.Add(this.label2); this.retryPolicyGroupBox.Controls.Add(this.retriesCountUpDown); this.retryPolicyGroupBox.Controls.Add(this.label1); - this.retryPolicyGroupBox.Location = new System.Drawing.Point(486, 431); + this.retryPolicyGroupBox.Location = new System.Drawing.Point(729, 663); + this.retryPolicyGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.retryPolicyGroupBox.Name = "retryPolicyGroupBox"; - this.retryPolicyGroupBox.Size = new System.Drawing.Size(231, 67); + this.retryPolicyGroupBox.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.retryPolicyGroupBox.Size = new System.Drawing.Size(346, 103); this.retryPolicyGroupBox.TabIndex = 8; this.retryPolicyGroupBox.TabStop = false; this.retryPolicyGroupBox.Text = "Retry policy"; // // retriesDelayUpDown // - this.retriesDelayUpDown.Location = new System.Drawing.Point(99, 42); + this.retriesDelayUpDown.Location = new System.Drawing.Point(148, 65); + this.retriesDelayUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.retriesDelayUpDown.Maximum = new decimal(new int[] { 86400, 0, 0, 0}); this.retriesDelayUpDown.Name = "retriesDelayUpDown"; - this.retriesDelayUpDown.Size = new System.Drawing.Size(66, 20); + this.retriesDelayUpDown.Size = new System.Drawing.Size(99, 26); this.retriesDelayUpDown.TabIndex = 10; this.retriesDelayUpDown.Value = new decimal(new int[] { 60, @@ -1217,22 +1288,24 @@ namespace RecurringIntegrationsScheduler.Forms // label2 // this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(7, 44); + this.label2.Location = new System.Drawing.Point(10, 68); + this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(95, 15); + this.label2.Size = new System.Drawing.Size(123, 20); this.label2.TabIndex = 2; this.label2.Text = "Delay (seconds)"; // // retriesCountUpDown // - this.retriesCountUpDown.Location = new System.Drawing.Point(99, 18); + this.retriesCountUpDown.Location = new System.Drawing.Point(148, 28); + this.retriesCountUpDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.retriesCountUpDown.Maximum = new decimal(new int[] { 9999, 0, 0, 0}); this.retriesCountUpDown.Name = "retriesCountUpDown"; - this.retriesCountUpDown.Size = new System.Drawing.Size(66, 20); + this.retriesCountUpDown.Size = new System.Drawing.Size(99, 26); this.retriesCountUpDown.TabIndex = 9; this.retriesCountUpDown.Value = new decimal(new int[] { 1, @@ -1243,20 +1316,19 @@ namespace RecurringIntegrationsScheduler.Forms // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(7, 20); + this.label1.Location = new System.Drawing.Point(10, 31); + this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(102, 15); + this.label1.Size = new System.Drawing.Size(131, 20); this.label1.TabIndex = 0; this.label1.Text = "Number of retries"; // // groupBoxExceptions // this.groupBoxExceptions.Controls.Add(this.pauseOnExceptionsCheckBox); - this.groupBoxExceptions.Location = new System.Drawing.Point(486, 504); - this.groupBoxExceptions.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.groupBoxExceptions.Location = new System.Drawing.Point(729, 775); this.groupBoxExceptions.Name = "groupBoxExceptions"; - this.groupBoxExceptions.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); - this.groupBoxExceptions.Size = new System.Drawing.Size(230, 38); + this.groupBoxExceptions.Size = new System.Drawing.Size(345, 58); this.groupBoxExceptions.TabIndex = 9; this.groupBoxExceptions.TabStop = false; this.groupBoxExceptions.Text = "Exceptions"; @@ -1266,19 +1338,18 @@ namespace RecurringIntegrationsScheduler.Forms this.pauseOnExceptionsCheckBox.AutoSize = true; this.pauseOnExceptionsCheckBox.Checked = true; this.pauseOnExceptionsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; - this.pauseOnExceptionsCheckBox.Location = new System.Drawing.Point(9, 17); - this.pauseOnExceptionsCheckBox.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); + this.pauseOnExceptionsCheckBox.Location = new System.Drawing.Point(14, 26); this.pauseOnExceptionsCheckBox.Name = "pauseOnExceptionsCheckBox"; - this.pauseOnExceptionsCheckBox.Size = new System.Drawing.Size(212, 19); + this.pauseOnExceptionsCheckBox.Size = new System.Drawing.Size(270, 24); this.pauseOnExceptionsCheckBox.TabIndex = 0; this.pauseOnExceptionsCheckBox.Text = "Pause job when exception occurs"; this.pauseOnExceptionsCheckBox.UseVisualStyleBackColor = true; // // ImportJob // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(721, 574); + this.ClientSize = new System.Drawing.Size(1076, 883); this.Controls.Add(this.groupBoxExceptions); this.Controls.Add(this.retryPolicyGroupBox); this.Controls.Add(this.bottomToolStrip); @@ -1290,10 +1361,11 @@ namespace RecurringIntegrationsScheduler.Forms this.Controls.Add(this.jobDetailsGroupBox); this.Controls.Add(this.useMonitoringJobCheckBox); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; + this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(739, 739); + this.MaximumSize = new System.Drawing.Size(1098, 1107); this.MinimizeBox = false; - this.MinimumSize = new System.Drawing.Size(739, 621); + this.MinimumSize = new System.Drawing.Size(1098, 925); this.Name = "ImportJob"; this.ShowIcon = false; this.ShowInTaskbar = false; @@ -1363,7 +1435,7 @@ namespace RecurringIntegrationsScheduler.Forms private System.Windows.Forms.Label upJobHoursLabel; private System.Windows.Forms.Label upJobStartAtLabel; private System.Windows.Forms.Label buildCronLabel; - private System.Windows.Forms.TextBox cronTriggerInofTextBox; + private System.Windows.Forms.TextBox cronTriggerInfoTextBox; private System.Windows.Forms.LinkLabel cronmakerLinkLabel; private System.Windows.Forms.Label upJobCronExpressionLabel; private System.Windows.Forms.TextBox upJobCronExpressionTextBox; diff --git a/Scheduler/Forms/ImportJob.resx b/Scheduler/Forms/ImportJob.resx index bedfa10..1af7de1 100644 --- a/Scheduler/Forms/ImportJob.resx +++ b/Scheduler/Forms/ImportJob.resx @@ -117,119 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - xAAADsQBlSsOGwAAAR1JREFUWEftlLEOgkAMQPkUP8Ww8wFsRmb9CQ0jzrj4EUy6uMhHqIOLuqoL63kl - Vg0WuGI5Br3kJaTt3b2WgKOU6hQyaBMyaBMyaJPXA3NlWTbQqKZICByKh3L4SkAfkHefJIlyXdeYMAzF - BPLufd8nL6qiVgAL6sDuJ5Opul5utYgLYPe77Z68sAhbAN4XbirDtHsA9xgLvF9Uhmn3AO5hC1CHNeEv - UCuACeR3BZr83YpQXwfmqgQWkOD+3ynGo3EjgR4mJaawWq54Ao8vQGwKnuep0/HMFuhjgcQUomjGE4Cl - k2sokJgCkG5StoDoFIJhwBOApQtEpxDH8+ezqcBzCm1RKQBLF+VTaIsPga4ggzYhgzYhgzYhg/ZQzh2S - chRbJsQlHwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - xAAADsQBlSsOGwAAAR1JREFUWEftlLEOgkAMQPkUP8Ww8wFsRmb9CQ0jzrj4EUy6uMhHqIOLuqoL63kl - Vg0WuGI5Br3kJaTt3b2WgKOU6hQyaBMyaBMyaJPXA3NlWTbQqKZICByKh3L4SkAfkHefJIlyXdeYMAzF - BPLufd8nL6qiVgAL6sDuJ5Opul5utYgLYPe77Z68sAhbAN4XbirDtHsA9xgLvF9Uhmn3AO5hC1CHNeEv - UCuACeR3BZr83YpQXwfmqgQWkOD+3ynGo3EjgR4mJaawWq54Ao8vQGwKnuep0/HMFuhjgcQUomjGE4Cl - k2sokJgCkG5StoDoFIJhwBOApQtEpxDH8+ezqcBzCm1RKQBLF+VTaIsPga4ggzYhgzYhgzYhg/ZQzh2S - chRbJsQlHwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - xAAADsQBlSsOGwAAAR1JREFUWEftlLEOgkAMQPkUP8Ww8wFsRmb9CQ0jzrj4EUy6uMhHqIOLuqoL63kl - Vg0WuGI5Br3kJaTt3b2WgKOU6hQyaBMyaBMyaJPXA3NlWTbQqKZICByKh3L4SkAfkHefJIlyXdeYMAzF - BPLufd8nL6qiVgAL6sDuJ5Opul5utYgLYPe77Z68sAhbAN4XbirDtHsA9xgLvF9Uhmn3AO5hC1CHNeEv - UCuACeR3BZr83YpQXwfmqgQWkOD+3ynGo3EjgR4mJaawWq54Ao8vQGwKnuep0/HMFuhjgcQUomjGE4Cl - k2sokJgCkG5StoDoFIJhwBOApQtEpxDH8+ezqcBzCm1RKQBLF+VTaIsPga4ggzYhgzYhgzYhg/ZQzh2S - chRbJsQlHwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - xAAADsQBlSsOGwAAAR1JREFUWEftlLEOgkAMQPkUP8Ww8wFsRmb9CQ0jzrj4EUy6uMhHqIOLuqoL63kl - Vg0WuGI5Br3kJaTt3b2WgKOU6hQyaBMyaBMyaJPXA3NlWTbQqKZICByKh3L4SkAfkHefJIlyXdeYMAzF - BPLufd8nL6qiVgAL6sDuJ5Opul5utYgLYPe77Z68sAhbAN4XbirDtHsA9xgLvF9Uhmn3AO5hC1CHNeEv - UCuACeR3BZr83YpQXwfmqgQWkOD+3ynGo3EjgR4mJaawWq54Ao8vQGwKnuep0/HMFuhjgcQUomjGE4Cl - k2sokJgCkG5StoDoFIJhwBOApQtEpxDH8+ezqcBzCm1RKQBLF+VTaIsPga4ggzYhgzYhgzYhg/ZQzh2S - chRbJsQlHwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - xAAADsQBlSsOGwAAAR1JREFUWEftlLEOgkAMQPkUP8Ww8wFsRmb9CQ0jzrj4EUy6uMhHqIOLuqoL63kl - Vg0WuGI5Br3kJaTt3b2WgKOU6hQyaBMyaBMyaJPXA3NlWTbQqKZICByKh3L4SkAfkHefJIlyXdeYMAzF - BPLufd8nL6qiVgAL6sDuJ5Opul5utYgLYPe77Z68sAhbAN4XbirDtHsA9xgLvF9Uhmn3AO5hC1CHNeEv - UCuACeR3BZr83YpQXwfmqgQWkOD+3ynGo3EjgR4mJaawWq54Ao8vQGwKnuep0/HMFuhjgcQUomjGE4Cl - k2sokJgCkG5StoDoFIJhwBOApQtEpxDH8+ezqcBzCm1RKQBLF+VTaIsPga4ggzYhgzYhgzYhg/ZQzh2S - chRbJsQlHwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - xAAADsQBlSsOGwAAAR1JREFUWEftlLEOgkAMQPkUP8Ww8wFsRmb9CQ0jzrj4EUy6uMhHqIOLuqoL63kl - Vg0WuGI5Br3kJaTt3b2WgKOU6hQyaBMyaBMyaJPXA3NlWTbQqKZICByKh3L4SkAfkHefJIlyXdeYMAzF - BPLufd8nL6qiVgAL6sDuJ5Opul5utYgLYPe77Z68sAhbAN4XbirDtHsA9xgLvF9Uhmn3AO5hC1CHNeEv - UCuACeR3BZr83YpQXwfmqgQWkOD+3ynGo3EjgR4mJaawWq54Ao8vQGwKnuep0/HMFuhjgcQUomjGE4Cl - k2sokJgCkG5StoDoFIJhwBOApQtEpxDH8+ezqcBzCm1RKQBLF+VTaIsPga4ggzYhgzYhgzYhg/ZQzh2S - chRbJsQlHwAAAABJRU5ErkJggg== - - - - 17, 17 - - - With cron expression you can specify schedules such as “every Friday at noon”, or “every weekday and 9:30 am”, or even “every 5 minutes between 9:00 am and 10:00 am on every Monday, Wednesday and Friday during January”. - -Default example above means: Each working day of the week (MON-FRI) run every 15 minutes (0/15) between 8:00 and 18:45 (8-18 - last run will be at 18:45) - - - - 180, 17 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - 377, 17 - - - 25 - \ No newline at end of file diff --git a/Scheduler/Forms/MainForm.resx b/Scheduler/Forms/MainForm.resx index e309b62..a26fb67 100644 --- a/Scheduler/Forms/MainForm.resx +++ b/Scheduler/Forms/MainForm.resx @@ -117,208 +117,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 17 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - 122, 17 - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - 385, 17 - - - 238, 17 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - AAABAA0AICAQAAEABADoAgAA1gAAABAQEAABAAQAKAEAAL4DAAAwMAAAAQAIAKgOAADmBAAAICAAAAEA diff --git a/Scheduler/Forms/Parameters.resx b/Scheduler/Forms/Parameters.resx index 68ed6da..1af7de1 100644 --- a/Scheduler/Forms/Parameters.resx +++ b/Scheduler/Forms/Parameters.resx @@ -117,64 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 17, 17 - - - 122, 17 - - - 227, 17 - - - 332, 17 - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - True - - - 521, 17 - - - True - - - True - - - True - - - True - \ No newline at end of file diff --git a/Scheduler/Forms/UploadJob.Designer.cs b/Scheduler/Forms/UploadJob.Designer.cs index 9c5fd95..18e50c0 100644 --- a/Scheduler/Forms/UploadJob.Designer.cs +++ b/Scheduler/Forms/UploadJob.Designer.cs @@ -85,7 +85,7 @@ namespace RecurringIntegrationsScheduler.Forms this.upJobCronTriggerRadioButton = new System.Windows.Forms.RadioButton(); this.upJobSimpleTriggerRadioButton = new System.Windows.Forms.RadioButton(); this.buildCronLabel = new System.Windows.Forms.Label(); - this.cronTriggerInofTextBox = new System.Windows.Forms.TextBox(); + this.cronTriggerInfoTextBox = new System.Windows.Forms.TextBox(); this.cronmakerLinkLabel = new System.Windows.Forms.LinkLabel(); this.upJobCronExpressionLabel = new System.Windows.Forms.Label(); this.upJobCronExpressionTextBox = new System.Windows.Forms.TextBox(); @@ -189,7 +189,7 @@ namespace RecurringIntegrationsScheduler.Forms // this.processingErrorsFolderBrowserButton.Enabled = false; this.processingErrorsFolderBrowserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.processingErrorsFolderBrowserButton.Image = ((System.Drawing.Image)(resources.GetObject("processingErrorsFolderBrowserButton.Image"))); + this.processingErrorsFolderBrowserButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Folder_open_32xMD_exp; this.processingErrorsFolderBrowserButton.Location = new System.Drawing.Point(300, 566); this.processingErrorsFolderBrowserButton.Margin = new System.Windows.Forms.Padding(0); this.processingErrorsFolderBrowserButton.Name = "processingErrorsFolderBrowserButton"; @@ -273,7 +273,7 @@ namespace RecurringIntegrationsScheduler.Forms // this.inputFolderBrowserButton.Enabled = false; this.inputFolderBrowserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.inputFolderBrowserButton.Image = ((System.Drawing.Image)(resources.GetObject("inputFolderBrowserButton.Image"))); + this.inputFolderBrowserButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Folder_open_32xMD_exp; this.inputFolderBrowserButton.Location = new System.Drawing.Point(300, 322); this.inputFolderBrowserButton.Margin = new System.Windows.Forms.Padding(0); this.inputFolderBrowserButton.Name = "inputFolderBrowserButton"; @@ -306,7 +306,7 @@ namespace RecurringIntegrationsScheduler.Forms // this.processingSuccessFolderBrowserButton.Enabled = false; this.processingSuccessFolderBrowserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.processingSuccessFolderBrowserButton.Image = ((System.Drawing.Image)(resources.GetObject("processingSuccessFolderBrowserButton.Image"))); + this.processingSuccessFolderBrowserButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Folder_open_32xMD_exp; this.processingSuccessFolderBrowserButton.Location = new System.Drawing.Point(300, 505); this.processingSuccessFolderBrowserButton.Margin = new System.Windows.Forms.Padding(0); this.processingSuccessFolderBrowserButton.Name = "processingSuccessFolderBrowserButton"; @@ -339,7 +339,7 @@ namespace RecurringIntegrationsScheduler.Forms // this.uploadSuccessFolderBrowserButton.Enabled = false; this.uploadSuccessFolderBrowserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.uploadSuccessFolderBrowserButton.Image = ((System.Drawing.Image)(resources.GetObject("uploadSuccessFolderBrowserButton.Image"))); + this.uploadSuccessFolderBrowserButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Folder_open_32xMD_exp; this.uploadSuccessFolderBrowserButton.Location = new System.Drawing.Point(300, 383); this.uploadSuccessFolderBrowserButton.Margin = new System.Windows.Forms.Padding(0); this.uploadSuccessFolderBrowserButton.Name = "uploadSuccessFolderBrowserButton"; @@ -418,7 +418,7 @@ namespace RecurringIntegrationsScheduler.Forms // topUploadFolderBrowserButton // this.topUploadFolderBrowserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); - this.topUploadFolderBrowserButton.Image = ((System.Drawing.Image)(resources.GetObject("topUploadFolderBrowserButton.Image"))); + this.topUploadFolderBrowserButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Folder_open_32xMD_exp; this.topUploadFolderBrowserButton.Location = new System.Drawing.Point(300, 228); this.topUploadFolderBrowserButton.Margin = new System.Windows.Forms.Padding(0); this.topUploadFolderBrowserButton.Name = "topUploadFolderBrowserButton"; @@ -649,7 +649,7 @@ namespace RecurringIntegrationsScheduler.Forms this.recurrenceGroupBox.Controls.Add(this.cronDocsLinkLabel); this.recurrenceGroupBox.Controls.Add(this.upJobTriggerTypePanel); this.recurrenceGroupBox.Controls.Add(this.buildCronLabel); - this.recurrenceGroupBox.Controls.Add(this.cronTriggerInofTextBox); + this.recurrenceGroupBox.Controls.Add(this.cronTriggerInfoTextBox); this.recurrenceGroupBox.Controls.Add(this.cronmakerLinkLabel); this.recurrenceGroupBox.Controls.Add(this.upJobCronExpressionLabel); this.recurrenceGroupBox.Controls.Add(this.upJobCronExpressionTextBox); @@ -772,18 +772,18 @@ namespace RecurringIntegrationsScheduler.Forms this.buildCronLabel.TabIndex = 26; this.buildCronLabel.Text = "Build cron expression at"; // - // cronTriggerInofTextBox + // cronTriggerInfoTextBox // - this.cronTriggerInofTextBox.BackColor = System.Drawing.SystemColors.Control; - this.cronTriggerInofTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.cronTriggerInofTextBox.Location = new System.Drawing.Point(14, 182); - this.cronTriggerInofTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.cronTriggerInofTextBox.Multiline = true; - this.cronTriggerInofTextBox.Name = "cronTriggerInofTextBox"; - this.cronTriggerInofTextBox.Size = new System.Drawing.Size(322, 226); - this.cronTriggerInofTextBox.TabIndex = 25; - this.cronTriggerInofTextBox.TabStop = false; - this.cronTriggerInofTextBox.Text = resources.GetString("cronTriggerInofTextBox.Text"); + this.cronTriggerInfoTextBox.BackColor = System.Drawing.SystemColors.Control; + this.cronTriggerInfoTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; + this.cronTriggerInfoTextBox.Location = new System.Drawing.Point(14, 182); + this.cronTriggerInfoTextBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.cronTriggerInfoTextBox.Multiline = true; + this.cronTriggerInfoTextBox.Name = "cronTriggerInfoTextBox"; + this.cronTriggerInfoTextBox.Size = new System.Drawing.Size(322, 226); + this.cronTriggerInfoTextBox.TabIndex = 25; + this.cronTriggerInfoTextBox.TabStop = false; + this.cronTriggerInfoTextBox.Text = RecurringIntegrationsScheduler.Properties.Resources.cronTriggerInfo; // // cronmakerLinkLabel // @@ -893,7 +893,7 @@ namespace RecurringIntegrationsScheduler.Forms this.bottomToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.cancelButton, this.addJobButton}); - this.bottomToolStrip.Location = new System.Drawing.Point(0, 777); + this.bottomToolStrip.Location = new System.Drawing.Point(0, 782); this.bottomToolStrip.Name = "bottomToolStrip"; this.bottomToolStrip.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0); this.bottomToolStrip.Size = new System.Drawing.Size(1078, 32); @@ -1278,7 +1278,7 @@ namespace RecurringIntegrationsScheduler.Forms // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1078, 809); + this.ClientSize = new System.Drawing.Size(1078, 814); this.Controls.Add(this.groupBoxExceptions); this.Controls.Add(this.retryPolicyGroupBox); this.Controls.Add(this.bottomToolStrip); @@ -1291,9 +1291,9 @@ namespace RecurringIntegrationsScheduler.Forms this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.MaximizeBox = false; - this.MaximumSize = new System.Drawing.Size(1100, 865); + this.MaximumSize = new System.Drawing.Size(1100, 870); this.MinimizeBox = false; - this.MinimumSize = new System.Drawing.Size(1100, 865); + this.MinimumSize = new System.Drawing.Size(1100, 870); this.Name = "UploadJob"; this.ShowIcon = false; this.ShowInTaskbar = false; @@ -1363,7 +1363,7 @@ namespace RecurringIntegrationsScheduler.Forms private System.Windows.Forms.Label upJobHoursLabel; private System.Windows.Forms.Label upJobStartAtLabel; private System.Windows.Forms.Label buildCronLabel; - private System.Windows.Forms.TextBox cronTriggerInofTextBox; + private System.Windows.Forms.TextBox cronTriggerInfoTextBox; private System.Windows.Forms.LinkLabel cronmakerLinkLabel; private System.Windows.Forms.Label upJobCronExpressionLabel; private System.Windows.Forms.TextBox upJobCronExpressionTextBox; diff --git a/Scheduler/Forms/UploadJob.resx b/Scheduler/Forms/UploadJob.resx index dac1c3f..1af7de1 100644 --- a/Scheduler/Forms/UploadJob.resx +++ b/Scheduler/Forms/UploadJob.resx @@ -117,105 +117,4 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - - iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - xAAADsQBlSsOGwAAAR1JREFUWEftlLEOgkAMQPkUP8Ww8wFsRmb9CQ0jzrj4EUy6uMhHqIOLuqoL63kl - Vg0WuGI5Br3kJaTt3b2WgKOU6hQyaBMyaBMyaJPXA3NlWTbQqKZICByKh3L4SkAfkHefJIlyXdeYMAzF - BPLufd8nL6qiVgAL6sDuJ5Opul5utYgLYPe77Z68sAhbAN4XbirDtHsA9xgLvF9Uhmn3AO5hC1CHNeEv - UCuACeR3BZr83YpQXwfmqgQWkOD+3ynGo3EjgR4mJaawWq54Ao8vQGwKnuep0/HMFuhjgcQUomjGE4Cl - k2sokJgCkG5StoDoFIJhwBOApQtEpxDH8+ezqcBzCm1RKQBLF+VTaIsPga4ggzYhgzYhgzYhg/ZQzh2S - chRbJsQlHwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - xAAADsQBlSsOGwAAAR1JREFUWEftlLEOgkAMQPkUP8Ww8wFsRmb9CQ0jzrj4EUy6uMhHqIOLuqoL63kl - Vg0WuGI5Br3kJaTt3b2WgKOU6hQyaBMyaBMyaJPXA3NlWTbQqKZICByKh3L4SkAfkHefJIlyXdeYMAzF - BPLufd8nL6qiVgAL6sDuJ5Opul5utYgLYPe77Z68sAhbAN4XbirDtHsA9xgLvF9Uhmn3AO5hC1CHNeEv - UCuACeR3BZr83YpQXwfmqgQWkOD+3ynGo3EjgR4mJaawWq54Ao8vQGwKnuep0/HMFuhjgcQUomjGE4Cl - k2sokJgCkG5StoDoFIJhwBOApQtEpxDH8+ezqcBzCm1RKQBLF+VTaIsPga4ggzYhgzYhgzYhg/ZQzh2S - chRbJsQlHwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - xAAADsQBlSsOGwAAAR1JREFUWEftlLEOgkAMQPkUP8Ww8wFsRmb9CQ0jzrj4EUy6uMhHqIOLuqoL63kl - Vg0WuGI5Br3kJaTt3b2WgKOU6hQyaBMyaBMyaJPXA3NlWTbQqKZICByKh3L4SkAfkHefJIlyXdeYMAzF - BPLufd8nL6qiVgAL6sDuJ5Opul5utYgLYPe77Z68sAhbAN4XbirDtHsA9xgLvF9Uhmn3AO5hC1CHNeEv - UCuACeR3BZr83YpQXwfmqgQWkOD+3ynGo3EjgR4mJaawWq54Ao8vQGwKnuep0/HMFuhjgcQUomjGE4Cl - k2sokJgCkG5StoDoFIJhwBOApQtEpxDH8+ezqcBzCm1RKQBLF+VTaIsPga4ggzYhgzYhgzYhg/ZQzh2S - chRbJsQlHwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - xAAADsQBlSsOGwAAAR1JREFUWEftlLEOgkAMQPkUP8Ww8wFsRmb9CQ0jzrj4EUy6uMhHqIOLuqoL63kl - Vg0WuGI5Br3kJaTt3b2WgKOU6hQyaBMyaBMyaJPXA3NlWTbQqKZICByKh3L4SkAfkHefJIlyXdeYMAzF - BPLufd8nL6qiVgAL6sDuJ5Opul5utYgLYPe77Z68sAhbAN4XbirDtHsA9xgLvF9Uhmn3AO5hC1CHNeEv - UCuACeR3BZr83YpQXwfmqgQWkOD+3ynGo3EjgR4mJaawWq54Ao8vQGwKnuep0/HMFuhjgcQUomjGE4Cl - k2sokJgCkG5StoDoFIJhwBOApQtEpxDH8+ezqcBzCm1RKQBLF+VTaIsPga4ggzYhgzYhgzYhg/ZQzh2S - chRbJsQlHwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - xAAADsQBlSsOGwAAAR1JREFUWEftlLEOgkAMQPkUP8Ww8wFsRmb9CQ0jzrj4EUy6uMhHqIOLuqoL63kl - Vg0WuGI5Br3kJaTt3b2WgKOU6hQyaBMyaBMyaJPXA3NlWTbQqKZICByKh3L4SkAfkHefJIlyXdeYMAzF - BPLufd8nL6qiVgAL6sDuJ5Opul5utYgLYPe77Z68sAhbAN4XbirDtHsA9xgLvF9Uhmn3AO5hC1CHNeEv - UCuACeR3BZr83YpQXwfmqgQWkOD+3ynGo3EjgR4mJaawWq54Ao8vQGwKnuep0/HMFuhjgcQUomjGE4Cl - k2sokJgCkG5StoDoFIJhwBOApQtEpxDH8+ezqcBzCm1RKQBLF+VTaIsPga4ggzYhgzYhgzYhg/ZQzh2S - chRbJsQlHwAAAABJRU5ErkJggg== - - - - 17, 17 - - - With cron expression you can specify schedules such as “every Friday at noon”, or “every weekday and 9:30 am”, or even “every 5 minutes between 9:00 am and 10:00 am on every Monday, Wednesday and Friday during January”. - -Default example above means: Each working day of the week (MON-FRI) run every 15 minutes (0/15) between 8:00 and 18:45 (8-18 - last run will be at 18:45) - - - - 180, 17 - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - - iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG - YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9 - 0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw - bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc - VzOOpHI7Jr376Hi9ogHqFIANO0/MmmmbmSmm9a8ze+I4MrNWAdjtoJgWcx+PSzg166yZZ8xM8XvXDix9 - c4jIqFYAjoriBV9AhEPv1mH/sonogha0afbZMMZz+yreTGyhpusHwtNNCsA5U1zS4BLxzJIfg299qO32 - Ir7UJtZfftyATqeT+8o2D8JSjQrAJblrncYL7ZJ2+bfaFnC/1S1NjL3diRat7qrO7wLRP3HjWsojBeCo - mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ - kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D - TgDQASA1MVpwzwAAAABJRU5ErkJggg== - - - - 67 - \ No newline at end of file diff --git a/Scheduler/Properties/Resources.Designer.cs b/Scheduler/Properties/Resources.Designer.cs index f19862e..292ffa8 100644 --- a/Scheduler/Properties/Resources.Designer.cs +++ b/Scheduler/Properties/Resources.Designer.cs @@ -628,6 +628,17 @@ namespace RecurringIntegrationsScheduler.Properties { } } + /// + /// Looks up a localized string similar to With cron expression you can specify schedules such as “every Friday at noon”, or “every weekday and 9:30 am”, or even “every 5 minutes between 9:00 am and 10:00 am on every Monday, Wednesday and Friday during January”. + /// + ///Default example above means: Each working day of the week (MON-FRI) run every 15 minutes (0/15) between 8:00 and 18:45 (8-18 - last run will be at 18:45). + /// + internal static string cronTriggerInfo { + get { + return ResourceManager.GetString("cronTriggerInfo", resourceCulture); + } + } + /// /// Looks up a localized string similar to D365FO instance seems to be up and running.. /// diff --git a/Scheduler/Properties/Resources.resx b/Scheduler/Properties/Resources.resx index 2d46167..380ea8f 100644 --- a/Scheduler/Properties/Resources.resx +++ b/Scheduler/Properties/Resources.resx @@ -859,4 +859,9 @@ Method GetMessageStatus returned empty string. Check previous errors. + + With cron expression you can specify schedules such as “every Friday at noon”, or “every weekday and 9:30 am”, or even “every 5 minutes between 9:00 am and 10:00 am on every Monday, Wednesday and Friday during January”. + +Default example above means: Each working day of the week (MON-FRI) run every 15 minutes (0/15) between 8:00 and 18:45 (8-18 - last run will be at 18:45) + \ No newline at end of file