2020-02-05 17:58:52 +03:00
using RecurringIntegrationsScheduler.Properties ;
namespace RecurringIntegrationsScheduler.Forms
{
partial class UploadJobV3
{
/// <summary>
/// Required designer variable.
/// </summary>
private System . ComponentModel . IContainer components = null ;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
components . Dispose ( ) ;
}
base . Dispose ( disposing ) ;
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent ( )
{
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( UploadJobV3 ) ) ;
this . jobIdentificationGroupBox = new System . Windows . Forms . GroupBox ( ) ;
this . jobNameLabel = new System . Windows . Forms . Label ( ) ;
this . jobName = new System . Windows . Forms . TextBox ( ) ;
this . jobGroupLabel = new System . Windows . Forms . Label ( ) ;
this . jobGroupComboBox = new System . Windows . Forms . ComboBox ( ) ;
this . jobDescriptionLabel = new System . Windows . Forms . Label ( ) ;
this . jobDescription = new System . Windows . Forms . TextBox ( ) ;
this . processingErrorsFolderBrowserButton = new System . Windows . Forms . Button ( ) ;
this . processingErrorsFolderTextBox = new System . Windows . Forms . TextBox ( ) ;
this . processingErrorsFolderLabel = new System . Windows . Forms . Label ( ) ;
this . inputFolderBrowserButton = new System . Windows . Forms . Button ( ) ;
this . inputFolderTextBox = new System . Windows . Forms . TextBox ( ) ;
this . inputFolderLabel = new System . Windows . Forms . Label ( ) ;
this . processingSuccessFolderBrowserButton = new System . Windows . Forms . Button ( ) ;
this . processingSuccessFolderTextBox = new System . Windows . Forms . TextBox ( ) ;
this . processingSuccessFolderLabel = new System . Windows . Forms . Label ( ) ;
this . uploadSuccessFolderBrowserButton = new System . Windows . Forms . Button ( ) ;
this . uploadSuccessFolderTextBox = new System . Windows . Forms . TextBox ( ) ;
this . uploadSuccessFolderLabel = new System . Windows . Forms . Label ( ) ;
this . useStandardSubfolder = new System . Windows . Forms . CheckBox ( ) ;
this . uploadErrorsFolderBrowserButton = new System . Windows . Forms . Button ( ) ;
this . uploadErrorsFolderTextBox = new System . Windows . Forms . TextBox ( ) ;
this . uploadErrorsFolderLabel = new System . Windows . Forms . Label ( ) ;
this . topUploadFolderBrowserButton = new System . Windows . Forms . Button ( ) ;
this . topUploadFolderTextBox = new System . Windows . Forms . TextBox ( ) ;
this . topUploadFolderLabel = new System . Windows . Forms . Label ( ) ;
this . folderBrowserDialog = new System . Windows . Forms . FolderBrowserDialog ( ) ;
this . downloadFolderLabel = new System . Windows . Forms . Label ( ) ;
this . jobTabControl = new System . Windows . Forms . TabControl ( ) ;
this . jobOverviewTabPage = new System . Windows . Forms . TabPage ( ) ;
this . jobControlGroupBox = new System . Windows . Forms . GroupBox ( ) ;
2020-06-03 20:09:03 +03:00
this . groupBoxLogging = new System . Windows . Forms . GroupBox ( ) ;
this . verboseLoggingCheckBox = new System . Windows . Forms . CheckBox ( ) ;
2020-02-05 17:58:52 +03:00
this . retryPolicyGroupBox = new System . Windows . Forms . GroupBox ( ) ;
this . retriesLabel = new System . Windows . Forms . Label ( ) ;
this . retriesCountUpDown = new System . Windows . Forms . NumericUpDown ( ) ;
this . retriesDelayLabel = new System . Windows . Forms . Label ( ) ;
this . retriesDelayUpDown = new System . Windows . Forms . NumericUpDown ( ) ;
this . groupBoxExceptions = new System . Windows . Forms . GroupBox ( ) ;
this . pauseOnExceptionsCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . pauseIndefinitelyCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . foldersGroupBox = new System . Windows . Forms . GroupBox ( ) ;
this . jobDetailsTabPage = new System . Windows . Forms . TabPage ( ) ;
this . uploadDetailsGroupBox = new System . Windows . Forms . GroupBox ( ) ;
this . dataJobLabel = new System . Windows . Forms . Label ( ) ;
this . dataJobComboBox = new System . Windows . Forms . ComboBox ( ) ;
this . labelInterval = new System . Windows . Forms . Label ( ) ;
this . numericUpDownIntervalUploads = new System . Windows . Forms . NumericUpDown ( ) ;
this . LegalEntityLabel = new System . Windows . Forms . Label ( ) ;
this . legalEntityTextBox = new System . Windows . Forms . TextBox ( ) ;
this . fileSelectionGroupBox = new System . Windows . Forms . GroupBox ( ) ;
this . isDataPackageCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . searchPatternLabel = new System . Windows . Forms . Label ( ) ;
this . searchPatternTextBox = new System . Windows . Forms . TextBox ( ) ;
this . orderByLabel = new System . Windows . Forms . Label ( ) ;
this . orderByComboBox = new System . Windows . Forms . ComboBox ( ) ;
this . orderLabel = new System . Windows . Forms . Label ( ) ;
this . orderByPanel = new System . Windows . Forms . Panel ( ) ;
this . orderAscendingRadioButton = new System . Windows . Forms . RadioButton ( ) ;
this . orderDescendingRadioButton = new System . Windows . Forms . RadioButton ( ) ;
this . uploadRecurrenceTabPage = new System . Windows . Forms . TabPage ( ) ;
this . upJobTriggerTypePanel = new System . Windows . Forms . Panel ( ) ;
this . upJobSimpleTriggerRadioButton = new System . Windows . Forms . RadioButton ( ) ;
this . upJobCronTriggerRadioButton = new System . Windows . Forms . RadioButton ( ) ;
this . simpleTriggerUploadJobGroupBox = new System . Windows . Forms . GroupBox ( ) ;
this . runEveryUploadJobLabel = new System . Windows . Forms . Label ( ) ;
this . upJobHoursDateTimePicker = new System . Windows . Forms . DateTimePicker ( ) ;
this . upJobHoursLabel = new System . Windows . Forms . Label ( ) ;
this . importJobAndOrLabel = new System . Windows . Forms . Label ( ) ;
this . upJobMinutesDateTimePicker = new System . Windows . Forms . DateTimePicker ( ) ;
this . upJobMinutesLabel = new System . Windows . Forms . Label ( ) ;
this . upJobStartAtLabel = new System . Windows . Forms . Label ( ) ;
this . upJobStartAtDateTimePicker = new System . Windows . Forms . DateTimePicker ( ) ;
this . cronTriggerUploadJobGroupBox = new System . Windows . Forms . GroupBox ( ) ;
this . upJobCronExpressionLabel = new System . Windows . Forms . Label ( ) ;
this . upJobCronExpressionTextBox = new System . Windows . Forms . TextBox ( ) ;
this . cronTriggerInfoTextBox = new System . Windows . Forms . TextBox ( ) ;
this . buildCronLabel = new System . Windows . Forms . Label ( ) ;
this . cronmakerLinkLabel = new System . Windows . Forms . LinkLabel ( ) ;
this . cronDocsLinkLabel = new System . Windows . Forms . LinkLabel ( ) ;
this . getCronScheduleForUploadButton = new System . Windows . Forms . Button ( ) ;
this . calculatedRunsTextBox = new System . Windows . Forms . TextBox ( ) ;
this . moreExamplesButton = new System . Windows . Forms . Button ( ) ;
this . monitoringJobTabPage = new System . Windows . Forms . TabPage ( ) ;
this . useMonitoringJobCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . processingJobGroupBox = new System . Windows . Forms . GroupBox ( ) ;
this . getExecutionErrorsCheckBox = new System . Windows . Forms . CheckBox ( ) ;
this . delayBetweenStatusCheckLabel = new System . Windows . Forms . Label ( ) ;
this . delayBetweenStatusCheckNumericUpDown = new System . Windows . Forms . NumericUpDown ( ) ;
this . statusFileExtensionLabel = new System . Windows . Forms . Label ( ) ;
this . statusFileExtensionTextBox = new System . Windows . Forms . TextBox ( ) ;
this . procJobTriggerTypePanel = new System . Windows . Forms . Panel ( ) ;
this . procJobSimpleTriggerRadioButton = new System . Windows . Forms . RadioButton ( ) ;
this . procJobCronTriggerRadioButton = new System . Windows . Forms . RadioButton ( ) ;
this . simpleTriggerMonitoringJobGroupBox = new System . Windows . Forms . GroupBox ( ) ;
this . runEveryMonitoringJobLabel = new System . Windows . Forms . Label ( ) ;
this . procJobHoursDateTimePicker = new System . Windows . Forms . DateTimePicker ( ) ;
this . procJobHoursLabel = new System . Windows . Forms . Label ( ) ;
this . andOrMonitoringJobLabel = new System . Windows . Forms . Label ( ) ;
this . procJobMinutesDateTimePicker = new System . Windows . Forms . DateTimePicker ( ) ;
this . procJobMinutesLabel = new System . Windows . Forms . Label ( ) ;
this . procJobStartAtLabel = new System . Windows . Forms . Label ( ) ;
this . procJobStartAtDateTimePicker = new System . Windows . Forms . DateTimePicker ( ) ;
this . cronTriggerMonitoringJobGroupBox = new System . Windows . Forms . GroupBox ( ) ;
this . procJobCronExpressionLabel = new System . Windows . Forms . Label ( ) ;
this . procJobCronExpressionTextBox = new System . Windows . Forms . TextBox ( ) ;
this . monitoringCronTextBox = new System . Windows . Forms . TextBox ( ) ;
this . monitoringJobBuildCronLabel = new System . Windows . Forms . Label ( ) ;
this . monitoringJobCronmakerLinkLabel = new System . Windows . Forms . LinkLabel ( ) ;
this . monitoringJobCronDocsLinkLabel = new System . Windows . Forms . LinkLabel ( ) ;
this . getCronScheduleForMonitoringButton = new System . Windows . Forms . Button ( ) ;
this . calculatedRunsMonitoringTextBox = new System . Windows . Forms . TextBox ( ) ;
this . moreExamplesMonitoringButton = new System . Windows . Forms . Button ( ) ;
this . connectionTabPage = new System . Windows . Forms . TabPage ( ) ;
this . axDetailsGroupBox = new System . Windows . Forms . GroupBox ( ) ;
this . instanceLabel = new System . Windows . Forms . Label ( ) ;
this . instanceComboBox = new System . Windows . Forms . ComboBox ( ) ;
this . authMethodPanel = new System . Windows . Forms . Panel ( ) ;
this . serviceAuthRadioButton = new System . Windows . Forms . RadioButton ( ) ;
this . userAuthRadioButton = new System . Windows . Forms . RadioButton ( ) ;
this . aadApplicationLabel = new System . Windows . Forms . Label ( ) ;
2020-05-12 15:27:03 +03:00
this . appRegistrationComboBox = new System . Windows . Forms . ComboBox ( ) ;
2020-02-05 17:58:52 +03:00
this . userLabel = new System . Windows . Forms . Label ( ) ;
this . userComboBox = new System . Windows . Forms . ComboBox ( ) ;
this . mainToolStrip = new System . Windows . Forms . ToolStrip ( ) ;
this . cancelToolStripButton = new System . Windows . Forms . ToolStripButton ( ) ;
this . addToolStripButton = new System . Windows . Forms . ToolStripButton ( ) ;
this . jobIdentificationGroupBox . SuspendLayout ( ) ;
this . jobTabControl . SuspendLayout ( ) ;
this . jobOverviewTabPage . SuspendLayout ( ) ;
this . jobControlGroupBox . SuspendLayout ( ) ;
2020-06-03 20:09:03 +03:00
this . groupBoxLogging . SuspendLayout ( ) ;
2020-02-05 17:58:52 +03:00
this . retryPolicyGroupBox . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . retriesCountUpDown ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . retriesDelayUpDown ) ) . BeginInit ( ) ;
this . groupBoxExceptions . SuspendLayout ( ) ;
this . foldersGroupBox . SuspendLayout ( ) ;
this . jobDetailsTabPage . SuspendLayout ( ) ;
this . uploadDetailsGroupBox . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . numericUpDownIntervalUploads ) ) . BeginInit ( ) ;
this . fileSelectionGroupBox . SuspendLayout ( ) ;
this . orderByPanel . SuspendLayout ( ) ;
this . uploadRecurrenceTabPage . SuspendLayout ( ) ;
this . upJobTriggerTypePanel . SuspendLayout ( ) ;
this . simpleTriggerUploadJobGroupBox . SuspendLayout ( ) ;
this . cronTriggerUploadJobGroupBox . SuspendLayout ( ) ;
this . monitoringJobTabPage . SuspendLayout ( ) ;
this . processingJobGroupBox . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . delayBetweenStatusCheckNumericUpDown ) ) . BeginInit ( ) ;
this . procJobTriggerTypePanel . SuspendLayout ( ) ;
this . simpleTriggerMonitoringJobGroupBox . SuspendLayout ( ) ;
this . cronTriggerMonitoringJobGroupBox . SuspendLayout ( ) ;
this . connectionTabPage . SuspendLayout ( ) ;
this . axDetailsGroupBox . SuspendLayout ( ) ;
this . authMethodPanel . SuspendLayout ( ) ;
this . mainToolStrip . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
// jobIdentificationGroupBox
//
this . jobIdentificationGroupBox . Controls . Add ( this . jobNameLabel ) ;
this . jobIdentificationGroupBox . Controls . Add ( this . jobName ) ;
this . jobIdentificationGroupBox . Controls . Add ( this . jobGroupLabel ) ;
this . jobIdentificationGroupBox . Controls . Add ( this . jobGroupComboBox ) ;
this . jobIdentificationGroupBox . Controls . Add ( this . jobDescriptionLabel ) ;
this . jobIdentificationGroupBox . Controls . Add ( this . jobDescription ) ;
2021-05-13 01:42:51 +03:00
this . jobIdentificationGroupBox . Location = new System . Drawing . Point ( 8 , 7 ) ;
this . jobIdentificationGroupBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . jobIdentificationGroupBox . Name = "jobIdentificationGroupBox" ;
2021-05-13 01:42:51 +03:00
this . jobIdentificationGroupBox . Padding = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
this . jobIdentificationGroupBox . Size = new System . Drawing . Size ( 428 , 391 ) ;
2020-02-05 17:58:52 +03:00
this . jobIdentificationGroupBox . TabIndex = 0 ;
this . jobIdentificationGroupBox . TabStop = false ;
this . jobIdentificationGroupBox . Text = "Job identification" ;
//
// jobNameLabel
//
this . jobNameLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . jobNameLabel . Location = new System . Drawing . Point ( 8 , 66 ) ;
this . jobNameLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . jobNameLabel . Name = "jobNameLabel" ;
2021-05-13 01:42:51 +03:00
this . jobNameLabel . Size = new System . Drawing . Size ( 140 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . jobNameLabel . TabIndex = 0 ;
this . jobNameLabel . Text = "RIS job name" ;
//
// jobName
//
2021-05-13 01:42:51 +03:00
this . jobName . Location = new System . Drawing . Point ( 163 , 59 ) ;
this . jobName . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . jobName . Name = "jobName" ;
2021-05-13 01:42:51 +03:00
this . jobName . Size = new System . Drawing . Size ( 256 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . jobName . TabIndex = 1 ;
//
// jobGroupLabel
//
this . jobGroupLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . jobGroupLabel . Location = new System . Drawing . Point ( 8 , 116 ) ;
this . jobGroupLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . jobGroupLabel . Name = "jobGroupLabel" ;
2021-05-13 01:42:51 +03:00
this . jobGroupLabel . Size = new System . Drawing . Size ( 142 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . jobGroupLabel . TabIndex = 2 ;
this . jobGroupLabel . Text = "RIS job group" ;
//
// jobGroupComboBox
//
this . jobGroupComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . jobGroupComboBox . FormattingEnabled = true ;
2021-05-13 01:42:51 +03:00
this . jobGroupComboBox . Location = new System . Drawing . Point ( 163 , 109 ) ;
this . jobGroupComboBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . jobGroupComboBox . Name = "jobGroupComboBox" ;
2021-05-13 01:42:51 +03:00
this . jobGroupComboBox . Size = new System . Drawing . Size ( 256 , 33 ) ;
2020-02-05 17:58:52 +03:00
this . jobGroupComboBox . Sorted = true ;
this . jobGroupComboBox . TabIndex = 2 ;
//
// jobDescriptionLabel
//
this . jobDescriptionLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . jobDescriptionLabel . Location = new System . Drawing . Point ( 8 , 173 ) ;
this . jobDescriptionLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . jobDescriptionLabel . Name = "jobDescriptionLabel" ;
2021-05-13 01:42:51 +03:00
this . jobDescriptionLabel . Size = new System . Drawing . Size ( 254 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . jobDescriptionLabel . TabIndex = 4 ;
this . jobDescriptionLabel . Text = "Job description (optional)" ;
//
// jobDescription
//
2021-05-13 01:42:51 +03:00
this . jobDescription . Location = new System . Drawing . Point ( 14 , 206 ) ;
this . jobDescription . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . jobDescription . Multiline = true ;
this . jobDescription . Name = "jobDescription" ;
2021-05-13 01:42:51 +03:00
this . jobDescription . Size = new System . Drawing . Size ( 404 , 168 ) ;
2020-02-05 17:58:52 +03:00
this . jobDescription . TabIndex = 3 ;
//
// processingErrorsFolderBrowserButton
//
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 = global :: RecurringIntegrationsScheduler . Properties . Resources . Folder_open_32xMD_exp ;
2021-05-13 01:42:51 +03:00
this . processingErrorsFolderBrowserButton . Location = new System . Drawing . Point ( 391 , 516 ) ;
2020-02-05 17:58:52 +03:00
this . processingErrorsFolderBrowserButton . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . processingErrorsFolderBrowserButton . Name = "processingErrorsFolderBrowserButton" ;
2021-05-13 01:42:51 +03:00
this . processingErrorsFolderBrowserButton . Size = new System . Drawing . Size ( 48 , 50 ) ;
2020-02-05 17:58:52 +03:00
this . processingErrorsFolderBrowserButton . TabIndex = 27 ;
this . processingErrorsFolderBrowserButton . TextAlign = System . Drawing . ContentAlignment . TopLeft ;
this . processingErrorsFolderBrowserButton . UseVisualStyleBackColor = true ;
this . processingErrorsFolderBrowserButton . Click + = new System . EventHandler ( this . ProcessingErrorsFolderBrowserButton_Click ) ;
//
// processingErrorsFolderTextBox
//
this . processingErrorsFolderTextBox . Enabled = false ;
2021-05-13 01:42:51 +03:00
this . processingErrorsFolderTextBox . Location = new System . Drawing . Point ( 10 , 521 ) ;
this . processingErrorsFolderTextBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . processingErrorsFolderTextBox . Name = "processingErrorsFolderTextBox" ;
2021-05-13 01:42:51 +03:00
this . processingErrorsFolderTextBox . Size = new System . Drawing . Size ( 371 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . processingErrorsFolderTextBox . TabIndex = 26 ;
//
// processingErrorsFolderLabel
//
this . processingErrorsFolderLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . processingErrorsFolderLabel . Location = new System . Drawing . Point ( 7 , 489 ) ;
this . processingErrorsFolderLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . processingErrorsFolderLabel . Name = "processingErrorsFolderLabel" ;
2021-05-13 01:42:51 +03:00
this . processingErrorsFolderLabel . Size = new System . Drawing . Size ( 241 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . processingErrorsFolderLabel . TabIndex = 28 ;
this . processingErrorsFolderLabel . Text = "Processing errors folder" ;
//
// inputFolderBrowserButton
//
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 = global :: RecurringIntegrationsScheduler . Properties . Resources . Folder_open_32xMD_exp ;
2021-05-13 01:42:51 +03:00
this . inputFolderBrowserButton . Location = new System . Drawing . Point ( 391 , 209 ) ;
2020-02-05 17:58:52 +03:00
this . inputFolderBrowserButton . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . inputFolderBrowserButton . Name = "inputFolderBrowserButton" ;
2021-05-13 01:42:51 +03:00
this . inputFolderBrowserButton . Size = new System . Drawing . Size ( 48 , 50 ) ;
2020-02-05 17:58:52 +03:00
this . inputFolderBrowserButton . TabIndex = 19 ;
this . inputFolderBrowserButton . TextAlign = System . Drawing . ContentAlignment . TopLeft ;
this . inputFolderBrowserButton . UseVisualStyleBackColor = true ;
this . inputFolderBrowserButton . Click + = new System . EventHandler ( this . InputFolderButton_Click ) ;
//
// inputFolderTextBox
//
this . inputFolderTextBox . Enabled = false ;
2021-05-13 01:42:51 +03:00
this . inputFolderTextBox . Location = new System . Drawing . Point ( 10 , 218 ) ;
this . inputFolderTextBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . inputFolderTextBox . Name = "inputFolderTextBox" ;
2021-05-13 01:42:51 +03:00
this . inputFolderTextBox . Size = new System . Drawing . Size ( 371 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . inputFolderTextBox . TabIndex = 18 ;
//
// inputFolderLabel
//
this . inputFolderLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . inputFolderLabel . Location = new System . Drawing . Point ( 7 , 182 ) ;
this . inputFolderLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . inputFolderLabel . Name = "inputFolderLabel" ;
2021-05-13 01:42:51 +03:00
this . inputFolderLabel . Size = new System . Drawing . Size ( 154 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . inputFolderLabel . TabIndex = 20 ;
this . inputFolderLabel . Text = "Input subfolder" ;
//
// processingSuccessFolderBrowserButton
//
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 = global :: RecurringIntegrationsScheduler . Properties . Resources . Folder_open_32xMD_exp ;
2021-05-13 01:42:51 +03:00
this . processingSuccessFolderBrowserButton . Location = new System . Drawing . Point ( 391 , 441 ) ;
2020-02-05 17:58:52 +03:00
this . processingSuccessFolderBrowserButton . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . processingSuccessFolderBrowserButton . Name = "processingSuccessFolderBrowserButton" ;
2021-05-13 01:42:51 +03:00
this . processingSuccessFolderBrowserButton . Size = new System . Drawing . Size ( 48 , 50 ) ;
2020-02-05 17:58:52 +03:00
this . processingSuccessFolderBrowserButton . TabIndex = 16 ;
this . processingSuccessFolderBrowserButton . TextAlign = System . Drawing . ContentAlignment . TopLeft ;
this . processingSuccessFolderBrowserButton . UseVisualStyleBackColor = true ;
this . processingSuccessFolderBrowserButton . Click + = new System . EventHandler ( this . ProcessingSuccessFolderButton_Click ) ;
//
// processingSuccessFolderTextBox
//
this . processingSuccessFolderTextBox . Enabled = false ;
2021-05-13 01:42:51 +03:00
this . processingSuccessFolderTextBox . Location = new System . Drawing . Point ( 10 , 446 ) ;
this . processingSuccessFolderTextBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . processingSuccessFolderTextBox . Name = "processingSuccessFolderTextBox" ;
2021-05-13 01:42:51 +03:00
this . processingSuccessFolderTextBox . Size = new System . Drawing . Size ( 371 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . processingSuccessFolderTextBox . TabIndex = 15 ;
//
// processingSuccessFolderLabel
//
this . processingSuccessFolderLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . processingSuccessFolderLabel . Location = new System . Drawing . Point ( 7 , 414 ) ;
this . processingSuccessFolderLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . processingSuccessFolderLabel . Name = "processingSuccessFolderLabel" ;
2021-05-13 01:42:51 +03:00
this . processingSuccessFolderLabel . Size = new System . Drawing . Size ( 264 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . processingSuccessFolderLabel . TabIndex = 17 ;
this . processingSuccessFolderLabel . Text = "Processing success folder" ;
//
// uploadSuccessFolderBrowserButton
//
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 = global :: RecurringIntegrationsScheduler . Properties . Resources . Folder_open_32xMD_exp ;
2021-05-13 01:42:51 +03:00
this . uploadSuccessFolderBrowserButton . Location = new System . Drawing . Point ( 391 , 289 ) ;
2020-02-05 17:58:52 +03:00
this . uploadSuccessFolderBrowserButton . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . uploadSuccessFolderBrowserButton . Name = "uploadSuccessFolderBrowserButton" ;
2021-05-13 01:42:51 +03:00
this . uploadSuccessFolderBrowserButton . Size = new System . Drawing . Size ( 48 , 50 ) ;
2020-02-05 17:58:52 +03:00
this . uploadSuccessFolderBrowserButton . TabIndex = 13 ;
this . uploadSuccessFolderBrowserButton . TextAlign = System . Drawing . ContentAlignment . TopLeft ;
this . uploadSuccessFolderBrowserButton . UseVisualStyleBackColor = true ;
this . uploadSuccessFolderBrowserButton . Click + = new System . EventHandler ( this . UploadSuccessFolderButton_Click ) ;
//
// uploadSuccessFolderTextBox
//
this . uploadSuccessFolderTextBox . Enabled = false ;
2021-05-13 01:42:51 +03:00
this . uploadSuccessFolderTextBox . Location = new System . Drawing . Point ( 10 , 294 ) ;
this . uploadSuccessFolderTextBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . uploadSuccessFolderTextBox . Name = "uploadSuccessFolderTextBox" ;
2021-05-13 01:42:51 +03:00
this . uploadSuccessFolderTextBox . Size = new System . Drawing . Size ( 371 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . uploadSuccessFolderTextBox . TabIndex = 12 ;
//
// uploadSuccessFolderLabel
//
this . uploadSuccessFolderLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . uploadSuccessFolderLabel . Location = new System . Drawing . Point ( 7 , 259 ) ;
this . uploadSuccessFolderLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . uploadSuccessFolderLabel . Name = "uploadSuccessFolderLabel" ;
2021-05-13 01:42:51 +03:00
this . uploadSuccessFolderLabel . Size = new System . Drawing . Size ( 225 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . uploadSuccessFolderLabel . TabIndex = 14 ;
this . uploadSuccessFolderLabel . Text = "Upload success folder" ;
//
// useStandardSubfolder
//
this . useStandardSubfolder . AutoSize = true ;
this . useStandardSubfolder . Checked = true ;
this . useStandardSubfolder . CheckState = System . Windows . Forms . CheckState . Checked ;
2021-05-13 01:42:51 +03:00
this . useStandardSubfolder . Location = new System . Drawing . Point ( 10 , 143 ) ;
this . useStandardSubfolder . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . useStandardSubfolder . Name = "useStandardSubfolder" ;
2021-05-13 01:42:51 +03:00
this . useStandardSubfolder . Size = new System . Drawing . Size ( 329 , 29 ) ;
2020-02-05 17:58:52 +03:00
this . useStandardSubfolder . TabIndex = 8 ;
this . useStandardSubfolder . Text = global :: RecurringIntegrationsScheduler . Properties . Resources . Use_default_subfolders_names ;
this . useStandardSubfolder . UseVisualStyleBackColor = true ;
this . useStandardSubfolder . CheckedChanged + = new System . EventHandler ( this . UseStandardSubfolder_CheckedChanged ) ;
//
// uploadErrorsFolderBrowserButton
//
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 ;
2021-05-13 01:42:51 +03:00
this . uploadErrorsFolderBrowserButton . Location = new System . Drawing . Point ( 391 , 364 ) ;
2020-02-05 17:58:52 +03:00
this . uploadErrorsFolderBrowserButton . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . uploadErrorsFolderBrowserButton . Name = "uploadErrorsFolderBrowserButton" ;
2021-05-13 01:42:51 +03:00
this . uploadErrorsFolderBrowserButton . Size = new System . Drawing . Size ( 48 , 50 ) ;
2020-02-05 17:58:52 +03:00
this . uploadErrorsFolderBrowserButton . TabIndex = 7 ;
this . uploadErrorsFolderBrowserButton . TextAlign = System . Drawing . ContentAlignment . TopLeft ;
this . uploadErrorsFolderBrowserButton . UseVisualStyleBackColor = true ;
this . uploadErrorsFolderBrowserButton . Click + = new System . EventHandler ( this . UploadErrorsFolderBrowserButton_Click ) ;
//
// uploadErrorsFolderTextBox
//
this . uploadErrorsFolderTextBox . Enabled = false ;
2021-05-13 01:42:51 +03:00
this . uploadErrorsFolderTextBox . Location = new System . Drawing . Point ( 10 , 369 ) ;
this . uploadErrorsFolderTextBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . uploadErrorsFolderTextBox . Name = "uploadErrorsFolderTextBox" ;
2021-05-13 01:42:51 +03:00
this . uploadErrorsFolderTextBox . Size = new System . Drawing . Size ( 371 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . uploadErrorsFolderTextBox . TabIndex = 6 ;
//
// uploadErrorsFolderLabel
//
this . uploadErrorsFolderLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . uploadErrorsFolderLabel . Location = new System . Drawing . Point ( 7 , 334 ) ;
this . uploadErrorsFolderLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . uploadErrorsFolderLabel . Name = "uploadErrorsFolderLabel" ;
2021-05-13 01:42:51 +03:00
this . uploadErrorsFolderLabel . Size = new System . Drawing . Size ( 202 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . uploadErrorsFolderLabel . TabIndex = 11 ;
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 = global :: RecurringIntegrationsScheduler . Properties . Resources . Folder_open_32xMD_exp ;
2021-05-13 01:42:51 +03:00
this . topUploadFolderBrowserButton . Location = new System . Drawing . Point ( 391 , 94 ) ;
2020-02-05 17:58:52 +03:00
this . topUploadFolderBrowserButton . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . topUploadFolderBrowserButton . Name = "topUploadFolderBrowserButton" ;
2021-05-13 01:42:51 +03:00
this . topUploadFolderBrowserButton . Size = new System . Drawing . Size ( 48 , 50 ) ;
2020-02-05 17:58:52 +03:00
this . topUploadFolderBrowserButton . TabIndex = 5 ;
this . topUploadFolderBrowserButton . TextAlign = System . Drawing . ContentAlignment . TopLeft ;
this . topUploadFolderBrowserButton . UseVisualStyleBackColor = true ;
this . topUploadFolderBrowserButton . Click + = new System . EventHandler ( this . TopUploadFolderBrowserButton_Click ) ;
//
// topUploadFolderTextBox
//
2021-05-13 01:42:51 +03:00
this . topUploadFolderTextBox . Location = new System . Drawing . Point ( 10 , 100 ) ;
this . topUploadFolderTextBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . topUploadFolderTextBox . Name = "topUploadFolderTextBox" ;
2021-05-13 01:42:51 +03:00
this . topUploadFolderTextBox . Size = new System . Drawing . Size ( 371 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . topUploadFolderTextBox . TabIndex = 4 ;
this . topUploadFolderTextBox . TextChanged + = new System . EventHandler ( this . TopUploadFolder_TextChanged ) ;
//
// topUploadFolderLabel
//
this . topUploadFolderLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . topUploadFolderLabel . Location = new System . Drawing . Point ( 7 , 66 ) ;
this . topUploadFolderLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . topUploadFolderLabel . Name = "topUploadFolderLabel" ;
2021-05-13 01:42:51 +03:00
this . topUploadFolderLabel . Size = new System . Drawing . Size ( 180 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . topUploadFolderLabel . TabIndex = 8 ;
this . topUploadFolderLabel . Text = "Top upload folder" ;
//
// downloadFolderLabel
//
this . downloadFolderLabel . AutoSize = true ;
this . downloadFolderLabel . Location = new System . Drawing . Point ( 9 , 157 ) ;
this . downloadFolderLabel . Name = "downloadFolderLabel" ;
this . downloadFolderLabel . Size = new System . Drawing . Size ( 90 , 13 ) ;
this . downloadFolderLabel . TabIndex = 8 ;
this . downloadFolderLabel . Text = global :: RecurringIntegrationsScheduler . Properties . Resources . Top_upload_folder ;
//
// jobTabControl
//
this . jobTabControl . Controls . Add ( this . jobOverviewTabPage ) ;
this . jobTabControl . Controls . Add ( this . jobDetailsTabPage ) ;
this . jobTabControl . Controls . Add ( this . uploadRecurrenceTabPage ) ;
this . jobTabControl . Controls . Add ( this . monitoringJobTabPage ) ;
this . jobTabControl . Controls . Add ( this . connectionTabPage ) ;
this . jobTabControl . Dock = System . Windows . Forms . DockStyle . Fill ;
this . jobTabControl . Location = new System . Drawing . Point ( 0 , 0 ) ;
2021-05-13 01:42:51 +03:00
this . jobTabControl . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . jobTabControl . Name = "jobTabControl" ;
this . jobTabControl . SelectedIndex = 0 ;
2021-05-13 01:42:51 +03:00
this . jobTabControl . Size = new System . Drawing . Size ( 1428 , 1009 ) ;
2020-02-05 17:58:52 +03:00
this . jobTabControl . TabIndex = 13 ;
//
// jobOverviewTabPage
//
this . jobOverviewTabPage . BackColor = System . Drawing . SystemColors . Control ;
this . jobOverviewTabPage . Controls . Add ( this . jobIdentificationGroupBox ) ;
this . jobOverviewTabPage . Controls . Add ( this . jobControlGroupBox ) ;
this . jobOverviewTabPage . Controls . Add ( this . foldersGroupBox ) ;
2021-05-13 01:42:51 +03:00
this . jobOverviewTabPage . Location = new System . Drawing . Point ( 8 , 39 ) ;
this . jobOverviewTabPage . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . jobOverviewTabPage . Name = "jobOverviewTabPage" ;
2021-05-13 01:42:51 +03:00
this . jobOverviewTabPage . Padding = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
this . jobOverviewTabPage . Size = new System . Drawing . Size ( 1412 , 962 ) ;
2020-02-05 17:58:52 +03:00
this . jobOverviewTabPage . TabIndex = 0 ;
this . jobOverviewTabPage . Text = "Upload job overview" ;
//
// jobControlGroupBox
//
2020-02-26 01:56:48 +03:00
this . jobControlGroupBox . Controls . Add ( this . groupBoxLogging ) ;
2020-02-05 17:58:52 +03:00
this . jobControlGroupBox . Controls . Add ( this . retryPolicyGroupBox ) ;
this . jobControlGroupBox . Controls . Add ( this . groupBoxExceptions ) ;
this . jobControlGroupBox . Controls . Add ( this . pauseIndefinitelyCheckBox ) ;
2021-05-13 01:42:51 +03:00
this . jobControlGroupBox . Location = new System . Drawing . Point ( 8 , 406 ) ;
this . jobControlGroupBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . jobControlGroupBox . Name = "jobControlGroupBox" ;
2021-05-13 01:42:51 +03:00
this . jobControlGroupBox . Padding = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
this . jobControlGroupBox . Size = new System . Drawing . Size ( 428 , 398 ) ;
2020-02-05 17:58:52 +03:00
this . jobControlGroupBox . TabIndex = 15 ;
this . jobControlGroupBox . TabStop = false ;
this . jobControlGroupBox . Text = "Job control" ;
//
2020-06-03 20:09:03 +03:00
// groupBoxLogging
//
this . groupBoxLogging . Controls . Add ( this . verboseLoggingCheckBox ) ;
2021-05-13 01:42:51 +03:00
this . groupBoxLogging . Location = new System . Drawing . Point ( 15 , 268 ) ;
2020-06-03 20:09:03 +03:00
this . groupBoxLogging . Margin = new System . Windows . Forms . Padding ( 4 ) ;
this . groupBoxLogging . Name = "groupBoxLogging" ;
this . groupBoxLogging . Padding = new System . Windows . Forms . Padding ( 4 ) ;
2021-05-13 01:42:51 +03:00
this . groupBoxLogging . Size = new System . Drawing . Size ( 404 , 77 ) ;
2020-06-03 20:09:03 +03:00
this . groupBoxLogging . TabIndex = 16 ;
this . groupBoxLogging . TabStop = false ;
this . groupBoxLogging . Text = "Verbose logging" ;
//
// verboseLoggingCheckBox
//
this . verboseLoggingCheckBox . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . verboseLoggingCheckBox . Location = new System . Drawing . Point ( 19 , 32 ) ;
2020-06-03 20:09:03 +03:00
this . verboseLoggingCheckBox . Margin = new System . Windows . Forms . Padding ( 4 ) ;
this . verboseLoggingCheckBox . Name = "verboseLoggingCheckBox" ;
2021-05-13 01:42:51 +03:00
this . verboseLoggingCheckBox . Size = new System . Drawing . Size ( 241 , 29 ) ;
2020-06-03 20:09:03 +03:00
this . verboseLoggingCheckBox . TabIndex = 0 ;
this . verboseLoggingCheckBox . Text = "Use verbose logging" ;
this . verboseLoggingCheckBox . UseVisualStyleBackColor = true ;
//
2020-02-05 17:58:52 +03:00
// retryPolicyGroupBox
//
this . retryPolicyGroupBox . Controls . Add ( this . retriesLabel ) ;
this . retryPolicyGroupBox . Controls . Add ( this . retriesCountUpDown ) ;
this . retryPolicyGroupBox . Controls . Add ( this . retriesDelayLabel ) ;
this . retryPolicyGroupBox . Controls . Add ( this . retriesDelayUpDown ) ;
2021-05-13 01:42:51 +03:00
this . retryPolicyGroupBox . Location = new System . Drawing . Point ( 14 , 43 ) ;
this . retryPolicyGroupBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . retryPolicyGroupBox . Name = "retryPolicyGroupBox" ;
2021-05-13 01:42:51 +03:00
this . retryPolicyGroupBox . Padding = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
this . retryPolicyGroupBox . Size = new System . Drawing . Size ( 404 , 129 ) ;
2020-02-05 17:58:52 +03:00
this . retryPolicyGroupBox . TabIndex = 11 ;
this . retryPolicyGroupBox . TabStop = false ;
this . retryPolicyGroupBox . Text = "Retry policy" ;
//
// retriesLabel
//
this . retriesLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . retriesLabel . Location = new System . Drawing . Point ( 14 , 39 ) ;
this . retriesLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . retriesLabel . Name = "retriesLabel" ;
2021-05-13 01:42:51 +03:00
this . retriesLabel . Size = new System . Drawing . Size ( 177 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . retriesLabel . TabIndex = 0 ;
this . retriesLabel . Text = "Number of retries" ;
//
// retriesCountUpDown
//
2021-05-13 01:42:51 +03:00
this . retriesCountUpDown . Location = new System . Drawing . Point ( 199 , 34 ) ;
this . retriesCountUpDown . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . retriesCountUpDown . Maximum = new decimal ( new int [ ] {
9999 ,
0 ,
0 ,
0 } ) ;
this . retriesCountUpDown . Name = "retriesCountUpDown" ;
2021-05-13 01:42:51 +03:00
this . retriesCountUpDown . Size = new System . Drawing . Size ( 96 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . retriesCountUpDown . TabIndex = 4 ;
this . retriesCountUpDown . Value = new decimal ( new int [ ] {
1 ,
0 ,
0 ,
0 } ) ;
//
// retriesDelayLabel
//
this . retriesDelayLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . retriesDelayLabel . Location = new System . Drawing . Point ( 14 , 84 ) ;
this . retriesDelayLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . retriesDelayLabel . Name = "retriesDelayLabel" ;
2021-05-13 01:42:51 +03:00
this . retriesDelayLabel . Size = new System . Drawing . Size ( 168 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . retriesDelayLabel . TabIndex = 2 ;
this . retriesDelayLabel . Text = "Delay (seconds)" ;
//
// retriesDelayUpDown
//
2021-05-13 01:42:51 +03:00
this . retriesDelayUpDown . Location = new System . Drawing . Point ( 199 , 81 ) ;
this . retriesDelayUpDown . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . retriesDelayUpDown . Maximum = new decimal ( new int [ ] {
3600 ,
0 ,
0 ,
0 } ) ;
this . retriesDelayUpDown . Minimum = new decimal ( new int [ ] {
1 ,
0 ,
0 ,
0 } ) ;
this . retriesDelayUpDown . Name = "retriesDelayUpDown" ;
2021-05-13 01:42:51 +03:00
this . retriesDelayUpDown . Size = new System . Drawing . Size ( 96 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . retriesDelayUpDown . TabIndex = 5 ;
this . retriesDelayUpDown . Value = new decimal ( new int [ ] {
10 ,
0 ,
0 ,
0 } ) ;
//
// groupBoxExceptions
//
this . groupBoxExceptions . Controls . Add ( this . pauseOnExceptionsCheckBox ) ;
2021-05-13 01:42:51 +03:00
this . groupBoxExceptions . Location = new System . Drawing . Point ( 14 , 182 ) ;
2020-06-03 20:09:03 +03:00
this . groupBoxExceptions . Margin = new System . Windows . Forms . Padding ( 4 ) ;
2020-02-05 17:58:52 +03:00
this . groupBoxExceptions . Name = "groupBoxExceptions" ;
2020-06-03 20:09:03 +03:00
this . groupBoxExceptions . Padding = new System . Windows . Forms . Padding ( 4 ) ;
2021-05-13 01:42:51 +03:00
this . groupBoxExceptions . Size = new System . Drawing . Size ( 404 , 77 ) ;
2020-02-05 17:58:52 +03:00
this . groupBoxExceptions . TabIndex = 12 ;
this . groupBoxExceptions . TabStop = false ;
this . groupBoxExceptions . Text = "Exceptions" ;
//
// pauseOnExceptionsCheckBox
//
this . pauseOnExceptionsCheckBox . AutoSize = true ;
this . pauseOnExceptionsCheckBox . Checked = true ;
this . pauseOnExceptionsCheckBox . CheckState = System . Windows . Forms . CheckState . Checked ;
2021-05-13 01:42:51 +03:00
this . pauseOnExceptionsCheckBox . Location = new System . Drawing . Point ( 19 , 32 ) ;
2020-06-03 20:09:03 +03:00
this . pauseOnExceptionsCheckBox . Margin = new System . Windows . Forms . Padding ( 4 ) ;
2020-02-05 17:58:52 +03:00
this . pauseOnExceptionsCheckBox . Name = "pauseOnExceptionsCheckBox" ;
2021-05-13 01:42:51 +03:00
this . pauseOnExceptionsCheckBox . Size = new System . Drawing . Size ( 366 , 29 ) ;
2020-02-05 17:58:52 +03:00
this . pauseOnExceptionsCheckBox . TabIndex = 0 ;
this . pauseOnExceptionsCheckBox . Text = "Pause job when exception occurs" ;
this . pauseOnExceptionsCheckBox . UseVisualStyleBackColor = true ;
//
// pauseIndefinitelyCheckBox
//
this . pauseIndefinitelyCheckBox . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . pauseIndefinitelyCheckBox . Location = new System . Drawing . Point ( 14 , 359 ) ;
2020-06-03 20:09:03 +03:00
this . pauseIndefinitelyCheckBox . Margin = new System . Windows . Forms . Padding ( 4 ) ;
2020-02-05 17:58:52 +03:00
this . pauseIndefinitelyCheckBox . Name = "pauseIndefinitelyCheckBox" ;
2021-05-13 01:42:51 +03:00
this . pauseIndefinitelyCheckBox . Size = new System . Drawing . Size ( 397 , 29 ) ;
2020-02-05 17:58:52 +03:00
this . pauseIndefinitelyCheckBox . TabIndex = 13 ;
this . pauseIndefinitelyCheckBox . Text = "Don\'t execute the job. Always pause." ;
this . pauseIndefinitelyCheckBox . UseVisualStyleBackColor = true ;
//
// foldersGroupBox
//
this . foldersGroupBox . Controls . Add ( this . topUploadFolderLabel ) ;
this . foldersGroupBox . Controls . Add ( this . topUploadFolderTextBox ) ;
this . foldersGroupBox . Controls . Add ( this . topUploadFolderBrowserButton ) ;
this . foldersGroupBox . Controls . Add ( this . useStandardSubfolder ) ;
this . foldersGroupBox . Controls . Add ( this . inputFolderLabel ) ;
this . foldersGroupBox . Controls . Add ( this . inputFolderTextBox ) ;
this . foldersGroupBox . Controls . Add ( this . inputFolderBrowserButton ) ;
this . foldersGroupBox . Controls . Add ( this . uploadSuccessFolderLabel ) ;
this . foldersGroupBox . Controls . Add ( this . uploadSuccessFolderTextBox ) ;
this . foldersGroupBox . Controls . Add ( this . uploadSuccessFolderBrowserButton ) ;
this . foldersGroupBox . Controls . Add ( this . uploadErrorsFolderLabel ) ;
this . foldersGroupBox . Controls . Add ( this . uploadErrorsFolderTextBox ) ;
this . foldersGroupBox . Controls . Add ( this . uploadErrorsFolderBrowserButton ) ;
this . foldersGroupBox . Controls . Add ( this . processingSuccessFolderLabel ) ;
this . foldersGroupBox . Controls . Add ( this . processingSuccessFolderTextBox ) ;
this . foldersGroupBox . Controls . Add ( this . processingSuccessFolderBrowserButton ) ;
this . foldersGroupBox . Controls . Add ( this . processingErrorsFolderLabel ) ;
this . foldersGroupBox . Controls . Add ( this . processingErrorsFolderTextBox ) ;
this . foldersGroupBox . Controls . Add ( this . processingErrorsFolderBrowserButton ) ;
2021-05-13 01:42:51 +03:00
this . foldersGroupBox . Location = new System . Drawing . Point ( 446 , 7 ) ;
this . foldersGroupBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . foldersGroupBox . Name = "foldersGroupBox" ;
2021-05-13 01:42:51 +03:00
this . foldersGroupBox . Padding = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
this . foldersGroupBox . Size = new System . Drawing . Size ( 446 , 584 ) ;
2020-02-05 17:58:52 +03:00
this . foldersGroupBox . TabIndex = 14 ;
this . foldersGroupBox . TabStop = false ;
this . foldersGroupBox . Text = "Folders" ;
//
// jobDetailsTabPage
//
this . jobDetailsTabPage . BackColor = System . Drawing . SystemColors . Control ;
this . jobDetailsTabPage . Controls . Add ( this . uploadDetailsGroupBox ) ;
this . jobDetailsTabPage . Controls . Add ( this . fileSelectionGroupBox ) ;
2021-05-13 01:42:51 +03:00
this . jobDetailsTabPage . Location = new System . Drawing . Point ( 8 , 39 ) ;
this . jobDetailsTabPage . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . jobDetailsTabPage . Name = "jobDetailsTabPage" ;
2021-05-13 01:42:51 +03:00
this . jobDetailsTabPage . Padding = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
this . jobDetailsTabPage . Size = new System . Drawing . Size ( 1412 , 971 ) ;
2020-02-05 17:58:52 +03:00
this . jobDetailsTabPage . TabIndex = 1 ;
this . jobDetailsTabPage . Text = "Upload job details" ;
//
// uploadDetailsGroupBox
//
this . uploadDetailsGroupBox . Controls . Add ( this . dataJobLabel ) ;
this . uploadDetailsGroupBox . Controls . Add ( this . dataJobComboBox ) ;
this . uploadDetailsGroupBox . Controls . Add ( this . labelInterval ) ;
this . uploadDetailsGroupBox . Controls . Add ( this . numericUpDownIntervalUploads ) ;
this . uploadDetailsGroupBox . Controls . Add ( this . LegalEntityLabel ) ;
this . uploadDetailsGroupBox . Controls . Add ( this . legalEntityTextBox ) ;
2021-05-13 01:42:51 +03:00
this . uploadDetailsGroupBox . Location = new System . Drawing . Point ( 8 , 7 ) ;
this . uploadDetailsGroupBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . uploadDetailsGroupBox . Name = "uploadDetailsGroupBox" ;
2021-05-13 01:42:51 +03:00
this . uploadDetailsGroupBox . Padding = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
this . uploadDetailsGroupBox . Size = new System . Drawing . Size ( 454 , 248 ) ;
2020-02-05 17:58:52 +03:00
this . uploadDetailsGroupBox . TabIndex = 38 ;
this . uploadDetailsGroupBox . TabStop = false ;
this . uploadDetailsGroupBox . Text = "Upload details" ;
//
// dataJobLabel
//
this . dataJobLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . dataJobLabel . Location = new System . Drawing . Point ( 8 , 39 ) ;
this . dataJobLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . dataJobLabel . Name = "dataJobLabel" ;
2021-05-13 01:42:51 +03:00
this . dataJobLabel . Size = new System . Drawing . Size ( 215 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . dataJobLabel . TabIndex = 37 ;
this . dataJobLabel . Text = "Data job in Dynamics" ;
//
// dataJobComboBox
//
this . dataJobComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . dataJobComboBox . FormattingEnabled = true ;
2021-05-13 01:42:51 +03:00
this . dataJobComboBox . Location = new System . Drawing . Point ( 14 , 75 ) ;
this . dataJobComboBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . dataJobComboBox . Name = "dataJobComboBox" ;
2021-05-13 01:42:51 +03:00
this . dataJobComboBox . Size = new System . Drawing . Size ( 424 , 33 ) ;
2020-02-05 17:58:52 +03:00
this . dataJobComboBox . TabIndex = 36 ;
//
// labelInterval
//
this . labelInterval . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . labelInterval . Location = new System . Drawing . Point ( 10 , 139 ) ;
2020-02-26 01:56:48 +03:00
this . labelInterval . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . labelInterval . Name = "labelInterval" ;
2021-05-13 01:42:51 +03:00
this . labelInterval . Size = new System . Drawing . Size ( 341 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . labelInterval . TabIndex = 34 ;
this . labelInterval . Text = "Delay between files uploads (sec.)" ;
//
// numericUpDownIntervalUploads
//
2021-05-13 01:42:51 +03:00
this . numericUpDownIntervalUploads . Location = new System . Drawing . Point ( 356 , 134 ) ;
this . numericUpDownIntervalUploads . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . numericUpDownIntervalUploads . Maximum = new decimal ( new int [ ] {
3600 ,
0 ,
0 ,
0 } ) ;
this . numericUpDownIntervalUploads . Name = "numericUpDownIntervalUploads" ;
2021-05-13 01:42:51 +03:00
this . numericUpDownIntervalUploads . Size = new System . Drawing . Size ( 88 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . numericUpDownIntervalUploads . TabIndex = 35 ;
this . numericUpDownIntervalUploads . Value = new decimal ( new int [ ] {
1 ,
0 ,
0 ,
0 } ) ;
//
// LegalEntityLabel
//
this . LegalEntityLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . LegalEntityLabel . Location = new System . Drawing . Point ( 14 , 206 ) ;
this . LegalEntityLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . LegalEntityLabel . Name = "LegalEntityLabel" ;
2021-05-13 01:42:51 +03:00
this . LegalEntityLabel . Size = new System . Drawing . Size ( 280 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . LegalEntityLabel . TabIndex = 31 ;
this . LegalEntityLabel . Text = "Target legal entity (optional)" ;
//
// legalEntityTextBox
//
2021-05-13 01:42:51 +03:00
this . legalEntityTextBox . Location = new System . Drawing . Point ( 300 , 200 ) ;
this . legalEntityTextBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . legalEntityTextBox . Name = "legalEntityTextBox" ;
2021-05-13 01:42:51 +03:00
this . legalEntityTextBox . Size = new System . Drawing . Size ( 140 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . legalEntityTextBox . TabIndex = 32 ;
//
// fileSelectionGroupBox
//
this . fileSelectionGroupBox . Controls . Add ( this . isDataPackageCheckBox ) ;
this . fileSelectionGroupBox . Controls . Add ( this . searchPatternLabel ) ;
this . fileSelectionGroupBox . Controls . Add ( this . searchPatternTextBox ) ;
this . fileSelectionGroupBox . Controls . Add ( this . orderByLabel ) ;
this . fileSelectionGroupBox . Controls . Add ( this . orderByComboBox ) ;
this . fileSelectionGroupBox . Controls . Add ( this . orderLabel ) ;
this . fileSelectionGroupBox . Controls . Add ( this . orderByPanel ) ;
2021-05-13 01:42:51 +03:00
this . fileSelectionGroupBox . Location = new System . Drawing . Point ( 470 , 7 ) ;
2020-06-03 20:09:03 +03:00
this . fileSelectionGroupBox . Margin = new System . Windows . Forms . Padding ( 4 ) ;
2020-02-05 17:58:52 +03:00
this . fileSelectionGroupBox . Name = "fileSelectionGroupBox" ;
2020-06-03 20:09:03 +03:00
this . fileSelectionGroupBox . Padding = new System . Windows . Forms . Padding ( 4 ) ;
2021-05-13 01:42:51 +03:00
this . fileSelectionGroupBox . Size = new System . Drawing . Size ( 494 , 248 ) ;
2020-02-05 17:58:52 +03:00
this . fileSelectionGroupBox . TabIndex = 39 ;
this . fileSelectionGroupBox . TabStop = false ;
this . fileSelectionGroupBox . Text = "Files filter and order" ;
//
// isDataPackageCheckBox
//
this . isDataPackageCheckBox . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . isDataPackageCheckBox . Location = new System . Drawing . Point ( 10 , 36 ) ;
this . isDataPackageCheckBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . isDataPackageCheckBox . Name = "isDataPackageCheckBox" ;
2021-05-13 01:42:51 +03:00
this . isDataPackageCheckBox . Size = new System . Drawing . Size ( 272 , 29 ) ;
2020-02-05 17:58:52 +03:00
this . isDataPackageCheckBox . TabIndex = 6 ;
this . isDataPackageCheckBox . Text = "Input files are packages" ;
this . isDataPackageCheckBox . UseVisualStyleBackColor = true ;
this . isDataPackageCheckBox . CheckedChanged + = new System . EventHandler ( this . IsDataPackageCheckBox_CheckedChanged ) ;
//
// searchPatternLabel
//
this . searchPatternLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . searchPatternLabel . Location = new System . Drawing . Point ( 14 , 96 ) ;
2020-02-26 01:56:48 +03:00
this . searchPatternLabel . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . searchPatternLabel . Name = "searchPatternLabel" ;
2021-05-13 01:42:51 +03:00
this . searchPatternLabel . Size = new System . Drawing . Size ( 282 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . searchPatternLabel . TabIndex = 0 ;
this . searchPatternLabel . Text = "Search pattern for input files" ;
//
// searchPatternTextBox
//
2021-05-13 01:42:51 +03:00
this . searchPatternTextBox . Location = new System . Drawing . Point ( 292 , 91 ) ;
2020-06-03 20:09:03 +03:00
this . searchPatternTextBox . Margin = new System . Windows . Forms . Padding ( 4 ) ;
2020-02-05 17:58:52 +03:00
this . searchPatternTextBox . Name = "searchPatternTextBox" ;
2021-05-13 01:42:51 +03:00
this . searchPatternTextBox . Size = new System . Drawing . Size ( 186 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . searchPatternTextBox . TabIndex = 3 ;
this . searchPatternTextBox . Text = "*.*" ;
//
// orderByLabel
//
this . orderByLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . orderByLabel . Location = new System . Drawing . Point ( 14 , 139 ) ;
2020-02-26 01:56:48 +03:00
this . orderByLabel . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . orderByLabel . Name = "orderByLabel" ;
2021-05-13 01:42:51 +03:00
this . orderByLabel . Size = new System . Drawing . Size ( 95 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . orderByLabel . TabIndex = 1 ;
this . orderByLabel . Text = "Order by" ;
//
// orderByComboBox
//
this . orderByComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . orderByComboBox . FormattingEnabled = true ;
2021-05-13 01:42:51 +03:00
this . orderByComboBox . Location = new System . Drawing . Point ( 120 , 134 ) ;
2020-06-03 20:09:03 +03:00
this . orderByComboBox . Margin = new System . Windows . Forms . Padding ( 4 ) ;
2020-02-05 17:58:52 +03:00
this . orderByComboBox . Name = "orderByComboBox" ;
2021-05-13 01:42:51 +03:00
this . orderByComboBox . Size = new System . Drawing . Size ( 359 , 33 ) ;
2020-02-05 17:58:52 +03:00
this . orderByComboBox . TabIndex = 5 ;
//
// orderLabel
//
this . orderLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . orderLabel . Location = new System . Drawing . Point ( 14 , 194 ) ;
2020-02-26 01:56:48 +03:00
this . orderLabel . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . orderLabel . Name = "orderLabel" ;
2021-05-13 01:42:51 +03:00
this . orderLabel . Size = new System . Drawing . Size ( 97 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . orderLabel . TabIndex = 2 ;
this . orderLabel . Text = "Direction" ;
//
// orderByPanel
//
this . orderByPanel . Controls . Add ( this . orderAscendingRadioButton ) ;
this . orderByPanel . Controls . Add ( this . orderDescendingRadioButton ) ;
2021-05-13 01:42:51 +03:00
this . orderByPanel . Location = new System . Drawing . Point ( 120 , 184 ) ;
2020-02-05 17:58:52 +03:00
this . orderByPanel . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . orderByPanel . Name = "orderByPanel" ;
2021-05-13 01:42:51 +03:00
this . orderByPanel . Size = new System . Drawing . Size ( 364 , 46 ) ;
2020-02-05 17:58:52 +03:00
this . orderByPanel . TabIndex = 4 ;
//
// orderAscendingRadioButton
//
this . orderAscendingRadioButton . AutoSize = true ;
this . orderAscendingRadioButton . Checked = true ;
2021-05-13 01:42:51 +03:00
this . orderAscendingRadioButton . Location = new System . Drawing . Point ( 14 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . orderAscendingRadioButton . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . orderAscendingRadioButton . Name = "orderAscendingRadioButton" ;
2021-05-13 01:42:51 +03:00
this . orderAscendingRadioButton . Size = new System . Drawing . Size ( 144 , 29 ) ;
2020-02-05 17:58:52 +03:00
this . orderAscendingRadioButton . TabIndex = 0 ;
this . orderAscendingRadioButton . TabStop = true ;
this . orderAscendingRadioButton . Text = global :: RecurringIntegrationsScheduler . Properties . Resources . Ascending ;
this . orderAscendingRadioButton . UseVisualStyleBackColor = true ;
//
// orderDescendingRadioButton
//
this . orderDescendingRadioButton . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . orderDescendingRadioButton . Location = new System . Drawing . Point ( 172 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . orderDescendingRadioButton . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . orderDescendingRadioButton . Name = "orderDescendingRadioButton" ;
2021-05-13 01:42:51 +03:00
this . orderDescendingRadioButton . Size = new System . Drawing . Size ( 157 , 29 ) ;
2020-02-05 17:58:52 +03:00
this . orderDescendingRadioButton . TabIndex = 1 ;
this . orderDescendingRadioButton . Text = global :: RecurringIntegrationsScheduler . Properties . Resources . Descending ;
this . orderDescendingRadioButton . UseVisualStyleBackColor = true ;
//
// uploadRecurrenceTabPage
//
this . uploadRecurrenceTabPage . BackColor = System . Drawing . SystemColors . Control ;
this . uploadRecurrenceTabPage . Controls . Add ( this . upJobTriggerTypePanel ) ;
this . uploadRecurrenceTabPage . Controls . Add ( this . simpleTriggerUploadJobGroupBox ) ;
this . uploadRecurrenceTabPage . Controls . Add ( this . cronTriggerUploadJobGroupBox ) ;
2021-05-13 01:42:51 +03:00
this . uploadRecurrenceTabPage . Location = new System . Drawing . Point ( 8 , 39 ) ;
this . uploadRecurrenceTabPage . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . uploadRecurrenceTabPage . Name = "uploadRecurrenceTabPage" ;
2021-05-13 01:42:51 +03:00
this . uploadRecurrenceTabPage . Padding = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
this . uploadRecurrenceTabPage . Size = new System . Drawing . Size ( 1412 , 971 ) ;
2020-02-05 17:58:52 +03:00
this . uploadRecurrenceTabPage . TabIndex = 2 ;
this . uploadRecurrenceTabPage . Text = "Upload job recurrence" ;
//
// upJobTriggerTypePanel
//
this . upJobTriggerTypePanel . Controls . Add ( this . upJobSimpleTriggerRadioButton ) ;
this . upJobTriggerTypePanel . Controls . Add ( this . upJobCronTriggerRadioButton ) ;
2021-05-13 01:42:51 +03:00
this . upJobTriggerTypePanel . Location = new System . Drawing . Point ( 10 , 9 ) ;
this . upJobTriggerTypePanel . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . upJobTriggerTypePanel . Name = "upJobTriggerTypePanel" ;
2021-05-13 01:42:51 +03:00
this . upJobTriggerTypePanel . Size = new System . Drawing . Size ( 914 , 48 ) ;
2020-02-05 17:58:52 +03:00
this . upJobTriggerTypePanel . TabIndex = 29 ;
//
// upJobSimpleTriggerRadioButton
//
this . upJobSimpleTriggerRadioButton . AutoSize = true ;
this . upJobSimpleTriggerRadioButton . Checked = true ;
2021-05-13 01:42:51 +03:00
this . upJobSimpleTriggerRadioButton . Location = new System . Drawing . Point ( 12 , 6 ) ;
this . upJobSimpleTriggerRadioButton . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . upJobSimpleTriggerRadioButton . Name = "upJobSimpleTriggerRadioButton" ;
2021-05-13 01:42:51 +03:00
this . upJobSimpleTriggerRadioButton . Size = new System . Drawing . Size ( 175 , 29 ) ;
2020-02-05 17:58:52 +03:00
this . upJobSimpleTriggerRadioButton . TabIndex = 15 ;
this . upJobSimpleTriggerRadioButton . TabStop = true ;
this . upJobSimpleTriggerRadioButton . Text = global :: RecurringIntegrationsScheduler . Properties . Resources . Simple_trigger ;
this . upJobSimpleTriggerRadioButton . UseVisualStyleBackColor = true ;
//
// upJobCronTriggerRadioButton
//
this . upJobCronTriggerRadioButton . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . upJobCronTriggerRadioButton . Location = new System . Drawing . Point ( 464 , 6 ) ;
this . upJobCronTriggerRadioButton . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . upJobCronTriggerRadioButton . Name = "upJobCronTriggerRadioButton" ;
2021-05-13 01:42:51 +03:00
this . upJobCronTriggerRadioButton . Size = new System . Drawing . Size ( 156 , 29 ) ;
2020-02-05 17:58:52 +03:00
this . upJobCronTriggerRadioButton . TabIndex = 16 ;
this . upJobCronTriggerRadioButton . Text = global :: RecurringIntegrationsScheduler . Properties . Resources . Cron_trigger ;
this . upJobCronTriggerRadioButton . UseVisualStyleBackColor = true ;
this . upJobCronTriggerRadioButton . CheckedChanged + = new System . EventHandler ( this . UpJobCronTriggerRadioButton_CheckedChanged ) ;
//
// simpleTriggerUploadJobGroupBox
//
this . simpleTriggerUploadJobGroupBox . Controls . Add ( this . runEveryUploadJobLabel ) ;
this . simpleTriggerUploadJobGroupBox . Controls . Add ( this . upJobHoursDateTimePicker ) ;
this . simpleTriggerUploadJobGroupBox . Controls . Add ( this . upJobHoursLabel ) ;
this . simpleTriggerUploadJobGroupBox . Controls . Add ( this . importJobAndOrLabel ) ;
this . simpleTriggerUploadJobGroupBox . Controls . Add ( this . upJobMinutesDateTimePicker ) ;
this . simpleTriggerUploadJobGroupBox . Controls . Add ( this . upJobMinutesLabel ) ;
this . simpleTriggerUploadJobGroupBox . Controls . Add ( this . upJobStartAtLabel ) ;
this . simpleTriggerUploadJobGroupBox . Controls . Add ( this . upJobStartAtDateTimePicker ) ;
2021-05-13 01:42:51 +03:00
this . simpleTriggerUploadJobGroupBox . Location = new System . Drawing . Point ( 10 , 68 ) ;
this . simpleTriggerUploadJobGroupBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . simpleTriggerUploadJobGroupBox . Name = "simpleTriggerUploadJobGroupBox" ;
2021-05-13 01:42:51 +03:00
this . simpleTriggerUploadJobGroupBox . Padding = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
this . simpleTriggerUploadJobGroupBox . Size = new System . Drawing . Size ( 440 , 161 ) ;
2020-02-05 17:58:52 +03:00
this . simpleTriggerUploadJobGroupBox . TabIndex = 30 ;
this . simpleTriggerUploadJobGroupBox . TabStop = false ;
//
// runEveryUploadJobLabel
//
this . runEveryUploadJobLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . runEveryUploadJobLabel . Location = new System . Drawing . Point ( 7 , 27 ) ;
2020-02-26 01:56:48 +03:00
this . runEveryUploadJobLabel . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . runEveryUploadJobLabel . Name = "runEveryUploadJobLabel" ;
2021-05-13 01:42:51 +03:00
this . runEveryUploadJobLabel . Size = new System . Drawing . Size ( 163 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . runEveryUploadJobLabel . TabIndex = 15 ;
this . runEveryUploadJobLabel . Text = "Run job every..." ;
//
// upJobHoursDateTimePicker
//
this . upJobHoursDateTimePicker . CustomFormat = "HH" ;
this . upJobHoursDateTimePicker . Format = System . Windows . Forms . DateTimePickerFormat . Custom ;
2021-05-13 01:42:51 +03:00
this . upJobHoursDateTimePicker . Location = new System . Drawing . Point ( 175 , 19 ) ;
this . upJobHoursDateTimePicker . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . upJobHoursDateTimePicker . Name = "upJobHoursDateTimePicker" ;
this . upJobHoursDateTimePicker . ShowUpDown = true ;
2021-05-13 01:42:51 +03:00
this . upJobHoursDateTimePicker . Size = new System . Drawing . Size ( 83 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . upJobHoursDateTimePicker . TabIndex = 12 ;
this . upJobHoursDateTimePicker . Value = new System . DateTime ( 2016 , 6 , 26 , 0 , 0 , 0 , 0 ) ;
//
// upJobHoursLabel
//
this . upJobHoursLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . upJobHoursLabel . Location = new System . Drawing . Point ( 262 , 27 ) ;
2020-02-05 17:58:52 +03:00
this . upJobHoursLabel . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . upJobHoursLabel . Name = "upJobHoursLabel" ;
2021-05-13 01:42:51 +03:00
this . upJobHoursLabel . Size = new System . Drawing . Size ( 80 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . upJobHoursLabel . TabIndex = 4 ;
this . upJobHoursLabel . Text = "hour(s)" ;
this . upJobHoursLabel . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
// importJobAndOrLabel
//
this . importJobAndOrLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . importJobAndOrLabel . Location = new System . Drawing . Point ( 92 , 69 ) ;
2020-02-26 01:56:48 +03:00
this . importJobAndOrLabel . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . importJobAndOrLabel . Name = "importJobAndOrLabel" ;
2021-05-13 01:42:51 +03:00
this . importJobAndOrLabel . Size = new System . Drawing . Size ( 73 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . importJobAndOrLabel . TabIndex = 16 ;
this . importJobAndOrLabel . Text = "and/or" ;
//
// upJobMinutesDateTimePicker
//
this . upJobMinutesDateTimePicker . CustomFormat = "mm" ;
this . upJobMinutesDateTimePicker . Format = System . Windows . Forms . DateTimePickerFormat . Custom ;
2021-05-13 01:42:51 +03:00
this . upJobMinutesDateTimePicker . Location = new System . Drawing . Point ( 175 , 61 ) ;
this . upJobMinutesDateTimePicker . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . upJobMinutesDateTimePicker . Name = "upJobMinutesDateTimePicker" ;
this . upJobMinutesDateTimePicker . ShowUpDown = true ;
2021-05-13 01:42:51 +03:00
this . upJobMinutesDateTimePicker . Size = new System . Drawing . Size ( 83 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . upJobMinutesDateTimePicker . TabIndex = 13 ;
this . upJobMinutesDateTimePicker . Value = new System . DateTime ( 2016 , 6 , 26 , 0 , 1 , 0 , 0 ) ;
//
// upJobMinutesLabel
//
this . upJobMinutesLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . upJobMinutesLabel . Location = new System . Drawing . Point ( 262 , 69 ) ;
2020-02-05 17:58:52 +03:00
this . upJobMinutesLabel . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . upJobMinutesLabel . Name = "upJobMinutesLabel" ;
2021-05-13 01:42:51 +03:00
this . upJobMinutesLabel . Size = new System . Drawing . Size ( 101 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . upJobMinutesLabel . TabIndex = 5 ;
this . upJobMinutesLabel . Text = "minute(s)" ;
this . upJobMinutesLabel . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
// upJobStartAtLabel
//
this . upJobStartAtLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . upJobStartAtLabel . Location = new System . Drawing . Point ( 56 , 109 ) ;
this . upJobStartAtLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . upJobStartAtLabel . Name = "upJobStartAtLabel" ;
2021-05-13 01:42:51 +03:00
this . upJobStartAtLabel . Size = new System . Drawing . Size ( 107 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . upJobStartAtLabel . TabIndex = 3 ;
this . upJobStartAtLabel . Text = "starting at" ;
this . upJobStartAtLabel . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
// upJobStartAtDateTimePicker
//
2020-06-03 20:09:03 +03:00
this . upJobStartAtDateTimePicker . CustomFormat = "HH:mm:ss" ;
2020-02-05 17:58:52 +03:00
this . upJobStartAtDateTimePicker . Format = System . Windows . Forms . DateTimePickerFormat . Custom ;
2021-05-13 01:42:51 +03:00
this . upJobStartAtDateTimePicker . Location = new System . Drawing . Point ( 175 , 104 ) ;
this . upJobStartAtDateTimePicker . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . upJobStartAtDateTimePicker . Name = "upJobStartAtDateTimePicker" ;
this . upJobStartAtDateTimePicker . ShowUpDown = true ;
2021-05-13 01:42:51 +03:00
this . upJobStartAtDateTimePicker . Size = new System . Drawing . Size ( 141 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . upJobStartAtDateTimePicker . TabIndex = 14 ;
this . upJobStartAtDateTimePicker . Value = new System . DateTime ( 2016 , 6 , 26 , 0 , 0 , 0 , 0 ) ;
//
// cronTriggerUploadJobGroupBox
//
this . cronTriggerUploadJobGroupBox . Controls . Add ( this . upJobCronExpressionLabel ) ;
this . cronTriggerUploadJobGroupBox . Controls . Add ( this . upJobCronExpressionTextBox ) ;
this . cronTriggerUploadJobGroupBox . Controls . Add ( this . cronTriggerInfoTextBox ) ;
this . cronTriggerUploadJobGroupBox . Controls . Add ( this . buildCronLabel ) ;
this . cronTriggerUploadJobGroupBox . Controls . Add ( this . cronmakerLinkLabel ) ;
this . cronTriggerUploadJobGroupBox . Controls . Add ( this . cronDocsLinkLabel ) ;
this . cronTriggerUploadJobGroupBox . Controls . Add ( this . getCronScheduleForUploadButton ) ;
this . cronTriggerUploadJobGroupBox . Controls . Add ( this . calculatedRunsTextBox ) ;
this . cronTriggerUploadJobGroupBox . Controls . Add ( this . moreExamplesButton ) ;
this . cronTriggerUploadJobGroupBox . Enabled = false ;
2021-05-13 01:42:51 +03:00
this . cronTriggerUploadJobGroupBox . Location = new System . Drawing . Point ( 458 , 68 ) ;
this . cronTriggerUploadJobGroupBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . cronTriggerUploadJobGroupBox . Name = "cronTriggerUploadJobGroupBox" ;
2021-05-13 01:42:51 +03:00
this . cronTriggerUploadJobGroupBox . Padding = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
this . cronTriggerUploadJobGroupBox . Size = new System . Drawing . Size ( 468 , 659 ) ;
2020-02-05 17:58:52 +03:00
this . cronTriggerUploadJobGroupBox . TabIndex = 3 ;
this . cronTriggerUploadJobGroupBox . TabStop = false ;
//
// upJobCronExpressionLabel
//
this . upJobCronExpressionLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . upJobCronExpressionLabel . Location = new System . Drawing . Point ( 12 , 27 ) ;
this . upJobCronExpressionLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . upJobCronExpressionLabel . Name = "upJobCronExpressionLabel" ;
2021-05-13 01:42:51 +03:00
this . upJobCronExpressionLabel . Size = new System . Drawing . Size ( 169 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . upJobCronExpressionLabel . TabIndex = 23 ;
this . upJobCronExpressionLabel . Text = "Cron expression" ;
//
// upJobCronExpressionTextBox
//
2021-05-13 01:42:51 +03:00
this . upJobCronExpressionTextBox . Location = new System . Drawing . Point ( 19 , 56 ) ;
this . upJobCronExpressionTextBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . upJobCronExpressionTextBox . Name = "upJobCronExpressionTextBox" ;
2021-05-13 01:42:51 +03:00
this . upJobCronExpressionTextBox . Size = new System . Drawing . Size ( 426 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . upJobCronExpressionTextBox . TabIndex = 17 ;
this . upJobCronExpressionTextBox . Text = "0 0/15 8-18 ? * MON-FRI *" ;
//
// cronTriggerInfoTextBox
//
this . cronTriggerInfoTextBox . BackColor = System . Drawing . SystemColors . Control ;
this . cronTriggerInfoTextBox . BorderStyle = System . Windows . Forms . BorderStyle . None ;
2021-05-13 01:42:51 +03:00
this . cronTriggerInfoTextBox . Location = new System . Drawing . Point ( 19 , 98 ) ;
this . cronTriggerInfoTextBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . cronTriggerInfoTextBox . Multiline = true ;
this . cronTriggerInfoTextBox . Name = "cronTriggerInfoTextBox" ;
2021-05-13 01:42:51 +03:00
this . cronTriggerInfoTextBox . Size = new System . Drawing . Size ( 430 , 282 ) ;
2020-02-05 17:58:52 +03:00
this . cronTriggerInfoTextBox . TabIndex = 25 ;
this . cronTriggerInfoTextBox . TabStop = false ;
this . cronTriggerInfoTextBox . Text = resources . GetString ( "cronTriggerInfoTextBox.Text" ) ;
//
// buildCronLabel
//
this . buildCronLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . buildCronLabel . Location = new System . Drawing . Point ( 12 , 386 ) ;
this . buildCronLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . buildCronLabel . Name = "buildCronLabel" ;
2021-05-13 01:42:51 +03:00
this . buildCronLabel . Size = new System . Drawing . Size ( 243 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . buildCronLabel . TabIndex = 26 ;
this . buildCronLabel . Text = "Build cron expression at" ;
//
// cronmakerLinkLabel
//
this . cronmakerLinkLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . cronmakerLinkLabel . Location = new System . Drawing . Point ( 252 , 386 ) ;
this . cronmakerLinkLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . cronmakerLinkLabel . Name = "cronmakerLinkLabel" ;
2021-05-13 01:42:51 +03:00
this . cronmakerLinkLabel . Size = new System . Drawing . Size ( 159 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . cronmakerLinkLabel . TabIndex = 24 ;
this . cronmakerLinkLabel . TabStop = true ;
this . cronmakerLinkLabel . Text = "cronmaker.com" ;
this . cronmakerLinkLabel . LinkClicked + = new System . Windows . Forms . LinkLabelLinkClickedEventHandler ( this . CronmakerLinkLabel_LinkClicked ) ;
//
// cronDocsLinkLabel
//
this . cronDocsLinkLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . cronDocsLinkLabel . Location = new System . Drawing . Point ( 12 , 423 ) ;
this . cronDocsLinkLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . cronDocsLinkLabel . Name = "cronDocsLinkLabel" ;
2021-05-13 01:42:51 +03:00
this . cronDocsLinkLabel . Size = new System . Drawing . Size ( 349 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . cronDocsLinkLabel . TabIndex = 30 ;
this . cronDocsLinkLabel . TabStop = true ;
this . cronDocsLinkLabel . Text = "Quartz cron triggers documentation" ;
this . cronDocsLinkLabel . LinkClicked + = new System . Windows . Forms . LinkLabelLinkClickedEventHandler ( this . CronDocsLinkLabel_LinkClicked ) ;
//
// getCronScheduleForUploadButton
//
2021-05-13 01:42:51 +03:00
this . getCronScheduleForUploadButton . Location = new System . Drawing . Point ( 19 , 461 ) ;
this . getCronScheduleForUploadButton . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . getCronScheduleForUploadButton . Name = "getCronScheduleForUploadButton" ;
2021-05-13 01:42:51 +03:00
this . getCronScheduleForUploadButton . Size = new System . Drawing . Size ( 211 , 69 ) ;
2020-02-05 17:58:52 +03:00
this . getCronScheduleForUploadButton . TabIndex = 18 ;
this . getCronScheduleForUploadButton . Text = "Calculate next 100 runs of cron trigger" ;
this . getCronScheduleForUploadButton . UseVisualStyleBackColor = true ;
this . getCronScheduleForUploadButton . Click + = new System . EventHandler ( this . GetCronScheduleForUploadButton_Click ) ;
//
// calculatedRunsTextBox
//
this . calculatedRunsTextBox . BackColor = System . Drawing . SystemColors . Control ;
2021-05-13 01:42:51 +03:00
this . calculatedRunsTextBox . Location = new System . Drawing . Point ( 19 , 539 ) ;
this . calculatedRunsTextBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . calculatedRunsTextBox . Multiline = true ;
this . calculatedRunsTextBox . Name = "calculatedRunsTextBox" ;
this . calculatedRunsTextBox . ScrollBars = System . Windows . Forms . ScrollBars . Vertical ;
2021-05-13 01:42:51 +03:00
this . calculatedRunsTextBox . Size = new System . Drawing . Size ( 287 , 102 ) ;
2020-02-05 17:58:52 +03:00
this . calculatedRunsTextBox . TabIndex = 32 ;
this . calculatedRunsTextBox . TabStop = false ;
//
// moreExamplesButton
//
2021-05-13 01:42:51 +03:00
this . moreExamplesButton . Location = new System . Drawing . Point ( 316 , 539 ) ;
this . moreExamplesButton . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . moreExamplesButton . Name = "moreExamplesButton" ;
2021-05-13 01:42:51 +03:00
this . moreExamplesButton . Size = new System . Drawing . Size ( 132 , 106 ) ;
2020-02-05 17:58:52 +03:00
this . moreExamplesButton . TabIndex = 19 ;
this . moreExamplesButton . Text = global :: RecurringIntegrationsScheduler . Properties . Resources . More_examples ;
this . moreExamplesButton . UseVisualStyleBackColor = true ;
this . moreExamplesButton . Click + = new System . EventHandler ( this . MoreExamplesButton_Click ) ;
//
// monitoringJobTabPage
//
this . monitoringJobTabPage . BackColor = System . Drawing . SystemColors . Control ;
this . monitoringJobTabPage . Controls . Add ( this . useMonitoringJobCheckBox ) ;
this . monitoringJobTabPage . Controls . Add ( this . processingJobGroupBox ) ;
2021-05-13 01:42:51 +03:00
this . monitoringJobTabPage . Location = new System . Drawing . Point ( 8 , 39 ) ;
this . monitoringJobTabPage . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . monitoringJobTabPage . Name = "monitoringJobTabPage" ;
2021-05-13 01:42:51 +03:00
this . monitoringJobTabPage . Padding = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
this . monitoringJobTabPage . Size = new System . Drawing . Size ( 1412 , 971 ) ;
2020-02-05 17:58:52 +03:00
this . monitoringJobTabPage . TabIndex = 3 ;
this . monitoringJobTabPage . Text = "Processing monitoring job" ;
//
// useMonitoringJobCheckBox
//
this . useMonitoringJobCheckBox . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . useMonitoringJobCheckBox . Location = new System . Drawing . Point ( 10 , 9 ) ;
this . useMonitoringJobCheckBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . useMonitoringJobCheckBox . Name = "useMonitoringJobCheckBox" ;
2021-05-13 01:42:51 +03:00
this . useMonitoringJobCheckBox . Size = new System . Drawing . Size ( 334 , 29 ) ;
2020-02-05 17:58:52 +03:00
this . useMonitoringJobCheckBox . TabIndex = 28 ;
this . useMonitoringJobCheckBox . Text = "Add processing monitoring job" ;
this . useMonitoringJobCheckBox . UseVisualStyleBackColor = true ;
this . useMonitoringJobCheckBox . CheckedChanged + = new System . EventHandler ( this . UseMonitoringJobCheckBox_CheckedChanged ) ;
//
// processingJobGroupBox
//
this . processingJobGroupBox . Controls . Add ( this . getExecutionErrorsCheckBox ) ;
this . processingJobGroupBox . Controls . Add ( this . delayBetweenStatusCheckLabel ) ;
this . processingJobGroupBox . Controls . Add ( this . delayBetweenStatusCheckNumericUpDown ) ;
this . processingJobGroupBox . Controls . Add ( this . statusFileExtensionLabel ) ;
this . processingJobGroupBox . Controls . Add ( this . statusFileExtensionTextBox ) ;
this . processingJobGroupBox . Controls . Add ( this . procJobTriggerTypePanel ) ;
this . processingJobGroupBox . Controls . Add ( this . simpleTriggerMonitoringJobGroupBox ) ;
this . processingJobGroupBox . Controls . Add ( this . cronTriggerMonitoringJobGroupBox ) ;
this . processingJobGroupBox . Enabled = false ;
2021-05-13 01:42:51 +03:00
this . processingJobGroupBox . Location = new System . Drawing . Point ( 10 , 54 ) ;
this . processingJobGroupBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . processingJobGroupBox . Name = "processingJobGroupBox" ;
2021-05-13 01:42:51 +03:00
this . processingJobGroupBox . Padding = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
this . processingJobGroupBox . Size = new System . Drawing . Size ( 938 , 889 ) ;
2020-02-05 17:58:52 +03:00
this . processingJobGroupBox . TabIndex = 29 ;
this . processingJobGroupBox . TabStop = false ;
//
// getExecutionErrorsCheckBox
//
this . getExecutionErrorsCheckBox . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . getExecutionErrorsCheckBox . Location = new System . Drawing . Point ( 476 , 34 ) ;
2020-06-03 20:09:03 +03:00
this . getExecutionErrorsCheckBox . Margin = new System . Windows . Forms . Padding ( 4 ) ;
2020-02-05 17:58:52 +03:00
this . getExecutionErrorsCheckBox . Name = "getExecutionErrorsCheckBox" ;
2021-05-13 01:42:51 +03:00
this . getExecutionErrorsCheckBox . Size = new System . Drawing . Size ( 420 , 29 ) ;
2020-02-05 17:58:52 +03:00
this . getExecutionErrorsCheckBox . TabIndex = 43 ;
this . getExecutionErrorsCheckBox . Text = "Retrieve execution errors in json format" ;
this . getExecutionErrorsCheckBox . UseVisualStyleBackColor = true ;
this . getExecutionErrorsCheckBox . Visible = false ;
//
// delayBetweenStatusCheckLabel
//
this . delayBetweenStatusCheckLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . delayBetweenStatusCheckLabel . Location = new System . Drawing . Point ( 12 , 34 ) ;
2020-02-26 01:56:48 +03:00
this . delayBetweenStatusCheckLabel . Margin = new System . Windows . Forms . Padding ( 4 , 0 , 4 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . delayBetweenStatusCheckLabel . Name = "delayBetweenStatusCheckLabel" ;
2021-05-13 01:42:51 +03:00
this . delayBetweenStatusCheckLabel . Size = new System . Drawing . Size ( 335 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . delayBetweenStatusCheckLabel . TabIndex = 39 ;
this . delayBetweenStatusCheckLabel . Text = "Delay between status check (sec)" ;
//
// delayBetweenStatusCheckNumericUpDown
//
2021-05-13 01:42:51 +03:00
this . delayBetweenStatusCheckNumericUpDown . Location = new System . Drawing . Point ( 355 , 32 ) ;
this . delayBetweenStatusCheckNumericUpDown . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . delayBetweenStatusCheckNumericUpDown . Maximum = new decimal ( new int [ ] {
3600 ,
0 ,
0 ,
0 } ) ;
this . delayBetweenStatusCheckNumericUpDown . Name = "delayBetweenStatusCheckNumericUpDown" ;
2021-05-13 01:42:51 +03:00
this . delayBetweenStatusCheckNumericUpDown . Size = new System . Drawing . Size ( 92 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . delayBetweenStatusCheckNumericUpDown . TabIndex = 40 ;
this . delayBetweenStatusCheckNumericUpDown . Value = new decimal ( new int [ ] {
1 ,
0 ,
0 ,
0 } ) ;
//
// statusFileExtensionLabel
//
this . statusFileExtensionLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . statusFileExtensionLabel . Location = new System . Drawing . Point ( 14 , 89 ) ;
this . statusFileExtensionLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . statusFileExtensionLabel . Name = "statusFileExtensionLabel" ;
2021-05-13 01:42:51 +03:00
this . statusFileExtensionLabel . Size = new System . Drawing . Size ( 206 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . statusFileExtensionLabel . TabIndex = 26 ;
this . statusFileExtensionLabel . Text = "Status file extension" ;
//
// statusFileExtensionTextBox
//
2021-05-13 01:42:51 +03:00
this . statusFileExtensionTextBox . Location = new System . Drawing . Point ( 228 , 82 ) ;
this . statusFileExtensionTextBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . statusFileExtensionTextBox . Name = "statusFileExtensionTextBox" ;
2021-05-13 01:42:51 +03:00
this . statusFileExtensionTextBox . Size = new System . Drawing . Size ( 110 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . statusFileExtensionTextBox . TabIndex = 27 ;
this . statusFileExtensionTextBox . Text = ".Status" ;
this . statusFileExtensionTextBox . Leave + = new System . EventHandler ( this . StatusFileExtensionTextBox_Leave ) ;
//
// procJobTriggerTypePanel
//
this . procJobTriggerTypePanel . Controls . Add ( this . procJobSimpleTriggerRadioButton ) ;
this . procJobTriggerTypePanel . Controls . Add ( this . procJobCronTriggerRadioButton ) ;
2021-05-13 01:42:51 +03:00
this . procJobTriggerTypePanel . Location = new System . Drawing . Point ( 12 , 154 ) ;
this . procJobTriggerTypePanel . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . procJobTriggerTypePanel . Name = "procJobTriggerTypePanel" ;
2021-05-13 01:42:51 +03:00
this . procJobTriggerTypePanel . Size = new System . Drawing . Size ( 914 , 48 ) ;
2020-02-05 17:58:52 +03:00
this . procJobTriggerTypePanel . TabIndex = 38 ;
//
// procJobSimpleTriggerRadioButton
//
this . procJobSimpleTriggerRadioButton . AutoSize = true ;
this . procJobSimpleTriggerRadioButton . Checked = true ;
2021-05-13 01:42:51 +03:00
this . procJobSimpleTriggerRadioButton . Location = new System . Drawing . Point ( 8 , 6 ) ;
this . procJobSimpleTriggerRadioButton . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . procJobSimpleTriggerRadioButton . Name = "procJobSimpleTriggerRadioButton" ;
2021-05-13 01:42:51 +03:00
this . procJobSimpleTriggerRadioButton . Size = new System . Drawing . Size ( 175 , 29 ) ;
2020-02-05 17:58:52 +03:00
this . procJobSimpleTriggerRadioButton . TabIndex = 15 ;
this . procJobSimpleTriggerRadioButton . TabStop = true ;
this . procJobSimpleTriggerRadioButton . Text = global :: RecurringIntegrationsScheduler . Properties . Resources . Simple_trigger ;
this . procJobSimpleTriggerRadioButton . UseVisualStyleBackColor = true ;
//
// procJobCronTriggerRadioButton
//
this . procJobCronTriggerRadioButton . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . procJobCronTriggerRadioButton . Location = new System . Drawing . Point ( 464 , 6 ) ;
this . procJobCronTriggerRadioButton . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . procJobCronTriggerRadioButton . Name = "procJobCronTriggerRadioButton" ;
2021-05-13 01:42:51 +03:00
this . procJobCronTriggerRadioButton . Size = new System . Drawing . Size ( 156 , 29 ) ;
2020-02-05 17:58:52 +03:00
this . procJobCronTriggerRadioButton . TabIndex = 16 ;
this . procJobCronTriggerRadioButton . Text = global :: RecurringIntegrationsScheduler . Properties . Resources . Cron_trigger ;
this . procJobCronTriggerRadioButton . UseVisualStyleBackColor = true ;
this . procJobCronTriggerRadioButton . CheckedChanged + = new System . EventHandler ( this . ProcJobCronTriggerRadioButton_CheckedChanged ) ;
//
// simpleTriggerMonitoringJobGroupBox
//
this . simpleTriggerMonitoringJobGroupBox . Controls . Add ( this . runEveryMonitoringJobLabel ) ;
this . simpleTriggerMonitoringJobGroupBox . Controls . Add ( this . procJobHoursDateTimePicker ) ;
this . simpleTriggerMonitoringJobGroupBox . Controls . Add ( this . procJobHoursLabel ) ;
this . simpleTriggerMonitoringJobGroupBox . Controls . Add ( this . andOrMonitoringJobLabel ) ;
this . simpleTriggerMonitoringJobGroupBox . Controls . Add ( this . procJobMinutesDateTimePicker ) ;
this . simpleTriggerMonitoringJobGroupBox . Controls . Add ( this . procJobMinutesLabel ) ;
this . simpleTriggerMonitoringJobGroupBox . Controls . Add ( this . procJobStartAtLabel ) ;
this . simpleTriggerMonitoringJobGroupBox . Controls . Add ( this . procJobStartAtDateTimePicker ) ;
2021-05-13 01:42:51 +03:00
this . simpleTriggerMonitoringJobGroupBox . Location = new System . Drawing . Point ( 12 , 209 ) ;
this . simpleTriggerMonitoringJobGroupBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . simpleTriggerMonitoringJobGroupBox . Name = "simpleTriggerMonitoringJobGroupBox" ;
2021-05-13 01:42:51 +03:00
this . simpleTriggerMonitoringJobGroupBox . Padding = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
this . simpleTriggerMonitoringJobGroupBox . Size = new System . Drawing . Size ( 440 , 161 ) ;
2020-02-05 17:58:52 +03:00
this . simpleTriggerMonitoringJobGroupBox . TabIndex = 41 ;
this . simpleTriggerMonitoringJobGroupBox . TabStop = false ;
//
// runEveryMonitoringJobLabel
//
this . runEveryMonitoringJobLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . runEveryMonitoringJobLabel . Location = new System . Drawing . Point ( 20 , 27 ) ;
this . runEveryMonitoringJobLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . runEveryMonitoringJobLabel . Name = "runEveryMonitoringJobLabel" ;
2021-05-13 01:42:51 +03:00
this . runEveryMonitoringJobLabel . Size = new System . Drawing . Size ( 163 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . runEveryMonitoringJobLabel . TabIndex = 0 ;
this . runEveryMonitoringJobLabel . Text = "Run job every..." ;
//
// procJobHoursDateTimePicker
//
this . procJobHoursDateTimePicker . CustomFormat = "HH" ;
this . procJobHoursDateTimePicker . Format = System . Windows . Forms . DateTimePickerFormat . Custom ;
2021-05-13 01:42:51 +03:00
this . procJobHoursDateTimePicker . Location = new System . Drawing . Point ( 184 , 21 ) ;
this . procJobHoursDateTimePicker . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . procJobHoursDateTimePicker . Name = "procJobHoursDateTimePicker" ;
this . procJobHoursDateTimePicker . ShowUpDown = true ;
2021-05-13 01:42:51 +03:00
this . procJobHoursDateTimePicker . Size = new System . Drawing . Size ( 83 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . procJobHoursDateTimePicker . TabIndex = 33 ;
this . procJobHoursDateTimePicker . Value = new System . DateTime ( 2016 , 6 , 26 , 0 , 0 , 0 , 0 ) ;
//
// procJobHoursLabel
//
this . procJobHoursLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . procJobHoursLabel . Location = new System . Drawing . Point ( 272 , 27 ) ;
2020-02-05 17:58:52 +03:00
this . procJobHoursLabel . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . procJobHoursLabel . Name = "procJobHoursLabel" ;
2021-05-13 01:42:51 +03:00
this . procJobHoursLabel . Size = new System . Drawing . Size ( 80 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . procJobHoursLabel . TabIndex = 31 ;
this . procJobHoursLabel . Text = "hour(s)" ;
this . procJobHoursLabel . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
// andOrMonitoringJobLabel
//
this . andOrMonitoringJobLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . andOrMonitoringJobLabel . Location = new System . Drawing . Point ( 104 , 66 ) ;
this . andOrMonitoringJobLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . andOrMonitoringJobLabel . Name = "andOrMonitoringJobLabel" ;
2021-05-13 01:42:51 +03:00
this . andOrMonitoringJobLabel . Size = new System . Drawing . Size ( 73 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . andOrMonitoringJobLabel . TabIndex = 34 ;
this . andOrMonitoringJobLabel . Text = "and/or" ;
//
// procJobMinutesDateTimePicker
//
this . procJobMinutesDateTimePicker . CustomFormat = "mm" ;
this . procJobMinutesDateTimePicker . Format = System . Windows . Forms . DateTimePickerFormat . Custom ;
2021-05-13 01:42:51 +03:00
this . procJobMinutesDateTimePicker . Location = new System . Drawing . Point ( 184 , 66 ) ;
this . procJobMinutesDateTimePicker . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . procJobMinutesDateTimePicker . Name = "procJobMinutesDateTimePicker" ;
this . procJobMinutesDateTimePicker . ShowUpDown = true ;
2021-05-13 01:42:51 +03:00
this . procJobMinutesDateTimePicker . Size = new System . Drawing . Size ( 83 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . procJobMinutesDateTimePicker . TabIndex = 34 ;
this . procJobMinutesDateTimePicker . Value = new System . DateTime ( 2016 , 6 , 26 , 0 , 30 , 0 , 0 ) ;
//
// procJobMinutesLabel
//
this . procJobMinutesLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . procJobMinutesLabel . Location = new System . Drawing . Point ( 272 , 69 ) ;
2020-02-05 17:58:52 +03:00
this . procJobMinutesLabel . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . procJobMinutesLabel . Name = "procJobMinutesLabel" ;
2021-05-13 01:42:51 +03:00
this . procJobMinutesLabel . Size = new System . Drawing . Size ( 101 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . procJobMinutesLabel . TabIndex = 32 ;
this . procJobMinutesLabel . Text = "minute(s)" ;
this . procJobMinutesLabel . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
// procJobStartAtLabel
//
this . procJobStartAtLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . procJobStartAtLabel . Location = new System . Drawing . Point ( 74 , 107 ) ;
this . procJobStartAtLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . procJobStartAtLabel . Name = "procJobStartAtLabel" ;
2021-05-13 01:42:51 +03:00
this . procJobStartAtLabel . Size = new System . Drawing . Size ( 107 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . procJobStartAtLabel . TabIndex = 30 ;
this . procJobStartAtLabel . Text = "starting at" ;
this . procJobStartAtLabel . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
// procJobStartAtDateTimePicker
//
2020-06-03 20:09:03 +03:00
this . procJobStartAtDateTimePicker . CustomFormat = "HH:mm:ss" ;
2020-02-05 17:58:52 +03:00
this . procJobStartAtDateTimePicker . Format = System . Windows . Forms . DateTimePickerFormat . Custom ;
2021-05-13 01:42:51 +03:00
this . procJobStartAtDateTimePicker . Location = new System . Drawing . Point ( 184 , 107 ) ;
this . procJobStartAtDateTimePicker . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . procJobStartAtDateTimePicker . Name = "procJobStartAtDateTimePicker" ;
this . procJobStartAtDateTimePicker . ShowUpDown = true ;
2021-05-13 01:42:51 +03:00
this . procJobStartAtDateTimePicker . Size = new System . Drawing . Size ( 141 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . procJobStartAtDateTimePicker . TabIndex = 35 ;
this . procJobStartAtDateTimePicker . Value = new System . DateTime ( 2016 , 6 , 26 , 0 , 0 , 0 , 0 ) ;
//
// cronTriggerMonitoringJobGroupBox
//
this . cronTriggerMonitoringJobGroupBox . Controls . Add ( this . procJobCronExpressionLabel ) ;
this . cronTriggerMonitoringJobGroupBox . Controls . Add ( this . procJobCronExpressionTextBox ) ;
this . cronTriggerMonitoringJobGroupBox . Controls . Add ( this . monitoringCronTextBox ) ;
this . cronTriggerMonitoringJobGroupBox . Controls . Add ( this . monitoringJobBuildCronLabel ) ;
this . cronTriggerMonitoringJobGroupBox . Controls . Add ( this . monitoringJobCronmakerLinkLabel ) ;
this . cronTriggerMonitoringJobGroupBox . Controls . Add ( this . monitoringJobCronDocsLinkLabel ) ;
this . cronTriggerMonitoringJobGroupBox . Controls . Add ( this . getCronScheduleForMonitoringButton ) ;
this . cronTriggerMonitoringJobGroupBox . Controls . Add ( this . calculatedRunsMonitoringTextBox ) ;
this . cronTriggerMonitoringJobGroupBox . Controls . Add ( this . moreExamplesMonitoringButton ) ;
this . cronTriggerMonitoringJobGroupBox . Enabled = false ;
2021-05-13 01:42:51 +03:00
this . cronTriggerMonitoringJobGroupBox . Location = new System . Drawing . Point ( 458 , 209 ) ;
this . cronTriggerMonitoringJobGroupBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . cronTriggerMonitoringJobGroupBox . Name = "cronTriggerMonitoringJobGroupBox" ;
2021-05-13 01:42:51 +03:00
this . cronTriggerMonitoringJobGroupBox . Padding = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
this . cronTriggerMonitoringJobGroupBox . Size = new System . Drawing . Size ( 468 , 666 ) ;
2020-02-05 17:58:52 +03:00
this . cronTriggerMonitoringJobGroupBox . TabIndex = 42 ;
this . cronTriggerMonitoringJobGroupBox . TabStop = false ;
//
// procJobCronExpressionLabel
//
this . procJobCronExpressionLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . procJobCronExpressionLabel . Location = new System . Drawing . Point ( 12 , 27 ) ;
this . procJobCronExpressionLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . procJobCronExpressionLabel . Name = "procJobCronExpressionLabel" ;
2021-05-13 01:42:51 +03:00
this . procJobCronExpressionLabel . Size = new System . Drawing . Size ( 169 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . procJobCronExpressionLabel . TabIndex = 37 ;
this . procJobCronExpressionLabel . Text = "Cron expression" ;
//
// procJobCronExpressionTextBox
//
2021-05-13 01:42:51 +03:00
this . procJobCronExpressionTextBox . Location = new System . Drawing . Point ( 19 , 61 ) ;
this . procJobCronExpressionTextBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . procJobCronExpressionTextBox . Name = "procJobCronExpressionTextBox" ;
2021-05-13 01:42:51 +03:00
this . procJobCronExpressionTextBox . Size = new System . Drawing . Size ( 426 , 31 ) ;
2020-02-05 17:58:52 +03:00
this . procJobCronExpressionTextBox . TabIndex = 36 ;
this . procJobCronExpressionTextBox . Text = "0 0/15 8-18 ? * MON-FRI *" ;
//
// monitoringCronTextBox
//
this . monitoringCronTextBox . BackColor = System . Drawing . SystemColors . Control ;
this . monitoringCronTextBox . BorderStyle = System . Windows . Forms . BorderStyle . None ;
2021-05-13 01:42:51 +03:00
this . monitoringCronTextBox . Location = new System . Drawing . Point ( 19 , 107 ) ;
this . monitoringCronTextBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . monitoringCronTextBox . Multiline = true ;
this . monitoringCronTextBox . Name = "monitoringCronTextBox" ;
2021-05-13 01:42:51 +03:00
this . monitoringCronTextBox . Size = new System . Drawing . Size ( 430 , 282 ) ;
2020-02-05 17:58:52 +03:00
this . monitoringCronTextBox . TabIndex = 38 ;
this . monitoringCronTextBox . TabStop = false ;
this . monitoringCronTextBox . Text = resources . GetString ( "monitoringCronTextBox.Text" ) ;
//
// monitoringJobBuildCronLabel
//
this . monitoringJobBuildCronLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . monitoringJobBuildCronLabel . Location = new System . Drawing . Point ( 12 , 396 ) ;
this . monitoringJobBuildCronLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . monitoringJobBuildCronLabel . Name = "monitoringJobBuildCronLabel" ;
2021-05-13 01:42:51 +03:00
this . monitoringJobBuildCronLabel . Size = new System . Drawing . Size ( 243 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . monitoringJobBuildCronLabel . TabIndex = 39 ;
this . monitoringJobBuildCronLabel . Text = "Build cron expression at" ;
//
// monitoringJobCronmakerLinkLabel
//
this . monitoringJobCronmakerLinkLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . monitoringJobCronmakerLinkLabel . Location = new System . Drawing . Point ( 262 , 396 ) ;
this . monitoringJobCronmakerLinkLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . monitoringJobCronmakerLinkLabel . Name = "monitoringJobCronmakerLinkLabel" ;
2021-05-13 01:42:51 +03:00
this . monitoringJobCronmakerLinkLabel . Size = new System . Drawing . Size ( 159 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . monitoringJobCronmakerLinkLabel . TabIndex = 40 ;
this . monitoringJobCronmakerLinkLabel . TabStop = true ;
this . monitoringJobCronmakerLinkLabel . Text = "cronmaker.com" ;
this . monitoringJobCronmakerLinkLabel . LinkClicked + = new System . Windows . Forms . LinkLabelLinkClickedEventHandler ( this . CronmakerLinkLabel_LinkClicked ) ;
//
// monitoringJobCronDocsLinkLabel
//
this . monitoringJobCronDocsLinkLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . monitoringJobCronDocsLinkLabel . Location = new System . Drawing . Point ( 12 , 431 ) ;
this . monitoringJobCronDocsLinkLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . monitoringJobCronDocsLinkLabel . Name = "monitoringJobCronDocsLinkLabel" ;
2021-05-13 01:42:51 +03:00
this . monitoringJobCronDocsLinkLabel . Size = new System . Drawing . Size ( 349 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . monitoringJobCronDocsLinkLabel . TabIndex = 41 ;
this . monitoringJobCronDocsLinkLabel . TabStop = true ;
this . monitoringJobCronDocsLinkLabel . Text = "Quartz cron triggers documentation" ;
this . monitoringJobCronDocsLinkLabel . LinkClicked + = new System . Windows . Forms . LinkLabelLinkClickedEventHandler ( this . CronDocsLinkLabel_LinkClicked ) ;
//
// getCronScheduleForMonitoringButton
//
2021-05-13 01:42:51 +03:00
this . getCronScheduleForMonitoringButton . Location = new System . Drawing . Point ( 19 , 471 ) ;
this . getCronScheduleForMonitoringButton . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . getCronScheduleForMonitoringButton . Name = "getCronScheduleForMonitoringButton" ;
2021-05-13 01:42:51 +03:00
this . getCronScheduleForMonitoringButton . Size = new System . Drawing . Size ( 211 , 69 ) ;
2020-02-05 17:58:52 +03:00
this . getCronScheduleForMonitoringButton . TabIndex = 43 ;
this . getCronScheduleForMonitoringButton . Text = "Get cron schedule for monitoring job " ;
this . getCronScheduleForMonitoringButton . UseVisualStyleBackColor = true ;
this . getCronScheduleForMonitoringButton . Click + = new System . EventHandler ( this . GetCronScheduleForProcButton_Click ) ;
//
// calculatedRunsMonitoringTextBox
//
this . calculatedRunsMonitoringTextBox . BackColor = System . Drawing . SystemColors . Control ;
2021-05-13 01:42:51 +03:00
this . calculatedRunsMonitoringTextBox . Location = new System . Drawing . Point ( 19 , 548 ) ;
this . calculatedRunsMonitoringTextBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . calculatedRunsMonitoringTextBox . Multiline = true ;
this . calculatedRunsMonitoringTextBox . Name = "calculatedRunsMonitoringTextBox" ;
this . calculatedRunsMonitoringTextBox . ScrollBars = System . Windows . Forms . ScrollBars . Vertical ;
2021-05-13 01:42:51 +03:00
this . calculatedRunsMonitoringTextBox . Size = new System . Drawing . Size ( 287 , 102 ) ;
2020-02-05 17:58:52 +03:00
this . calculatedRunsMonitoringTextBox . TabIndex = 42 ;
this . calculatedRunsMonitoringTextBox . TabStop = false ;
//
// moreExamplesMonitoringButton
//
2021-05-13 01:42:51 +03:00
this . moreExamplesMonitoringButton . Location = new System . Drawing . Point ( 316 , 548 ) ;
this . moreExamplesMonitoringButton . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . moreExamplesMonitoringButton . Name = "moreExamplesMonitoringButton" ;
2021-05-13 01:42:51 +03:00
this . moreExamplesMonitoringButton . Size = new System . Drawing . Size ( 132 , 106 ) ;
2020-02-05 17:58:52 +03:00
this . moreExamplesMonitoringButton . TabIndex = 44 ;
this . moreExamplesMonitoringButton . Text = global :: RecurringIntegrationsScheduler . Properties . Resources . More_examples ;
this . moreExamplesMonitoringButton . UseVisualStyleBackColor = true ;
this . moreExamplesMonitoringButton . Click + = new System . EventHandler ( this . MoreExamplesButton_Click ) ;
//
// connectionTabPage
//
this . connectionTabPage . BackColor = System . Drawing . SystemColors . Control ;
this . connectionTabPage . Controls . Add ( this . axDetailsGroupBox ) ;
2021-05-13 01:42:51 +03:00
this . connectionTabPage . Location = new System . Drawing . Point ( 8 , 39 ) ;
this . connectionTabPage . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . connectionTabPage . Name = "connectionTabPage" ;
2021-05-13 01:42:51 +03:00
this . connectionTabPage . Padding = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
this . connectionTabPage . Size = new System . Drawing . Size ( 1412 , 971 ) ;
2020-02-05 17:58:52 +03:00
this . connectionTabPage . TabIndex = 4 ;
this . connectionTabPage . Text = "Connection" ;
//
// axDetailsGroupBox
//
this . axDetailsGroupBox . Controls . Add ( this . instanceLabel ) ;
this . axDetailsGroupBox . Controls . Add ( this . instanceComboBox ) ;
this . axDetailsGroupBox . Controls . Add ( this . authMethodPanel ) ;
this . axDetailsGroupBox . Controls . Add ( this . aadApplicationLabel ) ;
2020-05-12 15:27:03 +03:00
this . axDetailsGroupBox . Controls . Add ( this . appRegistrationComboBox ) ;
2020-02-05 17:58:52 +03:00
this . axDetailsGroupBox . Controls . Add ( this . userLabel ) ;
this . axDetailsGroupBox . Controls . Add ( this . userComboBox ) ;
2021-05-13 01:42:51 +03:00
this . axDetailsGroupBox . Location = new System . Drawing . Point ( 8 , 7 ) ;
this . axDetailsGroupBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . axDetailsGroupBox . Name = "axDetailsGroupBox" ;
2021-05-13 01:42:51 +03:00
this . axDetailsGroupBox . Padding = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
this . axDetailsGroupBox . Size = new System . Drawing . Size ( 528 , 252 ) ;
2020-02-05 17:58:52 +03:00
this . axDetailsGroupBox . TabIndex = 2 ;
this . axDetailsGroupBox . TabStop = false ;
this . axDetailsGroupBox . Text = "Dynamics connection details" ;
//
// instanceLabel
//
this . instanceLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . instanceLabel . Location = new System . Drawing . Point ( 14 , 41 ) ;
this . instanceLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . instanceLabel . Name = "instanceLabel" ;
2021-05-13 01:42:51 +03:00
this . instanceLabel . Size = new System . Drawing . Size ( 93 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . instanceLabel . TabIndex = 16 ;
this . instanceLabel . Text = "Instance" ;
//
// instanceComboBox
//
this . instanceComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . instanceComboBox . FormattingEnabled = true ;
2021-05-13 01:42:51 +03:00
this . instanceComboBox . Location = new System . Drawing . Point ( 118 , 36 ) ;
this . instanceComboBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . instanceComboBox . Name = "instanceComboBox" ;
2021-05-13 01:42:51 +03:00
this . instanceComboBox . Size = new System . Drawing . Size ( 398 , 33 ) ;
2020-02-05 17:58:52 +03:00
this . instanceComboBox . TabIndex = 9 ;
//
// authMethodPanel
//
this . authMethodPanel . Controls . Add ( this . serviceAuthRadioButton ) ;
this . authMethodPanel . Controls . Add ( this . userAuthRadioButton ) ;
2021-05-13 01:42:51 +03:00
this . authMethodPanel . Location = new System . Drawing . Point ( 14 , 86 ) ;
this . authMethodPanel . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . authMethodPanel . Name = "authMethodPanel" ;
2021-05-13 01:42:51 +03:00
this . authMethodPanel . Size = new System . Drawing . Size ( 506 , 48 ) ;
2020-02-05 17:58:52 +03:00
this . authMethodPanel . TabIndex = 30 ;
//
// serviceAuthRadioButton
//
this . serviceAuthRadioButton . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . serviceAuthRadioButton . Location = new System . Drawing . Point ( 240 , 6 ) ;
this . serviceAuthRadioButton . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . serviceAuthRadioButton . Name = "serviceAuthRadioButton" ;
2021-05-13 01:42:51 +03:00
this . serviceAuthRadioButton . Size = new System . Drawing . Size ( 256 , 29 ) ;
2020-02-05 17:58:52 +03:00
this . serviceAuthRadioButton . TabIndex = 16 ;
this . serviceAuthRadioButton . Text = "Service authentication" ;
this . serviceAuthRadioButton . UseVisualStyleBackColor = true ;
this . serviceAuthRadioButton . CheckedChanged + = new System . EventHandler ( this . ServiceAuthRadioButton_CheckedChanged ) ;
//
// userAuthRadioButton
//
this . userAuthRadioButton . AutoSize = true ;
this . userAuthRadioButton . Checked = true ;
2021-05-13 01:42:51 +03:00
this . userAuthRadioButton . Location = new System . Drawing . Point ( 7 , 6 ) ;
this . userAuthRadioButton . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . userAuthRadioButton . Name = "userAuthRadioButton" ;
2021-05-13 01:42:51 +03:00
this . userAuthRadioButton . Size = new System . Drawing . Size ( 229 , 29 ) ;
2020-02-05 17:58:52 +03:00
this . userAuthRadioButton . TabIndex = 15 ;
this . userAuthRadioButton . TabStop = true ;
this . userAuthRadioButton . Text = "User authentication" ;
this . userAuthRadioButton . UseVisualStyleBackColor = true ;
//
// aadApplicationLabel
//
this . aadApplicationLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . aadApplicationLabel . Location = new System . Drawing . Point ( 19 , 152 ) ;
this . aadApplicationLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . aadApplicationLabel . Name = "aadApplicationLabel" ;
2021-05-13 01:42:51 +03:00
this . aadApplicationLabel . Size = new System . Drawing . Size ( 223 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . aadApplicationLabel . TabIndex = 32 ;
this . aadApplicationLabel . Text = "Azure app registration" ;
//
2020-06-03 20:09:03 +03:00
// appRegistrationComboBox
2020-02-05 17:58:52 +03:00
//
2020-05-12 15:27:03 +03:00
this . appRegistrationComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . appRegistrationComboBox . FormattingEnabled = true ;
2021-05-13 01:42:51 +03:00
this . appRegistrationComboBox . Location = new System . Drawing . Point ( 247 , 146 ) ;
this . appRegistrationComboBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-06-03 20:09:03 +03:00
this . appRegistrationComboBox . Name = "appRegistrationComboBox" ;
2021-05-13 01:42:51 +03:00
this . appRegistrationComboBox . Size = new System . Drawing . Size ( 270 , 33 ) ;
2020-05-12 15:27:03 +03:00
this . appRegistrationComboBox . TabIndex = 31 ;
2020-02-05 17:58:52 +03:00
//
// userLabel
//
this . userLabel . AutoSize = true ;
2021-05-13 01:42:51 +03:00
this . userLabel . Location = new System . Drawing . Point ( 180 , 198 ) ;
this . userLabel . Margin = new System . Windows . Forms . Padding ( 7 , 0 , 7 , 0 ) ;
2020-02-05 17:58:52 +03:00
this . userLabel . Name = "userLabel" ;
2021-05-13 01:42:51 +03:00
this . userLabel . Size = new System . Drawing . Size ( 57 , 25 ) ;
2020-02-05 17:58:52 +03:00
this . userLabel . TabIndex = 19 ;
this . userLabel . Text = "User" ;
//
// userComboBox
//
this . userComboBox . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . userComboBox . FormattingEnabled = true ;
2021-05-13 01:42:51 +03:00
this . userComboBox . Location = new System . Drawing . Point ( 247 , 194 ) ;
this . userComboBox . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . userComboBox . Name = "userComboBox" ;
2021-05-13 01:42:51 +03:00
this . userComboBox . Size = new System . Drawing . Size ( 270 , 33 ) ;
2020-02-05 17:58:52 +03:00
this . userComboBox . TabIndex = 10 ;
//
// mainToolStrip
//
this . mainToolStrip . Dock = System . Windows . Forms . DockStyle . Bottom ;
2020-02-26 01:56:48 +03:00
this . mainToolStrip . ImageScalingSize = new System . Drawing . Size ( 28 , 28 ) ;
2020-02-05 17:58:52 +03:00
this . mainToolStrip . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . cancelToolStripButton ,
this . addToolStripButton } ) ;
2021-05-13 01:42:51 +03:00
this . mainToolStrip . Location = new System . Drawing . Point ( 0 , 1009 ) ;
2020-02-05 17:58:52 +03:00
this . mainToolStrip . Name = "mainToolStrip" ;
2020-02-26 01:56:48 +03:00
this . mainToolStrip . Padding = new System . Windows . Forms . Padding ( 0 , 0 , 4 , 0 ) ;
2021-05-13 01:42:51 +03:00
this . mainToolStrip . Size = new System . Drawing . Size ( 1428 , 50 ) ;
2020-02-05 17:58:52 +03:00
this . mainToolStrip . TabIndex = 6 ;
this . mainToolStrip . Text = "toolStrip1" ;
//
// cancelToolStripButton
//
this . cancelToolStripButton . Alignment = System . Windows . Forms . ToolStripItemAlignment . Right ;
this . cancelToolStripButton . DisplayStyle = System . Windows . Forms . ToolStripItemDisplayStyle . Text ;
this . cancelToolStripButton . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "cancelToolStripButton.Image" ) ) ) ;
this . cancelToolStripButton . ImageTransparentColor = System . Drawing . Color . Magenta ;
this . cancelToolStripButton . Name = "cancelToolStripButton" ;
2021-05-13 01:42:51 +03:00
this . cancelToolStripButton . Size = new System . Drawing . Size ( 90 , 44 ) ;
2020-02-05 17:58:52 +03:00
this . cancelToolStripButton . Text = "Cancel" ;
this . cancelToolStripButton . Click + = new System . EventHandler ( this . CancelToolStripButton_Click ) ;
//
// addToolStripButton
//
this . addToolStripButton . Alignment = System . Windows . Forms . ToolStripItemAlignment . Right ;
this . addToolStripButton . DisplayStyle = System . Windows . Forms . ToolStripItemDisplayStyle . Text ;
this . addToolStripButton . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "addToolStripButton.Image" ) ) ) ;
this . addToolStripButton . ImageTransparentColor = System . Drawing . Color . Magenta ;
this . addToolStripButton . Name = "addToolStripButton" ;
2021-05-13 01:42:51 +03:00
this . addToolStripButton . Size = new System . Drawing . Size ( 103 , 44 ) ;
2020-02-05 17:58:52 +03:00
this . addToolStripButton . Text = "Add job" ;
this . addToolStripButton . Click + = new System . EventHandler ( this . AddToolStripButton_Click ) ;
//
// UploadJobV3
//
2021-05-13 01:42:51 +03:00
this . AutoScaleDimensions = new System . Drawing . SizeF ( 12F , 25F ) ;
2020-02-05 17:58:52 +03:00
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2021-05-13 01:42:51 +03:00
this . AutoScroll = true ;
2020-02-05 17:58:52 +03:00
this . AutoSize = true ;
this . AutoSizeMode = System . Windows . Forms . AutoSizeMode . GrowAndShrink ;
2021-05-13 01:42:51 +03:00
this . ClientSize = new System . Drawing . Size ( 1428 , 1059 ) ;
2020-02-05 17:58:52 +03:00
this . Controls . Add ( this . jobTabControl ) ;
this . Controls . Add ( this . mainToolStrip ) ;
this . FormBorderStyle = System . Windows . Forms . FormBorderStyle . FixedSingle ;
2021-05-13 01:42:51 +03:00
this . Margin = new System . Windows . Forms . Padding ( 7 , 6 , 7 , 6 ) ;
2020-02-05 17:58:52 +03:00
this . MaximizeBox = false ;
this . MinimizeBox = false ;
2021-05-13 01:42:51 +03:00
this . MinimumSize = new System . Drawing . Size ( 1435 , 1075 ) ;
2020-02-05 17:58:52 +03:00
this . Name = "UploadJobV3" ;
this . ShowIcon = false ;
this . ShowInTaskbar = false ;
this . SizeGripStyle = System . Windows . Forms . SizeGripStyle . Hide ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterParent ;
this . Load + = new System . EventHandler ( this . UploadJobForm_Load ) ;
this . jobIdentificationGroupBox . ResumeLayout ( false ) ;
this . jobIdentificationGroupBox . PerformLayout ( ) ;
this . jobTabControl . ResumeLayout ( false ) ;
this . jobOverviewTabPage . ResumeLayout ( false ) ;
this . jobControlGroupBox . ResumeLayout ( false ) ;
this . jobControlGroupBox . PerformLayout ( ) ;
2020-06-03 20:09:03 +03:00
this . groupBoxLogging . ResumeLayout ( false ) ;
this . groupBoxLogging . PerformLayout ( ) ;
2020-02-05 17:58:52 +03:00
this . retryPolicyGroupBox . ResumeLayout ( false ) ;
this . retryPolicyGroupBox . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . retriesCountUpDown ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . retriesDelayUpDown ) ) . EndInit ( ) ;
this . groupBoxExceptions . ResumeLayout ( false ) ;
this . groupBoxExceptions . PerformLayout ( ) ;
this . foldersGroupBox . ResumeLayout ( false ) ;
this . foldersGroupBox . PerformLayout ( ) ;
this . jobDetailsTabPage . ResumeLayout ( false ) ;
this . uploadDetailsGroupBox . ResumeLayout ( false ) ;
this . uploadDetailsGroupBox . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . numericUpDownIntervalUploads ) ) . EndInit ( ) ;
this . fileSelectionGroupBox . ResumeLayout ( false ) ;
this . fileSelectionGroupBox . PerformLayout ( ) ;
this . orderByPanel . ResumeLayout ( false ) ;
this . orderByPanel . PerformLayout ( ) ;
this . uploadRecurrenceTabPage . ResumeLayout ( false ) ;
this . upJobTriggerTypePanel . ResumeLayout ( false ) ;
this . upJobTriggerTypePanel . PerformLayout ( ) ;
this . simpleTriggerUploadJobGroupBox . ResumeLayout ( false ) ;
this . simpleTriggerUploadJobGroupBox . PerformLayout ( ) ;
this . cronTriggerUploadJobGroupBox . ResumeLayout ( false ) ;
this . cronTriggerUploadJobGroupBox . PerformLayout ( ) ;
this . monitoringJobTabPage . ResumeLayout ( false ) ;
this . monitoringJobTabPage . PerformLayout ( ) ;
this . processingJobGroupBox . ResumeLayout ( false ) ;
this . processingJobGroupBox . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . delayBetweenStatusCheckNumericUpDown ) ) . EndInit ( ) ;
this . procJobTriggerTypePanel . ResumeLayout ( false ) ;
this . procJobTriggerTypePanel . PerformLayout ( ) ;
this . simpleTriggerMonitoringJobGroupBox . ResumeLayout ( false ) ;
this . simpleTriggerMonitoringJobGroupBox . PerformLayout ( ) ;
this . cronTriggerMonitoringJobGroupBox . ResumeLayout ( false ) ;
this . cronTriggerMonitoringJobGroupBox . PerformLayout ( ) ;
this . connectionTabPage . ResumeLayout ( false ) ;
this . axDetailsGroupBox . ResumeLayout ( false ) ;
this . axDetailsGroupBox . PerformLayout ( ) ;
this . authMethodPanel . ResumeLayout ( false ) ;
this . authMethodPanel . PerformLayout ( ) ;
this . mainToolStrip . ResumeLayout ( false ) ;
this . mainToolStrip . PerformLayout ( ) ;
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
}
#endregion
private System . Windows . Forms . GroupBox jobIdentificationGroupBox ;
private System . Windows . Forms . Button topUploadFolderBrowserButton ;
private System . Windows . Forms . TextBox topUploadFolderTextBox ;
private System . Windows . Forms . Label topUploadFolderLabel ;
private System . Windows . Forms . TextBox jobDescription ;
private System . Windows . Forms . Label jobDescriptionLabel ;
private System . Windows . Forms . ComboBox jobGroupComboBox ;
private System . Windows . Forms . Label jobGroupLabel ;
private System . Windows . Forms . TextBox jobName ;
private System . Windows . Forms . Label jobNameLabel ;
private System . Windows . Forms . FolderBrowserDialog folderBrowserDialog ;
private System . Windows . Forms . Button uploadErrorsFolderBrowserButton ;
private System . Windows . Forms . TextBox uploadErrorsFolderTextBox ;
private System . Windows . Forms . Label uploadErrorsFolderLabel ;
private System . Windows . Forms . CheckBox useStandardSubfolder ;
private System . Windows . Forms . Label downloadFolderLabel ;
private System . Windows . Forms . Button inputFolderBrowserButton ;
private System . Windows . Forms . TextBox inputFolderTextBox ;
private System . Windows . Forms . Label inputFolderLabel ;
private System . Windows . Forms . Button processingSuccessFolderBrowserButton ;
private System . Windows . Forms . TextBox processingSuccessFolderTextBox ;
private System . Windows . Forms . Label processingSuccessFolderLabel ;
private System . Windows . Forms . Button uploadSuccessFolderBrowserButton ;
private System . Windows . Forms . TextBox uploadSuccessFolderTextBox ;
private System . Windows . Forms . Label uploadSuccessFolderLabel ;
private System . Windows . Forms . Button processingErrorsFolderBrowserButton ;
private System . Windows . Forms . TextBox processingErrorsFolderTextBox ;
private System . Windows . Forms . Label processingErrorsFolderLabel ;
private System . Windows . Forms . TabControl jobTabControl ;
private System . Windows . Forms . TabPage jobOverviewTabPage ;
private System . Windows . Forms . TabPage jobDetailsTabPage ;
private System . Windows . Forms . TabPage uploadRecurrenceTabPage ;
private System . Windows . Forms . TabPage monitoringJobTabPage ;
private System . Windows . Forms . TabPage connectionTabPage ;
private System . Windows . Forms . ToolStrip mainToolStrip ;
private System . Windows . Forms . ToolStripButton cancelToolStripButton ;
private System . Windows . Forms . ToolStripButton addToolStripButton ;
private System . Windows . Forms . GroupBox groupBoxExceptions ;
private System . Windows . Forms . CheckBox pauseOnExceptionsCheckBox ;
private System . Windows . Forms . GroupBox retryPolicyGroupBox ;
private System . Windows . Forms . NumericUpDown retriesDelayUpDown ;
private System . Windows . Forms . NumericUpDown retriesCountUpDown ;
private System . Windows . Forms . Label retriesDelayLabel ;
private System . Windows . Forms . Label retriesLabel ;
private System . Windows . Forms . NumericUpDown numericUpDownIntervalUploads ;
private System . Windows . Forms . Label labelInterval ;
private System . Windows . Forms . TextBox legalEntityTextBox ;
private System . Windows . Forms . Label LegalEntityLabel ;
private System . Windows . Forms . GroupBox cronTriggerUploadJobGroupBox ;
private System . Windows . Forms . Button moreExamplesButton ;
private System . Windows . Forms . TextBox calculatedRunsTextBox ;
private System . Windows . Forms . Button getCronScheduleForUploadButton ;
private System . Windows . Forms . LinkLabel cronDocsLinkLabel ;
private System . Windows . Forms . Panel upJobTriggerTypePanel ;
private System . Windows . Forms . RadioButton upJobCronTriggerRadioButton ;
private System . Windows . Forms . RadioButton upJobSimpleTriggerRadioButton ;
private System . Windows . Forms . Label buildCronLabel ;
private System . Windows . Forms . TextBox cronTriggerInfoTextBox ;
private System . Windows . Forms . LinkLabel cronmakerLinkLabel ;
private System . Windows . Forms . Label upJobCronExpressionLabel ;
private System . Windows . Forms . TextBox upJobCronExpressionTextBox ;
private System . Windows . Forms . Label upJobMinutesLabel ;
private System . Windows . Forms . Label upJobHoursLabel ;
private System . Windows . Forms . Label upJobStartAtLabel ;
private System . Windows . Forms . DateTimePicker upJobStartAtDateTimePicker ;
private System . Windows . Forms . DateTimePicker upJobMinutesDateTimePicker ;
private System . Windows . Forms . DateTimePicker upJobHoursDateTimePicker ;
private System . Windows . Forms . GroupBox processingJobGroupBox ;
private System . Windows . Forms . NumericUpDown delayBetweenStatusCheckNumericUpDown ;
private System . Windows . Forms . Label delayBetweenStatusCheckLabel ;
private System . Windows . Forms . Panel procJobTriggerTypePanel ;
private System . Windows . Forms . RadioButton procJobCronTriggerRadioButton ;
private System . Windows . Forms . RadioButton procJobSimpleTriggerRadioButton ;
private System . Windows . Forms . Label procJobCronExpressionLabel ;
private System . Windows . Forms . TextBox procJobCronExpressionTextBox ;
private System . Windows . Forms . Label procJobMinutesLabel ;
private System . Windows . Forms . Label procJobHoursLabel ;
private System . Windows . Forms . Label procJobStartAtLabel ;
private System . Windows . Forms . DateTimePicker procJobStartAtDateTimePicker ;
private System . Windows . Forms . DateTimePicker procJobMinutesDateTimePicker ;
private System . Windows . Forms . DateTimePicker procJobHoursDateTimePicker ;
private System . Windows . Forms . CheckBox useMonitoringJobCheckBox ;
private System . Windows . Forms . TextBox statusFileExtensionTextBox ;
private System . Windows . Forms . Label statusFileExtensionLabel ;
private System . Windows . Forms . GroupBox axDetailsGroupBox ;
private System . Windows . Forms . Label aadApplicationLabel ;
2020-05-12 15:27:03 +03:00
private System . Windows . Forms . ComboBox appRegistrationComboBox ;
2020-02-05 17:58:52 +03:00
private System . Windows . Forms . Panel authMethodPanel ;
private System . Windows . Forms . RadioButton serviceAuthRadioButton ;
private System . Windows . Forms . RadioButton userAuthRadioButton ;
private System . Windows . Forms . Label userLabel ;
private System . Windows . Forms . ComboBox userComboBox ;
private System . Windows . Forms . Label instanceLabel ;
private System . Windows . Forms . ComboBox instanceComboBox ;
private System . Windows . Forms . Label dataJobLabel ;
private System . Windows . Forms . ComboBox dataJobComboBox ;
private System . Windows . Forms . GroupBox simpleTriggerMonitoringJobGroupBox ;
private System . Windows . Forms . Label runEveryMonitoringJobLabel ;
private System . Windows . Forms . Label andOrMonitoringJobLabel ;
private System . Windows . Forms . GroupBox cronTriggerMonitoringJobGroupBox ;
private System . Windows . Forms . TextBox monitoringCronTextBox ;
private System . Windows . Forms . Label monitoringJobBuildCronLabel ;
private System . Windows . Forms . LinkLabel monitoringJobCronmakerLinkLabel ;
private System . Windows . Forms . LinkLabel monitoringJobCronDocsLinkLabel ;
private System . Windows . Forms . Button getCronScheduleForMonitoringButton ;
private System . Windows . Forms . TextBox calculatedRunsMonitoringTextBox ;
private System . Windows . Forms . Button moreExamplesMonitoringButton ;
private System . Windows . Forms . CheckBox pauseIndefinitelyCheckBox ;
private System . Windows . Forms . GroupBox uploadDetailsGroupBox ;
private System . Windows . Forms . GroupBox fileSelectionGroupBox ;
private System . Windows . Forms . ComboBox orderByComboBox ;
private System . Windows . Forms . Panel orderByPanel ;
private System . Windows . Forms . RadioButton orderDescendingRadioButton ;
private System . Windows . Forms . RadioButton orderAscendingRadioButton ;
private System . Windows . Forms . TextBox searchPatternTextBox ;
private System . Windows . Forms . Label orderLabel ;
private System . Windows . Forms . Label orderByLabel ;
private System . Windows . Forms . Label searchPatternLabel ;
private System . Windows . Forms . GroupBox simpleTriggerUploadJobGroupBox ;
private System . Windows . Forms . Label runEveryUploadJobLabel ;
private System . Windows . Forms . Label importJobAndOrLabel ;
private System . Windows . Forms . GroupBox foldersGroupBox ;
private System . Windows . Forms . GroupBox jobControlGroupBox ;
private System . Windows . Forms . CheckBox getExecutionErrorsCheckBox ;
private System . Windows . Forms . CheckBox isDataPackageCheckBox ;
2020-02-26 01:56:48 +03:00
private System . Windows . Forms . GroupBox groupBoxLogging ;
private System . Windows . Forms . CheckBox verboseLoggingCheckBox ;
2020-02-05 17:58:52 +03:00
}
}