This commit is contained in:
Tomek Melissa 2021-05-13 00:42:51 +02:00
Родитель a99697dbd6
Коммит 5aa0e69185
11 изменённых файлов: 1448 добавлений и 1441 удалений

15
Scheduler/Forms/CronExamples.Designer.cs сгенерированный
Просмотреть файл

@ -39,26 +39,27 @@ namespace RecurringIntegrationsScheduler.Forms
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBox1.Font = new System.Drawing.Font("Courier New", 8.142858F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textBox1.Location = new System.Drawing.Point(0, 0);
this.textBox1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.textBox1.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(1417, 526);
this.textBox1.Size = new System.Drawing.Size(1544, 541);
this.textBox1.TabIndex = 0;
this.textBox1.Text = resources.GetString("textBox1.Text");
//
// CronExamples
//
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1417, 526);
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1544, 541);
this.Controls.Add(this.textBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(1441, 590);
this.MaximumSize = new System.Drawing.Size(1570, 612);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(1441, 590);
this.MinimumSize = new System.Drawing.Size(1570, 612);
this.Name = "CronExamples";
this.ShowIcon = false;
this.ShowInTaskbar = false;

437
Scheduler/Forms/DownloadJobV3.Designer.cs сгенерированный
Просмотреть файл

@ -137,11 +137,11 @@ namespace RecurringIntegrationsScheduler.Forms
this.jobIdentificationGroupBox.Controls.Add(this.jobGroupComboBox);
this.jobIdentificationGroupBox.Controls.Add(this.jobDescriptionLabel);
this.jobIdentificationGroupBox.Controls.Add(this.jobDescription);
this.jobIdentificationGroupBox.Location = new System.Drawing.Point(7, 7);
this.jobIdentificationGroupBox.Margin = new System.Windows.Forms.Padding(6);
this.jobIdentificationGroupBox.Location = new System.Drawing.Point(8, 7);
this.jobIdentificationGroupBox.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.jobIdentificationGroupBox.Name = "jobIdentificationGroupBox";
this.jobIdentificationGroupBox.Padding = new System.Windows.Forms.Padding(6);
this.jobIdentificationGroupBox.Size = new System.Drawing.Size(392, 375);
this.jobIdentificationGroupBox.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.jobIdentificationGroupBox.Size = new System.Drawing.Size(428, 391);
this.jobIdentificationGroupBox.TabIndex = 0;
this.jobIdentificationGroupBox.TabStop = false;
this.jobIdentificationGroupBox.Text = "Job identification";
@ -149,28 +149,28 @@ namespace RecurringIntegrationsScheduler.Forms
// jobNameLabel
//
this.jobNameLabel.AutoSize = true;
this.jobNameLabel.Location = new System.Drawing.Point(7, 63);
this.jobNameLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.jobNameLabel.Location = new System.Drawing.Point(8, 66);
this.jobNameLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.jobNameLabel.Name = "jobNameLabel";
this.jobNameLabel.Size = new System.Drawing.Size(129, 25);
this.jobNameLabel.Size = new System.Drawing.Size(140, 25);
this.jobNameLabel.TabIndex = 0;
this.jobNameLabel.Text = "RIS job name";
//
// jobName
//
this.jobName.Location = new System.Drawing.Point(149, 57);
this.jobName.Margin = new System.Windows.Forms.Padding(6);
this.jobName.Location = new System.Drawing.Point(163, 59);
this.jobName.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.jobName.Name = "jobName";
this.jobName.Size = new System.Drawing.Size(235, 29);
this.jobName.Size = new System.Drawing.Size(256, 31);
this.jobName.TabIndex = 1;
//
// jobGroupLabel
//
this.jobGroupLabel.AutoSize = true;
this.jobGroupLabel.Location = new System.Drawing.Point(7, 111);
this.jobGroupLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.jobGroupLabel.Location = new System.Drawing.Point(8, 116);
this.jobGroupLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.jobGroupLabel.Name = "jobGroupLabel";
this.jobGroupLabel.Size = new System.Drawing.Size(130, 25);
this.jobGroupLabel.Size = new System.Drawing.Size(142, 25);
this.jobGroupLabel.TabIndex = 2;
this.jobGroupLabel.Text = "RIS job group";
//
@ -178,30 +178,30 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.jobGroupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.jobGroupComboBox.FormattingEnabled = true;
this.jobGroupComboBox.Location = new System.Drawing.Point(149, 105);
this.jobGroupComboBox.Margin = new System.Windows.Forms.Padding(6);
this.jobGroupComboBox.Location = new System.Drawing.Point(163, 109);
this.jobGroupComboBox.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.jobGroupComboBox.Name = "jobGroupComboBox";
this.jobGroupComboBox.Size = new System.Drawing.Size(235, 32);
this.jobGroupComboBox.Size = new System.Drawing.Size(256, 33);
this.jobGroupComboBox.Sorted = true;
this.jobGroupComboBox.TabIndex = 2;
//
// jobDescriptionLabel
//
this.jobDescriptionLabel.AutoSize = true;
this.jobDescriptionLabel.Location = new System.Drawing.Point(7, 166);
this.jobDescriptionLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.jobDescriptionLabel.Location = new System.Drawing.Point(8, 173);
this.jobDescriptionLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.jobDescriptionLabel.Name = "jobDescriptionLabel";
this.jobDescriptionLabel.Size = new System.Drawing.Size(231, 25);
this.jobDescriptionLabel.Size = new System.Drawing.Size(254, 25);
this.jobDescriptionLabel.TabIndex = 4;
this.jobDescriptionLabel.Text = "Job description (optional)";
//
// jobDescription
//
this.jobDescription.Location = new System.Drawing.Point(13, 198);
this.jobDescription.Margin = new System.Windows.Forms.Padding(6);
this.jobDescription.Location = new System.Drawing.Point(14, 206);
this.jobDescription.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.jobDescription.Multiline = true;
this.jobDescription.Name = "jobDescription";
this.jobDescription.Size = new System.Drawing.Size(371, 161);
this.jobDescription.Size = new System.Drawing.Size(404, 168);
this.jobDescription.TabIndex = 3;
//
// useStandardSubfolder
@ -209,10 +209,10 @@ namespace RecurringIntegrationsScheduler.Forms
this.useStandardSubfolder.AutoSize = true;
this.useStandardSubfolder.Checked = true;
this.useStandardSubfolder.CheckState = System.Windows.Forms.CheckState.Checked;
this.useStandardSubfolder.Location = new System.Drawing.Point(9, 137);
this.useStandardSubfolder.Margin = new System.Windows.Forms.Padding(6);
this.useStandardSubfolder.Location = new System.Drawing.Point(10, 143);
this.useStandardSubfolder.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.useStandardSubfolder.Name = "useStandardSubfolder";
this.useStandardSubfolder.Size = new System.Drawing.Size(253, 29);
this.useStandardSubfolder.Size = new System.Drawing.Size(283, 29);
this.useStandardSubfolder.TabIndex = 8;
this.useStandardSubfolder.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Use_default_folder_names;
this.useStandardSubfolder.UseVisualStyleBackColor = true;
@ -223,10 +223,10 @@ namespace RecurringIntegrationsScheduler.Forms
this.errorsFolderBrowserButton.Enabled = false;
this.errorsFolderBrowserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.errorsFolderBrowserButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Folder_open_32xMD_exp;
this.errorsFolderBrowserButton.Location = new System.Drawing.Point(358, 201);
this.errorsFolderBrowserButton.Location = new System.Drawing.Point(391, 209);
this.errorsFolderBrowserButton.Margin = new System.Windows.Forms.Padding(0);
this.errorsFolderBrowserButton.Name = "errorsFolderBrowserButton";
this.errorsFolderBrowserButton.Size = new System.Drawing.Size(44, 48);
this.errorsFolderBrowserButton.Size = new System.Drawing.Size(48, 50);
this.errorsFolderBrowserButton.TabIndex = 7;
this.errorsFolderBrowserButton.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.errorsFolderBrowserButton.UseVisualStyleBackColor = true;
@ -235,19 +235,19 @@ namespace RecurringIntegrationsScheduler.Forms
// errorsFolder
//
this.errorsFolder.Enabled = false;
this.errorsFolder.Location = new System.Drawing.Point(9, 209);
this.errorsFolder.Margin = new System.Windows.Forms.Padding(6);
this.errorsFolder.Location = new System.Drawing.Point(10, 218);
this.errorsFolder.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.errorsFolder.Name = "errorsFolder";
this.errorsFolder.Size = new System.Drawing.Size(340, 29);
this.errorsFolder.Size = new System.Drawing.Size(371, 31);
this.errorsFolder.TabIndex = 6;
//
// errorsFolderLabel
//
this.errorsFolderLabel.AutoSize = true;
this.errorsFolderLabel.Location = new System.Drawing.Point(6, 175);
this.errorsFolderLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.errorsFolderLabel.Location = new System.Drawing.Point(7, 182);
this.errorsFolderLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.errorsFolderLabel.Name = "errorsFolderLabel";
this.errorsFolderLabel.Size = new System.Drawing.Size(117, 25);
this.errorsFolderLabel.Size = new System.Drawing.Size(130, 25);
this.errorsFolderLabel.TabIndex = 11;
this.errorsFolderLabel.Text = "Errors folder";
//
@ -255,10 +255,10 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.downloadFolderBrowserButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
this.downloadFolderBrowserButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Folder_open_32xMD_exp;
this.downloadFolderBrowserButton.Location = new System.Drawing.Point(358, 90);
this.downloadFolderBrowserButton.Location = new System.Drawing.Point(391, 94);
this.downloadFolderBrowserButton.Margin = new System.Windows.Forms.Padding(0);
this.downloadFolderBrowserButton.Name = "downloadFolderBrowserButton";
this.downloadFolderBrowserButton.Size = new System.Drawing.Size(44, 48);
this.downloadFolderBrowserButton.Size = new System.Drawing.Size(48, 50);
this.downloadFolderBrowserButton.TabIndex = 5;
this.downloadFolderBrowserButton.TextAlign = System.Drawing.ContentAlignment.TopLeft;
this.downloadFolderBrowserButton.UseVisualStyleBackColor = true;
@ -266,35 +266,35 @@ namespace RecurringIntegrationsScheduler.Forms
//
// downloadFolder
//
this.downloadFolder.Location = new System.Drawing.Point(9, 96);
this.downloadFolder.Margin = new System.Windows.Forms.Padding(6);
this.downloadFolder.Location = new System.Drawing.Point(10, 100);
this.downloadFolder.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.downloadFolder.Name = "downloadFolder";
this.downloadFolder.Size = new System.Drawing.Size(340, 29);
this.downloadFolder.Size = new System.Drawing.Size(371, 31);
this.downloadFolder.TabIndex = 4;
this.downloadFolder.TextChanged += new System.EventHandler(this.DownloadFolder_TextChanged);
//
// downloadFolderLabel
//
this.downloadFolderLabel.AutoSize = true;
this.downloadFolderLabel.Location = new System.Drawing.Point(6, 63);
this.downloadFolderLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.downloadFolderLabel.Location = new System.Drawing.Point(7, 66);
this.downloadFolderLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.downloadFolderLabel.Name = "downloadFolderLabel";
this.downloadFolderLabel.Size = new System.Drawing.Size(152, 25);
this.downloadFolderLabel.Size = new System.Drawing.Size(167, 25);
this.downloadFolderLabel.TabIndex = 8;
this.downloadFolderLabel.Text = "Download folder";
//
// delayBetweenFilesLabel
//
this.delayBetweenFilesLabel.Location = new System.Drawing.Point(11, 257);
this.delayBetweenFilesLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.delayBetweenFilesLabel.Location = new System.Drawing.Point(12, 268);
this.delayBetweenFilesLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.delayBetweenFilesLabel.Name = "delayBetweenFilesLabel";
this.delayBetweenFilesLabel.Size = new System.Drawing.Size(273, 78);
this.delayBetweenFilesLabel.Size = new System.Drawing.Size(298, 81);
this.delayBetweenFilesLabel.TabIndex = 26;
this.delayBetweenFilesLabel.Text = "Delay between attempts to download exported files from blob storage (seconds)";
//
// delayBetweenFilesNumericUpDown
//
this.delayBetweenFilesNumericUpDown.Location = new System.Drawing.Point(293, 277);
this.delayBetweenFilesNumericUpDown.Location = new System.Drawing.Point(320, 289);
this.delayBetweenFilesNumericUpDown.Margin = new System.Windows.Forms.Padding(4);
this.delayBetweenFilesNumericUpDown.Maximum = new decimal(new int[] {
3600,
@ -302,7 +302,7 @@ namespace RecurringIntegrationsScheduler.Forms
0,
0});
this.delayBetweenFilesNumericUpDown.Name = "delayBetweenFilesNumericUpDown";
this.delayBetweenFilesNumericUpDown.Size = new System.Drawing.Size(112, 29);
this.delayBetweenFilesNumericUpDown.Size = new System.Drawing.Size(122, 31);
this.delayBetweenFilesNumericUpDown.TabIndex = 25;
this.delayBetweenFilesNumericUpDown.Value = new decimal(new int[] {
1,
@ -314,10 +314,10 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.deletePackageCheckBox.AutoSize = true;
this.deletePackageCheckBox.Enabled = false;
this.deletePackageCheckBox.Location = new System.Drawing.Point(13, 205);
this.deletePackageCheckBox.Location = new System.Drawing.Point(14, 214);
this.deletePackageCheckBox.Margin = new System.Windows.Forms.Padding(4);
this.deletePackageCheckBox.Name = "deletePackageCheckBox";
this.deletePackageCheckBox.Size = new System.Drawing.Size(203, 29);
this.deletePackageCheckBox.Size = new System.Drawing.Size(228, 29);
this.deletePackageCheckBox.TabIndex = 14;
this.deletePackageCheckBox.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Delete_package_file;
this.deletePackageCheckBox.UseVisualStyleBackColor = true;
@ -326,10 +326,10 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.addTimestampCheckBox.AutoSize = true;
this.addTimestampCheckBox.Enabled = false;
this.addTimestampCheckBox.Location = new System.Drawing.Point(13, 162);
this.addTimestampCheckBox.Location = new System.Drawing.Point(14, 169);
this.addTimestampCheckBox.Margin = new System.Windows.Forms.Padding(4);
this.addTimestampCheckBox.Name = "addTimestampCheckBox";
this.addTimestampCheckBox.Size = new System.Drawing.Size(315, 29);
this.addTimestampCheckBox.Size = new System.Drawing.Size(351, 29);
this.addTimestampCheckBox.TabIndex = 13;
this.addTimestampCheckBox.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Make_exported_file_name_unique;
this.addTimestampCheckBox.UseVisualStyleBackColor = true;
@ -337,10 +337,10 @@ namespace RecurringIntegrationsScheduler.Forms
// unzipCheckBox
//
this.unzipCheckBox.AutoSize = true;
this.unzipCheckBox.Location = new System.Drawing.Point(13, 120);
this.unzipCheckBox.Location = new System.Drawing.Point(14, 125);
this.unzipCheckBox.Margin = new System.Windows.Forms.Padding(4);
this.unzipCheckBox.Name = "unzipCheckBox";
this.unzipCheckBox.Size = new System.Drawing.Size(197, 29);
this.unzipCheckBox.Size = new System.Drawing.Size(221, 29);
this.unzipCheckBox.TabIndex = 12;
this.unzipCheckBox.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Unzip_package_file;
this.unzipCheckBox.UseVisualStyleBackColor = true;
@ -355,11 +355,11 @@ namespace RecurringIntegrationsScheduler.Forms
this.axDetailsGroupBox.Controls.Add(this.appRegistrationComboBox);
this.axDetailsGroupBox.Controls.Add(this.userLabel);
this.axDetailsGroupBox.Controls.Add(this.userComboBox);
this.axDetailsGroupBox.Location = new System.Drawing.Point(15, 11);
this.axDetailsGroupBox.Margin = new System.Windows.Forms.Padding(6);
this.axDetailsGroupBox.Location = new System.Drawing.Point(16, 11);
this.axDetailsGroupBox.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.axDetailsGroupBox.Name = "axDetailsGroupBox";
this.axDetailsGroupBox.Padding = new System.Windows.Forms.Padding(6);
this.axDetailsGroupBox.Size = new System.Drawing.Size(484, 242);
this.axDetailsGroupBox.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.axDetailsGroupBox.Size = new System.Drawing.Size(528, 252);
this.axDetailsGroupBox.TabIndex = 1;
this.axDetailsGroupBox.TabStop = false;
this.axDetailsGroupBox.Text = "Dynamics connection details";
@ -367,10 +367,10 @@ namespace RecurringIntegrationsScheduler.Forms
// instanceLabel
//
this.instanceLabel.AutoSize = true;
this.instanceLabel.Location = new System.Drawing.Point(13, 39);
this.instanceLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.instanceLabel.Location = new System.Drawing.Point(14, 41);
this.instanceLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.instanceLabel.Name = "instanceLabel";
this.instanceLabel.Size = new System.Drawing.Size(86, 25);
this.instanceLabel.Size = new System.Drawing.Size(93, 25);
this.instanceLabel.TabIndex = 16;
this.instanceLabel.Text = "Instance";
//
@ -378,30 +378,30 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.instanceComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.instanceComboBox.FormattingEnabled = true;
this.instanceComboBox.Location = new System.Drawing.Point(108, 35);
this.instanceComboBox.Margin = new System.Windows.Forms.Padding(6);
this.instanceComboBox.Location = new System.Drawing.Point(118, 36);
this.instanceComboBox.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.instanceComboBox.Name = "instanceComboBox";
this.instanceComboBox.Size = new System.Drawing.Size(365, 32);
this.instanceComboBox.Size = new System.Drawing.Size(398, 33);
this.instanceComboBox.TabIndex = 9;
//
// authMethodPanel
//
this.authMethodPanel.Controls.Add(this.userAuthRadioButton);
this.authMethodPanel.Controls.Add(this.serviceAuthRadioButton);
this.authMethodPanel.Location = new System.Drawing.Point(13, 83);
this.authMethodPanel.Margin = new System.Windows.Forms.Padding(6);
this.authMethodPanel.Location = new System.Drawing.Point(14, 86);
this.authMethodPanel.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.authMethodPanel.Name = "authMethodPanel";
this.authMethodPanel.Size = new System.Drawing.Size(464, 46);
this.authMethodPanel.Size = new System.Drawing.Size(506, 48);
this.authMethodPanel.TabIndex = 31;
//
// userAuthRadioButton
//
this.userAuthRadioButton.AutoSize = true;
this.userAuthRadioButton.Checked = true;
this.userAuthRadioButton.Location = new System.Drawing.Point(6, 6);
this.userAuthRadioButton.Margin = new System.Windows.Forms.Padding(6);
this.userAuthRadioButton.Location = new System.Drawing.Point(7, 6);
this.userAuthRadioButton.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.userAuthRadioButton.Name = "userAuthRadioButton";
this.userAuthRadioButton.Size = new System.Drawing.Size(204, 29);
this.userAuthRadioButton.Size = new System.Drawing.Size(229, 29);
this.userAuthRadioButton.TabIndex = 15;
this.userAuthRadioButton.TabStop = true;
this.userAuthRadioButton.Text = "User authentication";
@ -410,10 +410,10 @@ namespace RecurringIntegrationsScheduler.Forms
// serviceAuthRadioButton
//
this.serviceAuthRadioButton.AutoSize = true;
this.serviceAuthRadioButton.Location = new System.Drawing.Point(220, 6);
this.serviceAuthRadioButton.Margin = new System.Windows.Forms.Padding(6);
this.serviceAuthRadioButton.Location = new System.Drawing.Point(240, 6);
this.serviceAuthRadioButton.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.serviceAuthRadioButton.Name = "serviceAuthRadioButton";
this.serviceAuthRadioButton.Size = new System.Drawing.Size(229, 29);
this.serviceAuthRadioButton.Size = new System.Drawing.Size(256, 29);
this.serviceAuthRadioButton.TabIndex = 16;
this.serviceAuthRadioButton.Text = "Service authentication";
this.serviceAuthRadioButton.UseVisualStyleBackColor = true;
@ -422,10 +422,10 @@ namespace RecurringIntegrationsScheduler.Forms
// aadApplicationLabel
//
this.aadApplicationLabel.AutoSize = true;
this.aadApplicationLabel.Location = new System.Drawing.Point(17, 146);
this.aadApplicationLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.aadApplicationLabel.Location = new System.Drawing.Point(19, 152);
this.aadApplicationLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.aadApplicationLabel.Name = "aadApplicationLabel";
this.aadApplicationLabel.Size = new System.Drawing.Size(202, 25);
this.aadApplicationLabel.Size = new System.Drawing.Size(223, 25);
this.aadApplicationLabel.TabIndex = 34;
this.aadApplicationLabel.Text = "Azure app registration";
//
@ -433,19 +433,19 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.appRegistrationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.appRegistrationComboBox.FormattingEnabled = true;
this.appRegistrationComboBox.Location = new System.Drawing.Point(226, 140);
this.appRegistrationComboBox.Margin = new System.Windows.Forms.Padding(6);
this.appRegistrationComboBox.Location = new System.Drawing.Point(247, 146);
this.appRegistrationComboBox.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.appRegistrationComboBox.Name = "appRegistrationComboBox";
this.appRegistrationComboBox.Size = new System.Drawing.Size(248, 32);
this.appRegistrationComboBox.Size = new System.Drawing.Size(270, 33);
this.appRegistrationComboBox.TabIndex = 33;
//
// userLabel
//
this.userLabel.AutoSize = true;
this.userLabel.Location = new System.Drawing.Point(165, 190);
this.userLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.userLabel.Location = new System.Drawing.Point(180, 198);
this.userLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.userLabel.Name = "userLabel";
this.userLabel.Size = new System.Drawing.Size(53, 25);
this.userLabel.Size = new System.Drawing.Size(57, 25);
this.userLabel.TabIndex = 19;
this.userLabel.Text = "User";
//
@ -453,10 +453,10 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.userComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.userComboBox.FormattingEnabled = true;
this.userComboBox.Location = new System.Drawing.Point(226, 186);
this.userComboBox.Margin = new System.Windows.Forms.Padding(6);
this.userComboBox.Location = new System.Drawing.Point(247, 194);
this.userComboBox.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.userComboBox.Name = "userComboBox";
this.userComboBox.Size = new System.Drawing.Size(248, 32);
this.userComboBox.Size = new System.Drawing.Size(270, 33);
this.userComboBox.TabIndex = 10;
//
// cronTriggerJobGroupBox
@ -471,30 +471,30 @@ namespace RecurringIntegrationsScheduler.Forms
this.cronTriggerJobGroupBox.Controls.Add(this.calculatedRunsTextBox);
this.cronTriggerJobGroupBox.Controls.Add(this.moreExamplesButton);
this.cronTriggerJobGroupBox.Enabled = false;
this.cronTriggerJobGroupBox.Location = new System.Drawing.Point(420, 65);
this.cronTriggerJobGroupBox.Margin = new System.Windows.Forms.Padding(6);
this.cronTriggerJobGroupBox.Location = new System.Drawing.Point(458, 68);
this.cronTriggerJobGroupBox.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.cronTriggerJobGroupBox.Name = "cronTriggerJobGroupBox";
this.cronTriggerJobGroupBox.Padding = new System.Windows.Forms.Padding(6);
this.cronTriggerJobGroupBox.Size = new System.Drawing.Size(429, 633);
this.cronTriggerJobGroupBox.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.cronTriggerJobGroupBox.Size = new System.Drawing.Size(468, 659);
this.cronTriggerJobGroupBox.TabIndex = 2;
this.cronTriggerJobGroupBox.TabStop = false;
//
// cronExpressionLabel
//
this.cronExpressionLabel.AutoSize = true;
this.cronExpressionLabel.Location = new System.Drawing.Point(11, 26);
this.cronExpressionLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.cronExpressionLabel.Location = new System.Drawing.Point(12, 27);
this.cronExpressionLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.cronExpressionLabel.Name = "cronExpressionLabel";
this.cronExpressionLabel.Size = new System.Drawing.Size(155, 25);
this.cronExpressionLabel.Size = new System.Drawing.Size(169, 25);
this.cronExpressionLabel.TabIndex = 23;
this.cronExpressionLabel.Text = "Cron expression";
//
// cronExpressionTextBox
//
this.cronExpressionTextBox.Location = new System.Drawing.Point(17, 54);
this.cronExpressionTextBox.Margin = new System.Windows.Forms.Padding(6);
this.cronExpressionTextBox.Location = new System.Drawing.Point(19, 56);
this.cronExpressionTextBox.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.cronExpressionTextBox.Name = "cronExpressionTextBox";
this.cronExpressionTextBox.Size = new System.Drawing.Size(391, 29);
this.cronExpressionTextBox.Size = new System.Drawing.Size(426, 31);
this.cronExpressionTextBox.TabIndex = 17;
this.cronExpressionTextBox.Text = "0 0/15 8-18 ? * MON-FRI *";
//
@ -502,11 +502,11 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.cronTriggerInfoTextBox.BackColor = System.Drawing.SystemColors.Control;
this.cronTriggerInfoTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.cronTriggerInfoTextBox.Location = new System.Drawing.Point(17, 94);
this.cronTriggerInfoTextBox.Margin = new System.Windows.Forms.Padding(6);
this.cronTriggerInfoTextBox.Location = new System.Drawing.Point(19, 98);
this.cronTriggerInfoTextBox.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.cronTriggerInfoTextBox.Multiline = true;
this.cronTriggerInfoTextBox.Name = "cronTriggerInfoTextBox";
this.cronTriggerInfoTextBox.Size = new System.Drawing.Size(394, 271);
this.cronTriggerInfoTextBox.Size = new System.Drawing.Size(430, 282);
this.cronTriggerInfoTextBox.TabIndex = 25;
this.cronTriggerInfoTextBox.TabStop = false;
this.cronTriggerInfoTextBox.Text = resources.GetString("cronTriggerInfoTextBox.Text");
@ -514,20 +514,20 @@ namespace RecurringIntegrationsScheduler.Forms
// buildCronLabel
//
this.buildCronLabel.AutoSize = true;
this.buildCronLabel.Location = new System.Drawing.Point(11, 371);
this.buildCronLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.buildCronLabel.Location = new System.Drawing.Point(12, 386);
this.buildCronLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.buildCronLabel.Name = "buildCronLabel";
this.buildCronLabel.Size = new System.Drawing.Size(219, 25);
this.buildCronLabel.Size = new System.Drawing.Size(243, 25);
this.buildCronLabel.TabIndex = 26;
this.buildCronLabel.Text = "Build cron expression at";
//
// cronmakerLinkLabel
//
this.cronmakerLinkLabel.AutoSize = true;
this.cronmakerLinkLabel.Location = new System.Drawing.Point(231, 371);
this.cronmakerLinkLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.cronmakerLinkLabel.Location = new System.Drawing.Point(252, 386);
this.cronmakerLinkLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.cronmakerLinkLabel.Name = "cronmakerLinkLabel";
this.cronmakerLinkLabel.Size = new System.Drawing.Size(146, 25);
this.cronmakerLinkLabel.Size = new System.Drawing.Size(159, 25);
this.cronmakerLinkLabel.TabIndex = 24;
this.cronmakerLinkLabel.TabStop = true;
this.cronmakerLinkLabel.Text = "cronmaker.com";
@ -536,10 +536,10 @@ namespace RecurringIntegrationsScheduler.Forms
// cronDocsLinkLabel
//
this.cronDocsLinkLabel.AutoSize = true;
this.cronDocsLinkLabel.Location = new System.Drawing.Point(11, 406);
this.cronDocsLinkLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.cronDocsLinkLabel.Location = new System.Drawing.Point(12, 423);
this.cronDocsLinkLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.cronDocsLinkLabel.Name = "cronDocsLinkLabel";
this.cronDocsLinkLabel.Size = new System.Drawing.Size(316, 25);
this.cronDocsLinkLabel.Size = new System.Drawing.Size(349, 25);
this.cronDocsLinkLabel.TabIndex = 30;
this.cronDocsLinkLabel.TabStop = true;
this.cronDocsLinkLabel.Text = "Quartz cron triggers documentation";
@ -547,10 +547,10 @@ namespace RecurringIntegrationsScheduler.Forms
//
// calculateNextRunsButton
//
this.calculateNextRunsButton.Location = new System.Drawing.Point(17, 443);
this.calculateNextRunsButton.Margin = new System.Windows.Forms.Padding(6);
this.calculateNextRunsButton.Location = new System.Drawing.Point(19, 461);
this.calculateNextRunsButton.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.calculateNextRunsButton.Name = "calculateNextRunsButton";
this.calculateNextRunsButton.Size = new System.Drawing.Size(193, 66);
this.calculateNextRunsButton.Size = new System.Drawing.Size(211, 69);
this.calculateNextRunsButton.TabIndex = 18;
this.calculateNextRunsButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Calculate_next_100_runs_of_cron_trigger;
this.calculateNextRunsButton.UseVisualStyleBackColor = true;
@ -559,21 +559,21 @@ namespace RecurringIntegrationsScheduler.Forms
// calculatedRunsTextBox
//
this.calculatedRunsTextBox.BackColor = System.Drawing.SystemColors.Control;
this.calculatedRunsTextBox.Location = new System.Drawing.Point(17, 517);
this.calculatedRunsTextBox.Margin = new System.Windows.Forms.Padding(6);
this.calculatedRunsTextBox.Location = new System.Drawing.Point(19, 539);
this.calculatedRunsTextBox.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.calculatedRunsTextBox.Multiline = true;
this.calculatedRunsTextBox.Name = "calculatedRunsTextBox";
this.calculatedRunsTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.calculatedRunsTextBox.Size = new System.Drawing.Size(263, 98);
this.calculatedRunsTextBox.Size = new System.Drawing.Size(287, 102);
this.calculatedRunsTextBox.TabIndex = 32;
this.calculatedRunsTextBox.TabStop = false;
//
// moreExamplesButton
//
this.moreExamplesButton.Location = new System.Drawing.Point(290, 517);
this.moreExamplesButton.Margin = new System.Windows.Forms.Padding(6);
this.moreExamplesButton.Location = new System.Drawing.Point(316, 539);
this.moreExamplesButton.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.moreExamplesButton.Name = "moreExamplesButton";
this.moreExamplesButton.Size = new System.Drawing.Size(121, 102);
this.moreExamplesButton.Size = new System.Drawing.Size(132, 106);
this.moreExamplesButton.TabIndex = 19;
this.moreExamplesButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.More_examples;
this.moreExamplesButton.UseVisualStyleBackColor = true;
@ -583,20 +583,20 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.triggerTypePanel.Controls.Add(this.simpleTriggerRadioButton);
this.triggerTypePanel.Controls.Add(this.cronTriggerRadioButton);
this.triggerTypePanel.Location = new System.Drawing.Point(9, 9);
this.triggerTypePanel.Margin = new System.Windows.Forms.Padding(6);
this.triggerTypePanel.Location = new System.Drawing.Point(10, 9);
this.triggerTypePanel.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.triggerTypePanel.Name = "triggerTypePanel";
this.triggerTypePanel.Size = new System.Drawing.Size(838, 46);
this.triggerTypePanel.Size = new System.Drawing.Size(914, 48);
this.triggerTypePanel.TabIndex = 29;
//
// simpleTriggerRadioButton
//
this.simpleTriggerRadioButton.AutoSize = true;
this.simpleTriggerRadioButton.Checked = true;
this.simpleTriggerRadioButton.Location = new System.Drawing.Point(11, 6);
this.simpleTriggerRadioButton.Margin = new System.Windows.Forms.Padding(6);
this.simpleTriggerRadioButton.Location = new System.Drawing.Point(12, 6);
this.simpleTriggerRadioButton.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.simpleTriggerRadioButton.Name = "simpleTriggerRadioButton";
this.simpleTriggerRadioButton.Size = new System.Drawing.Size(156, 29);
this.simpleTriggerRadioButton.Size = new System.Drawing.Size(175, 29);
this.simpleTriggerRadioButton.TabIndex = 15;
this.simpleTriggerRadioButton.TabStop = true;
this.simpleTriggerRadioButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Simple_trigger;
@ -605,10 +605,10 @@ namespace RecurringIntegrationsScheduler.Forms
// cronTriggerRadioButton
//
this.cronTriggerRadioButton.AutoSize = true;
this.cronTriggerRadioButton.Location = new System.Drawing.Point(425, 6);
this.cronTriggerRadioButton.Margin = new System.Windows.Forms.Padding(6);
this.cronTriggerRadioButton.Location = new System.Drawing.Point(464, 6);
this.cronTriggerRadioButton.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.cronTriggerRadioButton.Name = "cronTriggerRadioButton";
this.cronTriggerRadioButton.Size = new System.Drawing.Size(139, 29);
this.cronTriggerRadioButton.Size = new System.Drawing.Size(156, 29);
this.cronTriggerRadioButton.TabIndex = 16;
this.cronTriggerRadioButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Cron_trigger;
this.cronTriggerRadioButton.UseVisualStyleBackColor = true;
@ -617,10 +617,10 @@ namespace RecurringIntegrationsScheduler.Forms
// minutesLabel
//
this.minutesLabel.AutoSize = true;
this.minutesLabel.Location = new System.Drawing.Point(240, 66);
this.minutesLabel.Location = new System.Drawing.Point(262, 69);
this.minutesLabel.Margin = new System.Windows.Forms.Padding(0);
this.minutesLabel.Name = "minutesLabel";
this.minutesLabel.Size = new System.Drawing.Size(94, 25);
this.minutesLabel.Size = new System.Drawing.Size(101, 25);
this.minutesLabel.TabIndex = 5;
this.minutesLabel.Text = "minute(s)";
this.minutesLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
@ -628,10 +628,10 @@ namespace RecurringIntegrationsScheduler.Forms
// hoursLabel
//
this.hoursLabel.AutoSize = true;
this.hoursLabel.Location = new System.Drawing.Point(240, 26);
this.hoursLabel.Location = new System.Drawing.Point(262, 27);
this.hoursLabel.Margin = new System.Windows.Forms.Padding(0);
this.hoursLabel.Name = "hoursLabel";
this.hoursLabel.Size = new System.Drawing.Size(75, 25);
this.hoursLabel.Size = new System.Drawing.Size(80, 25);
this.hoursLabel.TabIndex = 4;
this.hoursLabel.Text = "hour(s)";
this.hoursLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
@ -639,10 +639,10 @@ namespace RecurringIntegrationsScheduler.Forms
// startAtLabel
//
this.startAtLabel.AutoSize = true;
this.startAtLabel.Location = new System.Drawing.Point(51, 105);
this.startAtLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.startAtLabel.Location = new System.Drawing.Point(56, 109);
this.startAtLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.startAtLabel.Name = "startAtLabel";
this.startAtLabel.Size = new System.Drawing.Size(96, 25);
this.startAtLabel.Size = new System.Drawing.Size(107, 25);
this.startAtLabel.TabIndex = 3;
this.startAtLabel.Text = "starting at";
this.startAtLabel.TextAlign = System.Drawing.ContentAlignment.TopRight;
@ -651,11 +651,11 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.startAtDateTimePicker.CustomFormat = "HH:mm:ss";
this.startAtDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.startAtDateTimePicker.Location = new System.Drawing.Point(160, 100);
this.startAtDateTimePicker.Margin = new System.Windows.Forms.Padding(6);
this.startAtDateTimePicker.Location = new System.Drawing.Point(175, 104);
this.startAtDateTimePicker.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.startAtDateTimePicker.Name = "startAtDateTimePicker";
this.startAtDateTimePicker.ShowUpDown = true;
this.startAtDateTimePicker.Size = new System.Drawing.Size(130, 29);
this.startAtDateTimePicker.Size = new System.Drawing.Size(141, 31);
this.startAtDateTimePicker.TabIndex = 14;
this.startAtDateTimePicker.Value = new System.DateTime(2016, 6, 26, 0, 0, 0, 0);
//
@ -663,11 +663,11 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.minutesDateTimePicker.CustomFormat = "mm";
this.minutesDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.minutesDateTimePicker.Location = new System.Drawing.Point(160, 59);
this.minutesDateTimePicker.Margin = new System.Windows.Forms.Padding(6);
this.minutesDateTimePicker.Location = new System.Drawing.Point(175, 61);
this.minutesDateTimePicker.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.minutesDateTimePicker.Name = "minutesDateTimePicker";
this.minutesDateTimePicker.ShowUpDown = true;
this.minutesDateTimePicker.Size = new System.Drawing.Size(76, 29);
this.minutesDateTimePicker.Size = new System.Drawing.Size(83, 31);
this.minutesDateTimePicker.TabIndex = 13;
this.minutesDateTimePicker.Value = new System.DateTime(2016, 6, 26, 0, 1, 0, 0);
//
@ -675,21 +675,21 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.hoursDateTimePicker.CustomFormat = "HH";
this.hoursDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
this.hoursDateTimePicker.Location = new System.Drawing.Point(160, 18);
this.hoursDateTimePicker.Margin = new System.Windows.Forms.Padding(6);
this.hoursDateTimePicker.Location = new System.Drawing.Point(175, 19);
this.hoursDateTimePicker.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.hoursDateTimePicker.Name = "hoursDateTimePicker";
this.hoursDateTimePicker.ShowUpDown = true;
this.hoursDateTimePicker.Size = new System.Drawing.Size(76, 29);
this.hoursDateTimePicker.Size = new System.Drawing.Size(83, 31);
this.hoursDateTimePicker.TabIndex = 12;
this.hoursDateTimePicker.Value = new System.DateTime(2016, 6, 26, 0, 0, 0, 0);
//
// pauseIndefinitelyCheckBox
//
this.pauseIndefinitelyCheckBox.AutoSize = true;
this.pauseIndefinitelyCheckBox.Location = new System.Drawing.Point(13, 345);
this.pauseIndefinitelyCheckBox.Location = new System.Drawing.Point(14, 359);
this.pauseIndefinitelyCheckBox.Margin = new System.Windows.Forms.Padding(4);
this.pauseIndefinitelyCheckBox.Name = "pauseIndefinitelyCheckBox";
this.pauseIndefinitelyCheckBox.Size = new System.Drawing.Size(357, 29);
this.pauseIndefinitelyCheckBox.Size = new System.Drawing.Size(397, 29);
this.pauseIndefinitelyCheckBox.TabIndex = 0;
this.pauseIndefinitelyCheckBox.Text = "Don\'t execute the job. Always pause.";
this.pauseIndefinitelyCheckBox.UseVisualStyleBackColor = true;
@ -700,11 +700,11 @@ namespace RecurringIntegrationsScheduler.Forms
this.retryPolicyGroupBox.Controls.Add(this.retriesCountUpDown);
this.retryPolicyGroupBox.Controls.Add(this.retriesDelayLabel);
this.retryPolicyGroupBox.Controls.Add(this.retriesDelayUpDown);
this.retryPolicyGroupBox.Location = new System.Drawing.Point(13, 41);
this.retryPolicyGroupBox.Margin = new System.Windows.Forms.Padding(6);
this.retryPolicyGroupBox.Location = new System.Drawing.Point(14, 43);
this.retryPolicyGroupBox.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.retryPolicyGroupBox.Name = "retryPolicyGroupBox";
this.retryPolicyGroupBox.Padding = new System.Windows.Forms.Padding(6);
this.retryPolicyGroupBox.Size = new System.Drawing.Size(370, 124);
this.retryPolicyGroupBox.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.retryPolicyGroupBox.Size = new System.Drawing.Size(404, 129);
this.retryPolicyGroupBox.TabIndex = 7;
this.retryPolicyGroupBox.TabStop = false;
this.retryPolicyGroupBox.Text = "Retry policy";
@ -712,24 +712,24 @@ namespace RecurringIntegrationsScheduler.Forms
// retriesLabel
//
this.retriesLabel.AutoSize = true;
this.retriesLabel.Location = new System.Drawing.Point(13, 37);
this.retriesLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.retriesLabel.Location = new System.Drawing.Point(14, 39);
this.retriesLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.retriesLabel.Name = "retriesLabel";
this.retriesLabel.Size = new System.Drawing.Size(160, 25);
this.retriesLabel.Size = new System.Drawing.Size(177, 25);
this.retriesLabel.TabIndex = 0;
this.retriesLabel.Text = "Number of retries";
//
// retriesCountUpDown
//
this.retriesCountUpDown.Location = new System.Drawing.Point(191, 28);
this.retriesCountUpDown.Margin = new System.Windows.Forms.Padding(6);
this.retriesCountUpDown.Location = new System.Drawing.Point(208, 29);
this.retriesCountUpDown.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.retriesCountUpDown.Maximum = new decimal(new int[] {
9999,
0,
0,
0});
this.retriesCountUpDown.Name = "retriesCountUpDown";
this.retriesCountUpDown.Size = new System.Drawing.Size(88, 29);
this.retriesCountUpDown.Size = new System.Drawing.Size(96, 31);
this.retriesCountUpDown.TabIndex = 6;
this.retriesCountUpDown.Value = new decimal(new int[] {
1,
@ -740,24 +740,24 @@ namespace RecurringIntegrationsScheduler.Forms
// retriesDelayLabel
//
this.retriesDelayLabel.AutoSize = true;
this.retriesDelayLabel.Location = new System.Drawing.Point(13, 81);
this.retriesDelayLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.retriesDelayLabel.Location = new System.Drawing.Point(14, 84);
this.retriesDelayLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.retriesDelayLabel.Name = "retriesDelayLabel";
this.retriesDelayLabel.Size = new System.Drawing.Size(155, 25);
this.retriesDelayLabel.Size = new System.Drawing.Size(168, 25);
this.retriesDelayLabel.TabIndex = 2;
this.retriesDelayLabel.Text = "Delay (seconds)";
//
// retriesDelayUpDown
//
this.retriesDelayUpDown.Location = new System.Drawing.Point(191, 72);
this.retriesDelayUpDown.Margin = new System.Windows.Forms.Padding(6);
this.retriesDelayUpDown.Location = new System.Drawing.Point(208, 75);
this.retriesDelayUpDown.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.retriesDelayUpDown.Maximum = new decimal(new int[] {
86400,
0,
0,
0});
this.retriesDelayUpDown.Name = "retriesDelayUpDown";
this.retriesDelayUpDown.Size = new System.Drawing.Size(88, 29);
this.retriesDelayUpDown.Size = new System.Drawing.Size(96, 31);
this.retriesDelayUpDown.TabIndex = 7;
this.retriesDelayUpDown.Value = new decimal(new int[] {
60,
@ -768,11 +768,11 @@ namespace RecurringIntegrationsScheduler.Forms
// groupBoxExceptions
//
this.groupBoxExceptions.Controls.Add(this.pauseOnExceptionsCheckBox);
this.groupBoxExceptions.Location = new System.Drawing.Point(13, 175);
this.groupBoxExceptions.Location = new System.Drawing.Point(14, 182);
this.groupBoxExceptions.Margin = new System.Windows.Forms.Padding(4);
this.groupBoxExceptions.Name = "groupBoxExceptions";
this.groupBoxExceptions.Padding = new System.Windows.Forms.Padding(4);
this.groupBoxExceptions.Size = new System.Drawing.Size(370, 74);
this.groupBoxExceptions.Size = new System.Drawing.Size(404, 77);
this.groupBoxExceptions.TabIndex = 10;
this.groupBoxExceptions.TabStop = false;
this.groupBoxExceptions.Text = "Exceptions";
@ -782,10 +782,10 @@ namespace RecurringIntegrationsScheduler.Forms
this.pauseOnExceptionsCheckBox.AutoSize = true;
this.pauseOnExceptionsCheckBox.Checked = true;
this.pauseOnExceptionsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
this.pauseOnExceptionsCheckBox.Location = new System.Drawing.Point(17, 31);
this.pauseOnExceptionsCheckBox.Location = new System.Drawing.Point(19, 32);
this.pauseOnExceptionsCheckBox.Margin = new System.Windows.Forms.Padding(4);
this.pauseOnExceptionsCheckBox.Name = "pauseOnExceptionsCheckBox";
this.pauseOnExceptionsCheckBox.Size = new System.Drawing.Size(329, 29);
this.pauseOnExceptionsCheckBox.Size = new System.Drawing.Size(366, 29);
this.pauseOnExceptionsCheckBox.TabIndex = 0;
this.pauseOnExceptionsCheckBox.Text = "Pause job when exception occurs";
this.pauseOnExceptionsCheckBox.UseVisualStyleBackColor = true;
@ -798,10 +798,10 @@ namespace RecurringIntegrationsScheduler.Forms
this.jobTabControl.Controls.Add(this.connectionTabPage);
this.jobTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.jobTabControl.Location = new System.Drawing.Point(0, 0);
this.jobTabControl.Margin = new System.Windows.Forms.Padding(6);
this.jobTabControl.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.jobTabControl.Name = "jobTabControl";
this.jobTabControl.SelectedIndex = 0;
this.jobTabControl.Size = new System.Drawing.Size(1309, 922);
this.jobTabControl.Size = new System.Drawing.Size(1428, 952);
this.jobTabControl.TabIndex = 12;
//
// jobOverviewTabPage
@ -810,11 +810,11 @@ namespace RecurringIntegrationsScheduler.Forms
this.jobOverviewTabPage.Controls.Add(this.jobIdentificationGroupBox);
this.jobOverviewTabPage.Controls.Add(this.jobControlGroupBox);
this.jobOverviewTabPage.Controls.Add(this.foldersGroupBox);
this.jobOverviewTabPage.Location = new System.Drawing.Point(4, 33);
this.jobOverviewTabPage.Margin = new System.Windows.Forms.Padding(6);
this.jobOverviewTabPage.Location = new System.Drawing.Point(8, 39);
this.jobOverviewTabPage.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.jobOverviewTabPage.Name = "jobOverviewTabPage";
this.jobOverviewTabPage.Padding = new System.Windows.Forms.Padding(6);
this.jobOverviewTabPage.Size = new System.Drawing.Size(1301, 885);
this.jobOverviewTabPage.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.jobOverviewTabPage.Size = new System.Drawing.Size(1412, 905);
this.jobOverviewTabPage.TabIndex = 0;
this.jobOverviewTabPage.Text = "Download job overview";
//
@ -824,11 +824,11 @@ namespace RecurringIntegrationsScheduler.Forms
this.jobControlGroupBox.Controls.Add(this.retryPolicyGroupBox);
this.jobControlGroupBox.Controls.Add(this.groupBoxExceptions);
this.jobControlGroupBox.Controls.Add(this.pauseIndefinitelyCheckBox);
this.jobControlGroupBox.Location = new System.Drawing.Point(7, 390);
this.jobControlGroupBox.Margin = new System.Windows.Forms.Padding(6);
this.jobControlGroupBox.Location = new System.Drawing.Point(8, 406);
this.jobControlGroupBox.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.jobControlGroupBox.Name = "jobControlGroupBox";
this.jobControlGroupBox.Padding = new System.Windows.Forms.Padding(6);
this.jobControlGroupBox.Size = new System.Drawing.Size(392, 382);
this.jobControlGroupBox.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.jobControlGroupBox.Size = new System.Drawing.Size(428, 398);
this.jobControlGroupBox.TabIndex = 12;
this.jobControlGroupBox.TabStop = false;
this.jobControlGroupBox.Text = "Job control";
@ -836,11 +836,11 @@ namespace RecurringIntegrationsScheduler.Forms
// groupBoxLogging
//
this.groupBoxLogging.Controls.Add(this.verboseLoggingCheckBox);
this.groupBoxLogging.Location = new System.Drawing.Point(13, 257);
this.groupBoxLogging.Location = new System.Drawing.Point(14, 268);
this.groupBoxLogging.Margin = new System.Windows.Forms.Padding(4);
this.groupBoxLogging.Name = "groupBoxLogging";
this.groupBoxLogging.Padding = new System.Windows.Forms.Padding(4);
this.groupBoxLogging.Size = new System.Drawing.Size(370, 74);
this.groupBoxLogging.Size = new System.Drawing.Size(404, 77);
this.groupBoxLogging.TabIndex = 13;
this.groupBoxLogging.TabStop = false;
this.groupBoxLogging.Text = "Verbose logging";
@ -848,10 +848,10 @@ namespace RecurringIntegrationsScheduler.Forms
// verboseLoggingCheckBox
//
this.verboseLoggingCheckBox.AutoSize = true;
this.verboseLoggingCheckBox.Location = new System.Drawing.Point(17, 31);
this.verboseLoggingCheckBox.Location = new System.Drawing.Point(19, 32);
this.verboseLoggingCheckBox.Margin = new System.Windows.Forms.Padding(4);
this.verboseLoggingCheckBox.Name = "verboseLoggingCheckBox";
this.verboseLoggingCheckBox.Size = new System.Drawing.Size(216, 29);
this.verboseLoggingCheckBox.Size = new System.Drawing.Size(241, 29);
this.verboseLoggingCheckBox.TabIndex = 0;
this.verboseLoggingCheckBox.Text = "Use verbose logging";
this.verboseLoggingCheckBox.UseVisualStyleBackColor = true;
@ -865,11 +865,11 @@ namespace RecurringIntegrationsScheduler.Forms
this.foldersGroupBox.Controls.Add(this.errorsFolderLabel);
this.foldersGroupBox.Controls.Add(this.errorsFolder);
this.foldersGroupBox.Controls.Add(this.errorsFolderBrowserButton);
this.foldersGroupBox.Location = new System.Drawing.Point(409, 7);
this.foldersGroupBox.Margin = new System.Windows.Forms.Padding(6);
this.foldersGroupBox.Location = new System.Drawing.Point(446, 7);
this.foldersGroupBox.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.foldersGroupBox.Name = "foldersGroupBox";
this.foldersGroupBox.Padding = new System.Windows.Forms.Padding(6);
this.foldersGroupBox.Size = new System.Drawing.Size(409, 266);
this.foldersGroupBox.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.foldersGroupBox.Size = new System.Drawing.Size(446, 277);
this.foldersGroupBox.TabIndex = 11;
this.foldersGroupBox.TabStop = false;
this.foldersGroupBox.Text = "Folders";
@ -878,11 +878,11 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.jobDetailsTabPage.BackColor = System.Drawing.SystemColors.Control;
this.jobDetailsTabPage.Controls.Add(this.jobDetailsGroupBox);
this.jobDetailsTabPage.Location = new System.Drawing.Point(4, 33);
this.jobDetailsTabPage.Margin = new System.Windows.Forms.Padding(6);
this.jobDetailsTabPage.Location = new System.Drawing.Point(8, 39);
this.jobDetailsTabPage.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.jobDetailsTabPage.Name = "jobDetailsTabPage";
this.jobDetailsTabPage.Padding = new System.Windows.Forms.Padding(6);
this.jobDetailsTabPage.Size = new System.Drawing.Size(1301, 885);
this.jobDetailsTabPage.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.jobDetailsTabPage.Size = new System.Drawing.Size(1412, 913);
this.jobDetailsTabPage.TabIndex = 1;
this.jobDetailsTabPage.Text = "Download job details";
//
@ -895,11 +895,11 @@ namespace RecurringIntegrationsScheduler.Forms
this.jobDetailsGroupBox.Controls.Add(this.deletePackageCheckBox);
this.jobDetailsGroupBox.Controls.Add(this.delayBetweenFilesLabel);
this.jobDetailsGroupBox.Controls.Add(this.delayBetweenFilesNumericUpDown);
this.jobDetailsGroupBox.Location = new System.Drawing.Point(7, 7);
this.jobDetailsGroupBox.Margin = new System.Windows.Forms.Padding(6);
this.jobDetailsGroupBox.Location = new System.Drawing.Point(8, 7);
this.jobDetailsGroupBox.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.jobDetailsGroupBox.Name = "jobDetailsGroupBox";
this.jobDetailsGroupBox.Padding = new System.Windows.Forms.Padding(6);
this.jobDetailsGroupBox.Size = new System.Drawing.Size(422, 347);
this.jobDetailsGroupBox.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.jobDetailsGroupBox.Size = new System.Drawing.Size(460, 361);
this.jobDetailsGroupBox.TabIndex = 27;
this.jobDetailsGroupBox.TabStop = false;
this.jobDetailsGroupBox.Text = "Job details";
@ -907,10 +907,10 @@ namespace RecurringIntegrationsScheduler.Forms
// dataJobLabel
//
this.dataJobLabel.AutoSize = true;
this.dataJobLabel.Location = new System.Drawing.Point(7, 37);
this.dataJobLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.dataJobLabel.Location = new System.Drawing.Point(8, 39);
this.dataJobLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.dataJobLabel.Name = "dataJobLabel";
this.dataJobLabel.Size = new System.Drawing.Size(195, 25);
this.dataJobLabel.Size = new System.Drawing.Size(215, 25);
this.dataJobLabel.TabIndex = 29;
this.dataJobLabel.Text = "Data job in Dynamics";
//
@ -918,10 +918,10 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.dataJobComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.dataJobComboBox.FormattingEnabled = true;
this.dataJobComboBox.Location = new System.Drawing.Point(13, 72);
this.dataJobComboBox.Margin = new System.Windows.Forms.Padding(6);
this.dataJobComboBox.Location = new System.Drawing.Point(14, 75);
this.dataJobComboBox.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.dataJobComboBox.Name = "dataJobComboBox";
this.dataJobComboBox.Size = new System.Drawing.Size(389, 32);
this.dataJobComboBox.Size = new System.Drawing.Size(424, 33);
this.dataJobComboBox.TabIndex = 28;
//
// recurrenceTabPage
@ -930,11 +930,11 @@ namespace RecurringIntegrationsScheduler.Forms
this.recurrenceTabPage.Controls.Add(this.triggerTypePanel);
this.recurrenceTabPage.Controls.Add(this.simpleTriggerJobGroupBox);
this.recurrenceTabPage.Controls.Add(this.cronTriggerJobGroupBox);
this.recurrenceTabPage.Location = new System.Drawing.Point(4, 33);
this.recurrenceTabPage.Margin = new System.Windows.Forms.Padding(6);
this.recurrenceTabPage.Location = new System.Drawing.Point(8, 39);
this.recurrenceTabPage.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.recurrenceTabPage.Name = "recurrenceTabPage";
this.recurrenceTabPage.Padding = new System.Windows.Forms.Padding(6);
this.recurrenceTabPage.Size = new System.Drawing.Size(1301, 885);
this.recurrenceTabPage.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.recurrenceTabPage.Size = new System.Drawing.Size(1412, 913);
this.recurrenceTabPage.TabIndex = 2;
this.recurrenceTabPage.Text = "Download job recurrence";
//
@ -948,31 +948,31 @@ namespace RecurringIntegrationsScheduler.Forms
this.simpleTriggerJobGroupBox.Controls.Add(this.minutesLabel);
this.simpleTriggerJobGroupBox.Controls.Add(this.startAtLabel);
this.simpleTriggerJobGroupBox.Controls.Add(this.startAtDateTimePicker);
this.simpleTriggerJobGroupBox.Location = new System.Drawing.Point(9, 65);
this.simpleTriggerJobGroupBox.Margin = new System.Windows.Forms.Padding(6);
this.simpleTriggerJobGroupBox.Location = new System.Drawing.Point(10, 68);
this.simpleTriggerJobGroupBox.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.simpleTriggerJobGroupBox.Name = "simpleTriggerJobGroupBox";
this.simpleTriggerJobGroupBox.Padding = new System.Windows.Forms.Padding(6);
this.simpleTriggerJobGroupBox.Size = new System.Drawing.Size(403, 155);
this.simpleTriggerJobGroupBox.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.simpleTriggerJobGroupBox.Size = new System.Drawing.Size(440, 161);
this.simpleTriggerJobGroupBox.TabIndex = 30;
this.simpleTriggerJobGroupBox.TabStop = false;
//
// runEveryLabel
//
this.runEveryLabel.AutoSize = true;
this.runEveryLabel.Location = new System.Drawing.Point(6, 26);
this.runEveryLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
this.runEveryLabel.Location = new System.Drawing.Point(7, 27);
this.runEveryLabel.Margin = new System.Windows.Forms.Padding(7, 0, 7, 0);
this.runEveryLabel.Name = "runEveryLabel";
this.runEveryLabel.Size = new System.Drawing.Size(146, 25);
this.runEveryLabel.Size = new System.Drawing.Size(163, 25);
this.runEveryLabel.TabIndex = 32;
this.runEveryLabel.Text = "Run job every...";
//
// andOrLabel
//
this.andOrLabel.AutoSize = true;
this.andOrLabel.Location = new System.Drawing.Point(84, 66);
this.andOrLabel.Location = new System.Drawing.Point(92, 69);
this.andOrLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.andOrLabel.Name = "andOrLabel";
this.andOrLabel.Size = new System.Drawing.Size(68, 25);
this.andOrLabel.Size = new System.Drawing.Size(73, 25);
this.andOrLabel.TabIndex = 33;
this.andOrLabel.Text = "and/or";
//
@ -980,11 +980,11 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.connectionTabPage.BackColor = System.Drawing.SystemColors.Control;
this.connectionTabPage.Controls.Add(this.axDetailsGroupBox);
this.connectionTabPage.Location = new System.Drawing.Point(4, 33);
this.connectionTabPage.Margin = new System.Windows.Forms.Padding(6);
this.connectionTabPage.Location = new System.Drawing.Point(8, 39);
this.connectionTabPage.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.connectionTabPage.Name = "connectionTabPage";
this.connectionTabPage.Padding = new System.Windows.Forms.Padding(6);
this.connectionTabPage.Size = new System.Drawing.Size(1301, 885);
this.connectionTabPage.Padding = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.connectionTabPage.Size = new System.Drawing.Size(1412, 913);
this.connectionTabPage.TabIndex = 3;
this.connectionTabPage.Text = "Connection";
//
@ -995,10 +995,10 @@ namespace RecurringIntegrationsScheduler.Forms
this.mainToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cancelToolStripButton,
this.addToolStripButton});
this.mainToolStrip.Location = new System.Drawing.Point(0, 922);
this.mainToolStrip.Location = new System.Drawing.Point(0, 952);
this.mainToolStrip.Name = "mainToolStrip";
this.mainToolStrip.Padding = new System.Windows.Forms.Padding(0, 0, 4, 0);
this.mainToolStrip.Size = new System.Drawing.Size(1309, 40);
this.mainToolStrip.Size = new System.Drawing.Size(1428, 50);
this.mainToolStrip.TabIndex = 13;
//
// cancelToolStripButton
@ -1008,7 +1008,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.cancelToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("cancelToolStripButton.Image")));
this.cancelToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.cancelToolStripButton.Name = "cancelToolStripButton";
this.cancelToolStripButton.Size = new System.Drawing.Size(79, 34);
this.cancelToolStripButton.Size = new System.Drawing.Size(90, 44);
this.cancelToolStripButton.Text = "Cancel";
this.cancelToolStripButton.Click += new System.EventHandler(this.CancelToolStripButton_Click);
//
@ -1019,24 +1019,25 @@ namespace RecurringIntegrationsScheduler.Forms
this.addToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("addToolStripButton.Image")));
this.addToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.addToolStripButton.Name = "addToolStripButton";
this.addToolStripButton.Size = new System.Drawing.Size(90, 34);
this.addToolStripButton.Size = new System.Drawing.Size(103, 44);
this.addToolStripButton.Text = "Add job";
this.addToolStripButton.Click += new System.EventHandler(this.AddToolStripButton_Click);
//
// DownloadJobV3
//
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(1309, 962);
this.ClientSize = new System.Drawing.Size(1428, 1002);
this.Controls.Add(this.jobTabControl);
this.Controls.Add(this.mainToolStrip);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(6);
this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(1318, 980);
this.MinimumSize = new System.Drawing.Size(1435, 1018);
this.Name = "DownloadJobV3";
this.ShowIcon = false;
this.ShowInTaskbar = false;

Просмотреть файл

@ -132,7 +132,7 @@ Default example above means: Each working day of the week (MON-FRI) run every 15
<data name="cancelToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAGdYAABnWARjRyu0AAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
@ -147,7 +147,7 @@ Default example above means: Each working day of the week (MON-FRI) run every 15
<data name="addToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAGdYAABnWARjRyu0AAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc

507
Scheduler/Forms/ExportJobV3.Designer.cs сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -132,7 +132,7 @@ Default example above means: Each working day of the week (MON-FRI) run every 15
<data name="cancelToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAGdYAABnWARjRyu0AAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
@ -147,7 +147,7 @@ Default example above means: Each working day of the week (MON-FRI) run every 15
<data name="addToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAGdYAABnWARjRyu0AAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc

831
Scheduler/Forms/ImportJobV3.Designer.cs сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -137,7 +137,7 @@ Default example above means: Each working day of the week (MON-FRI) run every 15
<data name="cancelToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAGdYAABnWARjRyu0AAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
@ -152,7 +152,7 @@ Default example above means: Each working day of the week (MON-FRI) run every 15
<data name="addToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAGdYAABnWARjRyu0AAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc

283
Scheduler/Forms/Parameters.Designer.cs сгенерированный
Просмотреть файл

@ -49,6 +49,11 @@ namespace RecurringIntegrationsScheduler.Forms
this.jobGroupsEditButton = new System.Windows.Forms.ToolStripButton();
this.instancesGroupBox = new System.Windows.Forms.GroupBox();
this.instancesGrid = new System.Windows.Forms.DataGridView();
this.instanceName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.instanceAosUri = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.instanceAadTenant = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.instanceAzureAuthEndpoint = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.instanceUseADAL = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.usersGroupBox = new System.Windows.Forms.GroupBox();
this.usersDataGrid = new System.Windows.Forms.DataGridView();
this.userLogin = new System.Windows.Forms.DataGridViewTextBoxColumn();
@ -90,11 +95,6 @@ namespace RecurringIntegrationsScheduler.Forms
this.applicationsEditButton = new System.Windows.Forms.ToolStripButton();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.miscSettingsGroupBox = new System.Windows.Forms.GroupBox();
this.instanceName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.instanceAosUri = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.instanceAadTenant = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.instanceAzureAuthEndpoint = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.instanceUseADAL = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.instancesToolStrip.SuspendLayout();
this.usersToolStrip.SuspendLayout();
this.dataJobsToolStrip.SuspendLayout();
@ -127,10 +127,10 @@ namespace RecurringIntegrationsScheduler.Forms
this.instancesDeleteButton,
this.instancesEditButton,
this.instancesValidateButton});
this.instancesToolStrip.Location = new System.Drawing.Point(7, 436);
this.instancesToolStrip.Location = new System.Drawing.Point(8, 447);
this.instancesToolStrip.Name = "instancesToolStrip";
this.instancesToolStrip.Padding = new System.Windows.Forms.Padding(0);
this.instancesToolStrip.Size = new System.Drawing.Size(785, 40);
this.instancesToolStrip.Size = new System.Drawing.Size(857, 50);
this.instancesToolStrip.TabIndex = 2;
//
// instancesAddButton
@ -138,7 +138,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.instancesAddButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Add_16xMD;
this.instancesAddButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.instancesAddButton.Name = "instancesAddButton";
this.instancesAddButton.Size = new System.Drawing.Size(75, 34);
this.instancesAddButton.Size = new System.Drawing.Size(82, 36);
this.instancesAddButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Add;
this.instancesAddButton.Click += new System.EventHandler(this.AxInstancesAddButton_Click);
//
@ -148,7 +148,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.instancesDeleteButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Remove_16xMD;
this.instancesDeleteButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.instancesDeleteButton.Name = "instancesDeleteButton";
this.instancesDeleteButton.Size = new System.Drawing.Size(97, 34);
this.instancesDeleteButton.Size = new System.Drawing.Size(109, 36);
this.instancesDeleteButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Delete;
this.instancesDeleteButton.Click += new System.EventHandler(this.AxInstancesDeleteButton_Click);
//
@ -158,7 +158,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.instancesEditButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Edit_16xMD;
this.instancesEditButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.instancesEditButton.Name = "instancesEditButton";
this.instancesEditButton.Size = new System.Drawing.Size(72, 34);
this.instancesEditButton.Size = new System.Drawing.Size(79, 36);
this.instancesEditButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Edit;
this.instancesEditButton.Click += new System.EventHandler(this.InstancesEditButton_Click);
//
@ -168,7 +168,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.instancesValidateButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.ValidateDocument_16x;
this.instancesValidateButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.instancesValidateButton.Name = "instancesValidateButton";
this.instancesValidateButton.Size = new System.Drawing.Size(110, 34);
this.instancesValidateButton.Size = new System.Drawing.Size(123, 36);
this.instancesValidateButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Validate;
this.instancesValidateButton.Click += new System.EventHandler(this.InstancesValidateButton_Click);
//
@ -181,10 +181,10 @@ namespace RecurringIntegrationsScheduler.Forms
this.usersAddButton,
this.usersDeleteButton,
this.usersEditButton});
this.usersToolStrip.Location = new System.Drawing.Point(7, 437);
this.usersToolStrip.Location = new System.Drawing.Point(8, 447);
this.usersToolStrip.Name = "usersToolStrip";
this.usersToolStrip.Padding = new System.Windows.Forms.Padding(0);
this.usersToolStrip.Size = new System.Drawing.Size(381, 40);
this.usersToolStrip.Size = new System.Drawing.Size(416, 50);
this.usersToolStrip.TabIndex = 3;
//
// usersAddButton
@ -192,7 +192,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.usersAddButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Add_16xMD;
this.usersAddButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.usersAddButton.Name = "usersAddButton";
this.usersAddButton.Size = new System.Drawing.Size(75, 34);
this.usersAddButton.Size = new System.Drawing.Size(82, 36);
this.usersAddButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Add;
this.usersAddButton.Click += new System.EventHandler(this.UsersAddButton_Click);
//
@ -202,7 +202,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.usersDeleteButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Remove_16xMD;
this.usersDeleteButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.usersDeleteButton.Name = "usersDeleteButton";
this.usersDeleteButton.Size = new System.Drawing.Size(97, 34);
this.usersDeleteButton.Size = new System.Drawing.Size(109, 36);
this.usersDeleteButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Delete;
this.usersDeleteButton.Click += new System.EventHandler(this.UsersDeleteButton_Click);
//
@ -212,7 +212,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.usersEditButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Edit_16xMD;
this.usersEditButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.usersEditButton.Name = "usersEditButton";
this.usersEditButton.Size = new System.Drawing.Size(72, 34);
this.usersEditButton.Size = new System.Drawing.Size(79, 36);
this.usersEditButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Edit;
this.usersEditButton.Click += new System.EventHandler(this.UsersEditButton_Click);
//
@ -225,10 +225,10 @@ namespace RecurringIntegrationsScheduler.Forms
this.dataJobsAddButton,
this.dataJobsDeleteButton,
this.dataJobsEditButton});
this.dataJobsToolStrip.Location = new System.Drawing.Point(7, 436);
this.dataJobsToolStrip.Location = new System.Drawing.Point(8, 447);
this.dataJobsToolStrip.Name = "dataJobsToolStrip";
this.dataJobsToolStrip.Padding = new System.Windows.Forms.Padding(0);
this.dataJobsToolStrip.Size = new System.Drawing.Size(378, 40);
this.dataJobsToolStrip.Size = new System.Drawing.Size(413, 50);
this.dataJobsToolStrip.TabIndex = 3;
//
// dataJobsAddButton
@ -236,7 +236,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.dataJobsAddButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Add_16xMD;
this.dataJobsAddButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.dataJobsAddButton.Name = "dataJobsAddButton";
this.dataJobsAddButton.Size = new System.Drawing.Size(75, 34);
this.dataJobsAddButton.Size = new System.Drawing.Size(82, 36);
this.dataJobsAddButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Add;
this.dataJobsAddButton.Click += new System.EventHandler(this.DataJobsAddButton_Click);
//
@ -246,7 +246,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.dataJobsDeleteButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Remove_16xMD;
this.dataJobsDeleteButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.dataJobsDeleteButton.Name = "dataJobsDeleteButton";
this.dataJobsDeleteButton.Size = new System.Drawing.Size(97, 34);
this.dataJobsDeleteButton.Size = new System.Drawing.Size(109, 36);
this.dataJobsDeleteButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Delete;
this.dataJobsDeleteButton.Click += new System.EventHandler(this.DataJobsDeleteButton_Click);
//
@ -256,7 +256,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.dataJobsEditButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Edit_16xMD;
this.dataJobsEditButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.dataJobsEditButton.Name = "dataJobsEditButton";
this.dataJobsEditButton.Size = new System.Drawing.Size(72, 34);
this.dataJobsEditButton.Size = new System.Drawing.Size(79, 36);
this.dataJobsEditButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Edit;
this.dataJobsEditButton.Click += new System.EventHandler(this.DataJobsEditButton_Click);
//
@ -269,10 +269,10 @@ namespace RecurringIntegrationsScheduler.Forms
this.jobGroupsAddButton,
this.jobGroupsDeleteButton,
this.jobGroupsEditButton});
this.jobGroupsToolStrip.Location = new System.Drawing.Point(7, 437);
this.jobGroupsToolStrip.Location = new System.Drawing.Point(8, 447);
this.jobGroupsToolStrip.Name = "jobGroupsToolStrip";
this.jobGroupsToolStrip.Padding = new System.Windows.Forms.Padding(0);
this.jobGroupsToolStrip.Size = new System.Drawing.Size(378, 40);
this.jobGroupsToolStrip.Size = new System.Drawing.Size(413, 50);
this.jobGroupsToolStrip.TabIndex = 4;
//
// jobGroupsAddButton
@ -280,7 +280,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.jobGroupsAddButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Add_16xMD;
this.jobGroupsAddButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.jobGroupsAddButton.Name = "jobGroupsAddButton";
this.jobGroupsAddButton.Size = new System.Drawing.Size(75, 34);
this.jobGroupsAddButton.Size = new System.Drawing.Size(82, 36);
this.jobGroupsAddButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Add;
this.jobGroupsAddButton.Click += new System.EventHandler(this.JobGroupsAddButton_Click);
//
@ -290,7 +290,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.jobGroupsDeleteButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Remove_16xMD;
this.jobGroupsDeleteButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.jobGroupsDeleteButton.Name = "jobGroupsDeleteButton";
this.jobGroupsDeleteButton.Size = new System.Drawing.Size(97, 34);
this.jobGroupsDeleteButton.Size = new System.Drawing.Size(109, 36);
this.jobGroupsDeleteButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Delete;
this.jobGroupsDeleteButton.Click += new System.EventHandler(this.JobGroupsDeleteButton_Click);
//
@ -300,7 +300,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.jobGroupsEditButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Edit_16xMD;
this.jobGroupsEditButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.jobGroupsEditButton.Name = "jobGroupsEditButton";
this.jobGroupsEditButton.Size = new System.Drawing.Size(72, 34);
this.jobGroupsEditButton.Size = new System.Drawing.Size(79, 36);
this.jobGroupsEditButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Edit;
this.jobGroupsEditButton.Click += new System.EventHandler(this.JobGroupsEditButton_Click);
//
@ -313,8 +313,8 @@ namespace RecurringIntegrationsScheduler.Forms
this.instancesGroupBox.Location = new System.Drawing.Point(5, 6);
this.instancesGroupBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.instancesGroupBox.Name = "instancesGroupBox";
this.instancesGroupBox.Padding = new System.Windows.Forms.Padding(7, 14, 7, 7);
this.instancesGroupBox.Size = new System.Drawing.Size(799, 483);
this.instancesGroupBox.Padding = new System.Windows.Forms.Padding(8, 15, 8, 7);
this.instancesGroupBox.Size = new System.Drawing.Size(873, 504);
this.instancesGroupBox.TabIndex = 1;
this.instancesGroupBox.TabStop = false;
this.instancesGroupBox.Text = "Dynamics 365 instances";
@ -336,7 +336,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.instanceAzureAuthEndpoint,
this.instanceUseADAL});
this.instancesGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.instancesGrid.Location = new System.Drawing.Point(7, 36);
this.instancesGrid.Location = new System.Drawing.Point(8, 39);
this.instancesGrid.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.instancesGrid.MultiSelect = false;
this.instancesGrid.Name = "instancesGrid";
@ -344,23 +344,70 @@ namespace RecurringIntegrationsScheduler.Forms
this.instancesGrid.RowHeadersVisible = false;
this.instancesGrid.RowHeadersWidth = 4;
this.instancesGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.instancesGrid.Size = new System.Drawing.Size(785, 400);
this.instancesGrid.Size = new System.Drawing.Size(857, 408);
this.instancesGrid.TabIndex = 0;
this.instancesGrid.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.InstancesGrid_CellContentDoubleClick);
this.instancesGrid.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.InstancesDataGridView_RowsRemoved);
this.instancesGrid.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.InstancesDataGridView_RowStateChanged);
this.instancesGrid.SelectionChanged += new System.EventHandler(this.InstancesDataGridView_SelectionChanged);
//
// instanceName
//
this.instanceName.DataPropertyName = "Name";
this.instanceName.FillWeight = 40F;
this.instanceName.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.NameLabel;
this.instanceName.MinimumWidth = 9;
this.instanceName.Name = "instanceName";
this.instanceName.ReadOnly = true;
this.instanceName.ToolTipText = global::RecurringIntegrationsScheduler.Properties.Resources.Friendly_name_used_only_in_Recurring_Integrations_App;
//
// instanceAosUri
//
this.instanceAosUri.DataPropertyName = "AosUri";
this.instanceAosUri.FillWeight = 40F;
this.instanceAosUri.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.AOS_URL;
this.instanceAosUri.MinimumWidth = 9;
this.instanceAosUri.Name = "instanceAosUri";
this.instanceAosUri.ReadOnly = true;
//
// instanceAadTenant
//
this.instanceAadTenant.DataPropertyName = "AadTenant";
this.instanceAadTenant.FillWeight = 20F;
this.instanceAadTenant.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Tenant;
this.instanceAadTenant.MinimumWidth = 9;
this.instanceAadTenant.Name = "instanceAadTenant";
this.instanceAadTenant.ReadOnly = true;
this.instanceAadTenant.ToolTipText = global::RecurringIntegrationsScheduler.Properties.Resources.Uri_or_Guid;
//
// instanceAzureAuthEndpoint
//
this.instanceAzureAuthEndpoint.DataPropertyName = "AzureAuthEndpoint";
this.instanceAzureAuthEndpoint.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Authentication_endpoint;
this.instanceAzureAuthEndpoint.MinimumWidth = 9;
this.instanceAzureAuthEndpoint.Name = "instanceAzureAuthEndpoint";
this.instanceAzureAuthEndpoint.ReadOnly = true;
this.instanceAzureAuthEndpoint.Visible = false;
//
// instanceUseADAL
//
this.instanceUseADAL.DataPropertyName = "UseADAL";
this.instanceUseADAL.HeaderText = "ADAL";
this.instanceUseADAL.MinimumWidth = 9;
this.instanceUseADAL.Name = "instanceUseADAL";
this.instanceUseADAL.ReadOnly = true;
this.instanceUseADAL.Visible = false;
//
// usersGroupBox
//
this.usersGroupBox.Controls.Add(this.usersDataGrid);
this.usersGroupBox.Controls.Add(this.usersToolStrip);
this.usersGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.usersGroupBox.Location = new System.Drawing.Point(409, 501);
this.usersGroupBox.Location = new System.Drawing.Point(446, 522);
this.usersGroupBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.usersGroupBox.Name = "usersGroupBox";
this.usersGroupBox.Padding = new System.Windows.Forms.Padding(7, 14, 7, 7);
this.usersGroupBox.Size = new System.Drawing.Size(395, 484);
this.usersGroupBox.Padding = new System.Windows.Forms.Padding(8, 15, 8, 7);
this.usersGroupBox.Size = new System.Drawing.Size(432, 504);
this.usersGroupBox.TabIndex = 0;
this.usersGroupBox.TabStop = false;
this.usersGroupBox.Text = "User credentials";
@ -379,7 +426,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.userLogin,
this.userPassword});
this.usersDataGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.usersDataGrid.Location = new System.Drawing.Point(7, 36);
this.usersDataGrid.Location = new System.Drawing.Point(8, 39);
this.usersDataGrid.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.usersDataGrid.MultiSelect = false;
this.usersDataGrid.Name = "usersDataGrid";
@ -387,7 +434,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.usersDataGrid.RowHeadersVisible = false;
this.usersDataGrid.RowHeadersWidth = 4;
this.usersDataGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.usersDataGrid.Size = new System.Drawing.Size(381, 401);
this.usersDataGrid.Size = new System.Drawing.Size(416, 408);
this.usersDataGrid.TabIndex = 1;
this.usersDataGrid.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.UsersDataGrid_CellContentDoubleClick);
this.usersDataGrid.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.UsersDataGridView_RowsRemoved);
@ -417,11 +464,11 @@ namespace RecurringIntegrationsScheduler.Forms
this.dataJobsGroupBox.Controls.Add(this.dataJobsGrid);
this.dataJobsGroupBox.Controls.Add(this.dataJobsToolStrip);
this.dataJobsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataJobsGroupBox.Location = new System.Drawing.Point(814, 6);
this.dataJobsGroupBox.Location = new System.Drawing.Point(888, 6);
this.dataJobsGroupBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.dataJobsGroupBox.Name = "dataJobsGroupBox";
this.dataJobsGroupBox.Padding = new System.Windows.Forms.Padding(7, 14, 7, 7);
this.dataJobsGroupBox.Size = new System.Drawing.Size(392, 483);
this.dataJobsGroupBox.Padding = new System.Windows.Forms.Padding(8, 15, 8, 7);
this.dataJobsGroupBox.Size = new System.Drawing.Size(429, 504);
this.dataJobsGroupBox.TabIndex = 0;
this.dataJobsGroupBox.TabStop = false;
this.dataJobsGroupBox.Text = "Dynamics data jobs";
@ -442,7 +489,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.dataJobActivityId,
this.dataJobEntityName});
this.dataJobsGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataJobsGrid.Location = new System.Drawing.Point(7, 36);
this.dataJobsGrid.Location = new System.Drawing.Point(8, 39);
this.dataJobsGrid.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.dataJobsGrid.MultiSelect = false;
this.dataJobsGrid.Name = "dataJobsGrid";
@ -450,7 +497,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.dataJobsGrid.RowHeadersVisible = false;
this.dataJobsGrid.RowHeadersWidth = 4;
this.dataJobsGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataJobsGrid.Size = new System.Drawing.Size(378, 400);
this.dataJobsGrid.Size = new System.Drawing.Size(413, 408);
this.dataJobsGrid.TabIndex = 0;
this.dataJobsGrid.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DataJobsGrid_CellContentDoubleClick);
this.dataJobsGrid.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.DataJobsDataGridView_RowsRemoved);
@ -497,11 +544,11 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.downloadJobsFolderGroupBox.Controls.Add(this.downloadErrorsFolderLabel);
this.downloadJobsFolderGroupBox.Controls.Add(this.downloadErrorsFolder);
this.downloadJobsFolderGroupBox.Location = new System.Drawing.Point(12, 390);
this.downloadJobsFolderGroupBox.Location = new System.Drawing.Point(13, 406);
this.downloadJobsFolderGroupBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.downloadJobsFolderGroupBox.Name = "downloadJobsFolderGroupBox";
this.downloadJobsFolderGroupBox.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.downloadJobsFolderGroupBox.Size = new System.Drawing.Size(318, 86);
this.downloadJobsFolderGroupBox.Size = new System.Drawing.Size(347, 90);
this.downloadJobsFolderGroupBox.TabIndex = 2;
this.downloadJobsFolderGroupBox.TabStop = false;
this.downloadJobsFolderGroupBox.Text = "Download/export folders names";
@ -509,20 +556,20 @@ namespace RecurringIntegrationsScheduler.Forms
// downloadErrorsFolderLabel
//
this.downloadErrorsFolderLabel.AutoSize = true;
this.downloadErrorsFolderLabel.Location = new System.Drawing.Point(67, 38);
this.downloadErrorsFolderLabel.Location = new System.Drawing.Point(73, 40);
this.downloadErrorsFolderLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.downloadErrorsFolderLabel.Name = "downloadErrorsFolderLabel";
this.downloadErrorsFolderLabel.Size = new System.Drawing.Size(64, 25);
this.downloadErrorsFolderLabel.Size = new System.Drawing.Size(70, 25);
this.downloadErrorsFolderLabel.TabIndex = 7;
this.downloadErrorsFolderLabel.Text = "Errors";
//
// downloadErrorsFolder
//
this.downloadErrorsFolder.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::RecurringIntegrationsScheduler.Properties.Settings.Default, "DownloadErrorsFolder", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.downloadErrorsFolder.Location = new System.Drawing.Point(144, 35);
this.downloadErrorsFolder.Location = new System.Drawing.Point(157, 36);
this.downloadErrorsFolder.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.downloadErrorsFolder.Name = "downloadErrorsFolder";
this.downloadErrorsFolder.Size = new System.Drawing.Size(154, 29);
this.downloadErrorsFolder.Size = new System.Drawing.Size(168, 31);
this.downloadErrorsFolder.TabIndex = 9;
this.downloadErrorsFolder.Text = global::RecurringIntegrationsScheduler.Properties.Settings.Default.DownloadErrorsFolder;
//
@ -532,11 +579,11 @@ namespace RecurringIntegrationsScheduler.Forms
this.processingJobsFoldersGroupBox.Controls.Add(this.processingSuccessFolder);
this.processingJobsFoldersGroupBox.Controls.Add(this.processingErrorsFolderLabel);
this.processingJobsFoldersGroupBox.Controls.Add(this.processingErrorsFolder);
this.processingJobsFoldersGroupBox.Location = new System.Drawing.Point(12, 239);
this.processingJobsFoldersGroupBox.Location = new System.Drawing.Point(13, 249);
this.processingJobsFoldersGroupBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.processingJobsFoldersGroupBox.Name = "processingJobsFoldersGroupBox";
this.processingJobsFoldersGroupBox.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.processingJobsFoldersGroupBox.Size = new System.Drawing.Size(318, 139);
this.processingJobsFoldersGroupBox.Size = new System.Drawing.Size(347, 145);
this.processingJobsFoldersGroupBox.TabIndex = 1;
this.processingJobsFoldersGroupBox.TabStop = false;
this.processingJobsFoldersGroupBox.Text = "Monitoring jobs folders names";
@ -544,40 +591,40 @@ namespace RecurringIntegrationsScheduler.Forms
// processingSuccessFolderLabel
//
this.processingSuccessFolderLabel.AutoSize = true;
this.processingSuccessFolderLabel.Location = new System.Drawing.Point(48, 47);
this.processingSuccessFolderLabel.Location = new System.Drawing.Point(52, 49);
this.processingSuccessFolderLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.processingSuccessFolderLabel.Name = "processingSuccessFolderLabel";
this.processingSuccessFolderLabel.Size = new System.Drawing.Size(88, 25);
this.processingSuccessFolderLabel.Size = new System.Drawing.Size(94, 25);
this.processingSuccessFolderLabel.TabIndex = 9;
this.processingSuccessFolderLabel.Text = "Success";
//
// processingSuccessFolder
//
this.processingSuccessFolder.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::RecurringIntegrationsScheduler.Properties.Settings.Default, "ProcessingSuccessFolder", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.processingSuccessFolder.Location = new System.Drawing.Point(144, 42);
this.processingSuccessFolder.Location = new System.Drawing.Point(157, 44);
this.processingSuccessFolder.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.processingSuccessFolder.Name = "processingSuccessFolder";
this.processingSuccessFolder.Size = new System.Drawing.Size(154, 29);
this.processingSuccessFolder.Size = new System.Drawing.Size(168, 31);
this.processingSuccessFolder.TabIndex = 12;
this.processingSuccessFolder.Text = global::RecurringIntegrationsScheduler.Properties.Settings.Default.ProcessingSuccessFolder;
//
// processingErrorsFolderLabel
//
this.processingErrorsFolderLabel.AutoSize = true;
this.processingErrorsFolderLabel.Location = new System.Drawing.Point(67, 91);
this.processingErrorsFolderLabel.Location = new System.Drawing.Point(73, 95);
this.processingErrorsFolderLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.processingErrorsFolderLabel.Name = "processingErrorsFolderLabel";
this.processingErrorsFolderLabel.Size = new System.Drawing.Size(64, 25);
this.processingErrorsFolderLabel.Size = new System.Drawing.Size(70, 25);
this.processingErrorsFolderLabel.TabIndex = 13;
this.processingErrorsFolderLabel.Text = "Errors";
//
// processingErrorsFolder
//
this.processingErrorsFolder.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::RecurringIntegrationsScheduler.Properties.Settings.Default, "ProcessingErrorsFolder", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.processingErrorsFolder.Location = new System.Drawing.Point(144, 86);
this.processingErrorsFolder.Location = new System.Drawing.Point(157, 90);
this.processingErrorsFolder.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.processingErrorsFolder.Name = "processingErrorsFolder";
this.processingErrorsFolder.Size = new System.Drawing.Size(154, 29);
this.processingErrorsFolder.Size = new System.Drawing.Size(168, 31);
this.processingErrorsFolder.TabIndex = 14;
this.processingErrorsFolder.Text = global::RecurringIntegrationsScheduler.Properties.Settings.Default.ProcessingErrorsFolder;
//
@ -589,11 +636,11 @@ namespace RecurringIntegrationsScheduler.Forms
this.uploadJobsFoldersGroupBox.Controls.Add(this.uploadSuccessFolder);
this.uploadJobsFoldersGroupBox.Controls.Add(this.uploadErrorsFolderLabel);
this.uploadJobsFoldersGroupBox.Controls.Add(this.uploadErrorsFolder);
this.uploadJobsFoldersGroupBox.Location = new System.Drawing.Point(12, 37);
this.uploadJobsFoldersGroupBox.Location = new System.Drawing.Point(13, 39);
this.uploadJobsFoldersGroupBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.uploadJobsFoldersGroupBox.Name = "uploadJobsFoldersGroupBox";
this.uploadJobsFoldersGroupBox.Padding = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.uploadJobsFoldersGroupBox.Size = new System.Drawing.Size(318, 190);
this.uploadJobsFoldersGroupBox.Size = new System.Drawing.Size(347, 198);
this.uploadJobsFoldersGroupBox.TabIndex = 0;
this.uploadJobsFoldersGroupBox.TabStop = false;
this.uploadJobsFoldersGroupBox.Text = "Upload/import jobs folders names";
@ -601,60 +648,60 @@ namespace RecurringIntegrationsScheduler.Forms
// uploadInputFolderLabel
//
this.uploadInputFolderLabel.AutoSize = true;
this.uploadInputFolderLabel.Location = new System.Drawing.Point(23, 50);
this.uploadInputFolderLabel.Location = new System.Drawing.Point(25, 52);
this.uploadInputFolderLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.uploadInputFolderLabel.Name = "uploadInputFolderLabel";
this.uploadInputFolderLabel.Size = new System.Drawing.Size(108, 25);
this.uploadInputFolderLabel.Size = new System.Drawing.Size(119, 25);
this.uploadInputFolderLabel.TabIndex = 0;
this.uploadInputFolderLabel.Text = "Input folder";
//
// uploadInputFolder
//
this.uploadInputFolder.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::RecurringIntegrationsScheduler.Properties.Settings.Default, "UploadInputFolder", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.uploadInputFolder.Location = new System.Drawing.Point(144, 47);
this.uploadInputFolder.Location = new System.Drawing.Point(157, 49);
this.uploadInputFolder.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.uploadInputFolder.Name = "uploadInputFolder";
this.uploadInputFolder.Size = new System.Drawing.Size(154, 29);
this.uploadInputFolder.Size = new System.Drawing.Size(168, 31);
this.uploadInputFolder.TabIndex = 4;
this.uploadInputFolder.Text = global::RecurringIntegrationsScheduler.Properties.Settings.Default.UploadInputFolder;
//
// uploadSuccessFolderLabel
//
this.uploadSuccessFolderLabel.AutoSize = true;
this.uploadSuccessFolderLabel.Location = new System.Drawing.Point(37, 96);
this.uploadSuccessFolderLabel.Location = new System.Drawing.Point(40, 100);
this.uploadSuccessFolderLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.uploadSuccessFolderLabel.Name = "uploadSuccessFolderLabel";
this.uploadSuccessFolderLabel.Size = new System.Drawing.Size(88, 25);
this.uploadSuccessFolderLabel.Size = new System.Drawing.Size(94, 25);
this.uploadSuccessFolderLabel.TabIndex = 1;
this.uploadSuccessFolderLabel.Text = "Success";
//
// uploadSuccessFolder
//
this.uploadSuccessFolder.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::RecurringIntegrationsScheduler.Properties.Settings.Default, "UploadSuccessFolder", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.uploadSuccessFolder.Location = new System.Drawing.Point(144, 91);
this.uploadSuccessFolder.Location = new System.Drawing.Point(157, 95);
this.uploadSuccessFolder.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.uploadSuccessFolder.Name = "uploadSuccessFolder";
this.uploadSuccessFolder.Size = new System.Drawing.Size(154, 29);
this.uploadSuccessFolder.Size = new System.Drawing.Size(168, 31);
this.uploadSuccessFolder.TabIndex = 5;
this.uploadSuccessFolder.Text = global::RecurringIntegrationsScheduler.Properties.Settings.Default.UploadSuccessFolder;
//
// uploadErrorsFolderLabel
//
this.uploadErrorsFolderLabel.AutoSize = true;
this.uploadErrorsFolderLabel.Location = new System.Drawing.Point(67, 142);
this.uploadErrorsFolderLabel.Location = new System.Drawing.Point(73, 148);
this.uploadErrorsFolderLabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.uploadErrorsFolderLabel.Name = "uploadErrorsFolderLabel";
this.uploadErrorsFolderLabel.Size = new System.Drawing.Size(64, 25);
this.uploadErrorsFolderLabel.Size = new System.Drawing.Size(70, 25);
this.uploadErrorsFolderLabel.TabIndex = 3;
this.uploadErrorsFolderLabel.Text = "Errors";
//
// uploadErrorsFolder
//
this.uploadErrorsFolder.DataBindings.Add(new System.Windows.Forms.Binding("Text", global::RecurringIntegrationsScheduler.Properties.Settings.Default, "UploadErrorsFolder", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
this.uploadErrorsFolder.Location = new System.Drawing.Point(144, 137);
this.uploadErrorsFolder.Location = new System.Drawing.Point(157, 143);
this.uploadErrorsFolder.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.uploadErrorsFolder.Name = "uploadErrorsFolder";
this.uploadErrorsFolder.Size = new System.Drawing.Size(154, 29);
this.uploadErrorsFolder.Size = new System.Drawing.Size(168, 31);
this.uploadErrorsFolder.TabIndex = 7;
this.uploadErrorsFolder.Text = global::RecurringIntegrationsScheduler.Properties.Settings.Default.UploadErrorsFolder;
//
@ -663,11 +710,11 @@ namespace RecurringIntegrationsScheduler.Forms
this.jobGroupsGroupBox.Controls.Add(this.jobGroupsGrid);
this.jobGroupsGroupBox.Controls.Add(this.jobGroupsToolStrip);
this.jobGroupsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.jobGroupsGroupBox.Location = new System.Drawing.Point(814, 501);
this.jobGroupsGroupBox.Location = new System.Drawing.Point(888, 522);
this.jobGroupsGroupBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.jobGroupsGroupBox.Name = "jobGroupsGroupBox";
this.jobGroupsGroupBox.Padding = new System.Windows.Forms.Padding(7, 14, 7, 7);
this.jobGroupsGroupBox.Size = new System.Drawing.Size(392, 484);
this.jobGroupsGroupBox.Padding = new System.Windows.Forms.Padding(8, 15, 8, 7);
this.jobGroupsGroupBox.Size = new System.Drawing.Size(429, 504);
this.jobGroupsGroupBox.TabIndex = 1;
this.jobGroupsGroupBox.TabStop = false;
this.jobGroupsGroupBox.Text = "RIS job groups";
@ -685,7 +732,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.jobGroupsGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.jobGroupName});
this.jobGroupsGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.jobGroupsGrid.Location = new System.Drawing.Point(7, 36);
this.jobGroupsGrid.Location = new System.Drawing.Point(8, 39);
this.jobGroupsGrid.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.jobGroupsGrid.MultiSelect = false;
this.jobGroupsGrid.Name = "jobGroupsGrid";
@ -693,7 +740,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.jobGroupsGrid.RowHeadersVisible = false;
this.jobGroupsGrid.RowHeadersWidth = 4;
this.jobGroupsGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.jobGroupsGrid.Size = new System.Drawing.Size(378, 401);
this.jobGroupsGrid.Size = new System.Drawing.Size(413, 408);
this.jobGroupsGrid.TabIndex = 1;
this.jobGroupsGrid.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.JobGroupsGrid_CellContentDoubleClick);
this.jobGroupsGrid.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.JobGroupsDataGridView_RowsRemoved);
@ -712,11 +759,11 @@ namespace RecurringIntegrationsScheduler.Forms
this.foldersGroupBox.Controls.Add(this.uploadJobsFoldersGroupBox);
this.foldersGroupBox.Controls.Add(this.processingJobsFoldersGroupBox);
this.foldersGroupBox.Controls.Add(this.downloadJobsFolderGroupBox);
this.foldersGroupBox.Location = new System.Drawing.Point(1215, 5);
this.foldersGroupBox.Location = new System.Drawing.Point(1326, 5);
this.foldersGroupBox.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.foldersGroupBox.Name = "foldersGroupBox";
this.foldersGroupBox.Padding = new System.Windows.Forms.Padding(7, 14, 7, 7);
this.foldersGroupBox.Size = new System.Drawing.Size(337, 477);
this.foldersGroupBox.Padding = new System.Windows.Forms.Padding(8, 15, 8, 7);
this.foldersGroupBox.Size = new System.Drawing.Size(368, 497);
this.foldersGroupBox.TabIndex = 2;
this.foldersGroupBox.TabStop = false;
this.foldersGroupBox.Text = "Default folder names";
@ -726,11 +773,11 @@ namespace RecurringIntegrationsScheduler.Forms
this.applicationsGroupBox.Controls.Add(this.applicationsGrid);
this.applicationsGroupBox.Controls.Add(this.applicationsToolStrip);
this.applicationsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.applicationsGroupBox.Location = new System.Drawing.Point(5, 501);
this.applicationsGroupBox.Location = new System.Drawing.Point(5, 522);
this.applicationsGroupBox.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.applicationsGroupBox.Name = "applicationsGroupBox";
this.applicationsGroupBox.Padding = new System.Windows.Forms.Padding(7, 14, 7, 7);
this.applicationsGroupBox.Size = new System.Drawing.Size(394, 484);
this.applicationsGroupBox.Padding = new System.Windows.Forms.Padding(8, 15, 8, 7);
this.applicationsGroupBox.Size = new System.Drawing.Size(431, 504);
this.applicationsGroupBox.TabIndex = 8;
this.applicationsGroupBox.TabStop = false;
this.applicationsGroupBox.Text = "Azure App registrations";
@ -751,7 +798,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.applicationClientId,
this.applicationSecret});
this.applicationsGrid.Dock = System.Windows.Forms.DockStyle.Fill;
this.applicationsGrid.Location = new System.Drawing.Point(7, 36);
this.applicationsGrid.Location = new System.Drawing.Point(8, 39);
this.applicationsGrid.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.applicationsGrid.MultiSelect = false;
this.applicationsGrid.Name = "applicationsGrid";
@ -759,7 +806,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.applicationsGrid.RowHeadersVisible = false;
this.applicationsGrid.RowHeadersWidth = 4;
this.applicationsGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.applicationsGrid.Size = new System.Drawing.Size(380, 401);
this.applicationsGrid.Size = new System.Drawing.Size(415, 408);
this.applicationsGrid.TabIndex = 1;
this.applicationsGrid.CellContentDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.ApplicationsGrid_CellContentDoubleClick);
this.applicationsGrid.RowsRemoved += new System.Windows.Forms.DataGridViewRowsRemovedEventHandler(this.ApplicationsGrid_RowsRemoved);
@ -810,10 +857,10 @@ namespace RecurringIntegrationsScheduler.Forms
this.applicationsAddButton,
this.applicationsDeleteButton,
this.applicationsEditButton});
this.applicationsToolStrip.Location = new System.Drawing.Point(7, 437);
this.applicationsToolStrip.Location = new System.Drawing.Point(8, 447);
this.applicationsToolStrip.Name = "applicationsToolStrip";
this.applicationsToolStrip.Padding = new System.Windows.Forms.Padding(0);
this.applicationsToolStrip.Size = new System.Drawing.Size(380, 40);
this.applicationsToolStrip.Size = new System.Drawing.Size(415, 50);
this.applicationsToolStrip.TabIndex = 4;
//
// applicationsAddButton
@ -821,7 +868,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.applicationsAddButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Add_16xMD;
this.applicationsAddButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.applicationsAddButton.Name = "applicationsAddButton";
this.applicationsAddButton.Size = new System.Drawing.Size(75, 34);
this.applicationsAddButton.Size = new System.Drawing.Size(82, 36);
this.applicationsAddButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Add;
this.applicationsAddButton.ToolTipText = global::RecurringIntegrationsScheduler.Properties.Resources.Add_Azure_application;
this.applicationsAddButton.Click += new System.EventHandler(this.ApplicationsAddButton_Click);
@ -832,7 +879,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.applicationsDeleteButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Remove_16xMD;
this.applicationsDeleteButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.applicationsDeleteButton.Name = "applicationsDeleteButton";
this.applicationsDeleteButton.Size = new System.Drawing.Size(97, 34);
this.applicationsDeleteButton.Size = new System.Drawing.Size(109, 36);
this.applicationsDeleteButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Delete;
this.applicationsDeleteButton.ToolTipText = global::RecurringIntegrationsScheduler.Properties.Resources.Delete_Azure_application;
this.applicationsDeleteButton.Click += new System.EventHandler(this.ApplicationsDeleteButton_Click);
@ -843,7 +890,7 @@ namespace RecurringIntegrationsScheduler.Forms
this.applicationsEditButton.Image = global::RecurringIntegrationsScheduler.Properties.Resources.Edit_16xMD;
this.applicationsEditButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.applicationsEditButton.Name = "applicationsEditButton";
this.applicationsEditButton.Size = new System.Drawing.Size(72, 34);
this.applicationsEditButton.Size = new System.Drawing.Size(79, 36);
this.applicationsEditButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Edit;
this.applicationsEditButton.ToolTipText = global::RecurringIntegrationsScheduler.Properties.Resources.Edit_Azure_application;
this.applicationsEditButton.Click += new System.EventHandler(this.ApplicationsEditButton_Click);
@ -869,74 +916,28 @@ namespace RecurringIntegrationsScheduler.Forms
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1558, 991);
this.tableLayoutPanel1.Size = new System.Drawing.Size(1700, 1032);
this.tableLayoutPanel1.TabIndex = 9;
//
// miscSettingsGroupBox
//
this.miscSettingsGroupBox.Location = new System.Drawing.Point(1214, 498);
this.miscSettingsGroupBox.Location = new System.Drawing.Point(1325, 519);
this.miscSettingsGroupBox.Name = "miscSettingsGroupBox";
this.miscSettingsGroupBox.Size = new System.Drawing.Size(338, 487);
this.miscSettingsGroupBox.Size = new System.Drawing.Size(369, 507);
this.miscSettingsGroupBox.TabIndex = 9;
this.miscSettingsGroupBox.TabStop = false;
this.miscSettingsGroupBox.Text = "Miscellaneous";
//
// instanceName
//
this.instanceName.DataPropertyName = "Name";
this.instanceName.FillWeight = 40F;
this.instanceName.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.NameLabel;
this.instanceName.MinimumWidth = 9;
this.instanceName.Name = "instanceName";
this.instanceName.ReadOnly = true;
this.instanceName.ToolTipText = global::RecurringIntegrationsScheduler.Properties.Resources.Friendly_name_used_only_in_Recurring_Integrations_App;
//
// instanceAosUri
//
this.instanceAosUri.DataPropertyName = "AosUri";
this.instanceAosUri.FillWeight = 40F;
this.instanceAosUri.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.AOS_URL;
this.instanceAosUri.MinimumWidth = 9;
this.instanceAosUri.Name = "instanceAosUri";
this.instanceAosUri.ReadOnly = true;
//
// instanceAadTenant
//
this.instanceAadTenant.DataPropertyName = "AadTenant";
this.instanceAadTenant.FillWeight = 20F;
this.instanceAadTenant.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Tenant;
this.instanceAadTenant.MinimumWidth = 9;
this.instanceAadTenant.Name = "instanceAadTenant";
this.instanceAadTenant.ReadOnly = true;
this.instanceAadTenant.ToolTipText = global::RecurringIntegrationsScheduler.Properties.Resources.Uri_or_Guid;
//
// instanceAzureAuthEndpoint
//
this.instanceAzureAuthEndpoint.DataPropertyName = "AzureAuthEndpoint";
this.instanceAzureAuthEndpoint.HeaderText = global::RecurringIntegrationsScheduler.Properties.Resources.Authentication_endpoint;
this.instanceAzureAuthEndpoint.MinimumWidth = 9;
this.instanceAzureAuthEndpoint.Name = "instanceAzureAuthEndpoint";
this.instanceAzureAuthEndpoint.ReadOnly = true;
this.instanceAzureAuthEndpoint.Visible = false;
//
// instanceUseADAL
//
this.instanceUseADAL.DataPropertyName = "UseADAL";
this.instanceUseADAL.HeaderText = "ADAL";
this.instanceUseADAL.MinimumWidth = 9;
this.instanceUseADAL.Name = "instanceUseADAL";
this.instanceUseADAL.ReadOnly = true;
this.instanceUseADAL.Visible = false;
//
// Parameters
//
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1558, 991);
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1700, 1032);
this.Controls.Add(this.tableLayoutPanel1);
this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(1449, 870);
this.MinimumSize = new System.Drawing.Size(1578, 903);
this.Name = "Parameters";
this.ShowIcon = false;
this.ShowInTaskbar = false;

721
Scheduler/Forms/UploadJobV3.Designer.cs сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -137,7 +137,7 @@ Default example above means: Each working day of the week (MON-FRI) run every 15
<data name="cancelToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAGdYAABnWARjRyu0AAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc
@ -152,7 +152,7 @@ Default example above means: Each working day of the week (MON-FRI) run every 15
<data name="addToolStripButton.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAAGdYAABnWARjRyu0AAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YQUAAAAJcEhZcwAAHYcAAB2HAY/l8WUAAAIDSURBVDhPpZLrS5NhGMb3j4SWh0oRQVExD4gonkDpg4hG
YKxG6WBogkMZKgPNCEVJFBGdGETEvgwyO9DJE5syZw3PIlPEE9pgBCLZ5XvdMB8Ew8gXbl54nuf63dd9
0OGSnwCahxbPRNPAPMw9Xpg6ZmF46kZZ0xSKzJPIrhpDWsVnpBhGkKx3nAX8Pv7z1zg8OoY/cITdn4fw
bf/C0kYAN3Ma/w3gWfZL5kzTKBxjWyK2DftwI9tyMYCZKXbNHaD91bLYJrDXsYbrWfUKwJrPE9M2M1Oc

79
Scheduler/Forms/ValidateConnection.Designer.cs сгенерированный
Просмотреть файл

@ -55,19 +55,19 @@ namespace RecurringIntegrationsScheduler.Forms
// userComboBox
//
this.userComboBox.FormattingEnabled = true;
this.userComboBox.Location = new System.Drawing.Point(558, 260);
this.userComboBox.Location = new System.Drawing.Point(609, 271);
this.userComboBox.Margin = new System.Windows.Forms.Padding(4);
this.userComboBox.Name = "userComboBox";
this.userComboBox.Size = new System.Drawing.Size(187, 32);
this.userComboBox.Size = new System.Drawing.Size(204, 33);
this.userComboBox.TabIndex = 0;
//
// userLabel
//
this.userLabel.AutoSize = true;
this.userLabel.Location = new System.Drawing.Point(426, 263);
this.userLabel.Location = new System.Drawing.Point(465, 274);
this.userLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.userLabel.Name = "userLabel";
this.userLabel.Size = new System.Drawing.Size(124, 25);
this.userLabel.Size = new System.Drawing.Size(134, 25);
this.userLabel.TabIndex = 1;
this.userLabel.Text = "Choose user";
//
@ -88,42 +88,42 @@ namespace RecurringIntegrationsScheduler.Forms
this.validateGroupBox.Controls.Add(this.axInstanceNameLabel);
this.validateGroupBox.Controls.Add(this.userLabel);
this.validateGroupBox.Controls.Add(this.userComboBox);
this.validateGroupBox.Location = new System.Drawing.Point(18, 20);
this.validateGroupBox.Location = new System.Drawing.Point(20, 21);
this.validateGroupBox.Margin = new System.Windows.Forms.Padding(4);
this.validateGroupBox.Name = "validateGroupBox";
this.validateGroupBox.Padding = new System.Windows.Forms.Padding(4);
this.validateGroupBox.Size = new System.Drawing.Size(942, 550);
this.validateGroupBox.Size = new System.Drawing.Size(1028, 573);
this.validateGroupBox.TabIndex = 2;
this.validateGroupBox.TabStop = false;
//
// aadClientLabel
//
this.aadClientLabel.AutoSize = true;
this.aadClientLabel.Location = new System.Drawing.Point(271, 303);
this.aadClientLabel.Location = new System.Drawing.Point(296, 316);
this.aadClientLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.aadClientLabel.Name = "aadClientLabel";
this.aadClientLabel.Size = new System.Drawing.Size(279, 25);
this.aadClientLabel.Size = new System.Drawing.Size(305, 25);
this.aadClientLabel.TabIndex = 16;
this.aadClientLabel.Text = "Choose Azure App registration";
//
// aadApplicationComboBox
//
this.aadApplicationComboBox.FormattingEnabled = true;
this.aadApplicationComboBox.Location = new System.Drawing.Point(558, 300);
this.aadApplicationComboBox.Location = new System.Drawing.Point(609, 312);
this.aadApplicationComboBox.Margin = new System.Windows.Forms.Padding(4);
this.aadApplicationComboBox.Name = "aadApplicationComboBox";
this.aadApplicationComboBox.Size = new System.Drawing.Size(187, 32);
this.aadApplicationComboBox.Size = new System.Drawing.Size(204, 33);
this.aadApplicationComboBox.TabIndex = 15;
//
// authMethodGroupBox
//
this.authMethodGroupBox.Controls.Add(this.serviceAuthRadioButton);
this.authMethodGroupBox.Controls.Add(this.userAuthRadioButton);
this.authMethodGroupBox.Location = new System.Drawing.Point(10, 220);
this.authMethodGroupBox.Location = new System.Drawing.Point(11, 229);
this.authMethodGroupBox.Margin = new System.Windows.Forms.Padding(4);
this.authMethodGroupBox.Name = "authMethodGroupBox";
this.authMethodGroupBox.Padding = new System.Windows.Forms.Padding(4);
this.authMethodGroupBox.Size = new System.Drawing.Size(246, 126);
this.authMethodGroupBox.Size = new System.Drawing.Size(268, 131);
this.authMethodGroupBox.TabIndex = 14;
this.authMethodGroupBox.TabStop = false;
this.authMethodGroupBox.Text = "Authentication method";
@ -131,10 +131,10 @@ namespace RecurringIntegrationsScheduler.Forms
// serviceAuthRadioButton
//
this.serviceAuthRadioButton.AutoSize = true;
this.serviceAuthRadioButton.Location = new System.Drawing.Point(10, 81);
this.serviceAuthRadioButton.Location = new System.Drawing.Point(11, 84);
this.serviceAuthRadioButton.Margin = new System.Windows.Forms.Padding(4);
this.serviceAuthRadioButton.Name = "serviceAuthRadioButton";
this.serviceAuthRadioButton.Size = new System.Drawing.Size(229, 29);
this.serviceAuthRadioButton.Size = new System.Drawing.Size(256, 29);
this.serviceAuthRadioButton.TabIndex = 1;
this.serviceAuthRadioButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Service_authentication;
this.serviceAuthRadioButton.UseVisualStyleBackColor = true;
@ -144,10 +144,10 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.userAuthRadioButton.AutoSize = true;
this.userAuthRadioButton.Checked = true;
this.userAuthRadioButton.Location = new System.Drawing.Point(10, 40);
this.userAuthRadioButton.Location = new System.Drawing.Point(11, 42);
this.userAuthRadioButton.Margin = new System.Windows.Forms.Padding(4);
this.userAuthRadioButton.Name = "userAuthRadioButton";
this.userAuthRadioButton.Size = new System.Drawing.Size(204, 29);
this.userAuthRadioButton.Size = new System.Drawing.Size(229, 29);
this.userAuthRadioButton.TabIndex = 0;
this.userAuthRadioButton.TabStop = true;
this.userAuthRadioButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.User_authentication;
@ -155,20 +155,20 @@ namespace RecurringIntegrationsScheduler.Forms
//
// messagesTextBox
//
this.messagesTextBox.Location = new System.Drawing.Point(10, 356);
this.messagesTextBox.Location = new System.Drawing.Point(11, 371);
this.messagesTextBox.Margin = new System.Windows.Forms.Padding(4);
this.messagesTextBox.Multiline = true;
this.messagesTextBox.Name = "messagesTextBox";
this.messagesTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.messagesTextBox.Size = new System.Drawing.Size(922, 184);
this.messagesTextBox.Size = new System.Drawing.Size(1005, 191);
this.messagesTextBox.TabIndex = 13;
//
// validateButton
//
this.validateButton.Location = new System.Drawing.Point(755, 298);
this.validateButton.Location = new System.Drawing.Point(824, 310);
this.validateButton.Margin = new System.Windows.Forms.Padding(4);
this.validateButton.Name = "validateButton";
this.validateButton.Size = new System.Drawing.Size(179, 38);
this.validateButton.Size = new System.Drawing.Size(195, 40);
this.validateButton.TabIndex = 12;
this.validateButton.Text = global::RecurringIntegrationsScheduler.Properties.Resources.Validate;
this.validateButton.UseVisualStyleBackColor = true;
@ -178,93 +178,94 @@ namespace RecurringIntegrationsScheduler.Forms
//
this.tenantTextBox.BackColor = System.Drawing.SystemColors.Control;
this.tenantTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.tenantTextBox.Location = new System.Drawing.Point(248, 170);
this.tenantTextBox.Location = new System.Drawing.Point(271, 177);
this.tenantTextBox.Margin = new System.Windows.Forms.Padding(4);
this.tenantTextBox.Name = "tenantTextBox";
this.tenantTextBox.Size = new System.Drawing.Size(686, 22);
this.tenantTextBox.Size = new System.Drawing.Size(748, 24);
this.tenantTextBox.TabIndex = 11;
//
// authEndPointTextBox
//
this.authEndPointTextBox.BackColor = System.Drawing.SystemColors.Control;
this.authEndPointTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.authEndPointTextBox.Location = new System.Drawing.Point(248, 126);
this.authEndPointTextBox.Location = new System.Drawing.Point(271, 131);
this.authEndPointTextBox.Margin = new System.Windows.Forms.Padding(4);
this.authEndPointTextBox.Name = "authEndPointTextBox";
this.authEndPointTextBox.Size = new System.Drawing.Size(686, 22);
this.authEndPointTextBox.Size = new System.Drawing.Size(748, 24);
this.authEndPointTextBox.TabIndex = 9;
//
// aosURLTextBox
//
this.aosURLTextBox.BackColor = System.Drawing.SystemColors.Control;
this.aosURLTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.aosURLTextBox.Location = new System.Drawing.Point(248, 80);
this.aosURLTextBox.Location = new System.Drawing.Point(271, 83);
this.aosURLTextBox.Margin = new System.Windows.Forms.Padding(4);
this.aosURLTextBox.Name = "aosURLTextBox";
this.aosURLTextBox.Size = new System.Drawing.Size(686, 22);
this.aosURLTextBox.Size = new System.Drawing.Size(748, 24);
this.aosURLTextBox.TabIndex = 8;
//
// axInstanceNameTextBox
//
this.axInstanceNameTextBox.BackColor = System.Drawing.SystemColors.Control;
this.axInstanceNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.axInstanceNameTextBox.Location = new System.Drawing.Point(248, 33);
this.axInstanceNameTextBox.Location = new System.Drawing.Point(271, 34);
this.axInstanceNameTextBox.Margin = new System.Windows.Forms.Padding(4);
this.axInstanceNameTextBox.Name = "axInstanceNameTextBox";
this.axInstanceNameTextBox.Size = new System.Drawing.Size(686, 22);
this.axInstanceNameTextBox.Size = new System.Drawing.Size(748, 24);
this.axInstanceNameTextBox.TabIndex = 7;
//
// tenantLabel
//
this.tenantLabel.AutoSize = true;
this.tenantLabel.Location = new System.Drawing.Point(135, 170);
this.tenantLabel.Location = new System.Drawing.Point(147, 177);
this.tenantLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.tenantLabel.Name = "tenantLabel";
this.tenantLabel.Size = new System.Drawing.Size(106, 25);
this.tenantLabel.Size = new System.Drawing.Size(114, 25);
this.tenantLabel.TabIndex = 6;
this.tenantLabel.Text = "Tenant Id :";
//
// authEndpointLabel
//
this.authEndpointLabel.AutoSize = true;
this.authEndpointLabel.Location = new System.Drawing.Point(12, 126);
this.authEndpointLabel.Location = new System.Drawing.Point(13, 131);
this.authEndpointLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.authEndpointLabel.Name = "authEndpointLabel";
this.authEndpointLabel.Size = new System.Drawing.Size(227, 25);
this.authEndpointLabel.Size = new System.Drawing.Size(250, 25);
this.authEndpointLabel.TabIndex = 4;
this.authEndpointLabel.Text = "Authentication endpoint :";
//
// aosURLLabel
//
this.aosURLLabel.AutoSize = true;
this.aosURLLabel.Location = new System.Drawing.Point(133, 80);
this.aosURLLabel.Location = new System.Drawing.Point(145, 83);
this.aosURLLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.aosURLLabel.Name = "aosURLLabel";
this.aosURLLabel.Size = new System.Drawing.Size(110, 25);
this.aosURLLabel.Size = new System.Drawing.Size(116, 25);
this.aosURLLabel.TabIndex = 3;
this.aosURLLabel.Text = "AOS URL :";
//
// axInstanceNameLabel
//
this.axInstanceNameLabel.AutoSize = true;
this.axInstanceNameLabel.Location = new System.Drawing.Point(91, 33);
this.axInstanceNameLabel.Location = new System.Drawing.Point(99, 34);
this.axInstanceNameLabel.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.axInstanceNameLabel.Name = "axInstanceNameLabel";
this.axInstanceNameLabel.Size = new System.Drawing.Size(151, 25);
this.axInstanceNameLabel.Size = new System.Drawing.Size(164, 25);
this.axInstanceNameLabel.TabIndex = 2;
this.axInstanceNameLabel.Text = "Instance name :";
//
// ValidateConnection
//
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(976, 588);
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1065, 612);
this.Controls.Add(this.validateGroupBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(992, 626);
this.MinimumSize = new System.Drawing.Size(1080, 649);
this.Name = "ValidateConnection";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;