/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     GroupControls.RadioButtonListItem radioButtonListItem1   = new GroupControls.RadioButtonListItem();
     GroupControls.RadioButtonListItem radioButtonListItem2   = new GroupControls.RadioButtonListItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucSINnersOptions));
     this.tlpAllOptions          = new System.Windows.Forms.TableLayoutPanel();
     this.gpRadioOnlyPublic      = new System.Windows.Forms.GroupBox();
     this.rbListUserMode         = new GroupControls.RadioButtonList();
     this.gbRegisteredMode       = new System.Windows.Forms.GroupBox();
     this.tlpOptions             = new System.Windows.Forms.TableLayoutPanel();
     this.gbVisibility           = new System.Windows.Forms.GroupBox();
     this.tlpVisibility          = new System.Windows.Forms.TableLayoutPanel();
     this.cbVisibilityIsPublic   = new System.Windows.Forms.CheckBox();
     this.bEditDefaultVisibility = new System.Windows.Forms.Button();
     this.label1             = new System.Windows.Forms.Label();
     this.bTempPathBrowse    = new System.Windows.Forms.Button();
     this.lSINnerUrl         = new System.Windows.Forms.Label();
     this.cbSINnerUrl        = new System.Windows.Forms.ComboBox();
     this.tbHelptext         = new System.Windows.Forms.TextBox();
     this.cbUploadOnSave     = new System.Windows.Forms.CheckBox();
     this.flpTempFolder      = new System.Windows.Forms.FlowLayoutPanel();
     this.label3             = new System.Windows.Forms.Label();
     this.tbTempDownloadPath = new System.Windows.Forms.TextBox();
     this.bMultiUpload       = new System.Windows.Forms.Button();
     this.bLogin             = new System.Windows.Forms.Button();
     this.tlpAccount         = new System.Windows.Forms.TableLayoutPanel();
     this.cbRoles            = new System.Windows.Forms.ComboBox();
     this.lUsername          = new System.Windows.Forms.Label();
     this.gpPublicMode       = new System.Windows.Forms.GroupBox();
     this.tlpPublicMode      = new System.Windows.Forms.TableLayoutPanel();
     this.cbIgnoreWarnings   = new System.Windows.Forms.CheckBox();
     this.backgroundWorker1  = new System.ComponentModel.BackgroundWorker();
     this.backgroundWorker2  = new System.ComponentModel.BackgroundWorker();
     this.tlpAllOptions.SuspendLayout();
     this.gpRadioOnlyPublic.SuspendLayout();
     this.rbListUserMode.SuspendLayout();
     this.gbRegisteredMode.SuspendLayout();
     this.tlpOptions.SuspendLayout();
     this.gbVisibility.SuspendLayout();
     this.tlpVisibility.SuspendLayout();
     this.flpTempFolder.SuspendLayout();
     this.tlpAccount.SuspendLayout();
     this.gpPublicMode.SuspendLayout();
     this.tlpPublicMode.SuspendLayout();
     this.SuspendLayout();
     //
     // tlpAllOptions
     //
     this.tlpAllOptions.AutoSize     = true;
     this.tlpAllOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpAllOptions.ColumnCount  = 2;
     this.tlpAllOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 350F));
     this.tlpAllOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpAllOptions.Controls.Add(this.gpRadioOnlyPublic, 0, 0);
     this.tlpAllOptions.Controls.Add(this.gbRegisteredMode, 0, 1);
     this.tlpAllOptions.Controls.Add(this.gpPublicMode, 1, 0);
     this.tlpAllOptions.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tlpAllOptions.Location = new System.Drawing.Point(0, 0);
     this.tlpAllOptions.Name     = "tlpAllOptions";
     this.tlpAllOptions.RowCount = 2;
     this.tlpAllOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
     this.tlpAllOptions.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tlpAllOptions.Size     = new System.Drawing.Size(673, 509);
     this.tlpAllOptions.TabIndex = 0;
     //
     // gpRadioOnlyPublic
     //
     this.gpRadioOnlyPublic.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.gpRadioOnlyPublic.Controls.Add(this.rbListUserMode);
     this.gpRadioOnlyPublic.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gpRadioOnlyPublic.Location = new System.Drawing.Point(3, 3);
     this.gpRadioOnlyPublic.Name     = "gpRadioOnlyPublic";
     this.gpRadioOnlyPublic.Size     = new System.Drawing.Size(344, 94);
     this.gpRadioOnlyPublic.TabIndex = 3;
     this.gpRadioOnlyPublic.TabStop  = false;
     this.gpRadioOnlyPublic.Text     = "Anonymous or Registered User";
     //
     // rbListUserMode
     //
     this.rbListUserMode.AutoScrollMinSize = new System.Drawing.Size(338, 68);
     this.rbListUserMode.Dock         = System.Windows.Forms.DockStyle.Fill;
     radioButtonListItem1.Checked     = true;
     radioButtonListItem1.Subtext     = "use only functions available for none registered users";
     radioButtonListItem1.Tag         = "public";
     radioButtonListItem1.Text        = "Public Mode";
     radioButtonListItem1.ToolTipText = "";
     radioButtonListItem2.Subtext     = "use enchanced functionality (requires registration)";
     radioButtonListItem2.Tag         = "registered";
     radioButtonListItem2.Text        = "Registered Mode";
     this.rbListUserMode.Items.AddRange(new GroupControls.RadioButtonListItem[] {
         radioButtonListItem1,
         radioButtonListItem2
     });
     this.rbListUserMode.Location = new System.Drawing.Point(3, 16);
     this.rbListUserMode.Name     = "rbListUserMode";
     this.rbListUserMode.Size     = new System.Drawing.Size(338, 75);
     this.rbListUserMode.TabIndex = 0;
     //
     // gbRegisteredMode
     //
     this.gbRegisteredMode.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
     this.gbRegisteredMode.AutoSize     = true;
     this.gbRegisteredMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpAllOptions.SetColumnSpan(this.gbRegisteredMode, 2);
     this.gbRegisteredMode.Controls.Add(this.tlpOptions);
     this.gbRegisteredMode.Location = new System.Drawing.Point(3, 103);
     this.gbRegisteredMode.Name     = "gbRegisteredMode";
     this.gbRegisteredMode.Size     = new System.Drawing.Size(667, 403);
     this.gbRegisteredMode.TabIndex = 4;
     this.gbRegisteredMode.TabStop  = false;
     this.gbRegisteredMode.Text     = "Registered Mode";
     //
     // tlpOptions
     //
     this.tlpOptions.AutoSize     = true;
     this.tlpOptions.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpOptions.ColumnCount  = 5;
     this.tlpOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpOptions.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpOptions.Controls.Add(this.gbVisibility, 0, 2);
     this.tlpOptions.Controls.Add(this.label1, 0, 0);
     this.tlpOptions.Controls.Add(this.bTempPathBrowse, 2, 6);
     this.tlpOptions.Controls.Add(this.lSINnerUrl, 0, 1);
     this.tlpOptions.Controls.Add(this.cbSINnerUrl, 1, 1);
     this.tlpOptions.Controls.Add(this.tbHelptext, 0, 7);
     this.tlpOptions.Controls.Add(this.cbUploadOnSave, 0, 4);
     this.tlpOptions.Controls.Add(this.flpTempFolder, 0, 6);
     this.tlpOptions.Controls.Add(this.bMultiUpload, 2, 2);
     this.tlpOptions.Controls.Add(this.bLogin, 2, 0);
     this.tlpOptions.Controls.Add(this.tlpAccount, 1, 0);
     this.tlpOptions.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tlpOptions.Location = new System.Drawing.Point(3, 16);
     this.tlpOptions.Name     = "tlpOptions";
     this.tlpOptions.RowCount = 7;
     this.tlpOptions.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpOptions.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpOptions.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpOptions.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpOptions.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpOptions.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpOptions.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpOptions.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpOptions.Size     = new System.Drawing.Size(661, 384);
     this.tlpOptions.TabIndex = 2;
     //
     // gbVisibility
     //
     this.gbVisibility.AutoSize     = true;
     this.gbVisibility.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpOptions.SetColumnSpan(this.gbVisibility, 2);
     this.gbVisibility.Controls.Add(this.tlpVisibility);
     this.gbVisibility.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.gbVisibility.Location    = new System.Drawing.Point(3, 70);
     this.gbVisibility.MaximumSize = new System.Drawing.Size(400, 100);
     this.gbVisibility.MinimumSize = new System.Drawing.Size(100, 0);
     this.gbVisibility.Name        = "gbVisibility";
     this.gbVisibility.Size        = new System.Drawing.Size(400, 59);
     this.gbVisibility.TabIndex    = 7;
     this.gbVisibility.TabStop     = false;
     this.gbVisibility.Text        = "Visibility of uploaded SINner";
     //
     // tlpVisibility
     //
     this.tlpVisibility.AutoSize     = true;
     this.tlpVisibility.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpVisibility.ColumnCount  = 2;
     this.tlpVisibility.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpVisibility.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpVisibility.Controls.Add(this.cbVisibilityIsPublic, 0, 0);
     this.tlpVisibility.Controls.Add(this.bEditDefaultVisibility, 1, 0);
     this.tlpVisibility.Dock        = System.Windows.Forms.DockStyle.Top;
     this.tlpVisibility.Location    = new System.Drawing.Point(3, 16);
     this.tlpVisibility.MinimumSize = new System.Drawing.Size(40, 40);
     this.tlpVisibility.Name        = "tlpVisibility";
     this.tlpVisibility.RowCount    = 1;
     this.tlpVisibility.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpVisibility.Size     = new System.Drawing.Size(394, 40);
     this.tlpVisibility.TabIndex = 0;
     //
     // cbVisibilityIsPublic
     //
     this.cbVisibilityIsPublic.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.cbVisibilityIsPublic.AutoSize = true;
     this.cbVisibilityIsPublic.Location = new System.Drawing.Point(3, 3);
     this.cbVisibilityIsPublic.Name     = "cbVisibilityIsPublic";
     this.cbVisibilityIsPublic.Size     = new System.Drawing.Size(176, 34);
     this.cbVisibilityIsPublic.TabIndex = 0;
     this.cbVisibilityIsPublic.Text     = "discoverable (upcoming search)";
     this.cbVisibilityIsPublic.UseVisualStyleBackColor = true;
     //
     // bEditDefaultVisibility
     //
     this.bEditDefaultVisibility.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.bEditDefaultVisibility.Location = new System.Drawing.Point(185, 8);
     this.bEditDefaultVisibility.Name     = "bEditDefaultVisibility";
     this.bEditDefaultVisibility.Size     = new System.Drawing.Size(249, 23);
     this.bEditDefaultVisibility.TabIndex = 2;
     this.bEditDefaultVisibility.Text     = "set default Users";
     this.bEditDefaultVisibility.UseVisualStyleBackColor = true;
     this.bEditDefaultVisibility.Click += new System.EventHandler(this.BEditDefaultVisibility_Click);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label1.Location  = new System.Drawing.Point(3, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(50, 40);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "Account:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // bTempPathBrowse
     //
     this.bTempPathBrowse.AutoSize                = true;
     this.bTempPathBrowse.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.bTempPathBrowse.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.bTempPathBrowse.Location                = new System.Drawing.Point(410, 158);
     this.bTempPathBrowse.Name                    = "bTempPathBrowse";
     this.bTempPathBrowse.Size                    = new System.Drawing.Size(248, 26);
     this.bTempPathBrowse.TabIndex                = 15;
     this.bTempPathBrowse.Text                    = "Browse";
     this.bTempPathBrowse.UseVisualStyleBackColor = true;
     this.bTempPathBrowse.Click                  += new System.EventHandler(this.BTempPathBrowse_Click);
     //
     // lSINnerUrl
     //
     this.lSINnerUrl.AutoSize  = true;
     this.lSINnerUrl.Dock      = System.Windows.Forms.DockStyle.Left;
     this.lSINnerUrl.Location  = new System.Drawing.Point(3, 40);
     this.lSINnerUrl.Name      = "lSINnerUrl";
     this.lSINnerUrl.Size      = new System.Drawing.Size(23, 27);
     this.lSINnerUrl.TabIndex  = 4;
     this.lSINnerUrl.Text      = "Url:";
     this.lSINnerUrl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cbSINnerUrl
     //
     this.cbSINnerUrl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.cbSINnerUrl.FormattingEnabled = true;
     this.cbSINnerUrl.Location          = new System.Drawing.Point(59, 43);
     this.cbSINnerUrl.MinimumSize       = new System.Drawing.Size(200, 0);
     this.cbSINnerUrl.Name                  = "cbSINnerUrl";
     this.cbSINnerUrl.Size                  = new System.Drawing.Size(345, 21);
     this.cbSINnerUrl.TabIndex              = 5;
     this.cbSINnerUrl.SelectedIndexChanged += new System.EventHandler(this.CbSINnerUrl_SelectedValueChanged);
     //
     // tbHelptext
     //
     this.tbHelptext.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.tbHelptext.BackColor = System.Drawing.SystemColors.Control;
     this.tlpOptions.SetColumnSpan(this.tbHelptext, 3);
     this.tbHelptext.Location   = new System.Drawing.Point(3, 190);
     this.tbHelptext.Multiline  = true;
     this.tbHelptext.Name       = "tbHelptext";
     this.tbHelptext.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
     this.tbHelptext.Size       = new System.Drawing.Size(655, 191);
     this.tbHelptext.TabIndex   = 8;
     this.tbHelptext.Text       = resources.GetString("tbHelptext.Text");
     //
     // cbUploadOnSave
     //
     this.cbUploadOnSave.AutoSize = true;
     this.tlpOptions.SetColumnSpan(this.cbUploadOnSave, 3);
     this.cbUploadOnSave.Location = new System.Drawing.Point(3, 135);
     this.cbUploadOnSave.Name     = "cbUploadOnSave";
     this.cbUploadOnSave.Size     = new System.Drawing.Size(240, 17);
     this.cbUploadOnSave.TabIndex = 10;
     this.cbUploadOnSave.Text     = "Upload on Save automatically (\"onlinemode\")";
     this.cbUploadOnSave.UseVisualStyleBackColor = true;
     //
     // flpTempFolder
     //
     this.flpTempFolder.AutoSize     = true;
     this.flpTempFolder.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpOptions.SetColumnSpan(this.flpTempFolder, 2);
     this.flpTempFolder.Controls.Add(this.label3);
     this.flpTempFolder.Controls.Add(this.tbTempDownloadPath);
     this.flpTempFolder.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.flpTempFolder.Location = new System.Drawing.Point(3, 158);
     this.flpTempFolder.Name     = "flpTempFolder";
     this.flpTempFolder.Size     = new System.Drawing.Size(401, 26);
     this.flpTempFolder.TabIndex = 17;
     //
     // label3
     //
     this.label3.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(3, 6);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(81, 13);
     this.label3.TabIndex = 13;
     this.label3.Text     = "Downloadfolder";
     //
     // tbTempDownloadPath
     //
     this.tbTempDownloadPath.Dock     = System.Windows.Forms.DockStyle.Top;
     this.tbTempDownloadPath.Location = new System.Drawing.Point(90, 3);
     this.tbTempDownloadPath.Name     = "tbTempDownloadPath";
     this.tbTempDownloadPath.ReadOnly = true;
     this.tbTempDownloadPath.Size     = new System.Drawing.Size(291, 20);
     this.tbTempDownloadPath.TabIndex = 14;
     //
     // bMultiUpload
     //
     this.bMultiUpload.AutoSize                = true;
     this.bMultiUpload.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.bMultiUpload.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.bMultiUpload.Location                = new System.Drawing.Point(410, 70);
     this.bMultiUpload.MinimumSize             = new System.Drawing.Size(100, 10);
     this.bMultiUpload.Name                    = "bMultiUpload";
     this.bMultiUpload.Size                    = new System.Drawing.Size(248, 59);
     this.bMultiUpload.TabIndex                = 9;
     this.bMultiUpload.Text                    = "Multi-Upload";
     this.bMultiUpload.UseVisualStyleBackColor = true;
     this.bMultiUpload.Click                  += new System.EventHandler(this.bMultiUpload_Click);
     //
     // bLogin
     //
     this.bLogin.AutoSizeMode            = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.bLogin.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.bLogin.Location                = new System.Drawing.Point(410, 3);
     this.bLogin.Name                    = "bLogin";
     this.bLogin.Size                    = new System.Drawing.Size(248, 34);
     this.bLogin.TabIndex                = 0;
     this.bLogin.Text                    = "Login";
     this.bLogin.UseVisualStyleBackColor = true;
     this.bLogin.Click                  += new System.EventHandler(this.bLogin_ClickAsync);
     //
     // tlpAccount
     //
     this.tlpAccount.AutoSize     = true;
     this.tlpAccount.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpAccount.ColumnCount  = 2;
     this.tlpAccount.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpAccount.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
     this.tlpAccount.Controls.Add(this.cbRoles, 1, 0);
     this.tlpAccount.Controls.Add(this.lUsername, 0, 0);
     this.tlpAccount.Dock     = System.Windows.Forms.DockStyle.Left;
     this.tlpAccount.Location = new System.Drawing.Point(59, 3);
     this.tlpAccount.Name     = "tlpAccount";
     this.tlpAccount.RowCount = 1;
     this.tlpAccount.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tlpAccount.Size     = new System.Drawing.Size(331, 34);
     this.tlpAccount.TabIndex = 18;
     //
     // cbRoles
     //
     this.cbRoles.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.cbRoles.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbRoles.FormattingEnabled = true;
     this.cbRoles.Location          = new System.Drawing.Point(38, 6);
     this.cbRoles.Name     = "cbRoles";
     this.cbRoles.Size     = new System.Drawing.Size(290, 21);
     this.cbRoles.TabIndex = 16;
     //
     // lUsername
     //
     this.lUsername.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.lUsername.AutoSize = true;
     this.lUsername.Location = new System.Drawing.Point(3, 10);
     this.lUsername.Name     = "lUsername";
     this.lUsername.Size     = new System.Drawing.Size(29, 13);
     this.lUsername.TabIndex = 17;
     this.lUsername.Text     = "User";
     //
     // gpPublicMode
     //
     this.gpPublicMode.AutoSize     = true;
     this.gpPublicMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.gpPublicMode.Controls.Add(this.tlpPublicMode);
     this.gpPublicMode.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.gpPublicMode.Location    = new System.Drawing.Point(353, 3);
     this.gpPublicMode.MaximumSize = new System.Drawing.Size(300, 160);
     this.gpPublicMode.Name        = "gpPublicMode";
     this.gpPublicMode.Size        = new System.Drawing.Size(300, 94);
     this.gpPublicMode.TabIndex    = 5;
     this.gpPublicMode.TabStop     = false;
     this.gpPublicMode.Text        = "Public Mode";
     //
     // tlpPublicMode
     //
     this.tlpPublicMode.AutoSize     = true;
     this.tlpPublicMode.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.tlpPublicMode.ColumnCount  = 2;
     this.tlpPublicMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tlpPublicMode.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tlpPublicMode.Controls.Add(this.cbIgnoreWarnings, 0, 0);
     this.tlpPublicMode.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tlpPublicMode.Location = new System.Drawing.Point(3, 16);
     this.tlpPublicMode.Name     = "tlpPublicMode";
     this.tlpPublicMode.RowCount = 2;
     this.tlpPublicMode.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tlpPublicMode.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tlpPublicMode.Size     = new System.Drawing.Size(294, 75);
     this.tlpPublicMode.TabIndex = 0;
     //
     // cbIgnoreWarnings
     //
     this.cbIgnoreWarnings.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.cbIgnoreWarnings.AutoSize = true;
     this.tlpPublicMode.SetColumnSpan(this.cbIgnoreWarnings, 2);
     this.cbIgnoreWarnings.Location = new System.Drawing.Point(32, 10);
     this.cbIgnoreWarnings.Name     = "cbIgnoreWarnings";
     this.cbIgnoreWarnings.Size     = new System.Drawing.Size(230, 17);
     this.cbIgnoreWarnings.TabIndex = 0;
     this.cbIgnoreWarnings.Text     = "ignore Warnings when opening a character";
     this.cbIgnoreWarnings.UseVisualStyleBackColor = true;
     //
     // ucSINnersOptions
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.AutoSizeMode        = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.Controls.Add(this.tlpAllOptions);
     this.Name = "ucSINnersOptions";
     this.Size = new System.Drawing.Size(673, 509);
     this.tlpAllOptions.ResumeLayout(false);
     this.tlpAllOptions.PerformLayout();
     this.gpRadioOnlyPublic.ResumeLayout(false);
     this.gpRadioOnlyPublic.PerformLayout();
     this.rbListUserMode.ResumeLayout(true);
     this.gbRegisteredMode.ResumeLayout(false);
     this.gbRegisteredMode.PerformLayout();
     this.tlpOptions.ResumeLayout(false);
     this.tlpOptions.PerformLayout();
     this.gbVisibility.ResumeLayout(false);
     this.gbVisibility.PerformLayout();
     this.tlpVisibility.ResumeLayout(false);
     this.tlpVisibility.PerformLayout();
     this.flpTempFolder.ResumeLayout(false);
     this.flpTempFolder.PerformLayout();
     this.tlpAccount.ResumeLayout(false);
     this.tlpAccount.PerformLayout();
     this.gpPublicMode.ResumeLayout(false);
     this.gpPublicMode.PerformLayout();
     this.tlpPublicMode.ResumeLayout(false);
     this.tlpPublicMode.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     GroupControls.CheckBoxListItem checkBoxListItem1         = new GroupControls.CheckBoxListItem();
     GroupControls.CheckBoxListItem checkBoxListItem2         = new GroupControls.CheckBoxListItem();
     GroupControls.CheckBoxListItem checkBoxListItem3         = new GroupControls.CheckBoxListItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     GroupControls.RadioButtonListItem radioButtonListItem1   = new GroupControls.RadioButtonListItem();
     GroupControls.RadioButtonListItem radioButtonListItem2   = new GroupControls.RadioButtonListItem();
     GroupControls.RadioButtonListItem radioButtonListItem3   = new GroupControls.RadioButtonListItem();
     GroupControls.RadioButtonListItem radioButtonListItem4   = new GroupControls.RadioButtonListItem();
     GroupControls.CheckBoxListItem    checkBoxListItem4      = new GroupControls.CheckBoxListItem();
     GroupControls.CheckBoxListItem    checkBoxListItem5      = new GroupControls.CheckBoxListItem();
     GroupControls.CheckBoxListItem    checkBoxListItem6      = new GroupControls.CheckBoxListItem();
     GroupControls.CheckBoxListItem    checkBoxListItem7      = new GroupControls.CheckBoxListItem();
     GroupControls.RadioButtonListItem radioButtonListItem5   = new GroupControls.RadioButtonListItem();
     GroupControls.RadioButtonListItem radioButtonListItem6   = new GroupControls.RadioButtonListItem();
     GroupControls.RadioButtonListItem radioButtonListItem7   = new GroupControls.RadioButtonListItem();
     GroupControls.RadioButtonListItem radioButtonListItem8   = new GroupControls.RadioButtonListItem();
     GroupControls.RadioButtonListItem radioButtonListItem9   = new GroupControls.RadioButtonListItem();
     GroupControls.RadioButtonListItem radioButtonListItem10  = new GroupControls.RadioButtonListItem();
     GroupControls.RadioButtonListItem radioButtonListItem11  = new GroupControls.RadioButtonListItem();
     GroupControls.RadioButtonListItem radioButtonListItem12  = new GroupControls.RadioButtonListItem();
     GroupControls.RadioButtonListItem radioButtonListItem13  = new GroupControls.RadioButtonListItem();
     GroupControls.RadioButtonListItem radioButtonListItem14  = new GroupControls.RadioButtonListItem();
     this.radioButton1      = new System.Windows.Forms.RadioButton();
     this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
     this.checkBox1         = new System.Windows.Forms.CheckBox();
     this.statusStrip1      = new System.Windows.Forms.StatusStrip();
     this.statusLabel       = new System.Windows.Forms.ToolStripStatusLabel();
     this.checkBoxList1     = new GroupControls.CheckBoxList();
     this.radioButtonList1  = new GroupControls.RadioButtonList();
     this.checkBoxList2     = new GroupControls.CheckBoxList();
     this.radioButtonList2  = new GroupControls.RadioButtonList();
     this.tableLayoutPanel1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.checkBoxList1.SuspendLayout();
     this.radioButtonList1.SuspendLayout();
     this.checkBoxList2.SuspendLayout();
     this.radioButtonList2.SuspendLayout();
     this.SuspendLayout();
     //
     // radioButton1
     //
     this.radioButton1.AutoSize = true;
     this.radioButton1.Location = new System.Drawing.Point(342, 62);
     this.radioButton1.Name     = "radioButton1";
     this.radioButton1.Size     = new System.Drawing.Size(85, 17);
     this.radioButton1.TabIndex = 8;
     this.radioButton1.TabStop  = true;
     this.radioButton1.Text     = "radioButton1";
     this.radioButton1.UseVisualStyleBackColor = true;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.AutoSize    = true;
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 58.82353F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 41.17647F));
     this.tableLayoutPanel1.Controls.Add(this.checkBoxList1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.radioButton1, 1, 1);
     this.tableLayoutPanel1.Controls.Add(this.radioButtonList1, 1, 0);
     this.tableLayoutPanel1.Controls.Add(this.checkBox1, 1, 2);
     this.tableLayoutPanel1.Controls.Add(this.checkBoxList2, 1, 3);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.Padding  = new System.Windows.Forms.Padding(0, 0, 0, 4);
     this.tableLayoutPanel1.RowCount = 4;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(577, 225);
     this.tableLayoutPanel1.TabIndex = 9;
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(342, 85);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(80, 17);
     this.checkBox1.TabIndex = 9;
     this.checkBox1.Text     = "checkBox1";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.statusLabel
     });
     this.statusStrip1.Location = new System.Drawing.Point(0, 290);
     this.statusStrip1.Name     = "statusStrip1";
     this.statusStrip1.Size     = new System.Drawing.Size(577, 22);
     this.statusStrip1.TabIndex = 10;
     this.statusStrip1.Text     = "statusStrip1";
     //
     // statusLabel
     //
     this.statusLabel.Name = "statusLabel";
     this.statusLabel.Size = new System.Drawing.Size(0, 17);
     //
     // checkBoxList1
     //
     this.checkBoxList1.AutoScrollMinSize = new System.Drawing.Size(333, 215);
     this.checkBoxList1.AutoSize          = false;
     this.checkBoxList1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.checkBoxList1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     checkBoxListItem1.CheckState = System.Windows.Forms.CheckState.Checked;
     checkBoxListItem1.Subtext    = "Some very long text to test the subtext property and to ensure that it wraps as i" +
                                    "t should and is properly positioned, selected and displayed.";
     checkBoxListItem1.Text        = "&One";
     checkBoxListItem1.ToolTipText = "1";
     checkBoxListItem2.Enabled     = false;
     checkBoxListItem2.Subtext     = "Shorter text";
     checkBoxListItem2.Text        = "&Two";
     checkBoxListItem2.ToolTipText = "2";
     checkBoxListItem3.Subtext     = resources.GetString("checkBoxListItem3.Subtext");
     checkBoxListItem3.Text        = "T&hree";
     checkBoxListItem3.ToolTipText = "3";
     this.checkBoxList1.Items.AddRange(new GroupControls.CheckBoxListItem[] {
         checkBoxListItem1,
         checkBoxListItem2,
         checkBoxListItem3
     });
     this.checkBoxList1.Location = new System.Drawing.Point(3, 3);
     this.checkBoxList1.Name     = "checkBoxList1";
     this.checkBoxList1.Padding  = new System.Windows.Forms.Padding(3);
     this.tableLayoutPanel1.SetRowSpan(this.checkBoxList1, 4);
     this.checkBoxList1.Size                   = new System.Drawing.Size(333, 215);
     this.checkBoxList1.SubtextFont            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.checkBoxList1.TabIndex               = 6;
     this.checkBoxList1.Text                   = "checkBoxList1";
     this.checkBoxList1.ItemCheckStateChanged += new System.EventHandler <GroupControls.CheckBoxListItemCheckStateChangedEventArgs>(this.checkBoxList1_ItemCheckStateChanged);
     //
     // radioButtonList1
     //
     this.radioButtonList1.AutoScrollMinSize = new System.Drawing.Size(232, 53);
     this.radioButtonList1.Dock       = System.Windows.Forms.DockStyle.Top;
     radioButtonListItem1.Enabled     = false;
     radioButtonListItem1.Subtext     = "A hip dude";
     radioButtonListItem1.Text        = "&Al";
     radioButtonListItem1.ToolTipText = "No, really!";
     radioButtonListItem2.Text        = "&Bob";
     radioButtonListItem3.Enabled     = false;
     radioButtonListItem3.Text        = "&Chuck";
     radioButtonListItem4.Subtext     = "Even hipper";
     radioButtonListItem4.Text        = "&Dave";
     this.radioButtonList1.Items.AddRange(new GroupControls.RadioButtonListItem[] {
         radioButtonListItem1,
         radioButtonListItem2,
         radioButtonListItem3,
         radioButtonListItem4
     });
     this.radioButtonList1.Location        = new System.Drawing.Point(342, 3);
     this.radioButtonList1.Name            = "radioButtonList1";
     this.radioButtonList1.Padding         = new System.Windows.Forms.Padding(0, 3, 3, 0);
     this.radioButtonList1.RepeatColumns   = 2;
     this.radioButtonList1.RepeatDirection = GroupControls.RepeatDirection.Horizontal;
     this.radioButtonList1.Size            = new System.Drawing.Size(232, 53);
     this.radioButtonList1.TabIndex        = 3;
     //
     // checkBoxList2
     //
     this.checkBoxList2.AutoScrollMinSize = new System.Drawing.Size(100, 32);
     checkBoxListItem4.Text = "checkBoxItem1";
     checkBoxListItem5.Text = "checkBoxItem2";
     checkBoxListItem6.Text = "checkBoxItem3";
     checkBoxListItem7.Text = "checkBoxItem4";
     this.checkBoxList2.Items.AddRange(new GroupControls.CheckBoxListItem[] {
         checkBoxListItem4,
         checkBoxListItem5,
         checkBoxListItem6,
         checkBoxListItem7
     });
     this.checkBoxList2.Location      = new System.Drawing.Point(342, 108);
     this.checkBoxList2.Name          = "checkBoxList2";
     this.checkBoxList2.RepeatColumns = 2;
     this.checkBoxList2.Size          = new System.Drawing.Size(100, 32);
     this.checkBoxList2.TabIndex      = 10;
     //
     // radioButtonList2
     //
     this.radioButtonList2.AutoScrollMinSize = new System.Drawing.Size(577, 65);
     this.radioButtonList2.CheckAlign        = System.Drawing.ContentAlignment.TopCenter;
     this.radioButtonList2.Dock        = System.Windows.Forms.DockStyle.Bottom;
     radioButtonListItem5.Subtext      = "Very important";
     radioButtonListItem5.Text         = "&1";
     radioButtonListItem5.ToolTipText  = "Mucho importante";
     radioButtonListItem6.Text         = "&2";
     radioButtonListItem7.Text         = "&3";
     radioButtonListItem8.Text         = "&4";
     radioButtonListItem9.Text         = "&5";
     radioButtonListItem10.Text        = "&6";
     radioButtonListItem11.Text        = "&7";
     radioButtonListItem12.Text        = "&8";
     radioButtonListItem13.Text        = "&9";
     radioButtonListItem14.Subtext     = "Very unimportant";
     radioButtonListItem14.Text        = "1&0";
     radioButtonListItem14.ToolTipText = "Poco importante";
     this.radioButtonList2.Items.AddRange(new GroupControls.RadioButtonListItem[] {
         radioButtonListItem5,
         radioButtonListItem6,
         radioButtonListItem7,
         radioButtonListItem8,
         radioButtonListItem9,
         radioButtonListItem10,
         radioButtonListItem11,
         radioButtonListItem12,
         radioButtonListItem13,
         radioButtonListItem14
     });
     this.radioButtonList2.Location              = new System.Drawing.Point(0, 225);
     this.radioButtonList2.Name                  = "radioButtonList2";
     this.radioButtonList2.Padding               = new System.Windows.Forms.Padding(3);
     this.radioButtonList2.RepeatColumns         = 10;
     this.radioButtonList2.Size                  = new System.Drawing.Size(577, 65);
     this.radioButtonList2.TabIndex              = 7;
     this.radioButtonList2.TextAlign             = System.Drawing.ContentAlignment.TopCenter;
     this.radioButtonList2.SelectedIndexChanged += new System.EventHandler(this.radioButtonList2_SelectedIndexChanged);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(577, 312);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.radioButtonList2);
     this.Controls.Add(this.statusStrip1);
     this.Name = "Form1";
     this.Text = "Test GroupControls";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.checkBoxList1.ResumeLayout(true);
     this.radioButtonList1.ResumeLayout(true);
     this.checkBoxList2.ResumeLayout(true);
     this.radioButtonList2.ResumeLayout(true);
     this.ResumeLayout(false);
     this.PerformLayout();
 }