in 2LCS/Forms/Parameters.Designer.cs [29:233]
private void InitializeComponent()
{
this.AutoRefreshCheckBox = new System.Windows.Forms.CheckBox();
this.closeButton = new System.Windows.Forms.Button();
this.groupBoxExportConfig = new System.Windows.Forms.GroupBox();
this.labelOrgNameExcl = new System.Windows.Forms.Label();
this.textBoxProjectExcl = new System.Windows.Forms.TextBox();
this.groupBoxUIConfig = new System.Windows.Forms.GroupBox();
this.minimizeToNotificationArea = new System.Windows.Forms.CheckBox();
this.groupBoxCaching = new System.Windows.Forms.GroupBox();
this.ClearCacheButton = new System.Windows.Forms.Button();
this.StoreCacheCheckBox = new System.Windows.Forms.CheckBox();
this.CachingEnabledCheckbox = new System.Windows.Forms.CheckBox();
this.groupCHE = new System.Windows.Forms.GroupBox();
this.uriSchemeEnabled = new System.Windows.Forms.CheckBox();
this.alwaysLogAsAdmin = new System.Windows.Forms.CheckBox();
this.groupBoxExportConfig.SuspendLayout();
this.groupBoxUIConfig.SuspendLayout();
this.groupBoxCaching.SuspendLayout();
this.groupCHE.SuspendLayout();
this.SuspendLayout();
//
// AutoRefreshCheckBox
//
this.AutoRefreshCheckBox.AutoSize = true;
this.AutoRefreshCheckBox.Location = new System.Drawing.Point(6, 16);
this.AutoRefreshCheckBox.Margin = new System.Windows.Forms.Padding(2);
this.AutoRefreshCheckBox.Name = "AutoRefreshCheckBox";
this.AutoRefreshCheckBox.Size = new System.Drawing.Size(264, 17);
this.AutoRefreshCheckBox.TabIndex = 0;
this.AutoRefreshCheckBox.Text = "Auto-refresh list of instances after switching project";
this.AutoRefreshCheckBox.UseVisualStyleBackColor = true;
//
// closeButton
//
this.closeButton.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.closeButton.Location = new System.Drawing.Point(234, 290);
this.closeButton.Margin = new System.Windows.Forms.Padding(2);
this.closeButton.Name = "closeButton";
this.closeButton.Size = new System.Drawing.Size(122, 21);
this.closeButton.TabIndex = 4;
this.closeButton.Text = "Close";
this.closeButton.UseVisualStyleBackColor = true;
this.closeButton.Click += new System.EventHandler(this.OkButton_Click);
//
// groupBoxExportConfig
//
this.groupBoxExportConfig.Controls.Add(this.labelOrgNameExcl);
this.groupBoxExportConfig.Controls.Add(this.textBoxProjectExcl);
this.groupBoxExportConfig.Location = new System.Drawing.Point(9, 145);
this.groupBoxExportConfig.Margin = new System.Windows.Forms.Padding(2);
this.groupBoxExportConfig.Name = "groupBoxExportConfig";
this.groupBoxExportConfig.Padding = new System.Windows.Forms.Padding(2);
this.groupBoxExportConfig.Size = new System.Drawing.Size(347, 59);
this.groupBoxExportConfig.TabIndex = 5;
this.groupBoxExportConfig.TabStop = false;
this.groupBoxExportConfig.Text = "Export instances/updates";
//
// labelOrgNameExcl
//
this.labelOrgNameExcl.Location = new System.Drawing.Point(3, 20);
this.labelOrgNameExcl.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.labelOrgNameExcl.Name = "labelOrgNameExcl";
this.labelOrgNameExcl.Size = new System.Drawing.Size(181, 28);
this.labelOrgNameExcl.TabIndex = 1;
this.labelOrgNameExcl.Text = "Exclude projects for all organizations containing the following string\r\n\r\n";
//
// textBoxProjectExcl
//
this.textBoxProjectExcl.Location = new System.Drawing.Point(188, 32);
this.textBoxProjectExcl.Margin = new System.Windows.Forms.Padding(2);
this.textBoxProjectExcl.Name = "textBoxProjectExcl";
this.textBoxProjectExcl.Size = new System.Drawing.Size(158, 20);
this.textBoxProjectExcl.TabIndex = 0;
//
// groupBoxUIConfig
//
this.groupBoxUIConfig.Controls.Add(this.minimizeToNotificationArea);
this.groupBoxUIConfig.Controls.Add(this.AutoRefreshCheckBox);
this.groupBoxUIConfig.Location = new System.Drawing.Point(9, 7);
this.groupBoxUIConfig.Margin = new System.Windows.Forms.Padding(2);
this.groupBoxUIConfig.Name = "groupBoxUIConfig";
this.groupBoxUIConfig.Padding = new System.Windows.Forms.Padding(2);
this.groupBoxUIConfig.Size = new System.Drawing.Size(347, 66);
this.groupBoxUIConfig.TabIndex = 6;
this.groupBoxUIConfig.TabStop = false;
this.groupBoxUIConfig.Text = "UI";
//
// minimizeToNotificationArea
//
this.minimizeToNotificationArea.AutoSize = true;
this.minimizeToNotificationArea.Location = new System.Drawing.Point(5, 37);
this.minimizeToNotificationArea.Name = "minimizeToNotificationArea";
this.minimizeToNotificationArea.Size = new System.Drawing.Size(254, 17);
this.minimizeToNotificationArea.TabIndex = 2;
this.minimizeToNotificationArea.Text = "Closing the window minimizes to notification area";
this.minimizeToNotificationArea.UseVisualStyleBackColor = true;
//
// groupBoxCaching
//
this.groupBoxCaching.Controls.Add(this.ClearCacheButton);
this.groupBoxCaching.Controls.Add(this.StoreCacheCheckBox);
this.groupBoxCaching.Controls.Add(this.CachingEnabledCheckbox);
this.groupBoxCaching.Location = new System.Drawing.Point(9, 77);
this.groupBoxCaching.Margin = new System.Windows.Forms.Padding(2);
this.groupBoxCaching.Name = "groupBoxCaching";
this.groupBoxCaching.Padding = new System.Windows.Forms.Padding(2);
this.groupBoxCaching.Size = new System.Drawing.Size(347, 64);
this.groupBoxCaching.TabIndex = 7;
this.groupBoxCaching.TabStop = false;
this.groupBoxCaching.Text = "Caching";
//
// ClearCacheButton
//
this.ClearCacheButton.Location = new System.Drawing.Point(236, 32);
this.ClearCacheButton.Name = "ClearCacheButton";
this.ClearCacheButton.Size = new System.Drawing.Size(106, 23);
this.ClearCacheButton.TabIndex = 2;
this.ClearCacheButton.Text = "Clear cache";
this.ClearCacheButton.UseVisualStyleBackColor = true;
this.ClearCacheButton.Click += new System.EventHandler(this.ClearCacheButton_Click);
//
// StoreCacheCheckBox
//
this.StoreCacheCheckBox.AutoSize = true;
this.StoreCacheCheckBox.Location = new System.Drawing.Point(4, 37);
this.StoreCacheCheckBox.Margin = new System.Windows.Forms.Padding(2);
this.StoreCacheCheckBox.Name = "StoreCacheCheckBox";
this.StoreCacheCheckBox.Size = new System.Drawing.Size(212, 17);
this.StoreCacheCheckBox.TabIndex = 1;
this.StoreCacheCheckBox.Text = "Save cache on exit and load on startup";
this.StoreCacheCheckBox.UseVisualStyleBackColor = true;
//
// CachingEnabledCheckbox
//
this.CachingEnabledCheckbox.AutoSize = true;
this.CachingEnabledCheckbox.Location = new System.Drawing.Point(4, 16);
this.CachingEnabledCheckbox.Margin = new System.Windows.Forms.Padding(2);
this.CachingEnabledCheckbox.Name = "CachingEnabledCheckbox";
this.CachingEnabledCheckbox.Size = new System.Drawing.Size(110, 17);
this.CachingEnabledCheckbox.TabIndex = 0;
this.CachingEnabledCheckbox.Text = "Enabled (memory)";
this.CachingEnabledCheckbox.UseVisualStyleBackColor = true;
this.CachingEnabledCheckbox.CheckedChanged += new System.EventHandler(this.CachingEnabledCheckbox_CheckedChanged);
//
// groupCHE
//
this.groupCHE.Controls.Add(this.uriSchemeEnabled);
this.groupCHE.Controls.Add(this.alwaysLogAsAdmin);
this.groupCHE.Location = new System.Drawing.Point(10, 210);
this.groupCHE.Name = "groupCHE";
this.groupCHE.Size = new System.Drawing.Size(346, 70);
this.groupCHE.TabIndex = 9;
this.groupCHE.TabStop = false;
this.groupCHE.Text = "Cloud-hosted environments";
//
// uriSchemeEnabled
//
this.uriSchemeEnabled.Location = new System.Drawing.Point(5, 42);
this.uriSchemeEnabled.Margin = new System.Windows.Forms.Padding(2);
this.uriSchemeEnabled.Name = "uriSchemeEnabled";
this.uriSchemeEnabled.Size = new System.Drawing.Size(169, 20);
this.uriSchemeEnabled.TabIndex = 1;
this.uriSchemeEnabled.Text = "Enable URI scheme support";
this.uriSchemeEnabled.CheckedChanged += new System.EventHandler(this.OnUriSchemeEnabledCheckedChanged);
//
// alwaysLogAsAdmin
//
this.alwaysLogAsAdmin.Location = new System.Drawing.Point(5, 18);
this.alwaysLogAsAdmin.Margin = new System.Windows.Forms.Padding(2);
this.alwaysLogAsAdmin.Name = "alwaysLogAsAdmin";
this.alwaysLogAsAdmin.Size = new System.Drawing.Size(153, 20);
this.alwaysLogAsAdmin.TabIndex = 0;
this.alwaysLogAsAdmin.Text = "Always log as admin user";
//
// Parameters
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(389, 321);
this.Controls.Add(this.groupBoxUIConfig);
this.Controls.Add(this.groupBoxCaching);
this.Controls.Add(this.groupBoxExportConfig);
this.Controls.Add(this.groupCHE);
this.Controls.Add(this.closeButton);
this.Icon = global::LCS.Properties.Resources.favicon_blue;
this.Margin = new System.Windows.Forms.Padding(2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Parameters";
this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Parameters";
this.Load += new System.EventHandler(this.Parameters_Load);
this.groupBoxExportConfig.ResumeLayout(false);
this.groupBoxExportConfig.PerformLayout();
this.groupBoxUIConfig.ResumeLayout(false);
this.groupBoxUIConfig.PerformLayout();
this.groupBoxCaching.ResumeLayout(false);
this.groupBoxCaching.PerformLayout();
this.groupCHE.ResumeLayout(false);
this.ResumeLayout(false);
}