Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(ErrorDialog));
     this.panel1        = new System.Windows.Forms.Panel();
     this.ErrorMessage  = new System.Windows.Forms.RichTextBox();
     this.DismissButton = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.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.panel1.Controls.Add(this.ErrorMessage);
     this.panel1.Location = new System.Drawing.Point(13, 13);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(775, 105);
     this.panel1.TabIndex = 0;
     //
     // ErrorMessage
     //
     this.ErrorMessage.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ErrorMessage.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ErrorMessage.Location  = new System.Drawing.Point(0, 0);
     this.ErrorMessage.Name      = "ErrorMessage";
     this.ErrorMessage.Size      = new System.Drawing.Size(267, 105);
     this.ErrorMessage.TabIndex  = 0;
     this.ErrorMessage.ReadOnly  = true;
     resources.ApplyResources(this.ErrorMessage, "ErrorMessage");
     //
     // DismissButton
     //
     this.DismissButton.Anchor    = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Bottom));
     this.DismissButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.DismissButton.Location  = new System.Drawing.Point(387, 124);
     this.DismissButton.Name      = "DismissButton";
     this.DismissButton.Size      = new System.Drawing.Size(75, 23);
     this.DismissButton.TabIndex  = 1;
     this.DismissButton.UseVisualStyleBackColor = true;
     this.DismissButton.Click += new System.EventHandler(this.DismissButton_Click);
     resources.ApplyResources(this.DismissButton, "DismissButton");
     //
     // ErrorDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 160);
     this.ControlBox          = true;
     this.Controls.Add(this.DismissButton);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Icon            = Properties.Resources.AppIcon;
     this.Name            = "ErrorDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     resources.ApplyResources(this, "$this");
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            SingleAssemblyComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(ConnectionForm));

            this.lblStatus    = new System.Windows.Forms.Label();
            this.progressBar1 = new System.Windows.Forms.ProgressBar();
            this.SuspendLayout();
            //
            // lblStatus
            //
            resources.ApplyResources(this.lblStatus, "lblStatus");
            this.lblStatus.Name = "lblStatus";
            //
            // progressBar1
            //
            resources.ApplyResources(this.progressBar1, "progressBar1");
            this.progressBar1.Name = "progressBar1";
            //
            // ConnectionForm
            //
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.progressBar1);
            this.Controls.Add(this.lblStatus);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox     = false;
            this.MinimizeBox     = false;
            this.Name            = "ConnectionForm";
            this.Load           += new System.EventHandler(this.ConnectionFormLoad);
            this.Shown          += new System.EventHandler(this.ConnectionForm_Shown);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(RenameInstanceDialog));
     this.NameTextBox = new System.Windows.Forms.TextBox();
     this.OKButton    = new System.Windows.Forms.Button();
     this.CancelRenameInstanceButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // NameTextBox
     //
     this.NameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.NameTextBox.Location    = new System.Drawing.Point(13, 13);
     this.NameTextBox.Name        = "NameTextBox";
     this.NameTextBox.Size        = new System.Drawing.Size(294, 20);
     this.NameTextBox.TabIndex    = 0;
     //
     // OKButton
     //
     this.OKButton.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.OKButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.OKButton.Location                = new System.Drawing.Point(232, 39);
     this.OKButton.Name                    = "OKButton";
     this.OKButton.Size                    = new System.Drawing.Size(75, 23);
     this.OKButton.TabIndex                = 1;
     this.OKButton.UseVisualStyleBackColor = true;
     resources.ApplyResources(this.OKButton, "OKButton");
     //
     // CancelRenameInstanceButton
     //
     this.CancelRenameInstanceButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.CancelRenameInstanceButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.CancelRenameInstanceButton.Location                = new System.Drawing.Point(151, 39);
     this.CancelRenameInstanceButton.Name                    = "CancelRenameInstanceButton";
     this.CancelRenameInstanceButton.Size                    = new System.Drawing.Size(75, 23);
     this.CancelRenameInstanceButton.TabIndex                = 2;
     this.CancelRenameInstanceButton.UseVisualStyleBackColor = true;
     resources.ApplyResources(this.CancelRenameInstanceButton, "CancelRenameInstanceButton");
     //
     // RenameInstanceDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(319, 100);
     this.ControlBox          = false;
     this.Controls.Add(this.CancelRenameInstanceButton);
     this.Controls.Add(this.OKButton);
     this.Controls.Add(this.NameTextBox);
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = Properties.Resources.AppIcon;
     this.Name            = "RenameInstanceDialog";
     resources.ApplyResources(this, "$this");
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(AskUserForAutoUpdatesDialog));
     this.autoCheckLabel = new System.Windows.Forms.Label();
     this.YesButton      = new System.Windows.Forms.Button();
     this.NoButton       = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // autoCheckLabel
     //
     this.autoCheckLabel.Location = new System.Drawing.Point(12, 9);
     this.autoCheckLabel.Name     = "autoCheckLabel";
     this.autoCheckLabel.Size     = new System.Drawing.Size(538, 50);
     this.autoCheckLabel.TabIndex = 0;
     resources.ApplyResources(this.autoCheckLabel, "autoCheckLabel");
     //
     // YesButton
     //
     this.YesButton.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.YesButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.YesButton.Location                = new System.Drawing.Point(401, 44);
     this.YesButton.Name                    = "YesButton";
     this.YesButton.Size                    = new System.Drawing.Size(149, 23);
     this.YesButton.TabIndex                = 1;
     this.YesButton.UseVisualStyleBackColor = true;
     resources.ApplyResources(this.YesButton, "YesButton");
     //
     // NoButton
     //
     this.NoButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.NoButton.Location                = new System.Drawing.Point(323, 44);
     this.NoButton.Size                    = new System.Drawing.Size(72, 23);
     this.NoButton.DialogResult            = System.Windows.Forms.DialogResult.No;
     this.NoButton.Name                    = "NoButton";
     this.NoButton.TabIndex                = 2;
     this.NoButton.UseVisualStyleBackColor = true;
     resources.ApplyResources(this.NoButton, "NoButton");
     //
     // AskUserForAutoUpdatesDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(562, 79);
     this.Controls.Add(this.NoButton);
     this.Controls.Add(this.YesButton);
     this.Controls.Add(this.autoCheckLabel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Icon            = Properties.Resources.AppIcon;
     this.Name            = "AskUserForAutoUpdatesDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     resources.ApplyResources(this, "$this");
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            SingleAssemblyComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(FrmEnterPassword));

            this.label1   = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button1  = new System.Windows.Forms.Button();
            this.SuspendLayout();
            //
            // label1
            //
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            //
            // textBox1
            //
            resources.ApplyResources(this.textBox1, "textBox1");
            this.textBox1.Name = "textBox1";
            this.textBox1.UseSystemPasswordChar = true;
            //
            // button1
            //
            resources.ApplyResources(this.button1, "button1");
            this.button1.Name = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            //
            // FrmEnterPassword
            //
            this.AcceptButton = this.button1;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.button1);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox     = false;
            this.MinimizeBox     = false;
            this.Name            = "FrmEnterPassword";
            this.ShowIcon        = false;
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Exemplo n.º 6
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            SingleAssemblyComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(BackupSourceSelectionDialogForm));

            this.lbl_RestoreFromHereText = new System.Windows.Forms.Label();
            this.btn_AllAvailable        = new System.Windows.Forms.Button();
            this.btn_ThisKeyOnly         = new System.Windows.Forms.Button();
            this.SuspendLayout();
            //
            // lbl_RestoreFromHereText
            //
            resources.ApplyResources(this.lbl_RestoreFromHereText, "lbl_RestoreFromHereText");
            this.lbl_RestoreFromHereText.Name = "lbl_RestoreFromHereText";
            //
            // btn_AllAvailable
            //
            resources.ApplyResources(this.btn_AllAvailable, "btn_AllAvailable");
            this.btn_AllAvailable.Name = "btn_AllAvailable";
            this.btn_AllAvailable.UseVisualStyleBackColor = true;
            this.btn_AllAvailable.Click += new System.EventHandler(this.btn_AllAvailable_Click);
            //
            // btn_ThisKeyOnly
            //
            resources.ApplyResources(this.btn_ThisKeyOnly, "btn_ThisKeyOnly");
            this.btn_ThisKeyOnly.Name = "btn_ThisKeyOnly";
            this.btn_ThisKeyOnly.UseVisualStyleBackColor = true;
            this.btn_ThisKeyOnly.Click += new System.EventHandler(this.btn_ThisKeyOnly_Click);
            //
            // BackupSourceSelectionDialogForm
            //
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.btn_ThisKeyOnly);
            this.Controls.Add(this.btn_AllAvailable);
            this.Controls.Add(this.lbl_RestoreFromHereText);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name        = "BackupSourceSelectionDialogForm";
            this.ResumeLayout(false);
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            SingleAssemblyComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(BackupSourceSelectionDialogForm));
            this.lbl_RestoreFromHereText = new System.Windows.Forms.Label();
            this.btn_AllAvailable = new System.Windows.Forms.Button();
            this.btn_ThisKeyOnly = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // lbl_RestoreFromHereText
            // 
            resources.ApplyResources(this.lbl_RestoreFromHereText, "lbl_RestoreFromHereText");
            this.lbl_RestoreFromHereText.Name = "lbl_RestoreFromHereText";
            // 
            // btn_AllAvailable
            // 
            resources.ApplyResources(this.btn_AllAvailable, "btn_AllAvailable");
            this.btn_AllAvailable.Name = "btn_AllAvailable";
            this.btn_AllAvailable.UseVisualStyleBackColor = true;
            this.btn_AllAvailable.Click += new System.EventHandler(this.btn_AllAvailable_Click);
            // 
            // btn_ThisKeyOnly
            // 
            resources.ApplyResources(this.btn_ThisKeyOnly, "btn_ThisKeyOnly");
            this.btn_ThisKeyOnly.Name = "btn_ThisKeyOnly";
            this.btn_ThisKeyOnly.UseVisualStyleBackColor = true;
            this.btn_ThisKeyOnly.Click += new System.EventHandler(this.btn_ThisKeyOnly_Click);
            // 
            // BackupSourceSelectionDialogForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.btn_ThisKeyOnly);
            this.Controls.Add(this.btn_AllAvailable);
            this.Controls.Add(this.lbl_RestoreFromHereText);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "BackupSourceSelectionDialogForm";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            SingleAssemblyComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(MatchingBackupLocationListForm));
            this.lstV_MatchingLocations = new System.Windows.Forms.ListView();
            this.lbl_ChooseLocation = new System.Windows.Forms.Label();
            this.btn_Cancel = new System.Windows.Forms.Button();
            this.btn_Select = new System.Windows.Forms.Button();
            this.btn_BrowseData = new System.Windows.Forms.Button();
            this.opn_BrwseData = new System.Windows.Forms.OpenFileDialog();
            this.SuspendLayout();
            // 
            // lstV_MatchingLocations
            // 
            resources.ApplyResources(this.lstV_MatchingLocations, "lstV_MatchingLocations");
            this.lstV_MatchingLocations.Name = "lstV_MatchingLocations";
            this.lstV_MatchingLocations.UseCompatibleStateImageBehavior = false;
            this.lstV_MatchingLocations.View = System.Windows.Forms.View.List;
            this.lstV_MatchingLocations.DoubleClick += new System.EventHandler(this.lstV_MatchingLocations_DoubleClick);
            // 
            // lbl_ChooseLocation
            // 
            resources.ApplyResources(this.lbl_ChooseLocation, "lbl_ChooseLocation");
            this.lbl_ChooseLocation.Name = "lbl_ChooseLocation";
            // 
            // btn_Cancel
            // 
            resources.ApplyResources(this.btn_Cancel, "btn_Cancel");
            this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btn_Cancel.Name = "btn_Cancel";
            this.btn_Cancel.UseVisualStyleBackColor = true;
            // 
            // btn_Select
            // 
            resources.ApplyResources(this.btn_Select, "btn_Select");
            this.btn_Select.Name = "btn_Select";
            this.btn_Select.UseVisualStyleBackColor = true;
            this.btn_Select.Click += new System.EventHandler(this.btn_Select_Click);
            // 
            // btn_BrowseData
            // 
            resources.ApplyResources(this.btn_BrowseData, "btn_BrowseData");
            this.btn_BrowseData.Name = "btn_BrowseData";
            this.btn_BrowseData.UseVisualStyleBackColor = true;
            // 
            // opn_BrwseData
            // 
            this.opn_BrwseData.AddExtension = false;
            resources.ApplyResources(this.opn_BrwseData, "opn_BrwseData");
            // 
            // MatchingBackupLocationListForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.btn_BrowseData);
            this.Controls.Add(this.btn_Select);
            this.Controls.Add(this.btn_Cancel);
            this.Controls.Add(this.lbl_ChooseLocation);
            this.Controls.Add(this.lstV_MatchingLocations);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "MatchingBackupLocationListForm";
            this.ResumeLayout(false);

        }
Exemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(EditModSearchDetails));
     this.FilterByNameLabel          = new System.Windows.Forms.Label();
     this.FilterByNameTextBox        = new CKAN.HintTextBox();
     this.FilterByAuthorLabel        = new System.Windows.Forms.Label();
     this.FilterByAuthorTextBox      = new CKAN.HintTextBox();
     this.FilterByDescriptionLabel   = new System.Windows.Forms.Label();
     this.FilterByDescriptionTextBox = new CKAN.HintTextBox();
     this.FilterByLanguageLabel      = new System.Windows.Forms.Label();
     this.FilterByLanguageTextBox    = new CKAN.HintTextBox();
     this.FilterByDependsLabel       = new System.Windows.Forms.Label();
     this.FilterByDependsTextBox     = new CKAN.HintTextBox();
     this.FilterByRecommendsLabel    = new System.Windows.Forms.Label();
     this.FilterByRecommendsTextBox  = new CKAN.HintTextBox();
     this.FilterBySuggestsLabel      = new System.Windows.Forms.Label();
     this.FilterBySuggestsTextBox    = new CKAN.HintTextBox();
     this.FilterByConflictsLabel     = new System.Windows.Forms.Label();
     this.FilterByConflictsTextBox   = new CKAN.HintTextBox();
     this.SuspendLayout();
     //
     // FilterByNameLabel
     //
     this.FilterByNameLabel.AutoSize  = true;
     this.FilterByNameLabel.BackColor = System.Drawing.Color.Transparent;
     this.FilterByNameLabel.Location  = new System.Drawing.Point(6, 9);
     this.FilterByNameLabel.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.FilterByNameLabel.Name      = "FilterByNameLabel";
     this.FilterByNameLabel.Size      = new System.Drawing.Size(147, 20);
     this.FilterByNameLabel.TabIndex  = 0;
     resources.ApplyResources(this.FilterByNameLabel, "FilterByNameLabel");
     //
     // FilterByNameTextBox
     //
     this.FilterByNameTextBox.Anchor       = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right));
     this.FilterByNameTextBox.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.FilterByNameTextBox.Location     = new System.Drawing.Point(100, 7);
     this.FilterByNameTextBox.Margin       = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.FilterByNameTextBox.Name         = "FilterByNameTextBox";
     this.FilterByNameTextBox.Size         = new System.Drawing.Size(190, 26);
     this.FilterByNameTextBox.TabIndex     = 1;
     this.FilterByNameTextBox.TextChanged += new System.EventHandler(this.FilterTextBox_TextChanged);
     this.FilterByNameTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.FilterTextBox_KeyDown);
     resources.ApplyResources(this.FilterByNameTextBox, "FilterByNameTextBox");
     //
     // FilterByAuthorLabel
     //
     this.FilterByAuthorLabel.AutoSize  = true;
     this.FilterByAuthorLabel.BackColor = System.Drawing.Color.Transparent;
     this.FilterByAuthorLabel.Location  = new System.Drawing.Point(6, 35);
     this.FilterByAuthorLabel.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.FilterByAuthorLabel.Name      = "FilterByAuthorLabel";
     this.FilterByAuthorLabel.Size      = new System.Drawing.Size(162, 20);
     this.FilterByAuthorLabel.TabIndex  = 2;
     resources.ApplyResources(this.FilterByAuthorLabel, "FilterByAuthorLabel");
     //
     // FilterByAuthorTextBox
     //
     this.FilterByAuthorTextBox.Anchor       = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right));
     this.FilterByAuthorTextBox.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.FilterByAuthorTextBox.Location     = new System.Drawing.Point(100, 33);
     this.FilterByAuthorTextBox.Margin       = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.FilterByAuthorTextBox.Name         = "FilterByAuthorTextBox";
     this.FilterByAuthorTextBox.Size         = new System.Drawing.Size(190, 26);
     this.FilterByAuthorTextBox.TabIndex     = 3;
     this.FilterByAuthorTextBox.TextChanged += new System.EventHandler(this.FilterTextBox_TextChanged);
     this.FilterByAuthorTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.FilterTextBox_KeyDown);
     resources.ApplyResources(this.FilterByAuthorTextBox, "FilterByAuthorTextBox");
     //
     // FilterByDescriptionLabel
     //
     this.FilterByDescriptionLabel.AutoSize  = true;
     this.FilterByDescriptionLabel.BackColor = System.Drawing.Color.Transparent;
     this.FilterByDescriptionLabel.Location  = new System.Drawing.Point(6, 61);
     this.FilterByDescriptionLabel.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.FilterByDescriptionLabel.Name      = "FilterByDescriptionLabel";
     this.FilterByDescriptionLabel.Size      = new System.Drawing.Size(149, 20);
     this.FilterByDescriptionLabel.TabIndex  = 4;
     resources.ApplyResources(this.FilterByDescriptionLabel, "FilterByDescriptionLabel");
     //
     // FilterByDescriptionTextBox
     //
     this.FilterByDescriptionTextBox.Anchor       = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right));
     this.FilterByDescriptionTextBox.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.FilterByDescriptionTextBox.Location     = new System.Drawing.Point(100, 59);
     this.FilterByDescriptionTextBox.Margin       = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.FilterByDescriptionTextBox.Name         = "FilterByDescriptionTextBox";
     this.FilterByDescriptionTextBox.Size         = new System.Drawing.Size(190, 26);
     this.FilterByDescriptionTextBox.TabIndex     = 5;
     this.FilterByDescriptionTextBox.TextChanged += new System.EventHandler(this.FilterTextBox_TextChanged);
     this.FilterByDescriptionTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.FilterTextBox_KeyDown);
     resources.ApplyResources(this.FilterByDescriptionTextBox, "FilterByDescriptionTextBox");
     //
     // FilterByLanguageLabel
     //
     this.FilterByLanguageLabel.AutoSize  = true;
     this.FilterByLanguageLabel.BackColor = System.Drawing.Color.Transparent;
     this.FilterByLanguageLabel.Location  = new System.Drawing.Point(6, 87);
     this.FilterByLanguageLabel.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.FilterByLanguageLabel.Name      = "FilterByLanguageLabel";
     this.FilterByLanguageLabel.Size      = new System.Drawing.Size(149, 20);
     this.FilterByLanguageLabel.TabIndex  = 6;
     resources.ApplyResources(this.FilterByLanguageLabel, "FilterByLanguageLabel");
     //
     // FilterByLanguageTextBox
     //
     this.FilterByLanguageTextBox.Anchor       = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right));
     this.FilterByLanguageTextBox.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.FilterByLanguageTextBox.Location     = new System.Drawing.Point(100, 85);
     this.FilterByLanguageTextBox.Margin       = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.FilterByLanguageTextBox.Name         = "FilterByLanguageTextBox";
     this.FilterByLanguageTextBox.Size         = new System.Drawing.Size(190, 26);
     this.FilterByLanguageTextBox.TabIndex     = 7;
     this.FilterByLanguageTextBox.TextChanged += new System.EventHandler(this.FilterTextBox_TextChanged);
     this.FilterByLanguageTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.FilterTextBox_KeyDown);
     resources.ApplyResources(this.FilterByLanguageTextBox, "FilterByLanguageTextBox");
     //
     // FilterByDependsLabel
     //
     this.FilterByDependsLabel.AutoSize  = true;
     this.FilterByDependsLabel.BackColor = System.Drawing.Color.Transparent;
     this.FilterByDependsLabel.Location  = new System.Drawing.Point(6, 113);
     this.FilterByDependsLabel.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.FilterByDependsLabel.Name      = "FilterByDependsLabel";
     this.FilterByDependsLabel.Size      = new System.Drawing.Size(149, 20);
     this.FilterByDependsLabel.TabIndex  = 8;
     resources.ApplyResources(this.FilterByDependsLabel, "FilterByDependsLabel");
     //
     // FilterByDependsTextBox
     //
     this.FilterByDependsTextBox.Anchor       = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right));
     this.FilterByDependsTextBox.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.FilterByDependsTextBox.Location     = new System.Drawing.Point(100, 111);
     this.FilterByDependsTextBox.Margin       = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.FilterByDependsTextBox.Name         = "FilterByDependsTextBox";
     this.FilterByDependsTextBox.Size         = new System.Drawing.Size(190, 26);
     this.FilterByDependsTextBox.TabIndex     = 9;
     this.FilterByDependsTextBox.TextChanged += new System.EventHandler(this.FilterTextBox_TextChanged);
     this.FilterByDependsTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.FilterTextBox_KeyDown);
     resources.ApplyResources(this.FilterByDependsTextBox, "FilterByDependsTextBox");
     //
     // FilterByRecommendsLabel
     //
     this.FilterByRecommendsLabel.AutoSize  = true;
     this.FilterByRecommendsLabel.BackColor = System.Drawing.Color.Transparent;
     this.FilterByRecommendsLabel.Location  = new System.Drawing.Point(6, 139);
     this.FilterByRecommendsLabel.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.FilterByRecommendsLabel.Name      = "FilterByRecommendsLabel";
     this.FilterByRecommendsLabel.Size      = new System.Drawing.Size(149, 20);
     this.FilterByRecommendsLabel.TabIndex  = 10;
     resources.ApplyResources(this.FilterByRecommendsLabel, "FilterByRecommendsLabel");
     //
     // FilterByRecommendsTextBox
     //
     this.FilterByRecommendsTextBox.Anchor       = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right));
     this.FilterByRecommendsTextBox.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.FilterByRecommendsTextBox.Location     = new System.Drawing.Point(100, 137);
     this.FilterByRecommendsTextBox.Margin       = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.FilterByRecommendsTextBox.Name         = "FilterByRecommendsTextBox";
     this.FilterByRecommendsTextBox.Size         = new System.Drawing.Size(190, 26);
     this.FilterByRecommendsTextBox.TabIndex     = 11;
     this.FilterByRecommendsTextBox.TextChanged += new System.EventHandler(this.FilterTextBox_TextChanged);
     this.FilterByRecommendsTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.FilterTextBox_KeyDown);
     resources.ApplyResources(this.FilterByRecommendsTextBox, "FilterByRecommendsTextBox");
     //
     // FilterBySuggestsLabel
     //
     this.FilterBySuggestsLabel.AutoSize  = true;
     this.FilterBySuggestsLabel.BackColor = System.Drawing.Color.Transparent;
     this.FilterBySuggestsLabel.Location  = new System.Drawing.Point(6, 165);
     this.FilterBySuggestsLabel.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.FilterBySuggestsLabel.Name      = "FilterBySuggestsLabel";
     this.FilterBySuggestsLabel.Size      = new System.Drawing.Size(149, 20);
     this.FilterBySuggestsLabel.TabIndex  = 12;
     resources.ApplyResources(this.FilterBySuggestsLabel, "FilterBySuggestsLabel");
     //
     // FilterBySuggestsTextBox
     //
     this.FilterBySuggestsTextBox.Anchor       = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right));
     this.FilterBySuggestsTextBox.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.FilterBySuggestsTextBox.Location     = new System.Drawing.Point(100, 163);
     this.FilterBySuggestsTextBox.Margin       = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.FilterBySuggestsTextBox.Name         = "FilterBySuggestsTextBox";
     this.FilterBySuggestsTextBox.Size         = new System.Drawing.Size(190, 26);
     this.FilterBySuggestsTextBox.TabIndex     = 13;
     this.FilterBySuggestsTextBox.TextChanged += new System.EventHandler(this.FilterTextBox_TextChanged);
     this.FilterBySuggestsTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.FilterTextBox_KeyDown);
     resources.ApplyResources(this.FilterBySuggestsTextBox, "FilterBySuggestsTextBox");
     //
     // FilterByConflictsLabel
     //
     this.FilterByConflictsLabel.AutoSize  = true;
     this.FilterByConflictsLabel.BackColor = System.Drawing.Color.Transparent;
     this.FilterByConflictsLabel.Location  = new System.Drawing.Point(6, 191);
     this.FilterByConflictsLabel.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.FilterByConflictsLabel.Name      = "FilterByConflictsLabel";
     this.FilterByConflictsLabel.Size      = new System.Drawing.Size(149, 20);
     this.FilterByConflictsLabel.TabIndex  = 14;
     resources.ApplyResources(this.FilterByConflictsLabel, "FilterByConflictsLabel");
     //
     // FilterByConflictsTextBox
     //
     this.FilterByConflictsTextBox.Anchor       = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right));
     this.FilterByConflictsTextBox.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.FilterByConflictsTextBox.Location     = new System.Drawing.Point(100, 189);
     this.FilterByConflictsTextBox.Margin       = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.FilterByConflictsTextBox.Name         = "FilterByConflictsTextBox";
     this.FilterByConflictsTextBox.Size         = new System.Drawing.Size(190, 26);
     this.FilterByConflictsTextBox.TabIndex     = 15;
     this.FilterByConflictsTextBox.TextChanged += new System.EventHandler(this.FilterTextBox_TextChanged);
     this.FilterByConflictsTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.FilterTextBox_KeyDown);
     resources.ApplyResources(this.FilterByConflictsTextBox, "FilterByConflictsTextBox");
     //
     // EditModSearchDetails
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.BorderStyle   = System.Windows.Forms.BorderStyle.FixedSingle;
     this.BackColor     = System.Drawing.SystemColors.Control;
     this.Controls.Add(this.FilterByAuthorTextBox);
     this.Controls.Add(this.FilterByAuthorLabel);
     this.Controls.Add(this.FilterByNameLabel);
     this.Controls.Add(this.FilterByNameTextBox);
     this.Controls.Add(this.FilterByDescriptionLabel);
     this.Controls.Add(this.FilterByDescriptionTextBox);
     this.Controls.Add(this.FilterByLanguageLabel);
     this.Controls.Add(this.FilterByLanguageTextBox);
     this.Controls.Add(this.FilterByDependsLabel);
     this.Controls.Add(this.FilterByDependsTextBox);
     this.Controls.Add(this.FilterByRecommendsLabel);
     this.Controls.Add(this.FilterByRecommendsTextBox);
     this.Controls.Add(this.FilterBySuggestsLabel);
     this.Controls.Add(this.FilterBySuggestsTextBox);
     this.Controls.Add(this.FilterByConflictsLabel);
     this.Controls.Add(this.FilterByConflictsTextBox);
     this.Name = "EditModSearchDetails";
     this.Size = new System.Drawing.Size(300, 218);
     resources.ApplyResources(this, "$this");
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 10
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            SingleAssemblyComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(UpdateForm));

            this.panel1      = new System.Windows.Forms.Panel();
            this.boxDes      = new System.Windows.Forms.RichTextBox();
            this.btnCancel   = new System.Windows.Forms.Button();
            this.btnUpgrade  = new System.Windows.Forms.Button();
            this.lblSize     = new System.Windows.Forms.Label();
            this.progressBar = new System.Windows.Forms.ProgressBar();
            this.lblTitle    = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            //
            // panel1
            //
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Controls.Add(this.boxDes);
            this.panel1.Controls.Add(this.btnCancel);
            this.panel1.Controls.Add(this.btnUpgrade);
            this.panel1.Controls.Add(this.lblSize);
            this.panel1.Controls.Add(this.progressBar);
            this.panel1.Controls.Add(this.lblTitle);
            this.panel1.Name = "panel1";
            //
            // boxDes
            //
            resources.ApplyResources(this.boxDes, "boxDes");
            this.boxDes.BackColor   = System.Drawing.SystemColors.Window;
            this.boxDes.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.boxDes.Name        = "boxDes";
            this.boxDes.ReadOnly    = true;
            //
            // btnCancel
            //
            resources.ApplyResources(this.btnCancel, "btnCancel");
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            //
            // btnUpgrade
            //
            resources.ApplyResources(this.btnUpgrade, "btnUpgrade");
            this.btnUpgrade.Name = "btnUpgrade";
            this.btnUpgrade.UseVisualStyleBackColor = true;
            this.btnUpgrade.Click += new System.EventHandler(this.btnUpgrade_Click);
            //
            // lblSize
            //
            resources.ApplyResources(this.lblSize, "lblSize");
            this.lblSize.Name = "lblSize";
            //
            // progressBar
            //
            resources.ApplyResources(this.progressBar, "progressBar");
            this.progressBar.Name = "progressBar";
            //
            // lblTitle
            //
            resources.ApplyResources(this.lblTitle, "lblTitle");
            this.lblTitle.Name = "lblTitle";
            //
            // UpdateForm
            //
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox     = false;
            this.MinimizeBox     = false;
            this.Name            = "UpdateForm";
            this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.FormUpdate_FormClosing);
            this.Load           += new System.EventHandler(this.FormUpdate_Load);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
        }
Exemplo n.º 11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(EditModSearch));
     this.ToolTip               = new System.Windows.Forms.ToolTip();
     this.FilterCombinedLabel   = new System.Windows.Forms.Label();
     this.FilterCombinedTextBox = new CKAN.HintTextBox();
     this.ExpandButton          = new System.Windows.Forms.CheckBox();
     this.SearchDetails         = new CKAN.EditModSearchDetails();
     this.SuspendLayout();
     //
     // ToolTip
     //
     this.ToolTip.AutoPopDelay = 10000;
     this.ToolTip.InitialDelay = 250;
     this.ToolTip.ReshowDelay  = 250;
     this.ToolTip.ShowAlways   = true;
     //
     // FilterCombinedLabel
     //
     this.FilterCombinedLabel.AutoSize  = true;
     this.FilterCombinedLabel.BackColor = System.Drawing.Color.Transparent;
     this.FilterCombinedLabel.Location  = new System.Drawing.Point(80, 9);
     this.FilterCombinedLabel.Margin    = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.FilterCombinedLabel.Name      = "FilterCombinedLabel";
     this.FilterCombinedLabel.Size      = new System.Drawing.Size(147, 20);
     this.FilterCombinedLabel.TabIndex  = 16;
     resources.ApplyResources(this.FilterCombinedLabel, "FilterCombinedLabel");
     //
     // FilterCombinedTextBox
     //
     this.FilterCombinedTextBox.Anchor       = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right));
     this.FilterCombinedTextBox.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.FilterCombinedTextBox.Margin       = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.FilterCombinedTextBox.Name         = "FilterCombinedTextBox";
     this.FilterCombinedTextBox.Location     = new System.Drawing.Point(154, 7);
     this.FilterCombinedTextBox.MinimumSize  = new System.Drawing.Size(60, 20);
     this.FilterCombinedTextBox.Size         = new System.Drawing.Size(247, 26);
     this.FilterCombinedTextBox.TabIndex     = 17;
     this.FilterCombinedTextBox.TextChanged += new System.EventHandler(this.FilterCombinedTextBox_TextChanged);
     this.FilterCombinedTextBox.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.FilterTextBox_KeyDown);
     resources.ApplyResources(this.FilterCombinedTextBox, "FilterCombinedTextBox");
     //
     // ExpandButton
     //
     this.ExpandButton.Anchor     = (System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Right);
     this.ExpandButton.Appearance = System.Windows.Forms.Appearance.Button;
     this.ExpandButton.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.ExpandButton.Location   = new System.Drawing.Point(400, 5);
     this.ExpandButton.Name       = "ExpandButton";
     this.ExpandButton.Size       = new System.Drawing.Size(20, 26);
     this.ExpandButton.TabIndex   = 18;
     this.ExpandButton.Text       = "▾";
     this.ExpandButton.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.ExpandButton.UseVisualStyleBackColor = true;
     this.ExpandButton.CheckedChanged         += new System.EventHandler(this.ExpandButton_CheckedChanged);
     resources.ApplyResources(this.ExpandButton, "ExpandButton");
     //
     // SearchDetails
     //
     this.SearchDetails.Name            = "SearchDetails";
     this.SearchDetails.Visible         = false;
     this.SearchDetails.ApplySearch    += this.SearchDetails_ApplySearch;
     this.SearchDetails.SurrenderFocus += this.SearchDetails_SurrenderFocus;
     //
     // EditModSearch
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Leave        += new System.EventHandler(this.OnLeave);
     this.Controls.Add(this.FilterCombinedLabel);
     this.Controls.Add(this.ExpandButton);
     this.Controls.Add(this.FilterCombinedTextBox);
     this.Name = "EditModSearch";
     this.Size = new System.Drawing.Size(500, 34);
     resources.ApplyResources(this, "$this");
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(NewRepoDialog));
     this.RepositoryGroupBox = new System.Windows.Forms.GroupBox();
     this.RepoNameLabel      = new System.Windows.Forms.Label();
     this.RepoNameTextBox    = new System.Windows.Forms.TextBox();
     this.RepoUrlLabel       = new System.Windows.Forms.Label();
     this.RepoUrlTextBox     = new System.Windows.Forms.TextBox();
     this.BottomButtonPanel  = new System.Windows.Forms.Panel();
     this.RepoCancel         = new System.Windows.Forms.Button();
     this.RepoOK             = new System.Windows.Forms.Button();
     this.ReposListBox       = new ThemedListView();
     this.RepoNameHeader     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.RepoURLHeader      = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.RepositoryGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // RepositoryGroupBox
     //
     this.RepositoryGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
     this.RepositoryGroupBox.Controls.Add(this.ReposListBox);
     this.RepositoryGroupBox.ForeColor = System.Drawing.SystemColors.ControlText;
     this.RepositoryGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.RepositoryGroupBox.Location  = new System.Drawing.Point(12, 12);
     this.RepositoryGroupBox.Name      = "RepositoryGroupBox";
     this.RepositoryGroupBox.Size      = new System.Drawing.Size(476, 380);
     this.RepositoryGroupBox.TabIndex  = 8;
     this.RepositoryGroupBox.TabStop   = false;
     resources.ApplyResources(this.RepositoryGroupBox, "RepositoryGroupBox");
     //
     // ReposListBox
     //
     this.ReposListBox.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.ReposListBox.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.RepoNameHeader,
         this.RepoURLHeader
     });
     this.ReposListBox.Location              = new System.Drawing.Point(6, 19);
     this.ReposListBox.FullRowSelect         = true;
     this.ReposListBox.MultiSelect           = false;
     this.ReposListBox.View                  = System.Windows.Forms.View.Details;
     this.ReposListBox.Name                  = "ReposListBox";
     this.ReposListBox.Size                  = new System.Drawing.Size(464, 355);
     this.ReposListBox.TabIndex              = 8;
     this.ReposListBox.SelectedIndexChanged += new System.EventHandler(this.ReposListBox_SelectedIndexChanged);
     //
     // RepoNameHeader
     //
     this.RepoNameHeader.Width = 110;
     resources.ApplyResources(this.RepoNameHeader, "RepoNameHeader");
     //
     // RepoURLHeader
     //
     this.RepoURLHeader.Width = 370;
     resources.ApplyResources(this.RepoURLHeader, "RepoURLHeader");
     //
     // BottomButtonPanel
     //
     this.BottomButtonPanel.Controls.Add(this.RepoNameLabel);
     this.BottomButtonPanel.Controls.Add(this.RepoNameTextBox);
     this.BottomButtonPanel.Controls.Add(this.RepoUrlLabel);
     this.BottomButtonPanel.Controls.Add(this.RepoUrlTextBox);
     this.BottomButtonPanel.Controls.Add(this.RepoOK);
     this.BottomButtonPanel.Controls.Add(this.RepoCancel);
     this.BottomButtonPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.BottomButtonPanel.Name = "BottomButtonPanel";
     this.BottomButtonPanel.Size = new System.Drawing.Size(500, 94);
     //
     // RepoNameLabel
     //
     this.RepoNameLabel.AutoSize = true;
     this.RepoNameLabel.Location = new System.Drawing.Point(6, 6);
     this.RepoNameLabel.Name     = "RepoNameLabel";
     this.RepoNameLabel.Size     = new System.Drawing.Size(70, 13);
     this.RepoNameLabel.TabIndex = 1;
     resources.ApplyResources(this.RepoNameLabel, "RepoNameLabel");
     //
     // RepoNameTextBox
     //
     this.RepoNameTextBox.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)));
     this.RepoNameTextBox.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.RepoNameTextBox.Location     = new System.Drawing.Point(6, 22);
     this.RepoNameTextBox.Name         = "RepoNameTextBox";
     this.RepoNameTextBox.Size         = new System.Drawing.Size(110, 30);
     this.RepoNameTextBox.TabIndex     = 11;
     this.RepoNameTextBox.TextChanged += new System.EventHandler(this.RepoUrlTextBox_TextChanged);
     //
     // RepoUrlLabel
     //
     this.RepoUrlLabel.AutoSize = true;
     this.RepoUrlLabel.Location = new System.Drawing.Point(122, 6);
     this.RepoUrlLabel.Name     = "RepoUrlLabel";
     this.RepoUrlLabel.Size     = new System.Drawing.Size(70, 13);
     this.RepoUrlLabel.TabIndex = 1;
     resources.ApplyResources(this.RepoUrlLabel, "RepoUrlLabel");
     //
     // RepoUrlTextBox
     //
     this.RepoUrlTextBox.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.RepoUrlTextBox.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.RepoUrlTextBox.Location     = new System.Drawing.Point(122, 22);
     this.RepoUrlTextBox.Name         = "RepoUrlTextBox";
     this.RepoUrlTextBox.Size         = new System.Drawing.Size(372, 30);
     this.RepoUrlTextBox.TabIndex     = 11;
     this.RepoUrlTextBox.TextChanged += new System.EventHandler(this.RepoUrlTextBox_TextChanged);
     //
     // RepoCancel
     //
     this.RepoCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.RepoCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.RepoCancel.Location                = new System.Drawing.Point(348, 56);
     this.RepoCancel.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.RepoCancel.Name                    = "RepoCancel";
     this.RepoCancel.Size                    = new System.Drawing.Size(70, 30);
     this.RepoCancel.TabIndex                = 10;
     this.RepoCancel.UseVisualStyleBackColor = true;
     resources.ApplyResources(this.RepoCancel, "RepoCancel");
     //
     // RepoOK
     //
     this.RepoOK.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.RepoOK.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.RepoOK.Enabled                 = false;
     this.RepoOK.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.RepoOK.Location                = new System.Drawing.Point(424, 56);
     this.RepoOK.Name                    = "RepoOK";
     this.RepoOK.Size                    = new System.Drawing.Size(70, 30);
     this.RepoOK.TabIndex                = 9;
     this.RepoOK.UseVisualStyleBackColor = true;
     resources.ApplyResources(this.RepoOK, "RepoOK");
     //
     // NewRepoDialog
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(500, 220);
     this.MinimumSize   = new System.Drawing.Size(520, 260);
     this.Controls.Add(this.RepositoryGroupBox);
     this.Controls.Add(this.BottomButtonPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
     this.Icon            = Properties.Resources.AppIcon;
     this.Name            = "NewRepoDialog";
     this.Load           += new System.EventHandler(this.NewRepoDialog_Load);
     resources.ApplyResources(this, "$this");
     this.RepositoryGroupBox.ResumeLayout(false);
     this.RepositoryGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(WeaponEditForm));
     this.label1       = new System.Windows.Forms.Label();
     this.weaponBox    = new System.Windows.Forms.ComboBox();
     this.label2       = new System.Windows.Forms.Label();
     this.turfInkedBox = new System.Windows.Forms.NumericUpDown();
     this.newFlagBox   = new System.Windows.Forms.CheckBox();
     this.saveBox      = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.turfInkedBox)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // weaponBox
     //
     this.weaponBox.FormattingEnabled = true;
     this.weaponBox.Items.AddRange(new object[] {
         resources.GetString("weaponBox.Items"),
         resources.GetString("weaponBox.Items1"),
         resources.GetString("weaponBox.Items2"),
         resources.GetString("weaponBox.Items3"),
         resources.GetString("weaponBox.Items4"),
         resources.GetString("weaponBox.Items5"),
         resources.GetString("weaponBox.Items6"),
         resources.GetString("weaponBox.Items7"),
         resources.GetString("weaponBox.Items8"),
         resources.GetString("weaponBox.Items9"),
         resources.GetString("weaponBox.Items10"),
         resources.GetString("weaponBox.Items11"),
         resources.GetString("weaponBox.Items12"),
         resources.GetString("weaponBox.Items13"),
         resources.GetString("weaponBox.Items14"),
         resources.GetString("weaponBox.Items15"),
         resources.GetString("weaponBox.Items16"),
         resources.GetString("weaponBox.Items17"),
         resources.GetString("weaponBox.Items18"),
         resources.GetString("weaponBox.Items19"),
         resources.GetString("weaponBox.Items20"),
         resources.GetString("weaponBox.Items21"),
         resources.GetString("weaponBox.Items22"),
         resources.GetString("weaponBox.Items23"),
         resources.GetString("weaponBox.Items24"),
         resources.GetString("weaponBox.Items25"),
         resources.GetString("weaponBox.Items26"),
         resources.GetString("weaponBox.Items27"),
         resources.GetString("weaponBox.Items28"),
         resources.GetString("weaponBox.Items29"),
         resources.GetString("weaponBox.Items30"),
         resources.GetString("weaponBox.Items31"),
         resources.GetString("weaponBox.Items32"),
         resources.GetString("weaponBox.Items33"),
         resources.GetString("weaponBox.Items34"),
         resources.GetString("weaponBox.Items35"),
         resources.GetString("weaponBox.Items36"),
         resources.GetString("weaponBox.Items37"),
         resources.GetString("weaponBox.Items38"),
         resources.GetString("weaponBox.Items39"),
         resources.GetString("weaponBox.Items40"),
         resources.GetString("weaponBox.Items41"),
         resources.GetString("weaponBox.Items42"),
         resources.GetString("weaponBox.Items43"),
         resources.GetString("weaponBox.Items44"),
         resources.GetString("weaponBox.Items45"),
         resources.GetString("weaponBox.Items46"),
         resources.GetString("weaponBox.Items47"),
         resources.GetString("weaponBox.Items48"),
         resources.GetString("weaponBox.Items49"),
         resources.GetString("weaponBox.Items50"),
         resources.GetString("weaponBox.Items51"),
         resources.GetString("weaponBox.Items52"),
         resources.GetString("weaponBox.Items53"),
         resources.GetString("weaponBox.Items54"),
         resources.GetString("weaponBox.Items55"),
         resources.GetString("weaponBox.Items56"),
         resources.GetString("weaponBox.Items57"),
         resources.GetString("weaponBox.Items58"),
         resources.GetString("weaponBox.Items59"),
         resources.GetString("weaponBox.Items60"),
         resources.GetString("weaponBox.Items61"),
         resources.GetString("weaponBox.Items62"),
         resources.GetString("weaponBox.Items63"),
         resources.GetString("weaponBox.Items64"),
         resources.GetString("weaponBox.Items65"),
         resources.GetString("weaponBox.Items66"),
         resources.GetString("weaponBox.Items67"),
         resources.GetString("weaponBox.Items68"),
         resources.GetString("weaponBox.Items69"),
         resources.GetString("weaponBox.Items70"),
         resources.GetString("weaponBox.Items71"),
         resources.GetString("weaponBox.Items72"),
         resources.GetString("weaponBox.Items73"),
         resources.GetString("weaponBox.Items74"),
         resources.GetString("weaponBox.Items75"),
         resources.GetString("weaponBox.Items76"),
         resources.GetString("weaponBox.Items77"),
         resources.GetString("weaponBox.Items78"),
         resources.GetString("weaponBox.Items79"),
         resources.GetString("weaponBox.Items80"),
         resources.GetString("weaponBox.Items81"),
         resources.GetString("weaponBox.Items82"),
         resources.GetString("weaponBox.Items83"),
         resources.GetString("weaponBox.Items84"),
         resources.GetString("weaponBox.Items85"),
         resources.GetString("weaponBox.Items86"),
         resources.GetString("weaponBox.Items87"),
         resources.GetString("weaponBox.Items88"),
         resources.GetString("weaponBox.Items89"),
         resources.GetString("weaponBox.Items90")
     });
     resources.ApplyResources(this.weaponBox, "weaponBox");
     this.weaponBox.Name = "weaponBox";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // turfInkedBox
     //
     resources.ApplyResources(this.turfInkedBox, "turfInkedBox");
     this.turfInkedBox.Maximum = new decimal(new int[] {
         999999,
         0,
         0,
         0
     });
     this.turfInkedBox.Name = "turfInkedBox";
     //
     // newFlagBox
     //
     resources.ApplyResources(this.newFlagBox, "newFlagBox");
     this.newFlagBox.Name = "newFlagBox";
     this.newFlagBox.UseVisualStyleBackColor = true;
     //
     // saveBox
     //
     resources.ApplyResources(this.saveBox, "saveBox");
     this.saveBox.Name = "saveBox";
     this.saveBox.UseVisualStyleBackColor = true;
     this.saveBox.Click += new System.EventHandler(this.saveBox_Click);
     //
     // WeaponEditForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.saveBox);
     this.Controls.Add(this.newFlagBox);
     this.Controls.Add(this.turfInkedBox);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.weaponBox);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "WeaponEditForm";
     ((System.ComponentModel.ISupportInitialize)(this.turfInkedBox)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(PluginsDialog));
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.groupBox2             = new System.Windows.Forms.GroupBox();
     this.ActivePluginsListBox  = new System.Windows.Forms.ListBox();
     this.DeactivateButton      = new System.Windows.Forms.Button();
     this.ReloadPluginButton    = new System.Windows.Forms.Button();
     this.DormantPluginsListBox = new System.Windows.Forms.ListBox();
     this.ActivatePluginButton  = new System.Windows.Forms.Button();
     this.AddNewPluginButton    = new System.Windows.Forms.Button();
     this.UnloadPluginButton    = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.AddNewPluginButton);
     this.groupBox1.Controls.Add(this.ReloadPluginButton);
     this.groupBox1.Controls.Add(this.DeactivateButton);
     this.groupBox1.Controls.Add(this.ActivePluginsListBox);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.groupBox1.Location  = new System.Drawing.Point(12, 12);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(360, 173);
     this.groupBox1.TabIndex  = 10;
     this.groupBox1.TabStop   = false;
     resources.ApplyResources(this.groupBox1, "groupBox1");
     //
     // groupBox2
     //
     this.groupBox2.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.groupBox2.Controls.Add(this.UnloadPluginButton);
     this.groupBox2.Controls.Add(this.ActivatePluginButton);
     this.groupBox2.Controls.Add(this.DormantPluginsListBox);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.groupBox2.Location  = new System.Drawing.Point(12, 187);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(360, 167);
     this.groupBox2.TabIndex  = 11;
     this.groupBox2.TabStop   = false;
     resources.ApplyResources(this.groupBox2, "groupBox2");
     //
     // ActivePluginsListBox
     //
     this.ActivePluginsListBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.ActivePluginsListBox.FormattingEnabled = true;
     this.ActivePluginsListBox.Location          = new System.Drawing.Point(6, 17);
     this.ActivePluginsListBox.Name                  = "ActivePluginsListBox";
     this.ActivePluginsListBox.Size                  = new System.Drawing.Size(219, 147);
     this.ActivePluginsListBox.TabIndex              = 0;
     this.ActivePluginsListBox.SelectedIndexChanged += new System.EventHandler(this.ActivePluginsListBox_SelectedIndexChanged);
     //
     // DeactivateButton
     //
     this.DeactivateButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.DeactivateButton.Enabled  = false;
     this.DeactivateButton.Location = new System.Drawing.Point(231, 17);
     this.DeactivateButton.Name     = "DeactivateButton";
     this.DeactivateButton.Size     = new System.Drawing.Size(124, 23);
     this.DeactivateButton.TabIndex = 1;
     this.DeactivateButton.UseVisualStyleBackColor = true;
     this.DeactivateButton.Click += new System.EventHandler(this.DeactivateButton_Click);
     resources.ApplyResources(this.DeactivateButton, "DeactivateButton");
     //
     // ReloadPluginButton
     //
     this.ReloadPluginButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ReloadPluginButton.Enabled  = false;
     this.ReloadPluginButton.Location = new System.Drawing.Point(231, 46);
     this.ReloadPluginButton.Name     = "ReloadPluginButton";
     this.ReloadPluginButton.Size     = new System.Drawing.Size(124, 23);
     this.ReloadPluginButton.TabIndex = 2;
     this.ReloadPluginButton.UseVisualStyleBackColor = true;
     this.ReloadPluginButton.Click += new System.EventHandler(this.ReloadPluginButton_Click);
     resources.ApplyResources(this.ReloadPluginButton, "ReloadPluginButton");
     //
     // DormantPluginsListBox
     //
     this.DormantPluginsListBox.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.DormantPluginsListBox.FormattingEnabled = true;
     this.DormantPluginsListBox.Location          = new System.Drawing.Point(6, 19);
     this.DormantPluginsListBox.Name                  = "DormantPluginsListBox";
     this.DormantPluginsListBox.Size                  = new System.Drawing.Size(219, 134);
     this.DormantPluginsListBox.TabIndex              = 3;
     this.DormantPluginsListBox.SelectedIndexChanged += new System.EventHandler(this.DormantPluginsListBox_SelectedIndexChanged);
     //
     // ActivatePluginButton
     //
     this.ActivatePluginButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.ActivatePluginButton.Enabled  = false;
     this.ActivatePluginButton.Location = new System.Drawing.Point(231, 19);
     this.ActivatePluginButton.Name     = "ActivatePluginButton";
     this.ActivatePluginButton.Size     = new System.Drawing.Size(124, 23);
     this.ActivatePluginButton.TabIndex = 3;
     this.ActivatePluginButton.UseVisualStyleBackColor = true;
     this.ActivatePluginButton.Click += new System.EventHandler(this.ActivatePluginButton_Click);
     resources.ApplyResources(this.ActivatePluginButton, "ActivatePluginButton");
     //
     // AddNewPluginButton
     //
     this.AddNewPluginButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.AddNewPluginButton.Location = new System.Drawing.Point(231, 75);
     this.AddNewPluginButton.Name     = "AddNewPluginButton";
     this.AddNewPluginButton.Size     = new System.Drawing.Size(124, 23);
     this.AddNewPluginButton.TabIndex = 3;
     this.AddNewPluginButton.UseVisualStyleBackColor = true;
     this.AddNewPluginButton.Click += new System.EventHandler(this.AddNewPluginButton_Click);
     resources.ApplyResources(this.AddNewPluginButton, "AddNewPluginButton");
     //
     // UnloadPluginButton
     //
     this.UnloadPluginButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.UnloadPluginButton.Enabled  = false;
     this.UnloadPluginButton.Location = new System.Drawing.Point(231, 48);
     this.UnloadPluginButton.Name     = "UnloadPluginButton";
     this.UnloadPluginButton.Size     = new System.Drawing.Size(124, 23);
     this.UnloadPluginButton.TabIndex = 4;
     this.UnloadPluginButton.UseVisualStyleBackColor = true;
     this.UnloadPluginButton.Click += new System.EventHandler(this.UnloadPluginButton_Click);
     resources.ApplyResources(this.UnloadPluginButton, "UnloadPluginButton");
     //
     // PluginsDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(379, 358);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = Properties.Resources.AppIcon;
     this.Name            = "PluginsDialog";
     this.Load           += new System.EventHandler(this.PluginsDialog_Load);
     resources.ApplyResources(this, "$this");
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(SettingsDialog));
     this.RepositoryGroupBox          = new System.Windows.Forms.GroupBox();
     this.ReposListBox                = new System.Windows.Forms.ListView();
     this.RepoNameHeader              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.RepoURLHeader               = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.NewRepoButton               = new System.Windows.Forms.Button();
     this.UpRepoButton                = new System.Windows.Forms.Button();
     this.DownRepoButton              = new System.Windows.Forms.Button();
     this.DeleteRepoButton            = new System.Windows.Forms.Button();
     this.AuthTokensGroupBox          = new System.Windows.Forms.GroupBox();
     this.AuthTokensListBox           = new System.Windows.Forms.ListView();
     this.AuthHostHeader              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.AuthTokenHeader             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.NewAuthTokenButton          = new System.Windows.Forms.Button();
     this.DeleteAuthTokenButton       = new System.Windows.Forms.Button();
     this.CacheGroupBox               = new System.Windows.Forms.GroupBox();
     this.CachePath                   = new System.Windows.Forms.TextBox();
     this.CacheSummary                = new System.Windows.Forms.Label();
     this.CacheLimitPreLabel          = new System.Windows.Forms.Label();
     this.CacheLimit                  = new System.Windows.Forms.TextBox();
     this.CacheLimitPostLabel         = new System.Windows.Forms.Label();
     this.ChangeCacheButton           = new System.Windows.Forms.Button();
     this.ClearCacheButton            = new CKAN.DropdownMenuButton();
     this.ClearCacheMenu              = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.PurgeToLimitMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.PurgeAllMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.ResetCacheButton            = new System.Windows.Forms.Button();
     this.OpenCacheButton             = new System.Windows.Forms.Button();
     this.AutoUpdateGroupBox          = new System.Windows.Forms.GroupBox();
     this.LocalVersionPreLabel        = new System.Windows.Forms.Label();
     this.LocalVersionLabel           = new System.Windows.Forms.Label();
     this.LatestVersionPreLabel       = new System.Windows.Forms.Label();
     this.LatestVersionLabel          = new System.Windows.Forms.Label();
     this.CheckUpdateOnLaunchCheckbox = new System.Windows.Forms.CheckBox();
     this.CheckForUpdatesButton       = new System.Windows.Forms.Button();
     this.InstallUpdateButton         = new System.Windows.Forms.Button();
     this.BehaviourGroupBox           = new System.Windows.Forms.GroupBox();
     this.EnableTrayIconCheckBox      = new System.Windows.Forms.CheckBox();
     this.MinimizeToTrayCheckBox      = new System.Windows.Forms.CheckBox();
     this.RefreshPreLabel             = new System.Windows.Forms.Label();
     this.RefreshTextBox              = new System.Windows.Forms.TextBox();
     this.RefreshPostLabel            = new System.Windows.Forms.Label();
     this.PauseRefreshCheckBox        = new System.Windows.Forms.CheckBox();
     this.MoreSettingsGroupBox        = new System.Windows.Forms.GroupBox();
     this.LanguageSelectionLabel      = new System.Windows.Forms.Label();
     this.LanguageSelectionComboBox   = new System.Windows.Forms.ComboBox();
     this.RefreshOnStartupCheckbox    = new System.Windows.Forms.CheckBox();
     this.HideEpochsCheckbox          = new System.Windows.Forms.CheckBox();
     this.HideVCheckbox               = new System.Windows.Forms.CheckBox();
     this.AutoSortUpdateCheckBox      = new System.Windows.Forms.CheckBox();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.RepositoryGroupBox.SuspendLayout();
     this.AuthTokensGroupBox.SuspendLayout();
     this.CacheGroupBox.SuspendLayout();
     this.ClearCacheMenu.SuspendLayout();
     this.AutoUpdateGroupBox.SuspendLayout();
     this.BehaviourGroupBox.SuspendLayout();
     this.MoreSettingsGroupBox.SuspendLayout();
     this.SuspendLayout();
     //
     // RepositoryGroupBox
     //
     this.RepositoryGroupBox.Controls.Add(this.ReposListBox);
     this.RepositoryGroupBox.Controls.Add(this.NewRepoButton);
     this.RepositoryGroupBox.Controls.Add(this.UpRepoButton);
     this.RepositoryGroupBox.Controls.Add(this.DownRepoButton);
     this.RepositoryGroupBox.Controls.Add(this.DeleteRepoButton);
     this.RepositoryGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.RepositoryGroupBox.Location  = new System.Drawing.Point(12, 6);
     this.RepositoryGroupBox.Name      = "RepositoryGroupBox";
     this.RepositoryGroupBox.Size      = new System.Drawing.Size(476, 128);
     this.RepositoryGroupBox.TabIndex  = 0;
     this.RepositoryGroupBox.TabStop   = false;
     resources.ApplyResources(this.RepositoryGroupBox, "RepositoryGroupBox");
     //
     // ReposListBox
     //
     this.ReposListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ReposListBox.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.RepoNameHeader,
         this.RepoURLHeader
     });
     this.ReposListBox.Location              = new System.Drawing.Point(12, 18);
     this.ReposListBox.FullRowSelect         = true;
     this.ReposListBox.MultiSelect           = false;
     this.ReposListBox.Name                  = "ReposListBox";
     this.ReposListBox.Size                  = new System.Drawing.Size(452, 67);
     this.ReposListBox.TabIndex              = 0;
     this.ReposListBox.View                  = System.Windows.Forms.View.Details;
     this.ReposListBox.SelectedIndexChanged += new System.EventHandler(this.ReposListBox_SelectedIndexChanged);
     //
     // RepoNameHeader
     //
     this.RepoNameHeader.Width = 120;
     resources.ApplyResources(this.RepoNameHeader, "RepoNameHeader");
     //
     // RepoURLHeader
     //
     this.RepoURLHeader.Width = 380;
     resources.ApplyResources(this.RepoURLHeader, "RepoURLHeader");
     //
     // NewRepoButton
     //
     this.NewRepoButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.NewRepoButton.Location  = new System.Drawing.Point(12, 93);
     this.NewRepoButton.Name      = "NewRepoButton";
     this.NewRepoButton.Size      = new System.Drawing.Size(56, 25);
     this.NewRepoButton.TabIndex  = 1;
     this.NewRepoButton.Click    += new System.EventHandler(this.NewRepoButton_Click);
     resources.ApplyResources(this.NewRepoButton, "NewRepoButton");
     //
     // UpRepoButton
     //
     this.UpRepoButton.Enabled   = false;
     this.UpRepoButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.UpRepoButton.Location  = new System.Drawing.Point(74, 93);
     this.UpRepoButton.Name      = "UpRepoButton";
     this.UpRepoButton.Size      = new System.Drawing.Size(56, 25);
     this.UpRepoButton.TabIndex  = 2;
     this.UpRepoButton.Click    += new System.EventHandler(this.UpRepoButton_Click);
     resources.ApplyResources(this.UpRepoButton, "UpRepoButton");
     //
     // DownRepoButton
     //
     this.DownRepoButton.Enabled   = false;
     this.DownRepoButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.DownRepoButton.Location  = new System.Drawing.Point(136, 93);
     this.DownRepoButton.Name      = "DownRepoButton";
     this.DownRepoButton.Size      = new System.Drawing.Size(56, 25);
     this.DownRepoButton.TabIndex  = 3;
     this.DownRepoButton.Click    += new System.EventHandler(this.DownRepoButton_Click);
     resources.ApplyResources(this.DownRepoButton, "DownRepoButton");
     //
     // DeleteRepoButton
     //
     this.DeleteRepoButton.Enabled   = false;
     this.DeleteRepoButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.DeleteRepoButton.Location  = new System.Drawing.Point(408, 93);
     this.DeleteRepoButton.Name      = "DeleteRepoButton";
     this.DeleteRepoButton.Size      = new System.Drawing.Size(56, 25);
     this.DeleteRepoButton.TabIndex  = 4;
     this.DeleteRepoButton.Click    += new System.EventHandler(this.DeleteRepoButton_Click);
     resources.ApplyResources(this.DeleteRepoButton, "DeleteRepoButton");
     //
     // AuthTokensGroupBox
     //
     this.AuthTokensGroupBox.Controls.Add(this.AuthTokensListBox);
     this.AuthTokensGroupBox.Controls.Add(this.NewAuthTokenButton);
     this.AuthTokensGroupBox.Controls.Add(this.DeleteAuthTokenButton);
     this.AuthTokensGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.AuthTokensGroupBox.Location  = new System.Drawing.Point(12, 140);
     this.AuthTokensGroupBox.Name      = "AuthTokensGroupBox";
     this.AuthTokensGroupBox.Size      = new System.Drawing.Size(476, 128);
     this.AuthTokensGroupBox.TabIndex  = 1;
     this.AuthTokensGroupBox.TabStop   = false;
     resources.ApplyResources(this.AuthTokensGroupBox, "AuthTokensGroupBox");
     //
     // AuthTokensListBox
     //
     this.AuthTokensListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.AuthTokensListBox.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.AuthHostHeader,
         this.AuthTokenHeader
     });
     this.AuthTokensListBox.FullRowSelect         = true;
     this.AuthTokensListBox.MultiSelect           = false;
     this.AuthTokensListBox.View                  = System.Windows.Forms.View.Details;
     this.AuthTokensListBox.Location              = new System.Drawing.Point(12, 18);
     this.AuthTokensListBox.Name                  = "AuthTokensListBox";
     this.AuthTokensListBox.Size                  = new System.Drawing.Size(452, 67);
     this.AuthTokensListBox.TabIndex              = 0;
     this.AuthTokensListBox.SelectedIndexChanged += new System.EventHandler(this.AuthTokensListBox_SelectedIndexChanged);
     //
     // AuthHostHeader
     //
     this.AuthHostHeader.Width = 120;
     resources.ApplyResources(this.AuthHostHeader, "AuthHostHeader");
     //
     // AuthTokenHeader
     //
     this.AuthTokenHeader.Width = 380;
     resources.ApplyResources(this.AuthTokenHeader, "AuthTokenHeader");
     //
     // NewAuthTokenButton
     //
     this.NewAuthTokenButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.NewAuthTokenButton.Location  = new System.Drawing.Point(12, 93);
     this.NewAuthTokenButton.Name      = "NewAuthTokenButton";
     this.NewAuthTokenButton.Size      = new System.Drawing.Size(56, 25);
     this.NewAuthTokenButton.TabIndex  = 1;
     this.NewAuthTokenButton.Click    += new System.EventHandler(this.NewAuthTokenButton_Click);
     resources.ApplyResources(this.NewAuthTokenButton, "NewAuthTokenButton");
     //
     // DeleteAuthTokenButton
     //
     this.DeleteAuthTokenButton.Enabled   = false;
     this.DeleteAuthTokenButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.DeleteAuthTokenButton.Location  = new System.Drawing.Point(408, 93);
     this.DeleteAuthTokenButton.Name      = "DeleteAuthTokenButton";
     this.DeleteAuthTokenButton.Size      = new System.Drawing.Size(56, 25);
     this.DeleteAuthTokenButton.TabIndex  = 2;
     this.DeleteAuthTokenButton.Click    += new System.EventHandler(this.DeleteAuthTokenButton_Click);
     resources.ApplyResources(this.DeleteAuthTokenButton, "DeleteAuthTokenButton");
     //
     // CacheGroupBox
     //
     this.CacheGroupBox.Controls.Add(this.CachePath);
     this.CacheGroupBox.Controls.Add(this.CacheSummary);
     this.CacheGroupBox.Controls.Add(this.CacheLimitPreLabel);
     this.CacheGroupBox.Controls.Add(this.CacheLimit);
     this.CacheGroupBox.Controls.Add(this.CacheLimitPostLabel);
     this.CacheGroupBox.Controls.Add(this.ChangeCacheButton);
     this.CacheGroupBox.Controls.Add(this.ClearCacheButton);
     this.CacheGroupBox.Controls.Add(this.ResetCacheButton);
     this.CacheGroupBox.Controls.Add(this.OpenCacheButton);
     this.CacheGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CacheGroupBox.Location  = new System.Drawing.Point(12, 274);
     this.CacheGroupBox.Name      = "CacheGroupBox";
     this.CacheGroupBox.Size      = new System.Drawing.Size(476, 124);
     this.CacheGroupBox.TabIndex  = 2;
     this.CacheGroupBox.TabStop   = false;
     resources.ApplyResources(this.CacheGroupBox, "CacheGroupBox");
     //
     // CachePath
     //
     this.CachePath.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.CachePath.Location     = new System.Drawing.Point(12, 18);
     this.CachePath.Margin       = new System.Windows.Forms.Padding(2);
     this.CachePath.Name         = "CachePath";
     this.CachePath.Size         = new System.Drawing.Size(452, 20);
     this.CachePath.TabIndex     = 0;
     this.CachePath.TextChanged += new System.EventHandler(this.CachePath_TextChanged);
     //
     // CacheSummary
     //
     this.CacheSummary.AutoSize = true;
     this.CacheSummary.Location = new System.Drawing.Point(9, 44);
     this.CacheSummary.Name     = "CacheSummary";
     this.CacheSummary.Size     = new System.Drawing.Size(70, 13);
     this.CacheSummary.TabIndex = 1;
     resources.ApplyResources(this.CacheSummary, "CacheSummary");
     //
     // CacheLimitPreLabel
     //
     this.CacheLimitPreLabel.AutoSize = true;
     this.CacheLimitPreLabel.Location = new System.Drawing.Point(9, 65);
     this.CacheLimitPreLabel.Name     = "CacheLimitPreLabel";
     this.CacheLimitPreLabel.Size     = new System.Drawing.Size(108, 13);
     this.CacheLimitPreLabel.TabIndex = 2;
     resources.ApplyResources(this.CacheLimitPreLabel, "CacheLimitPreLabel");
     //
     // CacheLimit
     //
     this.CacheLimit.BorderStyle  = System.Windows.Forms.BorderStyle.FixedSingle;
     this.CacheLimit.Location     = new System.Drawing.Point(117, 63);
     this.CacheLimit.Margin       = new System.Windows.Forms.Padding(2);
     this.CacheLimit.Name         = "CacheLimit";
     this.CacheLimit.Size         = new System.Drawing.Size(50, 20);
     this.CacheLimit.TabIndex     = 3;
     this.CacheLimit.TextChanged += new System.EventHandler(this.CacheLimit_TextChanged);
     this.CacheLimit.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.CacheLimit_KeyPress);
     //
     // CacheLimitPostLabel
     //
     this.CacheLimitPostLabel.AutoSize = true;
     this.CacheLimitPostLabel.Location = new System.Drawing.Point(167, 65);
     this.CacheLimitPostLabel.Name     = "CacheLimitPostLabel";
     this.CacheLimitPostLabel.Size     = new System.Drawing.Size(119, 13);
     this.CacheLimitPostLabel.TabIndex = 4;
     resources.ApplyResources(this.CacheLimitPostLabel, "CacheLimitPostLabel");
     //
     // ChangeCacheButton
     //
     this.ChangeCacheButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ChangeCacheButton.Location  = new System.Drawing.Point(12, 89);
     this.ChangeCacheButton.Name      = "ChangeCacheButton";
     this.ChangeCacheButton.Size      = new System.Drawing.Size(75, 25);
     this.ChangeCacheButton.TabIndex  = 5;
     this.ChangeCacheButton.Click    += new System.EventHandler(this.ChangeCacheButton_Click);
     resources.ApplyResources(this.ChangeCacheButton, "ChangeCacheButton");
     //
     // ClearCacheButton
     //
     this.ClearCacheButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ClearCacheButton.Location  = new System.Drawing.Point(93, 89);
     this.ClearCacheButton.Menu      = this.ClearCacheMenu;
     this.ClearCacheButton.Name      = "ClearCacheButton";
     this.ClearCacheButton.Size      = new System.Drawing.Size(75, 25);
     this.ClearCacheButton.TabIndex  = 6;
     resources.ApplyResources(this.ClearCacheButton, "ClearCacheButton");
     //
     // ClearCacheMenu
     //
     this.ClearCacheMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.PurgeToLimitMenuItem,
         this.PurgeAllMenuItem
     });
     this.ClearCacheMenu.Name = "ClearCacheMenu";
     this.ClearCacheMenu.Size = new System.Drawing.Size(147, 48);
     //
     // PurgeToLimitMenuItem
     //
     this.PurgeToLimitMenuItem.Name   = "PurgeToLimitMenuItem";
     this.PurgeToLimitMenuItem.Size   = new System.Drawing.Size(146, 22);
     this.PurgeToLimitMenuItem.Click += new System.EventHandler(this.PurgeToLimitMenuItem_Click);
     resources.ApplyResources(this.PurgeToLimitMenuItem, "PurgeToLimitMenuItem");
     //
     // PurgeAllMenuItem
     //
     this.PurgeAllMenuItem.Name   = "PurgeAllMenuItem";
     this.PurgeAllMenuItem.Size   = new System.Drawing.Size(146, 22);
     this.PurgeAllMenuItem.Click += new System.EventHandler(this.PurgeAllMenuItem_Click);
     resources.ApplyResources(this.PurgeAllMenuItem, "PurgeAllMenuItem");
     //
     // ResetCacheButton
     //
     this.ResetCacheButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ResetCacheButton.Location  = new System.Drawing.Point(174, 89);
     this.ResetCacheButton.Name      = "ResetCacheButton";
     this.ResetCacheButton.Size      = new System.Drawing.Size(75, 25);
     this.ResetCacheButton.TabIndex  = 7;
     this.ResetCacheButton.Click    += new System.EventHandler(this.ResetCacheButton_Click);
     resources.ApplyResources(this.ResetCacheButton, "ResetCacheButton");
     //
     // OpenCacheButton
     //
     this.OpenCacheButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.OpenCacheButton.Location  = new System.Drawing.Point(255, 89);
     this.OpenCacheButton.Name      = "OpenCacheButton";
     this.OpenCacheButton.Size      = new System.Drawing.Size(75, 25);
     this.OpenCacheButton.TabIndex  = 8;
     this.OpenCacheButton.Click    += new System.EventHandler(this.OpenCacheButton_Click);
     resources.ApplyResources(this.OpenCacheButton, "OpenCacheButton");
     //
     // AutoUpdateGroupBox
     //
     this.AutoUpdateGroupBox.Controls.Add(this.LocalVersionPreLabel);
     this.AutoUpdateGroupBox.Controls.Add(this.LocalVersionLabel);
     this.AutoUpdateGroupBox.Controls.Add(this.LatestVersionPreLabel);
     this.AutoUpdateGroupBox.Controls.Add(this.LatestVersionLabel);
     this.AutoUpdateGroupBox.Controls.Add(this.CheckUpdateOnLaunchCheckbox);
     this.AutoUpdateGroupBox.Controls.Add(this.CheckForUpdatesButton);
     this.AutoUpdateGroupBox.Controls.Add(this.InstallUpdateButton);
     this.AutoUpdateGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.AutoUpdateGroupBox.Location  = new System.Drawing.Point(12, 404);
     this.AutoUpdateGroupBox.Name      = "AutoUpdateGroupBox";
     this.AutoUpdateGroupBox.Size      = new System.Drawing.Size(254, 119);
     this.AutoUpdateGroupBox.TabIndex  = 3;
     this.AutoUpdateGroupBox.TabStop   = false;
     resources.ApplyResources(this.AutoUpdateGroupBox, "AutoUpdateGroupBox");
     //
     // LocalVersionPreLabel
     //
     this.LocalVersionPreLabel.AutoSize = true;
     this.LocalVersionPreLabel.Location = new System.Drawing.Point(9, 18);
     this.LocalVersionPreLabel.Name     = "LocalVersionPreLabel";
     this.LocalVersionPreLabel.Size     = new System.Drawing.Size(73, 13);
     this.LocalVersionPreLabel.TabIndex = 0;
     resources.ApplyResources(this.LocalVersionPreLabel, "LocalVersionPreLabel");
     //
     // LocalVersionLabel
     //
     this.LocalVersionLabel.AutoSize = true;
     this.LocalVersionLabel.Location = new System.Drawing.Point(95, 18);
     this.LocalVersionLabel.Name     = "LocalVersionLabel";
     this.LocalVersionLabel.Size     = new System.Drawing.Size(37, 13);
     this.LocalVersionLabel.TabIndex = 1;
     resources.ApplyResources(this.LocalVersionLabel, "LocalVersionLabel");
     //
     // LatestVersionPreLabel
     //
     this.LatestVersionPreLabel.AutoSize = true;
     this.LatestVersionPreLabel.Location = new System.Drawing.Point(9, 39);
     this.LatestVersionPreLabel.Name     = "LatestVersionPreLabel";
     this.LatestVersionPreLabel.Size     = new System.Drawing.Size(76, 13);
     this.LatestVersionPreLabel.TabIndex = 2;
     resources.ApplyResources(this.LatestVersionPreLabel, "LatestVersionPreLabel");
     //
     // LatestVersionLabel
     //
     this.LatestVersionLabel.AutoSize = true;
     this.LatestVersionLabel.Location = new System.Drawing.Point(95, 39);
     this.LatestVersionLabel.Name     = "LatestVersionLabel";
     this.LatestVersionLabel.Size     = new System.Drawing.Size(25, 13);
     this.LatestVersionLabel.TabIndex = 3;
     resources.ApplyResources(this.LatestVersionLabel, "LatestVersionLabel");
     //
     // CheckUpdateOnLaunchCheckbox
     //
     this.CheckUpdateOnLaunchCheckbox.AutoSize        = true;
     this.CheckUpdateOnLaunchCheckbox.Location        = new System.Drawing.Point(12, 61);
     this.CheckUpdateOnLaunchCheckbox.Name            = "CheckUpdateOnLaunchCheckbox";
     this.CheckUpdateOnLaunchCheckbox.Size            = new System.Drawing.Size(195, 17);
     this.CheckUpdateOnLaunchCheckbox.TabIndex        = 4;
     this.CheckUpdateOnLaunchCheckbox.CheckedChanged += new System.EventHandler(this.CheckUpdateOnLaunchCheckbox_CheckedChanged);
     resources.ApplyResources(this.CheckUpdateOnLaunchCheckbox, "CheckUpdateOnLaunchCheckbox");
     //
     // CheckForUpdatesButton
     //
     this.CheckForUpdatesButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.CheckForUpdatesButton.Location  = new System.Drawing.Point(12, 84);
     this.CheckForUpdatesButton.Name      = "CheckForUpdatesButton";
     this.CheckForUpdatesButton.Size      = new System.Drawing.Size(112, 25);
     this.CheckForUpdatesButton.TabIndex  = 5;
     this.CheckForUpdatesButton.Click    += new System.EventHandler(this.CheckForUpdatesButton_Click);
     resources.ApplyResources(this.CheckForUpdatesButton, "CheckForUpdatesButton");
     //
     // InstallUpdateButton
     //
     this.InstallUpdateButton.Enabled   = false;
     this.InstallUpdateButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.InstallUpdateButton.Location  = new System.Drawing.Point(130, 84);
     this.InstallUpdateButton.Name      = "InstallUpdateButton";
     this.InstallUpdateButton.Size      = new System.Drawing.Size(112, 25);
     this.InstallUpdateButton.TabIndex  = 6;
     this.InstallUpdateButton.Click    += new System.EventHandler(this.InstallUpdateButton_Click);
     resources.ApplyResources(this.InstallUpdateButton, "InstallUpdateButton");
     //
     // BehaviourGroupBox
     //
     this.BehaviourGroupBox.Controls.Add(this.EnableTrayIconCheckBox);
     this.BehaviourGroupBox.Controls.Add(this.MinimizeToTrayCheckBox);
     this.BehaviourGroupBox.Controls.Add(this.RefreshPreLabel);
     this.BehaviourGroupBox.Controls.Add(this.RefreshTextBox);
     this.BehaviourGroupBox.Controls.Add(this.RefreshPostLabel);
     this.BehaviourGroupBox.Controls.Add(this.PauseRefreshCheckBox);
     this.BehaviourGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BehaviourGroupBox.Location  = new System.Drawing.Point(278, 404);
     this.BehaviourGroupBox.Name      = "BehaviourGroupBox";
     this.BehaviourGroupBox.Size      = new System.Drawing.Size(210, 119);
     this.BehaviourGroupBox.TabIndex  = 4;
     this.BehaviourGroupBox.TabStop   = false;
     resources.ApplyResources(this.BehaviourGroupBox, "BehaviourGroupBox");
     //
     // EnableTrayIconCheckBox
     //
     this.EnableTrayIconCheckBox.AutoSize        = true;
     this.EnableTrayIconCheckBox.Location        = new System.Drawing.Point(12, 18);
     this.EnableTrayIconCheckBox.Name            = "EnableTrayIconCheckBox";
     this.EnableTrayIconCheckBox.Size            = new System.Drawing.Size(102, 17);
     this.EnableTrayIconCheckBox.TabIndex        = 0;
     this.EnableTrayIconCheckBox.CheckedChanged += new System.EventHandler(this.EnableTrayIconCheckBox_CheckedChanged);
     resources.ApplyResources(this.EnableTrayIconCheckBox, "EnableTrayIconCheckBox");
     //
     // MinimizeToTrayCheckBox
     //
     this.MinimizeToTrayCheckBox.AutoSize        = true;
     this.MinimizeToTrayCheckBox.Location        = new System.Drawing.Point(12, 41);
     this.MinimizeToTrayCheckBox.Name            = "MinimizeToTrayCheckBox";
     this.MinimizeToTrayCheckBox.Size            = new System.Drawing.Size(98, 17);
     this.MinimizeToTrayCheckBox.TabIndex        = 1;
     this.MinimizeToTrayCheckBox.CheckedChanged += new System.EventHandler(this.MinimizeToTrayCheckBox_CheckedChanged);
     resources.ApplyResources(this.MinimizeToTrayCheckBox, "MinimizeToTrayCheckBox");
     //
     // RefreshPreLabel
     //
     this.RefreshPreLabel.AutoSize = true;
     this.RefreshPreLabel.Location = new System.Drawing.Point(9, 66);
     this.RefreshPreLabel.Name     = "RefreshPreLabel";
     this.RefreshPreLabel.Size     = new System.Drawing.Size(108, 13);
     this.RefreshPreLabel.TabIndex = 2;
     resources.ApplyResources(this.RefreshPreLabel, "RefreshPreLabel");
     //
     // RefreshTextBox
     //
     this.RefreshTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.RefreshTextBox.Location    = new System.Drawing.Point(122, 64);
     this.RefreshTextBox.Name        = "RefreshTextBox";
     this.RefreshTextBox.Size        = new System.Drawing.Size(25, 20);
     this.RefreshTextBox.TabIndex    = 3;
     this.toolTip1.SetToolTip(this.RefreshTextBox, "Setting to 0 will not refresh modlist");
     this.RefreshTextBox.TextChanged += new System.EventHandler(this.RefreshTextBox_TextChanged);
     this.RefreshTextBox.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.RefreshTextBox_KeyPress);
     //
     // RefreshPostLabel
     //
     this.RefreshPostLabel.AutoSize = true;
     this.RefreshPostLabel.Location = new System.Drawing.Point(150, 66);
     this.RefreshPostLabel.Name     = "RefreshPostLabel";
     this.RefreshPostLabel.Size     = new System.Drawing.Size(49, 13);
     this.RefreshPostLabel.TabIndex = 4;
     resources.ApplyResources(this.RefreshPostLabel, "RefreshPostLabel");
     //
     // PauseRefreshCheckBox
     //
     this.PauseRefreshCheckBox.AutoSize        = true;
     this.PauseRefreshCheckBox.Location        = new System.Drawing.Point(12, 90);
     this.PauseRefreshCheckBox.Name            = "PauseRefreshCheckBox";
     this.PauseRefreshCheckBox.Size            = new System.Drawing.Size(105, 17);
     this.PauseRefreshCheckBox.TabIndex        = 5;
     this.PauseRefreshCheckBox.CheckedChanged += new System.EventHandler(this.PauseRefreshCheckBox_CheckedChanged);
     resources.ApplyResources(this.PauseRefreshCheckBox, "PauseRefreshCheckBox");
     //
     // MoreSettingsGroupBox
     //
     this.MoreSettingsGroupBox.Controls.Add(this.LanguageSelectionLabel);
     this.MoreSettingsGroupBox.Controls.Add(this.LanguageSelectionComboBox);
     this.MoreSettingsGroupBox.Controls.Add(this.AutoSortUpdateCheckBox);
     this.MoreSettingsGroupBox.Controls.Add(this.RefreshOnStartupCheckbox);
     this.MoreSettingsGroupBox.Controls.Add(this.HideEpochsCheckbox);
     this.MoreSettingsGroupBox.Controls.Add(this.HideVCheckbox);
     this.MoreSettingsGroupBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.MoreSettingsGroupBox.Location  = new System.Drawing.Point(12, 529);
     this.MoreSettingsGroupBox.Name      = "MoreSettingsGroupBox";
     this.MoreSettingsGroupBox.Size      = new System.Drawing.Size(476, 139);
     this.MoreSettingsGroupBox.TabIndex  = 5;
     this.MoreSettingsGroupBox.TabStop   = false;
     resources.ApplyResources(this.MoreSettingsGroupBox, "MoreSettingsGroupBox");
     //
     // LanguageSelectionLabel
     //
     this.LanguageSelectionLabel.AutoSize = true;
     this.LanguageSelectionLabel.Location = new System.Drawing.Point(12, 18);
     this.LanguageSelectionLabel.Name     = "LanguageSelectionLabel";
     this.LanguageSelectionLabel.Size     = new System.Drawing.Size(220, 17);
     this.LanguageSelectionLabel.TabStop  = false;
     resources.ApplyResources(this.LanguageSelectionLabel, "LanguageSelectionLabel");
     //
     // LanguageSelectionComboBox
     //
     this.LanguageSelectionComboBox.AutoSize                  = true;
     this.LanguageSelectionComboBox.Location                  = new System.Drawing.Point(244, 18);
     this.LanguageSelectionComboBox.Name                      = "LanguageSelectionComboBox";
     this.LanguageSelectionComboBox.Size                      = new System.Drawing.Size(220, 17);
     this.LanguageSelectionComboBox.TabIndex                  = 0;
     this.LanguageSelectionComboBox.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.LanguageSelectionComboBox.SelectionChangeCommitted += new System.EventHandler(this.LanguageSelectionComboBox_SelectionChanged);
     //
     // RefreshOnStartupCheckbox
     //
     this.RefreshOnStartupCheckbox.AutoSize        = true;
     this.RefreshOnStartupCheckbox.Location        = new System.Drawing.Point(12, 41);
     this.RefreshOnStartupCheckbox.Name            = "RefreshOnStartupCheckbox";
     this.RefreshOnStartupCheckbox.Size            = new System.Drawing.Size(167, 17);
     this.RefreshOnStartupCheckbox.TabIndex        = 1;
     this.RefreshOnStartupCheckbox.CheckedChanged += new System.EventHandler(this.RefreshOnStartupCheckbox_CheckedChanged);
     resources.ApplyResources(this.RefreshOnStartupCheckbox, "RefreshOnStartupCheckbox");
     //
     // HideEpochsCheckbox
     //
     this.HideEpochsCheckbox.AutoSize        = true;
     this.HideEpochsCheckbox.Location        = new System.Drawing.Point(12, 64);
     this.HideEpochsCheckbox.Name            = "HideEpochsCheckbox";
     this.HideEpochsCheckbox.Size            = new System.Drawing.Size(261, 17);
     this.HideEpochsCheckbox.TabIndex        = 2;
     this.HideEpochsCheckbox.CheckedChanged += new System.EventHandler(this.HideEpochsCheckbox_CheckedChanged);
     resources.ApplyResources(this.HideEpochsCheckbox, "HideEpochsCheckbox");
     //
     // HideVCheckbox
     //
     this.HideVCheckbox.AutoSize        = true;
     this.HideVCheckbox.Location        = new System.Drawing.Point(12, 87);
     this.HideVCheckbox.Name            = "HideVCheckbox";
     this.HideVCheckbox.Size            = new System.Drawing.Size(204, 17);
     this.HideVCheckbox.TabIndex        = 3;
     this.HideVCheckbox.CheckedChanged += new System.EventHandler(this.HideVCheckbox_CheckedChanged);
     resources.ApplyResources(this.HideVCheckbox, "HideVCheckbox");
     //
     // AutoSortUpdateCheckBox
     //
     this.AutoSortUpdateCheckBox.AutoSize        = true;
     this.AutoSortUpdateCheckBox.Location        = new System.Drawing.Point(12, 110);
     this.AutoSortUpdateCheckBox.Name            = "AutoSortUpdateCheckBox";
     this.AutoSortUpdateCheckBox.Size            = new System.Drawing.Size(393, 17);
     this.AutoSortUpdateCheckBox.TabIndex        = 4;
     this.AutoSortUpdateCheckBox.CheckedChanged += new System.EventHandler(this.AutoSortUpdateCheckBox_CheckedChanged);
     resources.ApplyResources(this.AutoSortUpdateCheckBox, "AutoSortUpdateCheckBox");
     //
     //
     // SettingsDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(500, 680);
     this.Controls.Add(this.RepositoryGroupBox);
     this.Controls.Add(this.AuthTokensGroupBox);
     this.Controls.Add(this.CacheGroupBox);
     this.Controls.Add(this.AutoUpdateGroupBox);
     this.Controls.Add(this.BehaviourGroupBox);
     this.Controls.Add(this.MoreSettingsGroupBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = Properties.Resources.AppIcon;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SettingsDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Load           += new System.EventHandler(this.SettingsDialog_Load);
     resources.ApplyResources(this, "$this");
     this.RepositoryGroupBox.ResumeLayout(false);
     this.AuthTokensGroupBox.ResumeLayout(false);
     this.CacheGroupBox.ResumeLayout(false);
     this.CacheGroupBox.PerformLayout();
     this.ClearCacheMenu.ResumeLayout(false);
     this.AutoUpdateGroupBox.ResumeLayout(false);
     this.AutoUpdateGroupBox.PerformLayout();
     this.BehaviourGroupBox.ResumeLayout(false);
     this.BehaviourGroupBox.PerformLayout();
     this.MoreSettingsGroupBox.ResumeLayout(false);
     this.MoreSettingsGroupBox.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(CompatibleGameVersionsDialog));
     this.label1           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.GameVersionLabel = new System.Windows.Forms.Label();
     this.SelectedVersionsCheckedListBox = new System.Windows.Forms.CheckedListBox();
     this.ClearSelectionButton           = new System.Windows.Forms.Button();
     this.AddVersionToListButton         = new System.Windows.Forms.Button();
     this.label5 = new System.Windows.Forms.Label();
     this.AddVersionToListTextBox = new System.Windows.Forms.TextBox();
     this.label6            = new System.Windows.Forms.Label();
     this.label7            = new System.Windows.Forms.Label();
     this.SaveButton        = new System.Windows.Forms.Button();
     this.label8            = new System.Windows.Forms.Label();
     this.GameLocationLabel = new System.Windows.Forms.Label();
     this.CancelChooseCompatibleVersionsButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(11, 45);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(422, 32);
     this.label1.TextAlign = System.Drawing.ContentAlignment.BottomLeft;
     this.label1.TabIndex  = 0;
     resources.ApplyResources(this.label1, "label1");
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(11, 32);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(75, 13);
     this.label2.TabIndex = 1;
     resources.ApplyResources(this.label2, "label2");
     //
     // label3
     //
     this.label3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label3.ForeColor = System.Drawing.Color.Red;
     this.label3.Location  = new System.Drawing.Point(9, 315);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(422, 32);
     this.label3.TabIndex  = 2;
     resources.ApplyResources(this.label3, "label3");
     //
     // gameVersionLabel
     //
     this.GameVersionLabel.AutoSize = true;
     this.GameVersionLabel.Location = new System.Drawing.Point(100, 32);
     this.GameVersionLabel.Name     = "gameVersionLabel";
     this.GameVersionLabel.Size     = new System.Drawing.Size(53, 13);
     this.GameVersionLabel.TabIndex = 3;
     resources.ApplyResources(this.GameVersionLabel, "GameVersionLabel");
     //
     // selectedVersionsCheckedListBox
     //
     this.SelectedVersionsCheckedListBox.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.SelectedVersionsCheckedListBox.CheckOnClick      = true;
     this.SelectedVersionsCheckedListBox.FormattingEnabled = true;
     this.SelectedVersionsCheckedListBox.Location          = new System.Drawing.Point(12, 79);
     this.SelectedVersionsCheckedListBox.Name     = "selectedVersionsCheckedListBox";
     this.SelectedVersionsCheckedListBox.Size     = new System.Drawing.Size(406, 124);
     this.SelectedVersionsCheckedListBox.TabIndex = 4;
     //
     // clearSelectionButton
     //
     this.ClearSelectionButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ClearSelectionButton.Location = new System.Drawing.Point(12, 211);
     this.ClearSelectionButton.Name     = "clearSelectionButton";
     this.ClearSelectionButton.Size     = new System.Drawing.Size(95, 23);
     this.ClearSelectionButton.TabIndex = 5;
     this.ClearSelectionButton.UseVisualStyleBackColor = true;
     this.ClearSelectionButton.Click += new System.EventHandler(this.ClearSelectionButton_Click);
     resources.ApplyResources(this.ClearSelectionButton, "ClearSelectionButton");
     //
     // addVersionToListButton
     //
     this.AddVersionToListButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.AddVersionToListButton.Location = new System.Drawing.Point(343, 209);
     this.AddVersionToListButton.Name     = "addVersionToListButton";
     this.AddVersionToListButton.Size     = new System.Drawing.Size(75, 23);
     this.AddVersionToListButton.TabIndex = 6;
     this.AddVersionToListButton.UseVisualStyleBackColor = true;
     this.AddVersionToListButton.Click += new System.EventHandler(this.AddVersionToListButton_Click);
     resources.ApplyResources(this.AddVersionToListButton, "AddVersionToListButton");
     //
     // label5
     //
     this.label5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(107, 216);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(93, 13);
     this.label5.TabIndex = 7;
     resources.ApplyResources(this.label5, "label5");
     //
     // addVersionToListTextBox
     //
     this.AddVersionToListTextBox.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.AddVersionToListTextBox.Location = new System.Drawing.Point(211, 211);
     this.AddVersionToListTextBox.Name     = "addVersionToListTextBox";
     this.AddVersionToListTextBox.Size     = new System.Drawing.Size(131, 15);
     this.AddVersionToListTextBox.TabIndex = 8;
     //
     // label6
     //
     this.label6.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label6.Location = new System.Drawing.Point(9, 240);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(422, 32);
     this.label6.TabIndex = 9;
     resources.ApplyResources(this.label6, "label6");
     //
     // label7
     //
     this.label7.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label7.Location  = new System.Drawing.Point(9, 273);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(422, 32);
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.label7.TabIndex  = 10;
     resources.ApplyResources(this.label7, "label7");
     //
     // saveButton
     //
     this.SaveButton.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.SaveButton.Location = new System.Drawing.Point(362, 350);
     this.SaveButton.Name     = "saveButton";
     this.SaveButton.Size     = new System.Drawing.Size(75, 23);
     this.SaveButton.TabIndex = 11;
     this.SaveButton.UseVisualStyleBackColor = true;
     this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
     resources.ApplyResources(this.SaveButton, "SaveButton");
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(12, 11);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(60, 13);
     this.label8.TabIndex = 12;
     resources.ApplyResources(this.label8, "label8");
     //
     // gameLocationLabel
     //
     this.GameLocationLabel.AutoSize = true;
     this.GameLocationLabel.Location = new System.Drawing.Point(95, 11);
     this.GameLocationLabel.Name     = "gameLocationLabel";
     this.GameLocationLabel.Size     = new System.Drawing.Size(56, 13);
     this.GameLocationLabel.TabIndex = 13;
     resources.ApplyResources(this.GameLocationLabel, "GameLocationLabel");
     //
     // cancelButton
     //
     this.CancelChooseCompatibleVersionsButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.CancelChooseCompatibleVersionsButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.CancelChooseCompatibleVersionsButton.Location                = new System.Drawing.Point(281, 350);
     this.CancelChooseCompatibleVersionsButton.Name                    = "cancelButton";
     this.CancelChooseCompatibleVersionsButton.Size                    = new System.Drawing.Size(75, 23);
     this.CancelChooseCompatibleVersionsButton.TabIndex                = 14;
     this.CancelChooseCompatibleVersionsButton.UseVisualStyleBackColor = true;
     this.CancelChooseCompatibleVersionsButton.Click                  += new System.EventHandler(this.CancelButton_Click);
     resources.ApplyResources(this.CancelChooseCompatibleVersionsButton, "CancelChooseCompatibleVersionsButton");
     //
     // CompatibleGameVersionsDialog
     //
     this.AcceptButton        = this.SaveButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.CancelChooseCompatibleVersionsButton;
     this.ClientSize          = new System.Drawing.Size(443, 383);
     this.Controls.Add(this.CancelChooseCompatibleVersionsButton);
     this.Controls.Add(this.GameLocationLabel);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.SaveButton);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.AddVersionToListTextBox);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.AddVersionToListButton);
     this.Controls.Add(this.ClearSelectionButton);
     this.Controls.Add(this.SelectedVersionsCheckedListBox);
     this.Controls.Add(this.GameVersionLabel);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Icon          = Properties.Resources.AppIcon;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "CompatibleGameVersionsDialog";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Shown        += new System.EventHandler(this.CompatibleGameVersionsDialog_Shown);
     resources.ApplyResources(this, "$this");
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 17
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            SingleAssemblyComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(RestoreForm));
            this.lstV_BrowseList = new System.Windows.Forms.ListView();
            this.btn_Open = new System.Windows.Forms.Button();
            this.btn_Restore = new System.Windows.Forms.Button();
            this.brws_RestoreLocation = new System.Windows.Forms.FolderBrowserDialog();
            this.btn_Exit = new System.Windows.Forms.Button();
            this.btn_Up = new System.Windows.Forms.Button();
            this.lbl_PleaseSelect = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // lstV_BrowseList
            // 
            resources.ApplyResources(this.lstV_BrowseList, "lstV_BrowseList");
            this.lstV_BrowseList.MultiSelect = false;
            this.lstV_BrowseList.Name = "lstV_BrowseList";
            this.lstV_BrowseList.UseCompatibleStateImageBehavior = false;
            this.lstV_BrowseList.View = System.Windows.Forms.View.List;
            this.lstV_BrowseList.SelectedIndexChanged += new System.EventHandler(this.lstV_BrowseList_SelectedIndexChanged);
            this.lstV_BrowseList.DoubleClick += new System.EventHandler(this.lstV_BrowseList_DoubleClick);
            this.lstV_BrowseList.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.lstV_BrowseList_KeyPress);
            // 
            // btn_Open
            // 
            resources.ApplyResources(this.btn_Open, "btn_Open");
            this.btn_Open.Name = "btn_Open";
            this.btn_Open.UseVisualStyleBackColor = true;
            this.btn_Open.Click += new System.EventHandler(this.btn_Open_Click);
            // 
            // btn_Restore
            // 
            resources.ApplyResources(this.btn_Restore, "btn_Restore");
            this.btn_Restore.Name = "btn_Restore";
            this.btn_Restore.UseVisualStyleBackColor = true;
            this.btn_Restore.Click += new System.EventHandler(this.btn_Restore_Click);
            // 
            // btn_Exit
            // 
            resources.ApplyResources(this.btn_Exit, "btn_Exit");
            this.btn_Exit.Name = "btn_Exit";
            this.btn_Exit.UseVisualStyleBackColor = true;
            this.btn_Exit.Click += new System.EventHandler(this.btn_Exit_Click);
            // 
            // btn_Up
            // 
            resources.ApplyResources(this.btn_Up, "btn_Up");
            this.btn_Up.Name = "btn_Up";
            this.btn_Up.UseVisualStyleBackColor = true;
            this.btn_Up.Click += new System.EventHandler(this.btn_Up_Click);
            // 
            // lbl_PleaseSelect
            // 
            resources.ApplyResources(this.lbl_PleaseSelect, "lbl_PleaseSelect");
            this.lbl_PleaseSelect.Name = "lbl_PleaseSelect";
            // 
            // RestoreForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.lbl_PleaseSelect);
            this.Controls.Add(this.btn_Up);
            this.Controls.Add(this.btn_Exit);
            this.Controls.Add(this.btn_Restore);
            this.Controls.Add(this.btn_Open);
            this.Controls.Add(this.lstV_BrowseList);
            this.Name = "RestoreForm";
            this.Load += new System.EventHandler(this.RestoreForm_Load);
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(NewUpdateDialog));
     this.label1              = new System.Windows.Forms.Label();
     this.VersionLabel        = new System.Windows.Forms.Label();
     this.ReleaseNotesTextbox = new System.Windows.Forms.RichTextBox();
     this.InstallUpdateButton = new System.Windows.Forms.Button();
     this.CancelUpdateButton  = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(9, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(53, 13);
     this.label1.TabIndex = 0;
     resources.ApplyResources(this.label1, "label1");
     //
     // VersionLabel
     //
     this.VersionLabel.AutoSize = true;
     this.VersionLabel.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.VersionLabel.Location = new System.Drawing.Point(68, 9);
     this.VersionLabel.Name     = "VersionLabel";
     this.VersionLabel.Size     = new System.Drawing.Size(43, 13);
     this.VersionLabel.TabIndex = 1;
     resources.ApplyResources(this.VersionLabel, "VersionLabel");
     //
     // ReleaseNotesTextbox
     //
     this.ReleaseNotesTextbox.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.ReleaseNotesTextbox.BackColor = System.Drawing.SystemColors.Control;
     this.ReleaseNotesTextbox.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ReleaseNotesTextbox.Location  = new System.Drawing.Point(12, 25);
     this.ReleaseNotesTextbox.Name      = "ReleaseNotesTextbox";
     this.ReleaseNotesTextbox.ReadOnly  = true;
     this.ReleaseNotesTextbox.Size      = new System.Drawing.Size(402, 246);
     this.ReleaseNotesTextbox.TabIndex  = 3;
     this.ReleaseNotesTextbox.Text      = "";
     //
     // InstallUpdateButton
     //
     this.InstallUpdateButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.InstallUpdateButton.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.InstallUpdateButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.InstallUpdateButton.Location                = new System.Drawing.Point(314, 277);
     this.InstallUpdateButton.Name                    = "InstallUpdateButton";
     this.InstallUpdateButton.Size                    = new System.Drawing.Size(100, 23);
     this.InstallUpdateButton.TabIndex                = 4;
     this.InstallUpdateButton.UseVisualStyleBackColor = true;
     resources.ApplyResources(this.InstallUpdateButton, "InstallUpdateButton");
     //
     // CancelUpdateButton
     //
     this.CancelUpdateButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.CancelUpdateButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.CancelUpdateButton.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.CancelUpdateButton.Location                = new System.Drawing.Point(208, 277);
     this.CancelUpdateButton.Name                    = "CancelUpdateButton";
     this.CancelUpdateButton.Size                    = new System.Drawing.Size(100, 23);
     this.CancelUpdateButton.TabIndex                = 5;
     this.CancelUpdateButton.UseVisualStyleBackColor = true;
     resources.ApplyResources(this.CancelUpdateButton, "CancelUpdateButton");
     //
     // NewUpdateDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.StartPosition       = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.ClientSize          = new System.Drawing.Size(426, 310);
     this.Controls.Add(this.CancelUpdateButton);
     this.Controls.Add(this.InstallUpdateButton);
     this.Controls.Add(this.ReleaseNotesTextbox);
     this.Controls.Add(this.VersionLabel);
     this.Controls.Add(this.label1);
     this.Icon        = Properties.Resources.AppIcon;
     this.MinimumSize = new System.Drawing.Size(354, 245);
     this.Name        = "NewUpdateDialog";
     resources.ApplyResources(this, "$this");
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            SingleAssemblyComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(frm_FolderBackup));

            this.btn_Cancel                 = new System.Windows.Forms.Button();
            this.btn_Finish                 = new System.Windows.Forms.Button();
            this.btn_Next                   = new System.Windows.Forms.Button();
            this.btn_Previous               = new System.Windows.Forms.Button();
            this.grp_Step1                  = new System.Windows.Forms.GroupBox();
            this.lbl_BackupLocation         = new System.Windows.Forms.Label();
            this.lbl_LocToBackLabel         = new System.Windows.Forms.Label();
            this.lbl_Intro                  = new System.Windows.Forms.Label();
            this.grp_BackupLocation         = new System.Windows.Forms.GroupBox();
            this.tableLayoutPanel1          = new System.Windows.Forms.TableLayoutPanel();
            this.lbl_dataSize               = new System.Windows.Forms.Label();
            this.lbl_LocToBackUp            = new System.Windows.Forms.Label();
            this.lbl_LocToBack              = new System.Windows.Forms.Label();
            this.lbl_BackupDestinationLabel = new System.Windows.Forms.Label();
            this.lbl_Size                   = new System.Windows.Forms.Label();
            this.tableLayoutPanel2          = new System.Windows.Forms.TableLayoutPanel();
            this.txt_BackupDestination      = new System.Windows.Forms.TextBox();
            this.btn_BackupDestChange       = new System.Windows.Forms.Button();
            this.lbl_MostRecentBackupLabel  = new System.Windows.Forms.Label();
            this.lbl_FreeSpaceLabel         = new System.Windows.Forms.Label();
            this.lbl_FreeSpace              = new System.Windows.Forms.Label();
            this.lbl_RecentBackup           = new System.Windows.Forms.Label();
            this.lbl_BackupDestination      = new System.Windows.Forms.Label();
            this.btn_Restore                = new System.Windows.Forms.Button();
            this.grp_Step1.SuspendLayout();
            this.grp_BackupLocation.SuspendLayout();
            this.tableLayoutPanel1.SuspendLayout();
            this.tableLayoutPanel2.SuspendLayout();
            this.SuspendLayout();
            //
            // btn_Cancel
            //
            resources.ApplyResources(this.btn_Cancel, "btn_Cancel");
            this.btn_Cancel.Name = "btn_Cancel";
            this.btn_Cancel.UseVisualStyleBackColor = true;
            this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
            //
            // btn_Finish
            //
            resources.ApplyResources(this.btn_Finish, "btn_Finish");
            this.btn_Finish.Name = "btn_Finish";
            this.btn_Finish.UseVisualStyleBackColor = true;
            this.btn_Finish.Click += new System.EventHandler(this.btn_Finish_Click);
            //
            // btn_Next
            //
            resources.ApplyResources(this.btn_Next, "btn_Next");
            this.btn_Next.Name = "btn_Next";
            this.btn_Next.UseVisualStyleBackColor = true;
            this.btn_Next.Click += new System.EventHandler(this.btn_Next_Click);
            //
            // btn_Previous
            //
            resources.ApplyResources(this.btn_Previous, "btn_Previous");
            this.btn_Previous.Name = "btn_Previous";
            this.btn_Previous.UseVisualStyleBackColor = true;
            this.btn_Previous.Click += new System.EventHandler(this.btn_Previous_Click);
            //
            // grp_Step1
            //
            resources.ApplyResources(this.grp_Step1, "grp_Step1");
            this.grp_Step1.Controls.Add(this.lbl_BackupLocation);
            this.grp_Step1.Controls.Add(this.lbl_LocToBackLabel);
            this.grp_Step1.Controls.Add(this.lbl_Intro);
            this.grp_Step1.Name    = "grp_Step1";
            this.grp_Step1.TabStop = false;
            //
            // lbl_BackupLocation
            //
            resources.ApplyResources(this.lbl_BackupLocation, "lbl_BackupLocation");
            this.lbl_BackupLocation.Name = "lbl_BackupLocation";
            //
            // lbl_LocToBackLabel
            //
            resources.ApplyResources(this.lbl_LocToBackLabel, "lbl_LocToBackLabel");
            this.lbl_LocToBackLabel.Name = "lbl_LocToBackLabel";
            //
            // lbl_Intro
            //
            resources.ApplyResources(this.lbl_Intro, "lbl_Intro");
            this.lbl_Intro.Name = "lbl_Intro";
            //
            // grp_BackupLocation
            //
            resources.ApplyResources(this.grp_BackupLocation, "grp_BackupLocation");
            this.grp_BackupLocation.Controls.Add(this.tableLayoutPanel1);
            this.grp_BackupLocation.Controls.Add(this.lbl_BackupDestination);
            this.grp_BackupLocation.Name    = "grp_BackupLocation";
            this.grp_BackupLocation.TabStop = false;
            //
            // tableLayoutPanel1
            //
            resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
            this.tableLayoutPanel1.Controls.Add(this.lbl_dataSize, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.lbl_LocToBackUp, 1, 0);
            this.tableLayoutPanel1.Controls.Add(this.lbl_LocToBack, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.lbl_BackupDestinationLabel, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.lbl_Size, 1, 1);
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 3);
            this.tableLayoutPanel1.Controls.Add(this.lbl_MostRecentBackupLabel, 0, 6);
            this.tableLayoutPanel1.Controls.Add(this.lbl_FreeSpaceLabel, 0, 5);
            this.tableLayoutPanel1.Controls.Add(this.lbl_FreeSpace, 1, 5);
            this.tableLayoutPanel1.Controls.Add(this.lbl_RecentBackup, 1, 6);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            //
            // lbl_dataSize
            //
            resources.ApplyResources(this.lbl_dataSize, "lbl_dataSize");
            this.lbl_dataSize.Name = "lbl_dataSize";
            //
            // lbl_LocToBackUp
            //
            resources.ApplyResources(this.lbl_LocToBackUp, "lbl_LocToBackUp");
            this.lbl_LocToBackUp.AutoEllipsis = true;
            this.lbl_LocToBackUp.Name         = "lbl_LocToBackUp";
            //
            // lbl_LocToBack
            //
            resources.ApplyResources(this.lbl_LocToBack, "lbl_LocToBack");
            this.lbl_LocToBack.Name = "lbl_LocToBack";
            //
            // lbl_BackupDestinationLabel
            //
            resources.ApplyResources(this.lbl_BackupDestinationLabel, "lbl_BackupDestinationLabel");
            this.lbl_BackupDestinationLabel.Name = "lbl_BackupDestinationLabel";
            //
            // lbl_Size
            //
            resources.ApplyResources(this.lbl_Size, "lbl_Size");
            this.lbl_Size.Name = "lbl_Size";
            //
            // tableLayoutPanel2
            //
            resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
            this.tableLayoutPanel2.Controls.Add(this.txt_BackupDestination, 0, 0);
            this.tableLayoutPanel2.Controls.Add(this.btn_BackupDestChange, 1, 0);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel1.SetRowSpan(this.tableLayoutPanel2, 2);
            //
            // txt_BackupDestination
            //
            resources.ApplyResources(this.txt_BackupDestination, "txt_BackupDestination");
            this.txt_BackupDestination.Name = "txt_BackupDestination";
            //
            // btn_BackupDestChange
            //
            resources.ApplyResources(this.btn_BackupDestChange, "btn_BackupDestChange");
            this.btn_BackupDestChange.Name = "btn_BackupDestChange";
            this.btn_BackupDestChange.UseVisualStyleBackColor = true;
            //
            // lbl_MostRecentBackupLabel
            //
            resources.ApplyResources(this.lbl_MostRecentBackupLabel, "lbl_MostRecentBackupLabel");
            this.lbl_MostRecentBackupLabel.Name = "lbl_MostRecentBackupLabel";
            //
            // lbl_FreeSpaceLabel
            //
            resources.ApplyResources(this.lbl_FreeSpaceLabel, "lbl_FreeSpaceLabel");
            this.lbl_FreeSpaceLabel.Name = "lbl_FreeSpaceLabel";
            //
            // lbl_FreeSpace
            //
            resources.ApplyResources(this.lbl_FreeSpace, "lbl_FreeSpace");
            this.lbl_FreeSpace.Name = "lbl_FreeSpace";
            //
            // lbl_RecentBackup
            //
            resources.ApplyResources(this.lbl_RecentBackup, "lbl_RecentBackup");
            this.lbl_RecentBackup.Name = "lbl_RecentBackup";
            //
            // lbl_BackupDestination
            //
            resources.ApplyResources(this.lbl_BackupDestination, "lbl_BackupDestination");
            this.lbl_BackupDestination.Name = "lbl_BackupDestination";
            //
            // btn_Restore
            //
            resources.ApplyResources(this.btn_Restore, "btn_Restore");
            this.btn_Restore.Name = "btn_Restore";
            this.btn_Restore.UseVisualStyleBackColor = true;
            this.btn_Restore.Click += new System.EventHandler(this.btn_Restore_Click);
            //
            // frm_FolderBackup
            //
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.btn_Restore);
            this.Controls.Add(this.btn_Previous);
            this.Controls.Add(this.btn_Next);
            this.Controls.Add(this.btn_Finish);
            this.Controls.Add(this.btn_Cancel);
            this.Controls.Add(this.grp_BackupLocation);
            this.Controls.Add(this.grp_Step1);
            this.Name  = "frm_FolderBackup";
            this.Load += new System.EventHandler(this.frm_FolderBackup_Load);
            this.grp_Step1.ResumeLayout(false);
            this.grp_Step1.PerformLayout();
            this.grp_BackupLocation.ResumeLayout(false);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel2.PerformLayout();
            this.ResumeLayout(false);
        }
Exemplo n.º 20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(ChooseProvidedMods));
     this.ChooseProvidedModsLabel          = new System.Windows.Forms.Label();
     this.ChooseProvidedModsListView       = new ThemedListView();
     this.modNameColumnHeader              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.modDescriptionColumnHeader       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.BottomButtonPanel                = new System.Windows.Forms.Panel();
     this.ChooseProvidedModsCancelButton   = new System.Windows.Forms.Button();
     this.ChooseProvidedModsContinueButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // ChooseProvidedModsLabel
     //
     this.ChooseProvidedModsLabel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.ChooseProvidedModsLabel.Location = new System.Drawing.Point(9, 18);
     this.ChooseProvidedModsLabel.Margin   = new System.Windows.Forms.Padding(5, 5, 5, 5);
     this.ChooseProvidedModsLabel.Name     = "ChooseProvidedModsLabel";
     this.ChooseProvidedModsLabel.Size     = new System.Drawing.Size(490, 40);
     this.ChooseProvidedModsLabel.TabIndex = 0;
     resources.ApplyResources(this.ChooseProvidedModsLabel, "ChooseProvidedModsLabel");
     //
     // ChooseProvidedModsListView
     //
     this.ChooseProvidedModsListView.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.ChooseProvidedModsListView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ChooseProvidedModsListView.CheckBoxes  = true;
     this.ChooseProvidedModsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.modNameColumnHeader,
         this.modDescriptionColumnHeader
     });
     this.ChooseProvidedModsListView.FullRowSelect = true;
     this.ChooseProvidedModsListView.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.ChooseProvidedModsListView.Location      = new System.Drawing.Point(9, 43);
     this.ChooseProvidedModsListView.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ChooseProvidedModsListView.MultiSelect   = false;
     this.ChooseProvidedModsListView.Name          = "ChooseProvidedModsListView";
     this.ChooseProvidedModsListView.Size          = new System.Drawing.Size(1510, 841);
     this.ChooseProvidedModsListView.TabIndex      = 1;
     this.ChooseProvidedModsListView.UseCompatibleStateImageBehavior = false;
     this.ChooseProvidedModsListView.View = System.Windows.Forms.View.Details;
     this.ChooseProvidedModsListView.SelectedIndexChanged += new System.EventHandler(ChooseProvidedModsListView_SelectedIndexChanged);
     this.ChooseProvidedModsListView.ItemChecked          += new System.Windows.Forms.ItemCheckedEventHandler(ChooseProvidedModsListView_ItemChecked);
     //
     // modNameColumnHeader
     //
     this.modNameColumnHeader.Width = 332;
     resources.ApplyResources(this.modNameColumnHeader, "modNameColumnHeader");
     //
     // modDescriptionColumnHeader
     //
     this.modDescriptionColumnHeader.Width = 606;
     resources.ApplyResources(this.modDescriptionColumnHeader, "modDescriptionColumnHeader");
     //
     // BottomButtonPanel
     //
     this.BottomButtonPanel.Controls.Add(this.ChooseProvidedModsCancelButton);
     this.BottomButtonPanel.Controls.Add(this.ChooseProvidedModsContinueButton);
     this.BottomButtonPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.BottomButtonPanel.Name = "BottomButtonPanel";
     this.BottomButtonPanel.Size = new System.Drawing.Size(500, 40);
     //
     // ChooseProvidedModsCancelButton
     //
     this.ChooseProvidedModsCancelButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ChooseProvidedModsCancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ChooseProvidedModsCancelButton.Location  = new System.Drawing.Point(266, 5);
     this.ChooseProvidedModsCancelButton.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ChooseProvidedModsCancelButton.Name      = "ChooseProvidedModsCancelButton";
     this.ChooseProvidedModsCancelButton.Size      = new System.Drawing.Size(112, 30);
     this.ChooseProvidedModsCancelButton.TabIndex  = 2;
     this.ChooseProvidedModsCancelButton.Click    += new System.EventHandler(this.ChooseProvidedModsCancelButton_Click);
     resources.ApplyResources(this.ChooseProvidedModsCancelButton, "ChooseProvidedModsCancelButton");
     //
     // ChooseProvidedModsContinueButton
     //
     this.ChooseProvidedModsContinueButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ChooseProvidedModsContinueButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ChooseProvidedModsContinueButton.Location  = new System.Drawing.Point(383, 5);
     this.ChooseProvidedModsContinueButton.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ChooseProvidedModsContinueButton.Name      = "ChooseProvidedModsContinueButton";
     this.ChooseProvidedModsContinueButton.Size      = new System.Drawing.Size(112, 30);
     this.ChooseProvidedModsContinueButton.TabIndex  = 3;
     this.ChooseProvidedModsContinueButton.Click    += new System.EventHandler(this.ChooseProvidedModsContinueButton_Click);
     resources.ApplyResources(this.ChooseProvidedModsContinueButton, "ChooseProvidedModsContinueButton");
     //
     // ChooseProvidedMods
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Controls.Add(this.ChooseProvidedModsListView);
     this.Controls.Add(this.ChooseProvidedModsLabel);
     this.Controls.Add(this.BottomButtonPanel);
     this.Margin  = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.Padding = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.Name    = "ChooseProvidedMods";
     this.Size    = new System.Drawing.Size(500, 500);
     resources.ApplyResources(this, "$this");
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(ChooseRecommendedMods));
     this.RecommendedDialogLabel        = new System.Windows.Forms.Label();
     this.RecommendedModsListView       = new ThemedListView();
     this.RecommendationsGroup          = new System.Windows.Forms.ListViewGroup();
     this.SuggestionsGroup              = new System.Windows.Forms.ListViewGroup();
     this.SupportedByGroup              = new System.Windows.Forms.ListViewGroup();
     this.ModNameHeader                 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SourceModulesHeader           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.DescriptionHeader             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.BottomButtonPanel             = new System.Windows.Forms.Panel();
     this.RecommendedModsToggleCheckbox = new System.Windows.Forms.CheckBox();
     this.RecommendedModsCancelButton   = new System.Windows.Forms.Button();
     this.RecommendedModsContinueButton = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // RecommendedDialogLabel
     //
     this.RecommendedDialogLabel.Dock     = System.Windows.Forms.DockStyle.Top;
     this.RecommendedDialogLabel.Location = new System.Drawing.Point(4, 20);
     this.RecommendedDialogLabel.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.RecommendedDialogLabel.Name     = "RecommendedDialogLabel";
     this.RecommendedDialogLabel.Size     = new System.Drawing.Size(627, 20);
     this.RecommendedDialogLabel.TabIndex = 0;
     resources.ApplyResources(this.RecommendedDialogLabel, "RecommendedDialogLabel");
     //
     // RecommendedModsListView
     //
     this.RecommendedModsListView.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.RecommendedModsListView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.RecommendedModsListView.CheckBoxes  = true;
     this.RecommendedModsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ModNameHeader,
         this.SourceModulesHeader,
         this.DescriptionHeader
     });
     this.RecommendedModsListView.FullRowSelect = true;
     this.RecommendedModsListView.Location      = new System.Drawing.Point(9, 45);
     this.RecommendedModsListView.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.RecommendedModsListView.Name          = "RecommendedModsListView";
     this.RecommendedModsListView.Size          = new System.Drawing.Size(1510, 841);
     this.RecommendedModsListView.TabIndex      = 1;
     this.RecommendedModsListView.UseCompatibleStateImageBehavior = false;
     this.RecommendedModsListView.View = System.Windows.Forms.View.Details;
     this.RecommendedModsListView.SelectedIndexChanged += new System.EventHandler(RecommendedModsListView_SelectedIndexChanged);
     this.RecommendedModsListView.Groups.Add(this.RecommendationsGroup);
     this.RecommendedModsListView.Groups.Add(this.SuggestionsGroup);
     this.RecommendedModsListView.Groups.Add(this.SupportedByGroup);
     //
     // RecommendationsGroup
     //
     this.RecommendationsGroup.Name            = "RecommendationsGroup";
     this.RecommendationsGroup.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Left;
     resources.ApplyResources(this.RecommendationsGroup, "RecommendationsGroup");
     //
     // SuggestionsGroup
     //
     this.SuggestionsGroup.Name            = "SuggestionsGroup";
     this.SuggestionsGroup.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Left;
     resources.ApplyResources(this.SuggestionsGroup, "SuggestionsGroup");
     //
     // SupportedByGroup
     //
     this.SupportedByGroup.Name            = "SupportedByGroup";
     this.SupportedByGroup.HeaderAlignment = System.Windows.Forms.HorizontalAlignment.Left;
     resources.ApplyResources(this.SupportedByGroup, "SupportedByGroup");
     //
     // ModNameHeader
     //
     this.ModNameHeader.Width = 332;
     resources.ApplyResources(this.ModNameHeader, "ModNameHeader");
     //
     // SourceModulesHeader
     //
     this.SourceModulesHeader.Width = 180;
     resources.ApplyResources(this.SourceModulesHeader, "SourceModulesHeader");
     //
     // DescriptionHeader
     //
     this.DescriptionHeader.Width = 606;
     resources.ApplyResources(this.DescriptionHeader, "DescriptionHeader");
     //
     // BottomButtonPanel
     //
     this.BottomButtonPanel.Controls.Add(this.RecommendedModsToggleCheckbox);
     this.BottomButtonPanel.Controls.Add(this.RecommendedModsCancelButton);
     this.BottomButtonPanel.Controls.Add(this.RecommendedModsContinueButton);
     this.BottomButtonPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.BottomButtonPanel.Name = "BottomButtonPanel";
     this.BottomButtonPanel.Size = new System.Drawing.Size(500, 40);
     //
     // RecommendedModsToggleCheckbox
     //
     this.RecommendedModsToggleCheckbox.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.RecommendedModsToggleCheckbox.AutoSize        = true;
     this.RecommendedModsToggleCheckbox.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.RecommendedModsToggleCheckbox.Location        = new System.Drawing.Point(5, 5);
     this.RecommendedModsToggleCheckbox.Margin          = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.RecommendedModsToggleCheckbox.Name            = "RecommendedModsToggleCheckbox";
     this.RecommendedModsToggleCheckbox.Size            = new System.Drawing.Size(131, 24);
     this.RecommendedModsToggleCheckbox.TabIndex        = 2;
     this.RecommendedModsToggleCheckbox.CheckedChanged += new System.EventHandler(this.RecommendedModsToggleCheckbox_CheckedChanged);
     resources.ApplyResources(this.RecommendedModsToggleCheckbox, "RecommendedModsToggleCheckbox");
     //
     // RecommendedModsCancelButton
     //
     this.RecommendedModsCancelButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.RecommendedModsCancelButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.RecommendedModsCancelButton.Location  = new System.Drawing.Point(266, 5);
     this.RecommendedModsCancelButton.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.RecommendedModsCancelButton.Name      = "RecommendedModsCancelButton";
     this.RecommendedModsCancelButton.Size      = new System.Drawing.Size(112, 30);
     this.RecommendedModsCancelButton.TabIndex  = 3;
     this.RecommendedModsCancelButton.Click    += new System.EventHandler(this.RecommendedModsCancelButton_Click);
     resources.ApplyResources(this.RecommendedModsCancelButton, "RecommendedModsCancelButton");
     //
     // RecommendedModsContinueButton
     //
     this.RecommendedModsContinueButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.RecommendedModsContinueButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.RecommendedModsContinueButton.Location  = new System.Drawing.Point(383, 5);
     this.RecommendedModsContinueButton.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.RecommendedModsContinueButton.Name      = "RecommendedModsContinueButton";
     this.RecommendedModsContinueButton.Size      = new System.Drawing.Size(112, 30);
     this.RecommendedModsContinueButton.TabIndex  = 4;
     this.RecommendedModsContinueButton.Click    += new System.EventHandler(this.RecommendedModsContinueButton_Click);
     resources.ApplyResources(this.RecommendedModsContinueButton, "RecommendedModsContinueButton");
     //
     // ChooseRecommendedMods
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Controls.Add(this.RecommendedDialogLabel);
     this.Controls.Add(this.BottomButtonPanel);
     this.Controls.Add(this.RecommendedModsListView);
     this.Margin  = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.Padding = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.Name    = "ChooseRecommendedMods";
     this.Size    = new System.Drawing.Size(500, 500);
     resources.ApplyResources(this, "$this");
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(SinglePlayerForm));
     this.heroShotBox             = new System.Windows.Forms.ComboBox();
     this.label1                  = new System.Windows.Forms.Label();
     this.label2                  = new System.Windows.Forms.Label();
     this.inkTankBox              = new System.Windows.Forms.ComboBox();
     this.label3                  = new System.Windows.Forms.Label();
     this.splatBombBox            = new System.Windows.Forms.ComboBox();
     this.upgradesGroup           = new System.Windows.Forms.GroupBox();
     this.powerEggsBox            = new System.Windows.Forms.NumericUpDown();
     this.seekerBox               = new System.Windows.Forms.ComboBox();
     this.label7                  = new System.Windows.Forms.Label();
     this.label5                  = new System.Windows.Forms.Label();
     this.burstBombBox            = new System.Windows.Forms.ComboBox();
     this.label4                  = new System.Windows.Forms.Label();
     this.levelGroup              = new System.Windows.Forms.GroupBox();
     this.label6                  = new System.Windows.Forms.Label();
     this.levelDataView           = new System.Windows.Forms.ListView();
     this.levelColumn             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clearStateColumn        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.scrollColumn            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.addButton               = new System.Windows.Forms.Button();
     this.OKButton                = new System.Windows.Forms.Button();
     this.contextMenu             = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.editToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.clearEnvironmentButton  = new System.Windows.Forms.Button();
     this.setEnvironmentButton    = new System.Windows.Forms.Button();
     this.resetAllButton          = new System.Windows.Forms.Button();
     this.upgradesGroup.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.powerEggsBox)).BeginInit();
     this.levelGroup.SuspendLayout();
     this.contextMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // heroShotBox
     //
     resources.ApplyResources(this.heroShotBox, "heroShotBox");
     this.heroShotBox.FormattingEnabled = true;
     this.heroShotBox.Items.AddRange(new object[] {
         resources.GetString("heroShotBox.Items"),
         resources.GetString("heroShotBox.Items1"),
         resources.GetString("heroShotBox.Items2"),
         resources.GetString("heroShotBox.Items3")
     });
     this.heroShotBox.Name = "heroShotBox";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // inkTankBox
     //
     resources.ApplyResources(this.inkTankBox, "inkTankBox");
     this.inkTankBox.FormattingEnabled = true;
     this.inkTankBox.Items.AddRange(new object[] {
         resources.GetString("inkTankBox.Items"),
         resources.GetString("inkTankBox.Items1"),
         resources.GetString("inkTankBox.Items2"),
         resources.GetString("inkTankBox.Items3")
     });
     this.inkTankBox.Name = "inkTankBox";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     //
     // splatBombBox
     //
     resources.ApplyResources(this.splatBombBox, "splatBombBox");
     this.splatBombBox.FormattingEnabled = true;
     this.splatBombBox.Items.AddRange(new object[] {
         resources.GetString("splatBombBox.Items"),
         resources.GetString("splatBombBox.Items1"),
         resources.GetString("splatBombBox.Items2"),
         resources.GetString("splatBombBox.Items3")
     });
     this.splatBombBox.Name = "splatBombBox";
     //
     // upgradesGroup
     //
     resources.ApplyResources(this.upgradesGroup, "upgradesGroup");
     this.upgradesGroup.Controls.Add(this.powerEggsBox);
     this.upgradesGroup.Controls.Add(this.seekerBox);
     this.upgradesGroup.Controls.Add(this.label7);
     this.upgradesGroup.Controls.Add(this.label5);
     this.upgradesGroup.Controls.Add(this.burstBombBox);
     this.upgradesGroup.Controls.Add(this.label4);
     this.upgradesGroup.Controls.Add(this.splatBombBox);
     this.upgradesGroup.Controls.Add(this.label3);
     this.upgradesGroup.Controls.Add(this.heroShotBox);
     this.upgradesGroup.Controls.Add(this.label1);
     this.upgradesGroup.Controls.Add(this.label2);
     this.upgradesGroup.Controls.Add(this.inkTankBox);
     this.upgradesGroup.Name    = "upgradesGroup";
     this.upgradesGroup.TabStop = false;
     //
     // powerEggsBox
     //
     resources.ApplyResources(this.powerEggsBox, "powerEggsBox");
     this.powerEggsBox.Maximum = new decimal(new int[] {
         9999,
         0,
         0,
         0
     });
     this.powerEggsBox.Name = "powerEggsBox";
     //
     // seekerBox
     //
     resources.ApplyResources(this.seekerBox, "seekerBox");
     this.seekerBox.FormattingEnabled = true;
     this.seekerBox.Items.AddRange(new object[] {
         resources.GetString("seekerBox.Items"),
         resources.GetString("seekerBox.Items1"),
         resources.GetString("seekerBox.Items2"),
         resources.GetString("seekerBox.Items3"),
         resources.GetString("seekerBox.Items4")
     });
     this.seekerBox.Name = "seekerBox";
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // burstBombBox
     //
     resources.ApplyResources(this.burstBombBox, "burstBombBox");
     this.burstBombBox.FormattingEnabled = true;
     this.burstBombBox.Items.AddRange(new object[] {
         resources.GetString("burstBombBox.Items"),
         resources.GetString("burstBombBox.Items1"),
         resources.GetString("burstBombBox.Items2"),
         resources.GetString("burstBombBox.Items3"),
         resources.GetString("burstBombBox.Items4")
     });
     this.burstBombBox.Name = "burstBombBox";
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // levelGroup
     //
     resources.ApplyResources(this.levelGroup, "levelGroup");
     this.levelGroup.Controls.Add(this.label6);
     this.levelGroup.Controls.Add(this.levelDataView);
     this.levelGroup.Controls.Add(this.addButton);
     this.levelGroup.Name    = "levelGroup";
     this.levelGroup.TabStop = false;
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // levelDataView
     //
     resources.ApplyResources(this.levelDataView, "levelDataView");
     this.levelDataView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.levelColumn,
         this.clearStateColumn,
         this.scrollColumn
     });
     this.levelDataView.Name = "levelDataView";
     this.levelDataView.UseCompatibleStateImageBehavior = false;
     this.levelDataView.View        = System.Windows.Forms.View.Details;
     this.levelDataView.MouseClick += new System.Windows.Forms.MouseEventHandler(this.levelDataView_MouseClick);
     //
     // levelColumn
     //
     resources.ApplyResources(this.levelColumn, "levelColumn");
     //
     // clearStateColumn
     //
     resources.ApplyResources(this.clearStateColumn, "clearStateColumn");
     //
     // scrollColumn
     //
     resources.ApplyResources(this.scrollColumn, "scrollColumn");
     //
     // addButton
     //
     resources.ApplyResources(this.addButton, "addButton");
     this.addButton.Name = "addButton";
     this.addButton.UseVisualStyleBackColor = true;
     this.addButton.Click += new System.EventHandler(this.addButton_Click);
     //
     // OKButton
     //
     resources.ApplyResources(this.OKButton, "OKButton");
     this.OKButton.Name = "OKButton";
     this.OKButton.UseVisualStyleBackColor = true;
     this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
     //
     // contextMenu
     //
     resources.ApplyResources(this.contextMenu, "contextMenu");
     this.contextMenu.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.editToolStripMenuItem,
         this.deleteToolStripMenuItem
     });
     this.contextMenu.Name = "contextMenu";
     //
     // editToolStripMenuItem
     //
     resources.ApplyResources(this.editToolStripMenuItem, "editToolStripMenuItem");
     this.editToolStripMenuItem.Name   = "editToolStripMenuItem";
     this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     resources.ApplyResources(this.deleteToolStripMenuItem, "deleteToolStripMenuItem");
     this.deleteToolStripMenuItem.Name   = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // clearEnvironmentButton
     //
     resources.ApplyResources(this.clearEnvironmentButton, "clearEnvironmentButton");
     this.clearEnvironmentButton.Name = "clearEnvironmentButton";
     this.clearEnvironmentButton.UseVisualStyleBackColor = true;
     this.clearEnvironmentButton.Click += new System.EventHandler(this.clearEnvironmentButton_Click);
     //
     // setEnvironmentButton
     //
     resources.ApplyResources(this.setEnvironmentButton, "setEnvironmentButton");
     this.setEnvironmentButton.Name = "setEnvironmentButton";
     this.setEnvironmentButton.UseVisualStyleBackColor = true;
     this.setEnvironmentButton.Click += new System.EventHandler(this.setEnvironmentButton_Click);
     //
     // resetAllButton
     //
     resources.ApplyResources(this.resetAllButton, "resetAllButton");
     this.resetAllButton.Name = "resetAllButton";
     this.resetAllButton.UseVisualStyleBackColor = true;
     this.resetAllButton.Click += new System.EventHandler(this.resetAllButton_Click);
     //
     // SinglePlayerForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.resetAllButton);
     this.Controls.Add(this.setEnvironmentButton);
     this.Controls.Add(this.clearEnvironmentButton);
     this.Controls.Add(this.OKButton);
     this.Controls.Add(this.levelGroup);
     this.Controls.Add(this.upgradesGroup);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "SinglePlayerForm";
     this.Load           += new System.EventHandler(this.SinglePlayerForm_Load);
     this.upgradesGroup.ResumeLayout(false);
     this.upgradesGroup.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.powerEggsBox)).EndInit();
     this.levelGroup.ResumeLayout(false);
     this.levelGroup.PerformLayout();
     this.contextMenu.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            SingleAssemblyComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(RestoreForm));

            this.lstV_BrowseList      = new System.Windows.Forms.ListView();
            this.btn_Open             = new System.Windows.Forms.Button();
            this.btn_Restore          = new System.Windows.Forms.Button();
            this.brws_RestoreLocation = new System.Windows.Forms.FolderBrowserDialog();
            this.btn_Exit             = new System.Windows.Forms.Button();
            this.btn_Up           = new System.Windows.Forms.Button();
            this.lbl_PleaseSelect = new System.Windows.Forms.Label();
            this.SuspendLayout();
            //
            // lstV_BrowseList
            //
            resources.ApplyResources(this.lstV_BrowseList, "lstV_BrowseList");
            this.lstV_BrowseList.MultiSelect = false;
            this.lstV_BrowseList.Name        = "lstV_BrowseList";
            this.lstV_BrowseList.UseCompatibleStateImageBehavior = false;
            this.lstV_BrowseList.View = System.Windows.Forms.View.List;
            this.lstV_BrowseList.SelectedIndexChanged += new System.EventHandler(this.lstV_BrowseList_SelectedIndexChanged);
            this.lstV_BrowseList.DoubleClick          += new System.EventHandler(this.lstV_BrowseList_DoubleClick);
            this.lstV_BrowseList.KeyPress             += new System.Windows.Forms.KeyPressEventHandler(this.lstV_BrowseList_KeyPress);
            //
            // btn_Open
            //
            resources.ApplyResources(this.btn_Open, "btn_Open");
            this.btn_Open.Name = "btn_Open";
            this.btn_Open.UseVisualStyleBackColor = true;
            this.btn_Open.Click += new System.EventHandler(this.btn_Open_Click);
            //
            // btn_Restore
            //
            resources.ApplyResources(this.btn_Restore, "btn_Restore");
            this.btn_Restore.Name = "btn_Restore";
            this.btn_Restore.UseVisualStyleBackColor = true;
            this.btn_Restore.Click += new System.EventHandler(this.btn_Restore_Click);
            //
            // btn_Exit
            //
            resources.ApplyResources(this.btn_Exit, "btn_Exit");
            this.btn_Exit.Name = "btn_Exit";
            this.btn_Exit.UseVisualStyleBackColor = true;
            this.btn_Exit.Click += new System.EventHandler(this.btn_Exit_Click);
            //
            // btn_Up
            //
            resources.ApplyResources(this.btn_Up, "btn_Up");
            this.btn_Up.Name = "btn_Up";
            this.btn_Up.UseVisualStyleBackColor = true;
            this.btn_Up.Click += new System.EventHandler(this.btn_Up_Click);
            //
            // lbl_PleaseSelect
            //
            resources.ApplyResources(this.lbl_PleaseSelect, "lbl_PleaseSelect");
            this.lbl_PleaseSelect.Name = "lbl_PleaseSelect";
            //
            // RestoreForm
            //
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.lbl_PleaseSelect);
            this.Controls.Add(this.btn_Up);
            this.Controls.Add(this.btn_Exit);
            this.Controls.Add(this.btn_Restore);
            this.Controls.Add(this.btn_Open);
            this.Controls.Add(this.lstV_BrowseList);
            this.Name  = "RestoreForm";
            this.Load += new System.EventHandler(this.RestoreForm_Load);
            this.ResumeLayout(false);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(ManageGameInstancesDialog));
     System.Windows.Forms.ListViewItem listViewItem1          = new System.Windows.Forms.ListViewItem(new string[] {
         "dsadsa",
         "",
         ""
     }, -1);
     this.GameInstancesListView = new ThemedListView();
     this.GameInstallName       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.Game = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.GameInstallVersion           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.GameInstallPath              = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.SelectButton                 = new System.Windows.Forms.Button();
     this.AddNewButton                 = new CKAN.DropdownMenuButton();
     this.AddNewMenu                   = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.InstanceListContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.openDirectoryMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.AddToCKANMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.CloneFakeInstanceMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.RenameButton                 = new System.Windows.Forms.Button();
     this.SetAsDefaultCheckbox         = new System.Windows.Forms.CheckBox();
     this.ForgetButton                 = new System.Windows.Forms.Button();
     this.AddNewMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // GameInstancesListView
     //
     this.GameInstancesListView.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.GameInstancesListView.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.GameInstancesListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.GameInstallName,
         this.Game,
         this.GameInstallVersion,
         this.GameInstallPath
     });
     this.GameInstancesListView.FullRowSelect = true;
     this.GameInstancesListView.HideSelection = false;
     this.GameInstancesListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.GameInstancesListView.Location    = new System.Drawing.Point(12, 13);
     this.GameInstancesListView.MultiSelect = false;
     this.GameInstancesListView.Name        = "GameInstancesListView";
     this.GameInstancesListView.Size        = new System.Drawing.Size(522, 301);
     this.GameInstancesListView.TabIndex    = 0;
     this.GameInstancesListView.UseCompatibleStateImageBehavior = false;
     this.GameInstancesListView.View = System.Windows.Forms.View.Details;
     this.GameInstancesListView.SelectedIndexChanged += new System.EventHandler(this.GameInstancesListView_SelectedIndexChanged);
     this.GameInstancesListView.DoubleClick          += new System.EventHandler(this.GameInstancesListView_DoubleClick);
     this.GameInstancesListView.MouseClick           += new System.Windows.Forms.MouseEventHandler(this.GameInstancesListView_Click);
     //
     // InstanceListContextMenuStrip
     //
     this.InstanceListContextMenuStrip.Items.Add(this.openDirectoryMenuItem);
     this.InstanceListContextMenuStrip.Name = "InstanceListContextMenuStrip";
     this.InstanceListContextMenuStrip.Size = new System.Drawing.Size(180, 30);
     //
     // openDirectoryToolStripMenuItem
     //
     this.openDirectoryMenuItem.Name   = "openDirectoryMenuItem";
     this.openDirectoryMenuItem.Size   = new System.Drawing.Size(180, 30);
     this.openDirectoryMenuItem.Click += new System.EventHandler(this.OpenDirectoryMenuItem_Click);
     resources.ApplyResources(this.openDirectoryMenuItem, "openDirectoryMenuItem");
     //
     // GameInstallName
     //
     this.GameInstallName.Width = 130;
     resources.ApplyResources(this.GameInstallName, "GameInstallName");
     //
     // Game
     //
     this.Game.Width = 70;
     resources.ApplyResources(this.Game, "Game");
     //
     // GameInstallVersion
     //
     this.GameInstallVersion.Width = 70;
     resources.ApplyResources(this.GameInstallVersion, "GameInstallVersion");
     //
     // GameInstallPath
     //
     this.GameInstallPath.Width = 370;
     resources.ApplyResources(this.GameInstallPath, "GameInstallPath");
     //
     // SelectButton
     //
     this.SelectButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.SelectButton.Enabled   = false;
     this.SelectButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.SelectButton.Location  = new System.Drawing.Point(459, 320);
     this.SelectButton.Name      = "SelectButton";
     this.SelectButton.Size      = new System.Drawing.Size(75, 23);
     this.SelectButton.TabIndex  = 1;
     this.SelectButton.UseVisualStyleBackColor = true;
     this.SelectButton.Click += new System.EventHandler(this.SelectButton_Click);
     resources.ApplyResources(this.SelectButton, "SelectButton");
     //
     // AddNewButton
     //
     this.AddNewButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.AddNewButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.AddNewButton.Location  = new System.Drawing.Point(327, 320);
     this.AddNewButton.Menu      = this.AddNewMenu;
     this.AddNewButton.Name      = "AddNewButton";
     this.AddNewButton.Size      = new System.Drawing.Size(126, 23);
     this.AddNewButton.TabIndex  = 2;
     this.AddNewButton.UseVisualStyleBackColor = true;
     resources.ApplyResources(this.AddNewButton, "AddNewButton");
     //
     // AddNewMenu
     //
     this.AddNewMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.AddToCKANMenuItem,
         this.CloneFakeInstanceMenuItem
     });
     this.AddNewMenu.Name = "AddNewMenu";
     this.AddNewMenu.Size = new System.Drawing.Size(222, 48);
     //
     // AddToCKANMenuItem
     //
     this.AddToCKANMenuItem.Name   = "AddToCKANMenuItem";
     this.AddToCKANMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.AddToCKANMenuItem.Click += new System.EventHandler(this.AddToCKANMenuItem_Click);
     resources.ApplyResources(this.AddToCKANMenuItem, "AddToCKANMenuItem");
     //
     // CloneFakeInstanceMenuItem
     //
     this.CloneFakeInstanceMenuItem.Name   = "CloneFakeInstanceMenuItem";
     this.CloneFakeInstanceMenuItem.Size   = new System.Drawing.Size(216, 22);
     this.CloneFakeInstanceMenuItem.Click += new System.EventHandler(this.CloneFakeInstanceMenuItem_Click);
     resources.ApplyResources(this.CloneFakeInstanceMenuItem, "CloneFakeInstanceMenuItem");
     //
     // RenameButton
     //
     this.RenameButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.RenameButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.RenameButton.Location  = new System.Drawing.Point(236, 320);
     this.RenameButton.Name      = "RenameButton";
     this.RenameButton.Size      = new System.Drawing.Size(85, 23);
     this.RenameButton.TabIndex  = 3;
     this.RenameButton.UseVisualStyleBackColor = true;
     this.RenameButton.Click += new System.EventHandler(this.RenameButton_Click);
     resources.ApplyResources(this.RenameButton, "RenameButton");
     //
     // SetAsDefaultCheckbox
     //
     this.SetAsDefaultCheckbox.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.SetAsDefaultCheckbox.AutoSize  = true;
     this.SetAsDefaultCheckbox.AutoCheck = false;
     this.SetAsDefaultCheckbox.Location  = new System.Drawing.Point(12, 324);
     this.SetAsDefaultCheckbox.Name      = "SetAsDefaultCheckbox";
     this.SetAsDefaultCheckbox.Size      = new System.Drawing.Size(91, 17);
     this.SetAsDefaultCheckbox.TabIndex  = 4;
     this.SetAsDefaultCheckbox.UseVisualStyleBackColor = true;
     this.SetAsDefaultCheckbox.Click += new System.EventHandler(this.SetAsDefaultCheckbox_Click);
     resources.ApplyResources(this.SetAsDefaultCheckbox, "SetAsDefaultCheckbox");
     //
     // ForgetButton
     //
     this.ForgetButton.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.ForgetButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ForgetButton.Location  = new System.Drawing.Point(160, 320);
     this.ForgetButton.Name      = "ForgetButton";
     this.ForgetButton.Size      = new System.Drawing.Size(70, 23);
     this.ForgetButton.TabIndex  = 5;
     this.ForgetButton.UseVisualStyleBackColor = true;
     this.ForgetButton.Click += new System.EventHandler(this.Forget_Click);
     resources.ApplyResources(this.ForgetButton, "ForgetButton");
     //
     // ManageGameInstancesDialog
     //
     this.AcceptButton        = this.SelectButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(546, 355);
     this.Controls.Add(this.ForgetButton);
     this.Controls.Add(this.SetAsDefaultCheckbox);
     this.Controls.Add(this.RenameButton);
     this.Controls.Add(this.AddNewButton);
     this.Controls.Add(this.SelectButton);
     this.Controls.Add(this.GameInstancesListView);
     this.Icon          = Properties.Resources.AppIcon;
     this.MinimumSize   = new System.Drawing.Size(560, 200);
     this.Name          = "ManageGameInstancesDialog";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     resources.ApplyResources(this, "$this");
     this.InstanceListContextMenuStrip.ResumeLayout(false);
     this.AddNewMenu.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            SingleAssemblyComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(AboutForm));

            this.lblApplicationName         = new System.Windows.Forms.Label();
            this.lblVersion                 = new System.Windows.Forms.Label();
            this.lblCopyright               = new System.Windows.Forms.Label();
            this.lblThirdPartyLibraryNotice = new System.Windows.Forms.Label();
            this.lnkUserActivityMonitor     = new System.Windows.Forms.LinkLabel();
            this.pnlLine      = new System.Windows.Forms.Panel();
            this.lnkSilkIcons = new System.Windows.Forms.LinkLabel();
            this.lnkUnicodeCharacterDatabase = new System.Windows.Forms.LinkLabel();
            this.SuspendLayout();
            //
            // lblApplicationName
            //
            resources.ApplyResources(this.lblApplicationName, "lblApplicationName");
            this.lblApplicationName.ForeColor = System.Drawing.Color.SteelBlue;
            this.lblApplicationName.Name      = "lblApplicationName";
            //
            // lblVersion
            //
            resources.ApplyResources(this.lblVersion, "lblVersion");
            this.lblVersion.ForeColor = System.Drawing.Color.Black;
            this.lblVersion.Name      = "lblVersion";
            //
            // lblCopyright
            //
            resources.ApplyResources(this.lblCopyright, "lblCopyright");
            this.lblCopyright.ForeColor = System.Drawing.Color.Black;
            this.lblCopyright.Name      = "lblCopyright";
            //
            // lblThirdPartyLibraryNotice
            //
            resources.ApplyResources(this.lblThirdPartyLibraryNotice, "lblThirdPartyLibraryNotice");
            this.lblThirdPartyLibraryNotice.ForeColor = System.Drawing.Color.Black;
            this.lblThirdPartyLibraryNotice.Name      = "lblThirdPartyLibraryNotice";
            //
            // lnkUserActivityMonitor
            //
            this.lnkUserActivityMonitor.ActiveLinkColor = System.Drawing.Color.Blue;
            resources.ApplyResources(this.lnkUserActivityMonitor, "lnkUserActivityMonitor");
            this.lnkUserActivityMonitor.LinkColor        = System.Drawing.Color.SteelBlue;
            this.lnkUserActivityMonitor.Name             = "lnkUserActivityMonitor";
            this.lnkUserActivityMonitor.TabStop          = true;
            this.lnkUserActivityMonitor.VisitedLinkColor = System.Drawing.Color.SteelBlue;
            this.lnkUserActivityMonitor.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkUserActivityMonitor_LinkClicked);
            //
            // pnlLine
            //
            this.pnlLine.BackColor = System.Drawing.Color.LightSteelBlue;
            resources.ApplyResources(this.pnlLine, "pnlLine");
            this.pnlLine.Name = "pnlLine";
            //
            // lnkSilkIcons
            //
            this.lnkSilkIcons.ActiveLinkColor = System.Drawing.Color.Blue;
            resources.ApplyResources(this.lnkSilkIcons, "lnkSilkIcons");
            this.lnkSilkIcons.LinkColor        = System.Drawing.Color.SteelBlue;
            this.lnkSilkIcons.Name             = "lnkSilkIcons";
            this.lnkSilkIcons.TabStop          = true;
            this.lnkSilkIcons.VisitedLinkColor = System.Drawing.Color.SteelBlue;
            this.lnkSilkIcons.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkSilkIcons_LinkClicked);
            //
            // lnkUnicodeCharacterDatabase
            //
            this.lnkUnicodeCharacterDatabase.ActiveLinkColor = System.Drawing.Color.Blue;
            resources.ApplyResources(this.lnkUnicodeCharacterDatabase, "lnkUnicodeCharacterDatabase");
            this.lnkUnicodeCharacterDatabase.LinkColor        = System.Drawing.Color.SteelBlue;
            this.lnkUnicodeCharacterDatabase.Name             = "lnkUnicodeCharacterDatabase";
            this.lnkUnicodeCharacterDatabase.TabStop          = true;
            this.lnkUnicodeCharacterDatabase.VisitedLinkColor = System.Drawing.Color.SteelBlue;
            this.lnkUnicodeCharacterDatabase.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkUnicodeCharacterDatabase_LinkClicked);
            //
            // AboutForm
            //
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.lnkUnicodeCharacterDatabase);
            this.Controls.Add(this.lnkSilkIcons);
            this.Controls.Add(this.lnkUserActivityMonitor);
            this.Controls.Add(this.lblThirdPartyLibraryNotice);
            this.Controls.Add(this.pnlLine);
            this.Controls.Add(this.lblCopyright);
            this.Controls.Add(this.lblVersion);
            this.Controls.Add(this.lblApplicationName);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox     = false;
            this.MinimizeBox     = false;
            this.Name            = "AboutForm";
            this.ShowIcon        = false;
            this.ShowInTaskbar   = false;
            this.ResumeLayout(false);
        }
Exemplo n.º 26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(ModInfo));
     this.ModInfoTabControl                = new ThemedTabControl();
     this.MetadataTabPage                  = new System.Windows.Forms.TabPage();
     this.splitContainer2                  = new System.Windows.Forms.SplitContainer();
     this.MetaDataUpperLayoutPanel         = new System.Windows.Forms.TableLayoutPanel();
     this.MetadataModuleNameTextBox        = new TransparentTextBox();
     this.MetadataTagsLabelsPanel          = new System.Windows.Forms.FlowLayoutPanel();
     this.MetadataModuleAbstractLabel      = new System.Windows.Forms.Label();
     this.MetadataModuleDescriptionTextBox = new TransparentTextBox();
     this.MetaDataLowerLayoutPanel         = new System.Windows.Forms.TableLayoutPanel();
     this.IdentifierLabel                  = new System.Windows.Forms.Label();
     this.MetadataIdentifierTextBox        = new TransparentTextBox();
     this.ReplacementLabel                 = new System.Windows.Forms.Label();
     this.ReplacementTextBox               = new TransparentTextBox();
     this.KSPCompatibilityLabel            = new System.Windows.Forms.Label();
     this.ReleaseLabel = new System.Windows.Forms.Label();
     this.AuthorLabel  = new System.Windows.Forms.Label();
     this.LicenseLabel = new System.Windows.Forms.Label();
     this.MetadataModuleVersionTextBox = new TransparentTextBox();
     this.MetadataModuleLicenseTextBox = new TransparentTextBox();
     this.MetadataModuleAuthorTextBox  = new TransparentTextBox();
     this.VersionLabel = new System.Windows.Forms.Label();
     this.MetadataModuleReleaseStatusTextBox    = new TransparentTextBox();
     this.MetadataModuleKSPCompatibilityTextBox = new TransparentTextBox();
     this.RelationshipTabPage    = new System.Windows.Forms.TabPage();
     this.DependsGraphTree       = new System.Windows.Forms.TreeView();
     this.LegendDependsImage     = new System.Windows.Forms.PictureBox();
     this.LegendRecommendsImage  = new System.Windows.Forms.PictureBox();
     this.LegendSuggestsImage    = new System.Windows.Forms.PictureBox();
     this.LegendSupportsImage    = new System.Windows.Forms.PictureBox();
     this.LegendConflictsImage   = new System.Windows.Forms.PictureBox();
     this.LegendDependsLabel     = new System.Windows.Forms.Label();
     this.LegendRecommendsLabel  = new System.Windows.Forms.Label();
     this.LegendSuggestsLabel    = new System.Windows.Forms.Label();
     this.LegendSupportsLabel    = new System.Windows.Forms.Label();
     this.LegendConflictsLabel   = new System.Windows.Forms.Label();
     this.ContentTabPage         = new System.Windows.Forms.TabPage();
     this.ContentsPreviewTree    = new System.Windows.Forms.TreeView();
     this.ContentsDownloadButton = new System.Windows.Forms.Button();
     this.ContentsOpenButton     = new System.Windows.Forms.Button();
     this.NotCachedLabel         = new System.Windows.Forms.Label();
     this.AllModVersionsTabPage  = new System.Windows.Forms.TabPage();
     this.AllModVersions         = new CKAN.AllModVersions();
     this.ModInfoTabControl.SuspendLayout();
     this.MetadataTabPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
     this.splitContainer2.Panel1.SuspendLayout();
     this.splitContainer2.Panel2.SuspendLayout();
     this.splitContainer2.SuspendLayout();
     this.MetaDataUpperLayoutPanel.SuspendLayout();
     this.MetaDataLowerLayoutPanel.SuspendLayout();
     this.RelationshipTabPage.SuspendLayout();
     this.ContentTabPage.SuspendLayout();
     this.AllModVersions.SuspendLayout();
     this.AllModVersionsTabPage.SuspendLayout();
     this.SuspendLayout();
     //
     // ModInfoTabControl
     //
     this.ModInfoTabControl.Appearance = System.Windows.Forms.TabAppearance.Normal;
     this.ModInfoTabControl.BackColor  = System.Drawing.SystemColors.Control;
     this.ModInfoTabControl.Multiline  = true;
     this.ModInfoTabControl.Controls.Add(this.MetadataTabPage);
     this.ModInfoTabControl.Controls.Add(this.RelationshipTabPage);
     this.ModInfoTabControl.Controls.Add(this.ContentTabPage);
     this.ModInfoTabControl.Controls.Add(this.AllModVersionsTabPage);
     this.ModInfoTabControl.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.ModInfoTabControl.Location              = new System.Drawing.Point(0, 0);
     this.ModInfoTabControl.Name                  = "ModInfoTabControl";
     this.ModInfoTabControl.Size                  = new System.Drawing.Size(362, 531);
     this.ModInfoTabControl.TabIndex              = 1;
     this.ModInfoTabControl.SelectedIndexChanged += new System.EventHandler(this.ModInfoIndexChanged);
     //
     // MetadataTabPage
     //
     this.MetadataTabPage.BackColor = System.Drawing.SystemColors.Control;
     this.MetadataTabPage.Controls.Add(this.MetaDataLowerLayoutPanel);
     this.MetadataTabPage.Location = new System.Drawing.Point(4, 25);
     this.MetadataTabPage.Name     = "MetadataTabPage";
     this.MetadataTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.MetadataTabPage.Size     = new System.Drawing.Size(354, 502);
     this.MetadataTabPage.TabIndex = 0;
     resources.ApplyResources(this.MetadataTabPage, "MetadataTabPage");
     //
     // splitContainer2
     //
     this.splitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer2.Location    = new System.Drawing.Point(3, 3);
     this.splitContainer2.Name        = "splitContainer2";
     this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer2.Panel1
     //
     this.splitContainer2.Panel1.Controls.Add(this.MetaDataUpperLayoutPanel);
     this.splitContainer2.Panel1MinSize = 75;
     //
     // splitContainer2.Panel2
     //
     this.splitContainer2.Panel2.Controls.Add(this.ModInfoTabControl);
     this.splitContainer2.Panel2MinSize    = 225;
     this.splitContainer2.Size             = new System.Drawing.Size(348, 496);
     this.splitContainer2.SplitterWidth    = 10;
     this.splitContainer2.SplitterDistance = 235;
     this.splitContainer2.TabIndex         = 0;
     //
     // MetaDataUpperLayoutPanel
     //
     this.MetaDataUpperLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.MetaDataUpperLayoutPanel.ColumnCount  = 1;
     this.MetaDataUpperLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.MetaDataUpperLayoutPanel.Controls.Add(this.MetadataModuleNameTextBox, 0, 0);
     this.MetaDataUpperLayoutPanel.Controls.Add(this.MetadataTagsLabelsPanel, 0, 1);
     this.MetaDataUpperLayoutPanel.Controls.Add(this.MetadataModuleAbstractLabel, 0, 2);
     this.MetaDataUpperLayoutPanel.Controls.Add(this.MetadataModuleDescriptionTextBox, 0, 3);
     this.MetaDataUpperLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.MetaDataUpperLayoutPanel.Location = new System.Drawing.Point(0, 0);
     this.MetaDataUpperLayoutPanel.Name     = "MetaDataUpperLayoutPanel";
     this.MetaDataUpperLayoutPanel.RowCount = 4;
     this.MetaDataUpperLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.AutoSize, 20F));
     this.MetaDataUpperLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 32F));
     this.MetaDataUpperLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.AutoSize, 30F));
     this.MetaDataUpperLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
     this.MetaDataUpperLayoutPanel.Size     = new System.Drawing.Size(346, 283);
     this.MetaDataUpperLayoutPanel.TabIndex = 0;
     //
     // MetadataModuleNameTextBox
     //
     this.MetadataModuleNameTextBox.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.MetadataModuleNameTextBox.Font        = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MetadataModuleNameTextBox.Location    = new System.Drawing.Point(3, 0);
     this.MetadataModuleNameTextBox.Name        = "MetadataModuleNameTextBox";
     this.MetadataModuleNameTextBox.Size        = new System.Drawing.Size(340, 46);
     this.MetadataModuleNameTextBox.TabIndex    = 0;
     this.MetadataModuleNameTextBox.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     this.MetadataModuleNameTextBox.ReadOnly    = true;
     this.MetadataModuleNameTextBox.BackColor   = MetaDataUpperLayoutPanel.BackColor;
     this.MetadataModuleNameTextBox.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.MetadataModuleNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     resources.ApplyResources(this.MetadataModuleNameTextBox, "MetadataModuleNameTextBox");
     //
     // MetadataTagsLabelsPanel
     //
     this.MetadataTagsLabelsPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.MetadataTagsLabelsPanel.Padding  = new System.Windows.Forms.Padding(0);
     this.MetadataTagsLabelsPanel.Location = new System.Drawing.Point(0, 0);
     this.MetadataTagsLabelsPanel.Name     = "MetadataTagsLabelsPanel";
     this.MetadataTagsLabelsPanel.Size     = new System.Drawing.Size(340, 12);
     //
     // MetadataModuleAbstractLabel
     //
     this.MetadataModuleAbstractLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.MetadataModuleAbstractLabel.ForeColor = System.Drawing.SystemColors.ControlText;
     this.MetadataModuleAbstractLabel.Location  = new System.Drawing.Point(3, 49);
     this.MetadataModuleAbstractLabel.Name      = "MetadataModuleAbstractLabel";
     this.MetadataModuleAbstractLabel.Size      = new System.Drawing.Size(340, 61);
     this.MetadataModuleAbstractLabel.AutoSize  = true;
     this.MetadataModuleAbstractLabel.TabIndex  = 27;
     this.MetadataModuleAbstractLabel.Text      = "";
     //
     // MetadataModuleDescriptionTextBox
     //
     this.MetadataModuleDescriptionTextBox.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.MetadataModuleDescriptionTextBox.Location    = new System.Drawing.Point(3, 129);
     this.MetadataModuleDescriptionTextBox.Name        = "MetadataModuleDescriptionLabel";
     this.MetadataModuleDescriptionTextBox.Size        = new System.Drawing.Size(340, 121);
     this.MetadataModuleDescriptionTextBox.TabIndex    = 28;
     this.MetadataModuleDescriptionTextBox.Text        = "";
     this.MetadataModuleDescriptionTextBox.ReadOnly    = true;
     this.MetadataModuleDescriptionTextBox.BackColor   = MetaDataUpperLayoutPanel.BackColor;
     this.MetadataModuleDescriptionTextBox.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.MetadataModuleDescriptionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     //
     // MetaDataLowerLayoutPanel
     //
     this.MetaDataLowerLayoutPanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.MetaDataLowerLayoutPanel.ColumnCount  = 2;
     this.MetaDataLowerLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 90F));
     this.MetaDataLowerLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.AutoSize));
     this.MetaDataLowerLayoutPanel.Controls.Add(this.VersionLabel, 0, 0);
     this.MetaDataLowerLayoutPanel.Controls.Add(this.LicenseLabel, 0, 1);
     this.MetaDataLowerLayoutPanel.Controls.Add(this.AuthorLabel, 0, 2);
     this.MetaDataLowerLayoutPanel.Controls.Add(this.ReleaseLabel, 0, 3);
     this.MetaDataLowerLayoutPanel.Controls.Add(this.KSPCompatibilityLabel, 0, 4);
     this.MetaDataLowerLayoutPanel.Controls.Add(this.IdentifierLabel, 0, 5);
     this.MetaDataLowerLayoutPanel.Controls.Add(this.ReplacementLabel, 0, 6);
     this.MetaDataLowerLayoutPanel.Controls.Add(this.MetadataModuleVersionTextBox, 1, 0);
     this.MetaDataLowerLayoutPanel.Controls.Add(this.MetadataModuleLicenseTextBox, 1, 1);
     this.MetaDataLowerLayoutPanel.Controls.Add(this.MetadataModuleAuthorTextBox, 1, 2);
     this.MetaDataLowerLayoutPanel.Controls.Add(this.MetadataModuleReleaseStatusTextBox, 1, 3);
     this.MetaDataLowerLayoutPanel.Controls.Add(this.MetadataModuleKSPCompatibilityTextBox, 1, 4);
     this.MetaDataLowerLayoutPanel.Controls.Add(this.MetadataIdentifierTextBox, 1, 5);
     this.MetaDataLowerLayoutPanel.Controls.Add(this.ReplacementTextBox, 1, 6);
     this.MetaDataLowerLayoutPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.MetaDataLowerLayoutPanel.Location = new System.Drawing.Point(0, 0);
     this.MetaDataLowerLayoutPanel.Name     = "MetaDataLowerLayoutPanel";
     this.MetaDataLowerLayoutPanel.Padding  = new System.Windows.Forms.Padding(0, 8, 0, 0);
     this.MetaDataLowerLayoutPanel.RowCount = 7;
     this.MetaDataLowerLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.MetaDataLowerLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.MetaDataLowerLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.MetaDataLowerLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.MetaDataLowerLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.MetaDataLowerLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.MetaDataLowerLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
     this.MetaDataLowerLayoutPanel.Size                     = new System.Drawing.Size(346, 255);
     this.MetaDataLowerLayoutPanel.AutoSize                 = true;
     this.MetaDataLowerLayoutPanel.AutoScroll               = true;
     this.MetaDataLowerLayoutPanel.AutoScrollMinSize        = new System.Drawing.Size(MetaDataLowerLayoutPanel.Width, MetaDataLowerLayoutPanel.Height + 20);
     this.MetaDataLowerLayoutPanel.VerticalScroll.Enabled   = true;
     this.MetaDataLowerLayoutPanel.HorizontalScroll.Enabled = true;
     this.MetaDataLowerLayoutPanel.TabIndex                 = 0;
     //
     // IdentifierLabel
     //
     this.IdentifierLabel.AutoSize  = true;
     this.IdentifierLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.IdentifierLabel.ForeColor = System.Drawing.SystemColors.GrayText;
     this.IdentifierLabel.Location  = new System.Drawing.Point(3, 210);
     this.IdentifierLabel.Name      = "IdentifierLabel";
     this.IdentifierLabel.Size      = new System.Drawing.Size(84, 20);
     this.IdentifierLabel.TabIndex  = 28;
     resources.ApplyResources(this.IdentifierLabel, "IdentifierLabel");
     //
     // MetadataIdentifierTextBox
     //
     this.MetadataIdentifierTextBox.AutoSize    = true;
     this.MetadataIdentifierTextBox.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.MetadataIdentifierTextBox.Location    = new System.Drawing.Point(93, 210);
     this.MetadataIdentifierTextBox.Name        = "MetadataIdentifierTextBox";
     this.MetadataIdentifierTextBox.Size        = new System.Drawing.Size(250, 20);
     this.MetadataIdentifierTextBox.TabIndex    = 27;
     this.MetadataIdentifierTextBox.ReadOnly    = true;
     this.MetadataIdentifierTextBox.BackColor   = MetadataTabPage.BackColor;
     this.MetadataIdentifierTextBox.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.MetadataIdentifierTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     resources.ApplyResources(this.MetadataIdentifierTextBox, "MetadataIdentifierTextBox");
     //
     // ReplacementLabel
     //
     this.ReplacementLabel.AutoSize  = true;
     this.ReplacementLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ReplacementLabel.ForeColor = System.Drawing.SystemColors.GrayText;
     this.ReplacementLabel.Location  = new System.Drawing.Point(3, 240);
     this.ReplacementLabel.Name      = "ReplacementLabel";
     this.ReplacementLabel.Size      = new System.Drawing.Size(84, 20);
     this.ReplacementLabel.TabIndex  = 28;
     resources.ApplyResources(this.ReplacementLabel, "ReplacementLabel");
     //
     // ReplacementTextBox
     //
     this.ReplacementTextBox.AutoSize    = true;
     this.ReplacementTextBox.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.ReplacementTextBox.Location    = new System.Drawing.Point(93, 240);
     this.ReplacementTextBox.Name        = "ReplacementTextBox";
     this.ReplacementTextBox.Size        = new System.Drawing.Size(250, 20);
     this.ReplacementTextBox.TabIndex    = 27;
     this.ReplacementTextBox.ReadOnly    = true;
     this.ReplacementTextBox.BackColor   = MetadataTabPage.BackColor;
     this.ReplacementTextBox.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.ReplacementTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     resources.ApplyResources(this.ReplacementTextBox, "ReplacementTextBox");
     //
     // KSPCompatibilityLabel
     //
     this.KSPCompatibilityLabel.AutoSize  = true;
     this.KSPCompatibilityLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.KSPCompatibilityLabel.ForeColor = System.Drawing.SystemColors.GrayText;
     this.KSPCompatibilityLabel.Location  = new System.Drawing.Point(3, 180);
     this.KSPCompatibilityLabel.Name      = "KSPCompatibilityLabel";
     this.KSPCompatibilityLabel.Size      = new System.Drawing.Size(84, 30);
     this.KSPCompatibilityLabel.TabIndex  = 13;
     resources.ApplyResources(this.KSPCompatibilityLabel, "KSPCompatibilityLabel");
     //
     // ReleaseLabel
     //
     this.ReleaseLabel.AutoSize  = true;
     this.ReleaseLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.ReleaseLabel.ForeColor = System.Drawing.SystemColors.GrayText;
     this.ReleaseLabel.Location  = new System.Drawing.Point(3, 150);
     this.ReleaseLabel.Name      = "ReleaseLabel";
     this.ReleaseLabel.Size      = new System.Drawing.Size(84, 30);
     this.ReleaseLabel.TabIndex  = 12;
     resources.ApplyResources(this.ReleaseLabel, "ReleaseLabel");
     //
     // AuthorLabel
     //
     this.AuthorLabel.AutoSize  = true;
     this.AuthorLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.AuthorLabel.ForeColor = System.Drawing.SystemColors.GrayText;
     this.AuthorLabel.Location  = new System.Drawing.Point(3, 60);
     this.AuthorLabel.Name      = "AuthorLabel";
     this.AuthorLabel.Size      = new System.Drawing.Size(84, 30);
     this.AuthorLabel.TabIndex  = 5;
     resources.ApplyResources(this.AuthorLabel, "AuthorLabel");
     //
     // LicenseLabel
     //
     this.LicenseLabel.AutoSize  = true;
     this.LicenseLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.LicenseLabel.ForeColor = System.Drawing.SystemColors.GrayText;
     this.LicenseLabel.Location  = new System.Drawing.Point(3, 30);
     this.LicenseLabel.Name      = "LicenseLabel";
     this.LicenseLabel.Size      = new System.Drawing.Size(84, 30);
     this.LicenseLabel.TabIndex  = 3;
     resources.ApplyResources(this.LicenseLabel, "LicenseLabel");
     //
     // MetadataModuleVersionTextBox
     //
     this.MetadataModuleVersionTextBox.AutoSize    = true;
     this.MetadataModuleVersionTextBox.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.MetadataModuleVersionTextBox.Location    = new System.Drawing.Point(93, 0);
     this.MetadataModuleVersionTextBox.Name        = "MetadataModuleVersionTextBox";
     this.MetadataModuleVersionTextBox.Size        = new System.Drawing.Size(250, 30);
     this.MetadataModuleVersionTextBox.TabIndex    = 2;
     this.MetadataModuleVersionTextBox.ReadOnly    = true;
     this.MetadataModuleVersionTextBox.BackColor   = MetadataTabPage.BackColor;
     this.MetadataModuleVersionTextBox.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.MetadataModuleVersionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     resources.ApplyResources(this.MetadataModuleVersionTextBox, "MetadataModuleVersionTextBox");
     //
     // MetadataModuleLicenseTextBox
     //
     this.MetadataModuleLicenseTextBox.AutoSize    = true;
     this.MetadataModuleLicenseTextBox.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.MetadataModuleLicenseTextBox.Location    = new System.Drawing.Point(93, 30);
     this.MetadataModuleLicenseTextBox.Name        = "MetadataModuleLicenseTextBox";
     this.MetadataModuleLicenseTextBox.Size        = new System.Drawing.Size(250, 30);
     this.MetadataModuleLicenseTextBox.TabIndex    = 4;
     this.MetadataModuleLicenseTextBox.ReadOnly    = true;
     this.MetadataModuleLicenseTextBox.BackColor   = MetadataTabPage.BackColor;
     this.MetadataModuleLicenseTextBox.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.MetadataModuleLicenseTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     resources.ApplyResources(this.MetadataModuleLicenseTextBox, "MetadataModuleLicenseTextBox");
     //
     // MetadataModuleAuthorTextBox
     //
     this.MetadataModuleAuthorTextBox.AutoSize    = true;
     this.MetadataModuleAuthorTextBox.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.MetadataModuleAuthorTextBox.Location    = new System.Drawing.Point(93, 60);
     this.MetadataModuleAuthorTextBox.Name        = "MetadataModuleAuthorTextBox";
     this.MetadataModuleAuthorTextBox.Size        = new System.Drawing.Size(250, 30);
     this.MetadataModuleAuthorTextBox.TabIndex    = 6;
     this.MetadataModuleAuthorTextBox.ReadOnly    = true;
     this.MetadataModuleAuthorTextBox.BackColor   = MetadataTabPage.BackColor;
     this.MetadataModuleAuthorTextBox.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.MetadataModuleAuthorTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     resources.ApplyResources(this.MetadataModuleAuthorTextBox, "MetadataModuleAuthorTextBox");
     //
     // VersionLabel
     //
     this.VersionLabel.AutoSize  = true;
     this.VersionLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.VersionLabel.ForeColor = System.Drawing.SystemColors.GrayText;
     this.VersionLabel.Location  = new System.Drawing.Point(3, 0);
     this.VersionLabel.Name      = "VersionLabel";
     this.VersionLabel.Size      = new System.Drawing.Size(84, 30);
     this.VersionLabel.TabIndex  = 1;
     resources.ApplyResources(this.VersionLabel, "VersionLabel");
     //
     // MetadataModuleReleaseStatusTextBox
     //
     this.MetadataModuleReleaseStatusTextBox.AutoSize    = true;
     this.MetadataModuleReleaseStatusTextBox.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.MetadataModuleReleaseStatusTextBox.Location    = new System.Drawing.Point(93, 150);
     this.MetadataModuleReleaseStatusTextBox.Name        = "MetadataModuleReleaseStatusTextBox";
     this.MetadataModuleReleaseStatusTextBox.Size        = new System.Drawing.Size(250, 30);
     this.MetadataModuleReleaseStatusTextBox.TabIndex    = 11;
     this.MetadataModuleReleaseStatusTextBox.ReadOnly    = true;
     this.MetadataModuleReleaseStatusTextBox.BackColor   = MetadataTabPage.BackColor;
     this.MetadataModuleReleaseStatusTextBox.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.MetadataModuleReleaseStatusTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     resources.ApplyResources(this.MetadataModuleReleaseStatusTextBox, "MetadataModuleReleaseStatusTextBox");
     //
     // MetadataModuleKSPCompatibilityTextBox
     //
     this.MetadataModuleKSPCompatibilityTextBox.AutoSize    = true;
     this.MetadataModuleKSPCompatibilityTextBox.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.MetadataModuleKSPCompatibilityTextBox.Location    = new System.Drawing.Point(93, 180);
     this.MetadataModuleKSPCompatibilityTextBox.Name        = "MetadataModuleKSPCompatibilityTextBox";
     this.MetadataModuleKSPCompatibilityTextBox.Size        = new System.Drawing.Size(250, 30);
     this.MetadataModuleKSPCompatibilityTextBox.TabIndex    = 14;
     this.MetadataModuleKSPCompatibilityTextBox.ReadOnly    = true;
     this.MetadataModuleKSPCompatibilityTextBox.BackColor   = MetadataTabPage.BackColor;
     this.MetadataModuleKSPCompatibilityTextBox.ForeColor   = System.Drawing.SystemColors.ControlText;
     this.MetadataModuleKSPCompatibilityTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
     resources.ApplyResources(this.MetadataModuleKSPCompatibilityTextBox, "MetadataModuleKSPCompatibilityTextBox");
     //
     // RelationshipTabPage
     //
     this.RelationshipTabPage.BackColor = System.Drawing.SystemColors.Control;
     this.RelationshipTabPage.Controls.Add(this.DependsGraphTree);
     this.RelationshipTabPage.Controls.Add(this.LegendDependsImage);
     this.RelationshipTabPage.Controls.Add(this.LegendRecommendsImage);
     this.RelationshipTabPage.Controls.Add(this.LegendSuggestsImage);
     this.RelationshipTabPage.Controls.Add(this.LegendSupportsImage);
     this.RelationshipTabPage.Controls.Add(this.LegendConflictsImage);
     this.RelationshipTabPage.Controls.Add(this.LegendDependsLabel);
     this.RelationshipTabPage.Controls.Add(this.LegendRecommendsLabel);
     this.RelationshipTabPage.Controls.Add(this.LegendSuggestsLabel);
     this.RelationshipTabPage.Controls.Add(this.LegendSupportsLabel);
     this.RelationshipTabPage.Controls.Add(this.LegendConflictsLabel);
     this.RelationshipTabPage.Location = new System.Drawing.Point(4, 25);
     this.RelationshipTabPage.Name     = "RelationshipTabPage";
     this.RelationshipTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.RelationshipTabPage.Size     = new System.Drawing.Size(354, 502);
     this.RelationshipTabPage.TabIndex = 1;
     resources.ApplyResources(this.RelationshipTabPage, "RelationshipTabPage");
     //
     // DependsGraphTree
     //
     this.DependsGraphTree.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.DependsGraphTree.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.DependsGraphTree.Location              = new System.Drawing.Point(3, 96);
     this.DependsGraphTree.Name                  = "DependsGraphTree";
     this.DependsGraphTree.Size                  = new System.Drawing.Size(345, 400);
     this.DependsGraphTree.TabIndex              = 0;
     this.DependsGraphTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.DependsGraphTree_NodeMouseDoubleClick);
     this.DependsGraphTree.ShowNodeToolTips      = true;
     this.DependsGraphTree.ImageList             = new System.Windows.Forms.ImageList()
     {
         // ImageList's default makes icons look like garbage
         ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit
     };
     this.DependsGraphTree.ImageList.Images.Add("Root", global::CKAN.Properties.Resources.ksp);
     this.DependsGraphTree.ImageList.Images.Add("Depends", global::CKAN.Properties.Resources.star);
     this.DependsGraphTree.ImageList.Images.Add("Recommends", global::CKAN.Properties.Resources.thumbup);
     this.DependsGraphTree.ImageList.Images.Add("Suggests", global::CKAN.Properties.Resources.info);
     this.DependsGraphTree.ImageList.Images.Add("Supports", global::CKAN.Properties.Resources.smile);
     this.DependsGraphTree.ImageList.Images.Add("Conflicts", global::CKAN.Properties.Resources.alert);
     //
     // LegendDependsImage
     //
     this.LegendDependsImage.BackColor  = System.Drawing.SystemColors.Window;
     this.LegendDependsImage.Image      = global::CKAN.Properties.Resources.star;
     this.LegendDependsImage.Location   = new System.Drawing.Point(6, 3);
     this.LegendDependsImage.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.LegendDependsImage.ClientSize = new System.Drawing.Size(14, 14);
     //
     // LegendRecommendsImage
     //
     this.LegendRecommendsImage.BackColor  = System.Drawing.SystemColors.Window;
     this.LegendRecommendsImage.Image      = global::CKAN.Properties.Resources.thumbup;
     this.LegendRecommendsImage.Location   = new System.Drawing.Point(6, 21);
     this.LegendRecommendsImage.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.LegendRecommendsImage.ClientSize = new System.Drawing.Size(14, 14);
     //
     // LegendSuggestsImage
     //
     this.LegendSuggestsImage.BackColor  = System.Drawing.SystemColors.Window;
     this.LegendSuggestsImage.Image      = global::CKAN.Properties.Resources.info;
     this.LegendSuggestsImage.Location   = new System.Drawing.Point(6, 39);
     this.LegendSuggestsImage.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.LegendSuggestsImage.ClientSize = new System.Drawing.Size(14, 14);
     //
     // LegendSupportsImage
     //
     this.LegendSupportsImage.BackColor  = System.Drawing.SystemColors.Window;
     this.LegendSupportsImage.Image      = global::CKAN.Properties.Resources.smile;
     this.LegendSupportsImage.Location   = new System.Drawing.Point(6, 57);
     this.LegendSupportsImage.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.LegendSupportsImage.ClientSize = new System.Drawing.Size(14, 14);
     //
     // LegendConflictsImage
     //
     this.LegendConflictsImage.BackColor  = System.Drawing.SystemColors.Window;
     this.LegendConflictsImage.Image      = global::CKAN.Properties.Resources.alert;
     this.LegendConflictsImage.Location   = new System.Drawing.Point(6, 75);
     this.LegendConflictsImage.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.LegendConflictsImage.ClientSize = new System.Drawing.Size(14, 14);
     //
     // LegendDependsLabel
     //
     this.LegendDependsLabel.AutoSize = true;
     this.LegendDependsLabel.Location = new System.Drawing.Point(24, 3);
     resources.ApplyResources(this.LegendDependsLabel, "LegendDependsLabel");
     //
     // LegendRecommendsLabel
     //
     this.LegendRecommendsLabel.AutoSize = true;
     this.LegendRecommendsLabel.Location = new System.Drawing.Point(24, 21);
     resources.ApplyResources(this.LegendRecommendsLabel, "LegendRecommendsLabel");
     //
     // LegendSuggestsLabel
     //
     this.LegendSuggestsLabel.AutoSize = true;
     this.LegendSuggestsLabel.Location = new System.Drawing.Point(24, 39);
     resources.ApplyResources(this.LegendSuggestsLabel, "LegendSuggestsLabel");
     //
     // LegendSupportsLabel
     //
     this.LegendSupportsLabel.AutoSize = true;
     this.LegendSupportsLabel.Location = new System.Drawing.Point(24, 57);
     resources.ApplyResources(this.LegendSupportsLabel, "LegendSupportsLabel");
     //
     // LegendConflictsLabel
     //
     this.LegendConflictsLabel.AutoSize = true;
     this.LegendConflictsLabel.Location = new System.Drawing.Point(24, 75);
     resources.ApplyResources(this.LegendConflictsLabel, "LegendConflictsLabel");
     //
     // ContentTabPage
     //
     this.ContentTabPage.BackColor = System.Drawing.SystemColors.Control;
     this.ContentTabPage.Controls.Add(this.ContentsPreviewTree);
     this.ContentTabPage.Controls.Add(this.ContentsDownloadButton);
     this.ContentTabPage.Controls.Add(this.ContentsOpenButton);
     this.ContentTabPage.Controls.Add(this.NotCachedLabel);
     this.ContentTabPage.Location = new System.Drawing.Point(4, 25);
     this.ContentTabPage.Name     = "ContentTabPage";
     this.ContentTabPage.Padding  = new System.Windows.Forms.Padding(3);
     this.ContentTabPage.Size     = new System.Drawing.Size(354, 502);
     this.ContentTabPage.TabIndex = 2;
     resources.ApplyResources(this.ContentTabPage, "ContentTabPage");
     //
     // ContentsPreviewTree
     //
     this.ContentsPreviewTree.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.ContentsPreviewTree.BorderStyle           = System.Windows.Forms.BorderStyle.FixedSingle;
     this.ContentsPreviewTree.ShowPlusMinus         = false;
     this.ContentsPreviewTree.ShowRootLines         = false;
     this.ContentsPreviewTree.Indent                = 12;
     this.ContentsPreviewTree.Enabled               = false;
     this.ContentsPreviewTree.Location              = new System.Drawing.Point(6, 65);
     this.ContentsPreviewTree.Name                  = "ContentsPreviewTree";
     this.ContentsPreviewTree.Size                  = new System.Drawing.Size(342, 434);
     this.ContentsPreviewTree.TabIndex              = 2;
     this.ContentsPreviewTree.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.ContentsPreviewTree_NodeMouseDoubleClick);
     //
     // ContentsDownloadButton
     //
     this.ContentsDownloadButton.Location = new System.Drawing.Point(6, 36);
     this.ContentsDownloadButton.Name     = "ContentsDownloadButton";
     this.ContentsDownloadButton.Size     = new System.Drawing.Size(103, 23);
     this.ContentsDownloadButton.TabIndex = 1;
     this.ContentsDownloadButton.UseVisualStyleBackColor = true;
     this.ContentsDownloadButton.Click += new System.EventHandler(this.ContentsDownloadButton_Click);
     resources.ApplyResources(this.ContentsDownloadButton, "ContentsDownloadButton");
     //
     // ContentsOpenButton
     //
     this.ContentsOpenButton.Location = new System.Drawing.Point(115, 36);
     this.ContentsOpenButton.Name     = "ContentsOpenButton";
     this.ContentsOpenButton.Size     = new System.Drawing.Size(103, 23);
     this.ContentsOpenButton.TabIndex = 1;
     this.ContentsOpenButton.UseVisualStyleBackColor = true;
     this.ContentsOpenButton.Click += new System.EventHandler(this.ContentsOpenButton_Click);
     resources.ApplyResources(this.ContentsOpenButton, "ContentsOpenButton");
     //
     // NotCachedLabel
     //
     this.NotCachedLabel.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.NotCachedLabel.Location = new System.Drawing.Point(6, 3);
     this.NotCachedLabel.Name     = "NotCachedLabel";
     this.NotCachedLabel.Size     = new System.Drawing.Size(342, 434);
     this.NotCachedLabel.TabIndex = 0;
     resources.ApplyResources(this.NotCachedLabel, "NotCachedLabel");
     //
     // AllModVersionsTabPage
     //
     this.AllModVersionsTabPage.BackColor = System.Drawing.SystemColors.Control;
     this.AllModVersionsTabPage.Controls.Add(this.AllModVersions);
     this.AllModVersionsTabPage.Location = new System.Drawing.Point(4, 25);
     this.AllModVersionsTabPage.Margin   = new System.Windows.Forms.Padding(2);
     this.AllModVersionsTabPage.Name     = "AllModVersionsTabPage";
     this.AllModVersionsTabPage.Size     = new System.Drawing.Size(354, 502);
     this.AllModVersionsTabPage.TabIndex = 1;
     resources.ApplyResources(this.AllModVersionsTabPage, "AllModVersionsTabPage");
     //
     // AllModVersions
     //
     this.AllModVersions.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.AllModVersions.Location = new System.Drawing.Point(0, 0);
     this.AllModVersions.Margin   = new System.Windows.Forms.Padding(2);
     this.AllModVersions.Name     = "AllModVersions";
     this.AllModVersions.Size     = new System.Drawing.Size(354, 502);
     this.AllModVersions.TabIndex = 0;
     //
     // ModInfo
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainer2);
     this.Name = "ModInfo";
     this.Size = new System.Drawing.Size(362, 531);
     resources.ApplyResources(this, "$this");
     this.ModInfoTabControl.ResumeLayout(false);
     this.MetadataTabPage.ResumeLayout(false);
     this.splitContainer2.Panel1.ResumeLayout(false);
     this.splitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
     this.splitContainer2.ResumeLayout(false);
     this.MetaDataUpperLayoutPanel.ResumeLayout(false);
     this.MetaDataLowerLayoutPanel.ResumeLayout(false);
     this.MetaDataLowerLayoutPanel.PerformLayout();
     this.RelationshipTabPage.ResumeLayout(false);
     this.ContentTabPage.ResumeLayout(false);
     this.AllModVersions.ResumeLayout(false);
     this.AllModVersionsTabPage.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(AllModVersions));
     System.Windows.Forms.ListViewItem listViewItem4          = new System.Windows.Forms.ListViewItem(new string[] {
         "",
         "i1",
         "i2"
     }, -1);
     this.label1                = new System.Windows.Forms.Label();
     this.ModVersion            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.CompatibleGameVersion = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.VersionsListView      = new ThemedListView();
     this.label2                = new System.Windows.Forms.Label();
     this.label3                = new System.Windows.Forms.Label();
     this.label4                = new System.Windows.Forms.Label();
     this.label5                = new System.Windows.Forms.Label();
     this.label6                = new System.Windows.Forms.Label();
     this.label7                = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(0, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(183, 13);
     this.label1.TabIndex = 0;
     resources.ApplyResources(this.label1, "label1");
     //
     // ModVersion
     //
     this.ModVersion.Width = 98;
     resources.ApplyResources(this.ModVersion, "ModVersion");
     //
     // CompatibleGameVersion
     //
     this.CompatibleGameVersion.Width = 190;
     resources.ApplyResources(this.CompatibleGameVersion, "CompatibleGameVersion");
     //
     // VersionsListView
     //
     this.VersionsListView.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.VersionsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ModVersion,
         this.CompatibleGameVersion
     });
     this.VersionsListView.CheckBoxes    = true;
     this.VersionsListView.FullRowSelect = true;
     this.VersionsListView.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem4
     });
     this.VersionsListView.Location = new System.Drawing.Point(3, 76);
     this.VersionsListView.Name     = "VersionsListView";
     this.VersionsListView.Size     = new System.Drawing.Size(348, 423);
     this.VersionsListView.TabIndex = 1;
     this.VersionsListView.UseCompatibleStateImageBehavior = false;
     this.VersionsListView.View       = System.Windows.Forms.View.Details;
     this.VersionsListView.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.VersionsListView_ItemCheck);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Green;
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(4, 17);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(36, 13);
     this.label2.TabIndex  = 2;
     resources.ApplyResources(this.label2, "label2");
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.LightGreen;
     this.label3.Location  = new System.Drawing.Point(4, 36);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(60, 13);
     this.label3.TabIndex  = 3;
     resources.ApplyResources(this.label3, "label3");
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
     this.label4.Location = new System.Drawing.Point(0, 56);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(32, 13);
     this.label4.TabIndex = 4;
     resources.ApplyResources(this.label4, "label4");
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(65, 17);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(229, 13);
     this.label5.TabIndex = 5;
     resources.ApplyResources(this.label5, "label5");
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(65, 36);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(180, 13);
     this.label6.TabIndex = 6;
     resources.ApplyResources(this.label6, "label6");
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(65, 56);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(131, 13);
     this.label7.TabIndex = 7;
     resources.ApplyResources(this.label7, "label7");
     //
     // AllModVersions
     //
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.VersionsListView);
     this.Controls.Add(this.label1);
     this.Name = "AllModVersions";
     this.Size = new System.Drawing.Size(354, 502);
     resources.ApplyResources(this, "$this");
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(YesNoDialog));
     this.panel1           = new System.Windows.Forms.Panel();
     this.DescriptionLabel = new System.Windows.Forms.Label();
     this.YesButton        = new System.Windows.Forms.Button();
     this.NoButton         = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.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.panel1.Controls.Add(this.DescriptionLabel);
     this.panel1.Location = new System.Drawing.Point(13, 13);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(393, 73);
     this.panel1.TabIndex = 0;
     //
     // DescriptionLabel
     //
     this.DescriptionLabel.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.DescriptionLabel.Location  = new System.Drawing.Point(0, 0);
     this.DescriptionLabel.Name      = "DescriptionLabel";
     this.DescriptionLabel.Size      = new System.Drawing.Size(393, 73);
     this.DescriptionLabel.TabIndex  = 0;
     this.DescriptionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     resources.ApplyResources(this.DescriptionLabel, "DescriptionLabel");
     //
     // YesButton
     //
     this.YesButton.Anchor = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Bottom
                                                                  | System.Windows.Forms.AnchorStyles.Right));
     this.YesButton.DialogResult            = System.Windows.Forms.DialogResult.Yes;
     this.YesButton.Location                = new System.Drawing.Point(250, 92);
     this.YesButton.Name                    = "YesButton";
     this.YesButton.Size                    = new System.Drawing.Size(75, 23);
     this.YesButton.TabIndex                = 1;
     this.YesButton.UseVisualStyleBackColor = true;
     resources.ApplyResources(this.YesButton, "YesButton");
     //
     // NoButton
     //
     this.NoButton.Anchor = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Bottom
                                                                 | System.Windows.Forms.AnchorStyles.Right));
     this.NoButton.DialogResult            = System.Windows.Forms.DialogResult.No;
     this.NoButton.Location                = new System.Drawing.Point(331, 92);
     this.NoButton.Name                    = "NoButton";
     this.NoButton.Size                    = new System.Drawing.Size(75, 23);
     this.NoButton.TabIndex                = 2;
     this.NoButton.UseVisualStyleBackColor = true;
     resources.ApplyResources(this.NoButton, "NoButton");
     //
     // YesNoDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(418, 127);
     this.Controls.Add(this.NoButton);
     this.Controls.Add(this.YesButton);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Icon            = Properties.Resources.AppIcon;
     this.Name            = "YesNoDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     resources.ApplyResources(this, "$this");
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(ProgressBitsForm));
     this.tutorialBox           = new System.Windows.Forms.CheckBox();
     this.splatfestBox          = new System.Windows.Forms.CheckBox();
     this.rankedNewsBox         = new System.Windows.Forms.CheckBox();
     this.lobbyBox              = new System.Windows.Forms.CheckBox();
     this.heroSuitBox           = new System.Windows.Forms.CheckBox();
     this.greatZapfishBox       = new System.Windows.Forms.CheckBox();
     this.cuttlefishPostGameBox = new System.Windows.Forms.CheckBox();
     this.rankedUnlockedBox     = new System.Windows.Forms.CheckBox();
     this.rankShownBox          = new System.Windows.Forms.CheckBox();
     this.snailsShownBox        = new System.Windows.Forms.CheckBox();
     this.levelCapRaisedBox     = new System.Windows.Forms.CheckBox();
     this.warningBox            = new System.Windows.Forms.CheckBox();
     this.applyButton           = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // tutorialBox
     //
     resources.ApplyResources(this.tutorialBox, "tutorialBox");
     this.tutorialBox.Name = "tutorialBox";
     this.tutorialBox.UseVisualStyleBackColor = true;
     //
     // splatfestBox
     //
     resources.ApplyResources(this.splatfestBox, "splatfestBox");
     this.splatfestBox.Name = "splatfestBox";
     this.splatfestBox.UseVisualStyleBackColor = true;
     //
     // rankedNewsBox
     //
     resources.ApplyResources(this.rankedNewsBox, "rankedNewsBox");
     this.rankedNewsBox.Name = "rankedNewsBox";
     this.rankedNewsBox.UseVisualStyleBackColor = true;
     //
     // lobbyBox
     //
     resources.ApplyResources(this.lobbyBox, "lobbyBox");
     this.lobbyBox.Name = "lobbyBox";
     this.lobbyBox.UseVisualStyleBackColor = true;
     //
     // heroSuitBox
     //
     resources.ApplyResources(this.heroSuitBox, "heroSuitBox");
     this.heroSuitBox.Name = "heroSuitBox";
     this.heroSuitBox.UseVisualStyleBackColor = true;
     //
     // greatZapfishBox
     //
     resources.ApplyResources(this.greatZapfishBox, "greatZapfishBox");
     this.greatZapfishBox.Name = "greatZapfishBox";
     this.greatZapfishBox.UseVisualStyleBackColor = true;
     //
     // cuttlefishPostGameBox
     //
     resources.ApplyResources(this.cuttlefishPostGameBox, "cuttlefishPostGameBox");
     this.cuttlefishPostGameBox.Name = "cuttlefishPostGameBox";
     this.cuttlefishPostGameBox.UseVisualStyleBackColor = true;
     //
     // rankedUnlockedBox
     //
     resources.ApplyResources(this.rankedUnlockedBox, "rankedUnlockedBox");
     this.rankedUnlockedBox.Name = "rankedUnlockedBox";
     this.rankedUnlockedBox.UseVisualStyleBackColor = true;
     //
     // rankShownBox
     //
     resources.ApplyResources(this.rankShownBox, "rankShownBox");
     this.rankShownBox.Name = "rankShownBox";
     this.rankShownBox.UseVisualStyleBackColor = true;
     //
     // snailsShownBox
     //
     resources.ApplyResources(this.snailsShownBox, "snailsShownBox");
     this.snailsShownBox.Name = "snailsShownBox";
     this.snailsShownBox.UseVisualStyleBackColor = true;
     //
     // levelCapRaisedBox
     //
     resources.ApplyResources(this.levelCapRaisedBox, "levelCapRaisedBox");
     this.levelCapRaisedBox.Name = "levelCapRaisedBox";
     this.levelCapRaisedBox.UseVisualStyleBackColor = true;
     //
     // warningBox
     //
     resources.ApplyResources(this.warningBox, "warningBox");
     this.warningBox.Name = "warningBox";
     this.warningBox.UseVisualStyleBackColor = true;
     //
     // applyButton
     //
     resources.ApplyResources(this.applyButton, "applyButton");
     this.applyButton.Name = "applyButton";
     this.applyButton.UseVisualStyleBackColor = true;
     this.applyButton.Click += new System.EventHandler(this.applyButton_Click);
     //
     // ProgressBitsForm
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.applyButton);
     this.Controls.Add(this.warningBox);
     this.Controls.Add(this.levelCapRaisedBox);
     this.Controls.Add(this.snailsShownBox);
     this.Controls.Add(this.rankShownBox);
     this.Controls.Add(this.rankedUnlockedBox);
     this.Controls.Add(this.cuttlefishPostGameBox);
     this.Controls.Add(this.greatZapfishBox);
     this.Controls.Add(this.heroSuitBox);
     this.Controls.Add(this.lobbyBox);
     this.Controls.Add(this.rankedNewsBox);
     this.Controls.Add(this.splatfestBox);
     this.Controls.Add(this.tutorialBox);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.Name            = "ProgressBitsForm";
     this.Load           += new System.EventHandler(this.ProgressBitsForm_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(EditLabelsDialog));
     this.ToolTip                      = new System.Windows.Forms.ToolTip();
     this.LabelSelectionTree           = new System.Windows.Forms.TreeView();
     this.SelectOrCreateLabel          = new System.Windows.Forms.Label();
     this.EditDetailsPanel             = new System.Windows.Forms.Panel();
     this.NameLabel                    = new System.Windows.Forms.Label();
     this.NameTextBox                  = new System.Windows.Forms.TextBox();
     this.ColorLabel                   = new System.Windows.Forms.Label();
     this.ColorButton                  = new System.Windows.Forms.Button();
     this.InstanceNameLabel            = new System.Windows.Forms.Label();
     this.InstanceNameComboBox         = new System.Windows.Forms.ComboBox();
     this.HideFromOtherFiltersCheckBox = new System.Windows.Forms.CheckBox();
     this.NotifyOnChangesCheckBox      = new System.Windows.Forms.CheckBox();
     this.RemoveOnChangesCheckBox      = new System.Windows.Forms.CheckBox();
     this.AlertOnInstallCheckBox       = new System.Windows.Forms.CheckBox();
     this.RemoveOnInstallCheckBox      = new System.Windows.Forms.CheckBox();
     this.CreateButton                 = new System.Windows.Forms.Button();
     this.CloseButton                  = new System.Windows.Forms.Button();
     this.SaveButton                   = new System.Windows.Forms.Button();
     this.CancelButton                 = new System.Windows.Forms.Button();
     this.DeleteButton                 = new System.Windows.Forms.Button();
     this.EditDetailsPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // ToolTip
     //
     this.ToolTip.AutoPopDelay = 10000;
     this.ToolTip.InitialDelay = 250;
     this.ToolTip.ReshowDelay  = 250;
     this.ToolTip.ShowAlways   = true;
     //
     // CreateButton
     //
     this.CreateButton.Anchor = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Bottom
                                                                     | System.Windows.Forms.AnchorStyles.Left));
     this.CreateButton.Location = new System.Drawing.Point(10, 10);
     this.CreateButton.Name     = "CreateButton";
     this.CreateButton.Size     = new System.Drawing.Size(75, 23);
     this.CreateButton.TabIndex = 0;
     this.CreateButton.UseVisualStyleBackColor = true;
     this.CreateButton.Click += new System.EventHandler(this.CreateButton_Click);
     resources.ApplyResources(this.CreateButton, "CreateButton");
     //
     // LabelSelectionTree
     //
     this.LabelSelectionTree.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                             | System.Windows.Forms.AnchorStyles.Left))));
     this.LabelSelectionTree.BorderStyle     = System.Windows.Forms.BorderStyle.FixedSingle;
     this.LabelSelectionTree.FullRowSelect   = true;
     this.LabelSelectionTree.HideSelection   = false;
     this.LabelSelectionTree.Indent          = 16;
     this.LabelSelectionTree.ItemHeight      = 24;
     this.LabelSelectionTree.Location        = new System.Drawing.Point(10, 43);
     this.LabelSelectionTree.Name            = "LabelSelectionTree";
     this.LabelSelectionTree.Size            = new System.Drawing.Size(125, 320);
     this.LabelSelectionTree.ShowPlusMinus   = false;
     this.LabelSelectionTree.ShowRootLines   = false;
     this.LabelSelectionTree.ShowLines       = false;
     this.LabelSelectionTree.TabIndex        = 0;
     this.LabelSelectionTree.BeforeSelect   += new System.Windows.Forms.TreeViewCancelEventHandler(LabelSelectionTree_BeforeSelect);
     this.LabelSelectionTree.BeforeCollapse += new System.Windows.Forms.TreeViewCancelEventHandler(LabelSelectionTree_BeforeCollapse);
     //
     // SelectOrCreateLabel
     //
     this.SelectOrCreateLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left));
     this.SelectOrCreateLabel.Location = new System.Drawing.Point(160, 50);
     this.SelectOrCreateLabel.Name     = "SelectOrCreateLabel";
     this.SelectOrCreateLabel.Size     = new System.Drawing.Size(300, 23);
     resources.ApplyResources(this.SelectOrCreateLabel, "SelectOrCreateLabel");
     //
     // EditDetailsPanel
     //
     this.EditDetailsPanel.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.EditDetailsPanel.Controls.Add(this.NameLabel);
     this.EditDetailsPanel.Controls.Add(this.NameTextBox);
     this.EditDetailsPanel.Controls.Add(this.ColorLabel);
     this.EditDetailsPanel.Controls.Add(this.ColorButton);
     this.EditDetailsPanel.Controls.Add(this.InstanceNameLabel);
     this.EditDetailsPanel.Controls.Add(this.InstanceNameComboBox);
     this.EditDetailsPanel.Controls.Add(this.HideFromOtherFiltersCheckBox);
     this.EditDetailsPanel.Controls.Add(this.NotifyOnChangesCheckBox);
     this.EditDetailsPanel.Controls.Add(this.RemoveOnChangesCheckBox);
     this.EditDetailsPanel.Controls.Add(this.AlertOnInstallCheckBox);
     this.EditDetailsPanel.Controls.Add(this.RemoveOnInstallCheckBox);
     this.EditDetailsPanel.Controls.Add(this.SaveButton);
     this.EditDetailsPanel.Controls.Add(this.CancelButton);
     this.EditDetailsPanel.Controls.Add(this.DeleteButton);
     this.EditDetailsPanel.Location = new System.Drawing.Point(135, 43);
     this.EditDetailsPanel.Name     = "EditDetailsPanel";
     this.EditDetailsPanel.Size     = new System.Drawing.Size(350, 320);
     this.EditDetailsPanel.TabIndex = 1;
     this.EditDetailsPanel.Visible  = false;
     //
     // NameLabel
     //
     this.NameLabel.AutoSize = true;
     this.NameLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left));
     this.NameLabel.Location = new System.Drawing.Point(10, 13);
     this.NameLabel.Name     = "NameLabel";
     this.NameLabel.Size     = new System.Drawing.Size(75, 23);
     resources.ApplyResources(this.NameLabel, "NameLabel");
     //
     // NameTextBox
     //
     this.NameTextBox.Anchor   = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left));
     this.NameTextBox.Location = new System.Drawing.Point(90, 10);
     this.NameTextBox.Name     = "NameTextBox";
     this.NameTextBox.Size     = new System.Drawing.Size(125, 23);
     resources.ApplyResources(this.NameTextBox, "NameTextBox");
     //
     // ColorLabel
     //
     this.ColorLabel.AutoSize = true;
     this.ColorLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left));
     this.ColorLabel.Location = new System.Drawing.Point(10, 43);
     this.ColorLabel.Name     = "ColorLabel";
     this.ColorLabel.Size     = new System.Drawing.Size(75, 23);
     resources.ApplyResources(this.ColorLabel, "ColorLabel");
     //
     // ColorButton
     //
     this.ColorButton.Anchor = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Bottom
                                                                    | System.Windows.Forms.AnchorStyles.Left));
     this.ColorButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.ColorButton.Location  = new System.Drawing.Point(90, 40);
     this.ColorButton.Name      = "ColorButton";
     this.ColorButton.Size      = new System.Drawing.Size(50, 20);
     this.ColorButton.UseVisualStyleBackColor = false;
     this.ColorButton.Click += new System.EventHandler(this.ColorButton_Click);
     resources.ApplyResources(this.ColorButton, "ColorButton");
     //
     // InstanceNameLabel
     //
     this.InstanceNameLabel.AutoSize = true;
     this.InstanceNameLabel.Anchor   = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left));
     this.InstanceNameLabel.Location = new System.Drawing.Point(10, 73);
     this.InstanceNameLabel.Name     = "InstanceNameLabel";
     this.InstanceNameLabel.Size     = new System.Drawing.Size(75, 23);
     resources.ApplyResources(this.InstanceNameLabel, "InstanceNameLabel");
     //
     // InstanceNameComboBox
     //
     this.InstanceNameComboBox.Anchor        = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left));
     this.InstanceNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.InstanceNameComboBox.Location      = new System.Drawing.Point(90, 70);
     this.InstanceNameComboBox.Name          = "InstanceNameComboBox";
     this.InstanceNameComboBox.Size          = new System.Drawing.Size(125, 23);
     resources.ApplyResources(this.InstanceNameComboBox, "InstanceNameComboBox");
     //
     // HideFromOtherFiltersCheckBox
     //
     this.HideFromOtherFiltersCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left));
     this.HideFromOtherFiltersCheckBox.Location = new System.Drawing.Point(90, 100);
     this.HideFromOtherFiltersCheckBox.Name     = "HideFromOtherFiltersCheckBox";
     this.HideFromOtherFiltersCheckBox.Size     = new System.Drawing.Size(200, 23);
     resources.ApplyResources(this.HideFromOtherFiltersCheckBox, "HideFromOtherFiltersCheckBox");
     //
     // NotifyOnChangesCheckBox
     //
     this.NotifyOnChangesCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left));
     this.NotifyOnChangesCheckBox.Location = new System.Drawing.Point(90, 130);
     this.NotifyOnChangesCheckBox.Name     = "NotifyOnChangesCheckBox";
     this.NotifyOnChangesCheckBox.Size     = new System.Drawing.Size(200, 23);
     resources.ApplyResources(this.NotifyOnChangesCheckBox, "NotifyOnChangesCheckBox");
     //
     // RemoveOnChangesCheckBox
     //
     this.RemoveOnChangesCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left));
     this.RemoveOnChangesCheckBox.Location = new System.Drawing.Point(90, 160);
     this.RemoveOnChangesCheckBox.Name     = "RemoveOnChangesCheckBox";
     this.RemoveOnChangesCheckBox.Size     = new System.Drawing.Size(200, 23);
     resources.ApplyResources(this.RemoveOnChangesCheckBox, "RemoveOnChangesCheckBox");
     //
     // AlertOnInstallCheckBox
     //
     this.AlertOnInstallCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left));
     this.AlertOnInstallCheckBox.Location = new System.Drawing.Point(90, 190);
     this.AlertOnInstallCheckBox.Name     = "AlertOnInstallCheckBox";
     this.AlertOnInstallCheckBox.Size     = new System.Drawing.Size(200, 23);
     resources.ApplyResources(this.AlertOnInstallCheckBox, "AlertOnInstallCheckBox");
     //
     // RemoveOnInstallCheckBox
     //
     this.RemoveOnInstallCheckBox.Anchor   = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left));
     this.RemoveOnInstallCheckBox.Location = new System.Drawing.Point(90, 220);
     this.RemoveOnInstallCheckBox.Name     = "RemoveOnInstallCheckBox";
     this.RemoveOnInstallCheckBox.Size     = new System.Drawing.Size(200, 23);
     resources.ApplyResources(this.RemoveOnInstallCheckBox, "RemoveOnInstallCheckBox");
     //
     // SaveButton
     //
     this.SaveButton.Anchor = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Bottom
                                                                   | System.Windows.Forms.AnchorStyles.Left));
     this.SaveButton.Location = new System.Drawing.Point(10, 290);
     this.SaveButton.Name     = "SaveButton";
     this.SaveButton.Size     = new System.Drawing.Size(75, 23);
     this.SaveButton.TabIndex = 0;
     this.SaveButton.UseVisualStyleBackColor = true;
     this.SaveButton.Click += new System.EventHandler(this.SaveButton_Click);
     resources.ApplyResources(this.SaveButton, "SaveButton");
     //
     // CancelButton
     //
     this.CancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Bottom
                                                                     | System.Windows.Forms.AnchorStyles.Left));
     this.CancelButton.Location = new System.Drawing.Point(90, 290);
     this.CancelButton.Name     = "CancelButton";
     this.CancelButton.Size     = new System.Drawing.Size(75, 23);
     this.CancelButton.TabIndex = 0;
     this.CancelButton.UseVisualStyleBackColor = true;
     this.CancelButton.Click += new System.EventHandler(this.CancelButton_Click);
     resources.ApplyResources(this.CancelButton, "CancelButton");
     //
     // DeleteButton
     //
     this.DeleteButton.Anchor = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Bottom
                                                                     | System.Windows.Forms.AnchorStyles.Left));
     this.DeleteButton.Location = new System.Drawing.Point(170, 290);
     this.DeleteButton.Name     = "DeleteButton";
     this.DeleteButton.Size     = new System.Drawing.Size(75, 23);
     this.DeleteButton.TabIndex = 0;
     this.DeleteButton.UseVisualStyleBackColor = true;
     this.DeleteButton.Click += new System.EventHandler(this.DeleteButton_Click);
     resources.ApplyResources(this.DeleteButton, "DeleteButton");
     //
     // CloseButton
     //
     this.CloseButton.Anchor = ((System.Windows.Forms.AnchorStyles)(System.Windows.Forms.AnchorStyles.Bottom
                                                                    | System.Windows.Forms.AnchorStyles.Left));
     this.CloseButton.Location = new System.Drawing.Point(10, 367);
     this.CloseButton.Name     = "CloseButton";
     this.CloseButton.Size     = new System.Drawing.Size(75, 23);
     this.CloseButton.TabIndex = 2;
     this.CloseButton.UseVisualStyleBackColor = true;
     this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click);
     resources.ApplyResources(this.CloseButton, "CloseButton");
     //
     // EditLabelsDialog
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(500, 400);
     this.Controls.Add(this.CreateButton);
     this.Controls.Add(this.LabelSelectionTree);
     this.Controls.Add(this.SelectOrCreateLabel);
     this.Controls.Add(this.EditDetailsPanel);
     this.Controls.Add(this.CloseButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = Properties.Resources.AppIcon;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "EditLabelsDialog";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     resources.ApplyResources(this, "$this");
     this.EditDetailsPanel.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(Form1));
     this.ipBox                         = new System.Windows.Forms.TextBox();
     this.connectBox                    = new System.Windows.Forms.Button();
     this.disconnectBox                 = new System.Windows.Forms.Button();
     this.groupBox1                     = new System.Windows.Forms.GroupBox();
     this.sazaeBox                      = new System.Windows.Forms.NumericUpDown();
     this.maeBox                        = new System.Windows.Forms.NumericUpDown();
     this.kaneBox                       = new System.Windows.Forms.NumericUpDown();
     this.rankBox                       = new System.Windows.Forms.NumericUpDown();
     this.progressFlagsBox              = new System.Windows.Forms.Button();
     this.label4                        = new System.Windows.Forms.Label();
     this.label3                        = new System.Windows.Forms.Label();
     this.label2                        = new System.Windows.Forms.Label();
     this.label1                        = new System.Windows.Forms.Label();
     this.udeBox                        = new System.Windows.Forms.ComboBox();
     this.groupBox2                     = new System.Windows.Forms.GroupBox();
     this.skinBox                       = new System.Windows.Forms.ComboBox();
     this.label7                        = new System.Windows.Forms.Label();
     this.label6                        = new System.Windows.Forms.Label();
     this.eyeBox                        = new System.Windows.Forms.ComboBox();
     this.label5                        = new System.Windows.Forms.Label();
     this.genderBox                     = new System.Windows.Forms.ComboBox();
     this.groupBox3                     = new System.Windows.Forms.GroupBox();
     this.takoBox                       = new System.Windows.Forms.Button();
     this.ikaBox                        = new System.Windows.Forms.Button();
     this.groupBox4                     = new System.Windows.Forms.GroupBox();
     this.normalBox                     = new System.Windows.Forms.Button();
     this.swapBox                       = new System.Windows.Forms.Button();
     this.hotaruBox                     = new System.Windows.Forms.Button();
     this.aoriBox                       = new System.Windows.Forms.Button();
     this.amiiboBox                     = new System.Windows.Forms.ComboBox();
     this.label8                        = new System.Windows.Forms.Label();
     this.label9                        = new System.Windows.Forms.Label();
     this.groupBox5                     = new System.Windows.Forms.GroupBox();
     this.gameButton                    = new System.Windows.Forms.Button();
     this.bukiButton                    = new System.Windows.Forms.Button();
     this.gearButton                    = new System.Windows.Forms.Button();
     this.OKButton                      = new System.Windows.Forms.Button();
     this.label10                       = new System.Windows.Forms.Label();
     this.menuStrip1                    = new System.Windows.Forms.MenuStrip();
     this.otherToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.singlePlayerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sazaeBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.maeBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.kaneBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rankBox)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // ipBox
     //
     resources.ApplyResources(this.ipBox, "ipBox");
     this.ipBox.Name = "ipBox";
     //
     // connectBox
     //
     resources.ApplyResources(this.connectBox, "connectBox");
     this.connectBox.Name = "connectBox";
     this.connectBox.UseVisualStyleBackColor = true;
     this.connectBox.Click += new System.EventHandler(this.connectBox_Click);
     //
     // disconnectBox
     //
     resources.ApplyResources(this.disconnectBox, "disconnectBox");
     this.disconnectBox.Name = "disconnectBox";
     this.disconnectBox.UseVisualStyleBackColor = true;
     this.disconnectBox.Click += new System.EventHandler(this.disconnectBox_Click);
     //
     // groupBox1
     //
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Controls.Add(this.sazaeBox);
     this.groupBox1.Controls.Add(this.maeBox);
     this.groupBox1.Controls.Add(this.kaneBox);
     this.groupBox1.Controls.Add(this.rankBox);
     this.groupBox1.Controls.Add(this.progressFlagsBox);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.udeBox);
     this.groupBox1.Name    = "groupBox1";
     this.groupBox1.TabStop = false;
     //
     // sazaeBox
     //
     resources.ApplyResources(this.sazaeBox, "sazaeBox");
     this.sazaeBox.Maximum = new decimal(new int[] {
         999,
         0,
         0,
         0
     });
     this.sazaeBox.Name = "sazaeBox";
     //
     // maeBox
     //
     resources.ApplyResources(this.maeBox, "maeBox");
     this.maeBox.Maximum = new decimal(new int[] {
         99,
         0,
         0,
         0
     });
     this.maeBox.Name = "maeBox";
     //
     // kaneBox
     //
     resources.ApplyResources(this.kaneBox, "kaneBox");
     this.kaneBox.Maximum = new decimal(new int[] {
         9999999,
         0,
         0,
         0
     });
     this.kaneBox.Name = "kaneBox";
     //
     // rankBox
     //
     resources.ApplyResources(this.rankBox, "rankBox");
     this.rankBox.Maximum = new decimal(new int[] {
         50,
         0,
         0,
         0
     });
     this.rankBox.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.rankBox.Name  = "rankBox";
     this.rankBox.Value = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // progressFlagsBox
     //
     resources.ApplyResources(this.progressFlagsBox, "progressFlagsBox");
     this.progressFlagsBox.Name = "progressFlagsBox";
     this.progressFlagsBox.UseVisualStyleBackColor = true;
     this.progressFlagsBox.Click += new System.EventHandler(this.progressFlagsBox_Click);
     //
     // label4
     //
     resources.ApplyResources(this.label4, "label4");
     this.label4.Name = "label4";
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name   = "label3";
     this.label3.Click += new System.EventHandler(this.label3_Click);
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // udeBox
     //
     resources.ApplyResources(this.udeBox, "udeBox");
     this.udeBox.FormattingEnabled = true;
     this.udeBox.Items.AddRange(new object[] {
         resources.GetString("udeBox.Items"),
         resources.GetString("udeBox.Items1"),
         resources.GetString("udeBox.Items2"),
         resources.GetString("udeBox.Items3"),
         resources.GetString("udeBox.Items4"),
         resources.GetString("udeBox.Items5"),
         resources.GetString("udeBox.Items6"),
         resources.GetString("udeBox.Items7"),
         resources.GetString("udeBox.Items8"),
         resources.GetString("udeBox.Items9"),
         resources.GetString("udeBox.Items10")
     });
     this.udeBox.Name = "udeBox";
     //
     // groupBox2
     //
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Controls.Add(this.skinBox);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.eyeBox);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.genderBox);
     this.groupBox2.Name    = "groupBox2";
     this.groupBox2.TabStop = false;
     //
     // skinBox
     //
     resources.ApplyResources(this.skinBox, "skinBox");
     this.skinBox.FormattingEnabled = true;
     this.skinBox.Items.AddRange(new object[] {
         resources.GetString("skinBox.Items"),
         resources.GetString("skinBox.Items1"),
         resources.GetString("skinBox.Items2"),
         resources.GetString("skinBox.Items3"),
         resources.GetString("skinBox.Items4"),
         resources.GetString("skinBox.Items5")
     });
     this.skinBox.Name = "skinBox";
     //
     // label7
     //
     resources.ApplyResources(this.label7, "label7");
     this.label7.Name = "label7";
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     //
     // eyeBox
     //
     resources.ApplyResources(this.eyeBox, "eyeBox");
     this.eyeBox.FormattingEnabled = true;
     this.eyeBox.Items.AddRange(new object[] {
         resources.GetString("eyeBox.Items"),
         resources.GetString("eyeBox.Items1"),
         resources.GetString("eyeBox.Items2"),
         resources.GetString("eyeBox.Items3"),
         resources.GetString("eyeBox.Items4"),
         resources.GetString("eyeBox.Items5"),
         resources.GetString("eyeBox.Items6")
     });
     this.eyeBox.Name = "eyeBox";
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     //
     // genderBox
     //
     resources.ApplyResources(this.genderBox, "genderBox");
     this.genderBox.FormattingEnabled = true;
     this.genderBox.Items.AddRange(new object[] {
         resources.GetString("genderBox.Items"),
         resources.GetString("genderBox.Items1"),
         resources.GetString("genderBox.Items2")
     });
     this.genderBox.Name = "genderBox";
     this.genderBox.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
     //
     // groupBox3
     //
     resources.ApplyResources(this.groupBox3, "groupBox3");
     this.groupBox3.Controls.Add(this.takoBox);
     this.groupBox3.Controls.Add(this.ikaBox);
     this.groupBox3.Name    = "groupBox3";
     this.groupBox3.TabStop = false;
     //
     // takoBox
     //
     resources.ApplyResources(this.takoBox, "takoBox");
     this.takoBox.Name = "takoBox";
     this.takoBox.UseVisualStyleBackColor = true;
     this.takoBox.Click += new System.EventHandler(this.takoBox_Click);
     //
     // ikaBox
     //
     resources.ApplyResources(this.ikaBox, "ikaBox");
     this.ikaBox.Name = "ikaBox";
     this.ikaBox.UseVisualStyleBackColor = true;
     this.ikaBox.Click += new System.EventHandler(this.button4_Click);
     //
     // groupBox4
     //
     resources.ApplyResources(this.groupBox4, "groupBox4");
     this.groupBox4.Controls.Add(this.normalBox);
     this.groupBox4.Controls.Add(this.swapBox);
     this.groupBox4.Controls.Add(this.hotaruBox);
     this.groupBox4.Controls.Add(this.aoriBox);
     this.groupBox4.Name    = "groupBox4";
     this.groupBox4.TabStop = false;
     //
     // normalBox
     //
     resources.ApplyResources(this.normalBox, "normalBox");
     this.normalBox.Name = "normalBox";
     this.normalBox.UseVisualStyleBackColor = true;
     this.normalBox.Click += new System.EventHandler(this.button9_Click);
     //
     // swapBox
     //
     resources.ApplyResources(this.swapBox, "swapBox");
     this.swapBox.Name = "swapBox";
     this.swapBox.UseVisualStyleBackColor = true;
     this.swapBox.Click += new System.EventHandler(this.swapBox_Click);
     //
     // hotaruBox
     //
     resources.ApplyResources(this.hotaruBox, "hotaruBox");
     this.hotaruBox.Name = "hotaruBox";
     this.hotaruBox.UseVisualStyleBackColor = true;
     this.hotaruBox.Click += new System.EventHandler(this.hotaruBox_Click);
     //
     // aoriBox
     //
     resources.ApplyResources(this.aoriBox, "aoriBox");
     this.aoriBox.Name = "aoriBox";
     this.aoriBox.UseVisualStyleBackColor = true;
     this.aoriBox.Click += new System.EventHandler(this.aoriBox_Click);
     //
     // amiiboBox
     //
     resources.ApplyResources(this.amiiboBox, "amiiboBox");
     this.amiiboBox.FormattingEnabled = true;
     this.amiiboBox.Items.AddRange(new object[] {
         resources.GetString("amiiboBox.Items"),
         resources.GetString("amiiboBox.Items1"),
         resources.GetString("amiiboBox.Items2"),
         resources.GetString("amiiboBox.Items3"),
         resources.GetString("amiiboBox.Items4"),
         resources.GetString("amiiboBox.Items5")
     });
     this.amiiboBox.Name = "amiiboBox";
     this.amiiboBox.SelectedIndexChanged += new System.EventHandler(this.amiiboBox_SelectedIndexChanged);
     //
     // label8
     //
     resources.ApplyResources(this.label8, "label8");
     this.label8.Name = "label8";
     //
     // label9
     //
     resources.ApplyResources(this.label9, "label9");
     this.label9.Name = "label9";
     //
     // groupBox5
     //
     resources.ApplyResources(this.groupBox5, "groupBox5");
     this.groupBox5.Controls.Add(this.gameButton);
     this.groupBox5.Controls.Add(this.bukiButton);
     this.groupBox5.Controls.Add(this.gearButton);
     this.groupBox5.Name    = "groupBox5";
     this.groupBox5.TabStop = false;
     //
     // gameButton
     //
     resources.ApplyResources(this.gameButton, "gameButton");
     this.gameButton.Name = "gameButton";
     this.gameButton.UseVisualStyleBackColor = true;
     this.gameButton.Click += new System.EventHandler(this.gameButton_Click);
     //
     // bukiButton
     //
     resources.ApplyResources(this.bukiButton, "bukiButton");
     this.bukiButton.Name = "bukiButton";
     this.bukiButton.UseVisualStyleBackColor = true;
     this.bukiButton.Click += new System.EventHandler(this.bukiButton_Click);
     //
     // gearButton
     //
     resources.ApplyResources(this.gearButton, "gearButton");
     this.gearButton.Name = "gearButton";
     this.gearButton.UseVisualStyleBackColor = true;
     this.gearButton.Click += new System.EventHandler(this.gearButton_Click_1);
     //
     // OKButton
     //
     resources.ApplyResources(this.OKButton, "OKButton");
     this.OKButton.Name = "OKButton";
     this.OKButton.UseVisualStyleBackColor = true;
     this.OKButton.Click += new System.EventHandler(this.OKButton_Click);
     //
     // label10
     //
     resources.ApplyResources(this.label10, "label10");
     this.label10.Name = "label10";
     //
     // menuStrip1
     //
     resources.ApplyResources(this.menuStrip1, "menuStrip1");
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.otherToolStripMenuItem
     });
     this.menuStrip1.Name = "menuStrip1";
     //
     // otherToolStripMenuItem
     //
     resources.ApplyResources(this.otherToolStripMenuItem, "otherToolStripMenuItem");
     this.otherToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.singlePlayerToolStripMenuItem
     });
     this.otherToolStripMenuItem.Name = "otherToolStripMenuItem";
     //
     // singlePlayerToolStripMenuItem
     //
     resources.ApplyResources(this.singlePlayerToolStripMenuItem, "singlePlayerToolStripMenuItem");
     this.singlePlayerToolStripMenuItem.Name   = "singlePlayerToolStripMenuItem";
     this.singlePlayerToolStripMenuItem.Click += new System.EventHandler(this.singlePlayerToolStripMenuItem_Click);
     //
     // Form1
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.label10);
     this.Controls.Add(this.OKButton);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.amiiboBox);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.disconnectBox);
     this.Controls.Add(this.connectBox);
     this.Controls.Add(this.ipBox);
     this.Controls.Add(this.menuStrip1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MainMenuStrip   = this.menuStrip1;
     this.MaximizeBox     = false;
     this.Name            = "Form1";
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.sazaeBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.maeBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.kaneBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rankBox)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(ManageMods));
     this.menuStrip2 = new System.Windows.Forms.MenuStrip();
     this.launchGameToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.RefreshToolButton           = new System.Windows.Forms.ToolStripMenuItem();
     this.UpdateAllToolButton         = new System.Windows.Forms.ToolStripMenuItem();
     this.ApplyToolButton             = new System.Windows.Forms.ToolStripMenuItem();
     this.FilterToolButton            = new System.Windows.Forms.ToolStripMenuItem();
     this.FilterCompatibleButton      = new System.Windows.Forms.ToolStripMenuItem();
     this.FilterInstalledButton       = new System.Windows.Forms.ToolStripMenuItem();
     this.FilterInstalledUpdateButton = new System.Windows.Forms.ToolStripMenuItem();
     this.FilterReplaceableButton     = new System.Windows.Forms.ToolStripMenuItem();
     this.FilterCachedButton          = new System.Windows.Forms.ToolStripMenuItem();
     this.FilterUncachedButton        = new System.Windows.Forms.ToolStripMenuItem();
     this.FilterNewButton             = new System.Windows.Forms.ToolStripMenuItem();
     this.FilterNotInstalledButton    = new System.Windows.Forms.ToolStripMenuItem();
     this.FilterIncompatibleButton    = new System.Windows.Forms.ToolStripMenuItem();
     this.FilterAllButton             = new System.Windows.Forms.ToolStripMenuItem();
     this.FilterLabelsToolButton      = new System.Windows.Forms.ToolStripMenuItem();
     this.FilterTagsToolButton        = new System.Windows.Forms.ToolStripMenuItem();
     this.NavBackwardToolButton       = new System.Windows.Forms.ToolStripMenuItem();
     this.NavForwardToolButton        = new System.Windows.Forms.ToolStripMenuItem();
     this.EditModSearch                     = new CKAN.EditModSearch();
     this.ModGrid                           = new System.Windows.Forms.DataGridView();
     this.InstallAllCheckbox                = new System.Windows.Forms.CheckBox();
     this.Installed                         = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.AutoInstalled                     = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.UpdateCol                         = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.ReplaceCol                        = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.ModName                           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Author                            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.InstalledVersion                  = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.LatestVersion                     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.GameCompatibility                 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.SizeCol                           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ReleaseDate                       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.InstallDate                       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.DownloadCount                     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Description                       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ModListContextMenuStrip           = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.LabelsContextMenuStrip            = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ModListHeaderContextMenuStrip     = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.modListToolStripSeparator         = new System.Windows.Forms.ToolStripSeparator();
     this.tagFilterToolStripSeparator       = new System.Windows.Forms.ToolStripSeparator();
     this.untaggedFilterToolStripSeparator  = new System.Windows.Forms.ToolStripSeparator();
     this.labelsToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.labelToolStripSeparator           = new System.Windows.Forms.ToolStripSeparator();
     this.editLabelsToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.reinstallToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.downloadContentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.purgeContentsToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ModGrid)).BeginInit();
     this.ModListContextMenuStrip.SuspendLayout();
     this.ModListHeaderContextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip2
     //
     this.menuStrip2.AutoSize         = false;
     this.menuStrip2.Dock             = System.Windows.Forms.DockStyle.Top;
     this.menuStrip2.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.menuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.launchGameToolStripMenuItem,
         this.RefreshToolButton,
         this.UpdateAllToolButton,
         this.ApplyToolButton,
         this.FilterToolButton,
         this.NavBackwardToolButton,
         this.NavForwardToolButton
     });
     this.menuStrip2.Location = new System.Drawing.Point(0, 0);
     this.menuStrip2.Name     = "menuStrip2";
     this.menuStrip2.Size     = new System.Drawing.Size(5876, 48);
     this.menuStrip2.TabIndex = 4;
     this.menuStrip2.Text     = "menuStrip2";
     //
     // launchGameToolStripMenuItem
     //
     this.launchGameToolStripMenuItem.Image        = global::CKAN.Properties.Resources.ksp;
     this.launchGameToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.launchGameToolStripMenuItem.Name         = "launchGameToolStripMenuItem";
     this.launchGameToolStripMenuItem.Size         = new System.Drawing.Size(146, 56);
     this.launchGameToolStripMenuItem.Click       += new System.EventHandler(this.launchGameToolStripMenuItem_Click);
     resources.ApplyResources(this.launchGameToolStripMenuItem, "launchGameToolStripMenuItem");
     //
     // RefreshToolButton
     //
     this.RefreshToolButton.Image        = global::CKAN.Properties.Resources.refresh;
     this.RefreshToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.RefreshToolButton.Name         = "RefreshToolButton";
     this.RefreshToolButton.Size         = new System.Drawing.Size(114, 56);
     this.RefreshToolButton.Click       += new System.EventHandler(this.RefreshToolButton_Click);
     resources.ApplyResources(this.RefreshToolButton, "RefreshToolButton");
     //
     // UpdateAllToolButton
     //
     this.UpdateAllToolButton.Image        = global::CKAN.Properties.Resources.update;
     this.UpdateAllToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.UpdateAllToolButton.Name         = "UpdateAllToolButton";
     this.UpdateAllToolButton.Size         = new System.Drawing.Size(232, 56);
     this.UpdateAllToolButton.Click       += new System.EventHandler(this.MarkAllUpdatesToolButton_Click);
     resources.ApplyResources(this.UpdateAllToolButton, "UpdateAllToolButton");
     //
     // ApplyToolButton
     //
     this.ApplyToolButton.Image        = global::CKAN.Properties.Resources.apply;
     this.ApplyToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.ApplyToolButton.Name         = "ApplyToolButton";
     this.ApplyToolButton.Size         = new System.Drawing.Size(173, 56);
     this.ApplyToolButton.Click       += new System.EventHandler(this.ApplyToolButton_Click);
     resources.ApplyResources(this.ApplyToolButton, "ApplyToolButton");
     //
     // FilterToolButton
     //
     this.FilterToolButton.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.FilterCompatibleButton,
         this.FilterInstalledButton,
         this.FilterInstalledUpdateButton,
         this.FilterReplaceableButton,
         this.FilterCachedButton,
         this.FilterUncachedButton,
         this.FilterNewButton,
         this.FilterNotInstalledButton,
         this.FilterIncompatibleButton,
         this.FilterAllButton,
         this.tagFilterToolStripSeparator,
         this.FilterTagsToolButton,
         this.FilterLabelsToolButton
     });
     this.FilterToolButton.DropDown.Opening += new System.ComponentModel.CancelEventHandler(FilterToolButton_DropDown_Opening);
     this.FilterToolButton.Image             = global::CKAN.Properties.Resources.filter;
     this.FilterToolButton.ImageScaling      = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.FilterToolButton.Name              = "FilterToolButton";
     this.FilterToolButton.Size              = new System.Drawing.Size(201, 56);
     resources.ApplyResources(this.FilterToolButton, "FilterToolButton");
     //
     // FilterCompatibleButton
     //
     this.FilterCompatibleButton.Name   = "FilterCompatibleButton";
     this.FilterCompatibleButton.Size   = new System.Drawing.Size(307, 30);
     this.FilterCompatibleButton.Click += new System.EventHandler(this.FilterCompatibleButton_Click);
     resources.ApplyResources(this.FilterCompatibleButton, "FilterCompatibleButton");
     //
     // FilterInstalledButton
     //
     this.FilterInstalledButton.Name   = "FilterInstalledButton";
     this.FilterInstalledButton.Size   = new System.Drawing.Size(307, 30);
     this.FilterInstalledButton.Click += new System.EventHandler(this.FilterInstalledButton_Click);
     resources.ApplyResources(this.FilterInstalledButton, "FilterInstalledButton");
     //
     // FilterInstalledUpdateButton
     //
     this.FilterInstalledUpdateButton.Name   = "FilterInstalledUpdateButton";
     this.FilterInstalledUpdateButton.Size   = new System.Drawing.Size(307, 30);
     this.FilterInstalledUpdateButton.Click += new System.EventHandler(this.FilterInstalledUpdateButton_Click);
     resources.ApplyResources(this.FilterInstalledUpdateButton, "FilterInstalledUpdateButton");
     //
     // FilterReplaceableButton
     //
     this.FilterReplaceableButton.Name   = "FilterReplaceableButton";
     this.FilterReplaceableButton.Size   = new System.Drawing.Size(307, 30);
     this.FilterReplaceableButton.Click += new System.EventHandler(this.FilterReplaceableButton_Click);
     resources.ApplyResources(this.FilterReplaceableButton, "FilterReplaceableButton");
     //
     // FilterCachedButton
     //
     this.FilterCachedButton.Name   = "FilterCachedButton";
     this.FilterCachedButton.Size   = new System.Drawing.Size(307, 30);
     this.FilterCachedButton.Click += new System.EventHandler(this.FilterCachedButton_Click);
     resources.ApplyResources(this.FilterCachedButton, "FilterCachedButton");
     //
     // FilterUncachedButton
     //
     this.FilterUncachedButton.Name   = "FilterUncachedButton";
     this.FilterUncachedButton.Size   = new System.Drawing.Size(307, 30);
     this.FilterUncachedButton.Click += new System.EventHandler(this.FilterUncachedButton_Click);
     resources.ApplyResources(this.FilterUncachedButton, "FilterUncachedButton");
     //
     // FilterNewButton
     //
     this.FilterNewButton.Name   = "FilterNewButton";
     this.FilterNewButton.Size   = new System.Drawing.Size(307, 30);
     this.FilterNewButton.Click += new System.EventHandler(this.FilterNewButton_Click);
     resources.ApplyResources(this.FilterNewButton, "FilterNewButton");
     //
     // FilterNotInstalledButton
     //
     this.FilterNotInstalledButton.Name   = "FilterNotInstalledButton";
     this.FilterNotInstalledButton.Size   = new System.Drawing.Size(307, 30);
     this.FilterNotInstalledButton.Click += new System.EventHandler(this.FilterNotInstalledButton_Click);
     resources.ApplyResources(this.FilterNotInstalledButton, "FilterNotInstalledButton");
     //
     // FilterIncompatibleButton
     //
     this.FilterIncompatibleButton.Name   = "FilterIncompatibleButton";
     this.FilterIncompatibleButton.Size   = new System.Drawing.Size(307, 30);
     this.FilterIncompatibleButton.Click += new System.EventHandler(this.FilterIncompatibleButton_Click);
     resources.ApplyResources(this.FilterIncompatibleButton, "FilterIncompatibleButton");
     //
     // FilterAllButton
     //
     this.FilterAllButton.Name   = "FilterAllButton";
     this.FilterAllButton.Size   = new System.Drawing.Size(307, 30);
     this.FilterAllButton.Click += new System.EventHandler(this.FilterAllButton_Click);
     resources.ApplyResources(this.FilterAllButton, "FilterAllButton");
     //
     // FilterTagsToolButton
     //
     this.FilterTagsToolButton.Name = "FilterTagsToolButton";
     this.FilterTagsToolButton.Size = new System.Drawing.Size(179, 22);
     resources.ApplyResources(this.FilterTagsToolButton, "FilterTagsToolButton");
     this.FilterTagsToolButton.DropDown.Opening += new System.ComponentModel.CancelEventHandler(FilterTagsToolButton_DropDown_Opening);
     //
     // FilterLabelsToolButton
     //
     this.FilterLabelsToolButton.Name = "FilterLabelsToolButton";
     this.FilterLabelsToolButton.Size = new System.Drawing.Size(179, 22);
     resources.ApplyResources(this.FilterLabelsToolButton, "FilterLabelsToolButton");
     this.FilterLabelsToolButton.DropDown.Opening += new System.ComponentModel.CancelEventHandler(FilterLabelsToolButton_DropDown_Opening);
     //
     // NavBackwardToolButton
     //
     this.NavBackwardToolButton.Image        = global::CKAN.Properties.Resources.backward;
     this.NavBackwardToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.NavBackwardToolButton.Name         = "NavBackwardToolButton";
     this.NavBackwardToolButton.Size         = new System.Drawing.Size(44, 56);
     this.NavBackwardToolButton.Click       += new System.EventHandler(this.NavBackwardToolButton_Click);
     resources.ApplyResources(this.NavBackwardToolButton, "NavBackwardToolButton");
     //
     // NavForwardToolButton
     //
     this.NavForwardToolButton.Image        = global::CKAN.Properties.Resources.forward;
     this.NavForwardToolButton.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.NavForwardToolButton.Name         = "NavForwardToolButton";
     this.NavForwardToolButton.Size         = new System.Drawing.Size(44, 56);
     this.NavForwardToolButton.Click       += new System.EventHandler(this.NavForwardToolButton_Click);
     resources.ApplyResources(this.NavForwardToolButton, "NavForwardToolButton");
     //
     // EditModSearch
     //
     this.EditModSearch.Dock            = System.Windows.Forms.DockStyle.Top;
     this.EditModSearch.ApplySearch    += EditModSearch_ApplySearch;
     this.EditModSearch.SurrenderFocus += EditModSearch_SurrenderFocus;
     //
     // ModGrid
     //
     this.ModGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ModGrid.AllowUserToAddRows        = false;
     this.ModGrid.AllowUserToDeleteRows     = false;
     this.ModGrid.AllowUserToResizeRows     = false;
     this.ModGrid.BackgroundColor           = System.Drawing.SystemColors.Window;
     this.ModGrid.EnableHeadersVisualStyles = false;
     this.ModGrid.ColumnHeadersDefaultCellStyle.BackColor = System.Drawing.SystemColors.Control;
     this.ModGrid.ColumnHeadersDefaultCellStyle.ForeColor = System.Drawing.SystemColors.ControlText;
     this.ModGrid.DefaultCellStyle.ForeColor  = System.Drawing.SystemColors.WindowText;
     this.ModGrid.CellBorderStyle             = System.Windows.Forms.DataGridViewCellBorderStyle.None;
     this.ModGrid.ColumnHeadersBorderStyle    = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.ModGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.ModGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Installed,
         this.AutoInstalled,
         this.UpdateCol,
         this.ReplaceCol,
         this.ModName,
         this.Author,
         this.InstalledVersion,
         this.LatestVersion,
         this.GameCompatibility,
         this.SizeCol,
         this.ReleaseDate,
         this.InstallDate,
         this.DownloadCount,
         this.Description
     });
     this.ModGrid.Location                      = new System.Drawing.Point(0, 111);
     this.ModGrid.Margin                        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ModGrid.MultiSelect                   = false;
     this.ModGrid.Name                          = "ModGrid";
     this.ModGrid.RowHeadersVisible             = false;
     this.ModGrid.SelectionMode                 = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.ModGrid.Size                          = new System.Drawing.Size(1536, 837);
     this.ModGrid.StandardTab                   = true;
     this.ModGrid.TabIndex                      = 12;
     this.ModGrid.CellContentClick             += new System.Windows.Forms.DataGridViewCellEventHandler(this.ModList_CellContentClick);
     this.ModGrid.CellMouseDoubleClick         += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.ModList_CellMouseDoubleClick);
     this.ModGrid.ColumnHeaderMouseClick       += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.ModList_HeaderMouseClick);
     this.ModGrid.SelectionChanged             += new System.EventHandler(this.ModList_SelectionChanged);
     this.ModGrid.KeyDown                      += new System.Windows.Forms.KeyEventHandler(this.ModList_KeyDown);
     this.ModGrid.KeyPress                     += new System.Windows.Forms.KeyPressEventHandler(this.ModList_KeyPress);
     this.ModGrid.MouseDown                    += new System.Windows.Forms.MouseEventHandler(this.ModList_MouseDown);
     this.ModGrid.GotFocus                     += new System.EventHandler(this.ModList_GotFocus);
     this.ModGrid.LostFocus                    += new System.EventHandler(this.ModList_LostFocus);
     this.ModGrid.CurrentCellDirtyStateChanged += new System.EventHandler(this.ModList_CurrentCellDirtyStateChanged);
     this.ModGrid.CellValueChanged             += new System.Windows.Forms.DataGridViewCellEventHandler(this.ModList_CellValueChanged);
     //
     // Installed
     //
     this.Installed.Name     = "Installed";
     this.Installed.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.Installed.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.Installed.Width = 50;
     resources.ApplyResources(this.Installed, "Installed");
     //
     // AutoInstalled
     //
     this.AutoInstalled.Name     = "AutoInstalled";
     this.AutoInstalled.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.AutoInstalled.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.AutoInstalled.Width = 50;
     resources.ApplyResources(this.AutoInstalled, "AutoInstalled");
     //
     // UpdateCol
     //
     this.UpdateCol.Name     = "UpdateCol";
     this.UpdateCol.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.UpdateCol.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.UpdateCol.Width = 46;
     resources.ApplyResources(this.UpdateCol, "UpdateCol");
     //
     // ReplaceCol
     //
     this.ReplaceCol.Name     = "ReplaceCol";
     this.ReplaceCol.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.ReplaceCol.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     this.ReplaceCol.Width = 46;
     resources.ApplyResources(this.ReplaceCol, "ReplaceCol");
     //
     // ModName
     //
     this.ModName.Name     = "ModName";
     this.ModName.ReadOnly = true;
     this.ModName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.ModName.Width    = 250;
     resources.ApplyResources(this.ModName, "ModName");
     //
     // Author
     //
     this.Author.Name     = "Author";
     this.Author.ReadOnly = true;
     this.Author.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.Author.Width    = 120;
     resources.ApplyResources(this.Author, "Author");
     //
     // InstalledVersion
     //
     this.InstalledVersion.Name     = "InstalledVersion";
     this.InstalledVersion.ReadOnly = true;
     this.InstalledVersion.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.InstalledVersion.Width    = 70;
     resources.ApplyResources(this.InstalledVersion, "InstalledVersion");
     //
     // LatestVersion
     //
     this.LatestVersion.Name     = "LatestVersion";
     this.LatestVersion.ReadOnly = true;
     this.LatestVersion.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.LatestVersion.Width    = 70;
     resources.ApplyResources(this.LatestVersion, "LatestVersion");
     //
     // GameCompatibility
     //
     this.GameCompatibility.Name     = "GameCompatibility";
     this.GameCompatibility.ReadOnly = true;
     this.GameCompatibility.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.GameCompatibility.Width    = 78;
     resources.ApplyResources(this.GameCompatibility, "GameCompatibility");
     //
     // SizeCol
     //
     this.SizeCol.Name     = "SizeCol";
     this.SizeCol.ReadOnly = true;
     this.SizeCol.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.SizeCol.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     resources.ApplyResources(this.SizeCol, "SizeCol");
     //
     // ReleaseDate
     //
     this.ReleaseDate.Name     = "ReleaseDate";
     this.ReleaseDate.ReadOnly = true;
     this.ReleaseDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.ReleaseDate.Width    = 140;
     resources.ApplyResources(this.ReleaseDate, "ReleaseDate");
     //
     // InstallDate
     //
     this.InstallDate.Name     = "InstallDate";
     this.InstallDate.ReadOnly = true;
     this.InstallDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.InstallDate.Width    = 140;
     resources.ApplyResources(this.InstallDate, "InstallDate");
     //
     // DownloadCount
     //
     this.DownloadCount.Name     = "DownloadCount";
     this.DownloadCount.ReadOnly = true;
     this.DownloadCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.DownloadCount.DefaultCellStyle.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     this.DownloadCount.Width = 70;
     resources.ApplyResources(this.DownloadCount, "DownloadCount");
     //
     // Description
     //
     this.Description.Name     = "Description";
     this.Description.ReadOnly = true;
     this.Description.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
     this.Description.Width    = 821;
     resources.ApplyResources(this.Description, "Description");
     //
     // ModListContextMenuStrip
     //
     this.ModListContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.labelsToolStripMenuItem,
         this.modListToolStripSeparator,
         this.reinstallToolStripMenuItem,
         this.downloadContentsToolStripMenuItem,
         this.purgeContentsToolStripMenuItem
     });
     this.ModListContextMenuStrip.Name = "ModListContextMenuStrip";
     this.ModListContextMenuStrip.Size = new System.Drawing.Size(180, 70);
     //
     // labelsToolStripMenuItem
     //
     this.labelsToolStripMenuItem.Name     = "labelsToolStripMenuItem";
     this.labelsToolStripMenuItem.Size     = new System.Drawing.Size(179, 22);
     this.labelsToolStripMenuItem.DropDown = this.LabelsContextMenuStrip;
     resources.ApplyResources(this.labelsToolStripMenuItem, "labelsToolStripMenuItem");
     //
     // reinstallToolStripMenuItem
     //
     this.reinstallToolStripMenuItem.Name   = "reinstallToolStripMenuItem";
     this.reinstallToolStripMenuItem.Size   = new System.Drawing.Size(179, 22);
     this.reinstallToolStripMenuItem.Click += new System.EventHandler(this.reinstallToolStripMenuItem_Click);
     resources.ApplyResources(this.reinstallToolStripMenuItem, "reinstallToolStripMenuItem");
     //
     // downloadContentsToolStripMenuItem
     //
     this.downloadContentsToolStripMenuItem.Name   = "downloadContentsToolStripMenuItem";
     this.downloadContentsToolStripMenuItem.Size   = new System.Drawing.Size(179, 22);
     this.downloadContentsToolStripMenuItem.Click += new System.EventHandler(this.downloadContentsToolStripMenuItem_Click);
     resources.ApplyResources(this.downloadContentsToolStripMenuItem, "downloadContentsToolStripMenuItem");
     //
     // purgeContentsToolStripMenuItem
     //
     this.purgeContentsToolStripMenuItem.Name   = "purgeContentsToolStripMenuItem";
     this.purgeContentsToolStripMenuItem.Size   = new System.Drawing.Size(179, 22);
     this.purgeContentsToolStripMenuItem.Click += new System.EventHandler(this.purgeContentsToolStripMenuItem_Click);
     resources.ApplyResources(this.purgeContentsToolStripMenuItem, "purgeContentsToolStripMenuItem");
     //
     // LabelsContextMenuStrip
     //
     this.LabelsContextMenuStrip.Name = "LabelsContextMenuStrip";
     this.LabelsContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.editLabelsToolStripMenuItem
     });
     this.LabelsContextMenuStrip.Size     = new System.Drawing.Size(180, 70);
     this.LabelsContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(LabelsContextMenuStrip_Opening);
     //
     // editLabelsToolStripMenuItem
     //
     this.editLabelsToolStripMenuItem.Name   = "editLabelsToolStripMenuItem";
     this.editLabelsToolStripMenuItem.Size   = new System.Drawing.Size(179, 22);
     this.editLabelsToolStripMenuItem.Click += new System.EventHandler(this.editLabelsToolStripMenuItem_Click);
     resources.ApplyResources(this.editLabelsToolStripMenuItem, "editLabelsToolStripMenuItem");
     //
     // ModListHeaderContextMenuStrip
     //
     this.ModListHeaderContextMenuStrip.Name            = "ModListHeaderContextMenuStrip";
     this.ModListHeaderContextMenuStrip.AutoSize        = true;
     this.ModListHeaderContextMenuStrip.ShowCheckMargin = true;
     this.ModListHeaderContextMenuStrip.ItemClicked    += new System.Windows.Forms.ToolStripItemClickedEventHandler(ModListHeaderContextMenuStrip_ItemClicked);
     //
     // InstallAllCheckbox
     //
     this.InstallAllCheckbox.Location        = new System.Drawing.Point(2, 86);
     this.InstallAllCheckbox.Size            = new System.Drawing.Size(20, 20);
     this.InstallAllCheckbox.Checked         = true;
     this.InstallAllCheckbox.CheckedChanged += new System.EventHandler(this.InstallAllCheckbox_CheckChanged);
     this.InstallAllCheckbox.TabIndex        = 11;
     this.InstallAllCheckbox.TabStop         = false;
     //
     // ManageMods
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Controls.Add(this.InstallAllCheckbox);
     this.Controls.Add(this.ModGrid);
     this.Controls.Add(this.EditModSearch);
     this.Controls.Add(this.menuStrip2);
     this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name   = "ManageMods";
     this.Size   = new System.Drawing.Size(1544, 948);
     resources.ApplyResources(this, "$this");
     this.menuStrip2.ResumeLayout(false);
     this.menuStrip2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ModGrid)).EndInit();
     this.ModListContextMenuStrip.ResumeLayout(false);
     this.ModListHeaderContextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new SingleAssemblyComponentResourceManager(typeof(Main));
     this.menuStrip1                              = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.manageGameInstancesMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.openGameDirectoryToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1                     = new System.Windows.Forms.ToolStripSeparator();
     this.installFromckanToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.exportModListToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.exportModPackToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2                     = new System.Windows.Forms.ToolStripSeparator();
     this.importDownloadsToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3                     = new System.Windows.Forms.ToolStripSeparator();
     this.auditRecommendationsMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.ExitToolButton                          = new System.Windows.Forms.ToolStripMenuItem();
     this.settingsToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.cKANSettingsToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.pluginsToolStripMenuItem                = new System.Windows.Forms.ToolStripMenuItem();
     this.GameCommandlineToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.compatibleGameVersionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.helpToolStripMenuItem                   = new System.Windows.Forms.ToolStripMenuItem();
     this.reportClientIssueToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.reportMetadataIssueToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.aboutToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     this.statusStrip1                            = new System.Windows.Forms.StatusStrip();
     this.splitContainer1                         = new System.Windows.Forms.SplitContainer();
     this.LabelsContextMenuStrip                  = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.modListToolStripSeparator               = new System.Windows.Forms.ToolStripSeparator();
     this.tagFilterToolStripSeparator             = new System.Windows.Forms.ToolStripSeparator();
     this.untaggedFilterToolStripSeparator        = new System.Windows.Forms.ToolStripSeparator();
     this.labelToolStripSeparator                 = new System.Windows.Forms.ToolStripSeparator();
     this.editLabelsToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.ModInfo             = new CKAN.ModInfo();
     this.StatusLabel         = new System.Windows.Forms.ToolStripStatusLabel();
     this.StatusInstanceLabel = new System.Windows.Forms.ToolStripStatusLabel();
     this.StatusProgress      = new System.Windows.Forms.ToolStripProgressBar();
     this.MainTabControl      = new CKAN.MainTabControl();
     this.ManageModsTabPage   = new System.Windows.Forms.TabPage();
     this.ManageMods          = new CKAN.ManageMods();
     this.ChangesetTabPage    = new System.Windows.Forms.TabPage();
     this.Changeset           = new CKAN.Changeset();
     this.WaitTabPage         = new System.Windows.Forms.TabPage();
     this.Wait = new CKAN.Wait();
     this.ChooseRecommendedModsTabPage        = new System.Windows.Forms.TabPage();
     this.ChooseRecommendedMods               = new CKAN.ChooseRecommendedMods();
     this.ChooseProvidedModsTabPage           = new System.Windows.Forms.TabPage();
     this.ChooseProvidedMods                  = new CKAN.ChooseProvidedMods();
     this.minimizeNotifyIcon                  = new System.Windows.Forms.NotifyIcon(this.components);
     this.minimizedContextMenuStrip           = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.updatesToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4                 = new System.Windows.Forms.ToolStripSeparator();
     this.refreshToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.pauseToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5                 = new System.Windows.Forms.ToolStripSeparator();
     this.openCKANToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.openGameToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.openGameDirectoryToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.cKANSettingsToolStripMenuItem1      = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6                 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripSeparator7                 = new System.Windows.Forms.ToolStripSeparator();
     this.quitToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.DeleteDirectoriesTabPage            = new System.Windows.Forms.TabPage();
     this.DeleteDirectories  = new CKAN.DeleteDirectories();
     this.EditModpackTabPage = new System.Windows.Forms.TabPage();
     this.EditModpack        = new CKAN.EditModpack();
     this.menuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.MainTabControl.SuspendLayout();
     this.ManageModsTabPage.SuspendLayout();
     this.ChangesetTabPage.SuspendLayout();
     this.WaitTabPage.SuspendLayout();
     this.ChooseRecommendedModsTabPage.SuspendLayout();
     this.ChooseProvidedModsTabPage.SuspendLayout();
     this.minimizedContextMenuStrip.SuspendLayout();
     this.DeleteDirectoriesTabPage.SuspendLayout();
     this.EditModpackTabPage.SuspendLayout();
     this.SuspendLayout();
     //
     // menuStrip1
     //
     this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fileToolStripMenuItem,
         this.settingsToolStripMenuItem,
         this.helpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Padding  = new System.Windows.Forms.Padding(9, 3, 0, 3);
     this.menuStrip1.Size     = new System.Drawing.Size(1544, 35);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.manageGameInstancesMenuItem,
         this.openGameDirectoryToolStripMenuItem,
         this.toolStripSeparator1,
         this.installFromckanToolStripMenuItem,
         this.importDownloadsToolStripMenuItem,
         this.toolStripSeparator2,
         this.exportModListToolStripMenuItem,
         this.exportModPackToolStripMenuItem,
         this.toolStripSeparator3,
         this.auditRecommendationsMenuItem,
         this.toolStripSeparator7,
         this.ExitToolButton
     });
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(50, 29);
     resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
     //
     // manageGameInstancesMenuItem
     //
     this.manageGameInstancesMenuItem.Name   = "manageGameInstancesMenuItem";
     this.manageGameInstancesMenuItem.Size   = new System.Drawing.Size(281, 30);
     this.manageGameInstancesMenuItem.Click += new System.EventHandler(this.manageGameInstancesMenuItem_Click);
     resources.ApplyResources(this.manageGameInstancesMenuItem, "manageGameInstancesMenuItem");
     //
     // openGameDirectoryToolStripMenuItem
     //
     this.openGameDirectoryToolStripMenuItem.Name   = "openGameDirectoryToolStripMenuItem";
     this.openGameDirectoryToolStripMenuItem.Size   = new System.Drawing.Size(281, 30);
     this.openGameDirectoryToolStripMenuItem.Click += new System.EventHandler(this.openGameDirectoryToolStripMenuItem_Click);
     resources.ApplyResources(this.openGameDirectoryToolStripMenuItem, "openGameDirectoryToolStripMenuItem");
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(278, 6);
     //
     // installFromckanToolStripMenuItem
     //
     this.installFromckanToolStripMenuItem.Name   = "installFromckanToolStripMenuItem";
     this.installFromckanToolStripMenuItem.Size   = new System.Drawing.Size(281, 30);
     this.installFromckanToolStripMenuItem.Click += new System.EventHandler(this.installFromckanToolStripMenuItem_Click);
     resources.ApplyResources(this.installFromckanToolStripMenuItem, "installFromckanToolStripMenuItem");
     //
     // exportModListToolStripMenuItem
     //
     this.exportModListToolStripMenuItem.Name   = "exportModListToolStripMenuItem";
     this.exportModListToolStripMenuItem.Size   = new System.Drawing.Size(281, 30);
     this.exportModListToolStripMenuItem.Click += new System.EventHandler(this.exportModListToolStripMenuItem_Click);
     resources.ApplyResources(this.exportModListToolStripMenuItem, "exportModListToolStripMenuItem");
     //
     // exportModPackToolStripMenuItem
     //
     this.exportModPackToolStripMenuItem.Name   = "exportModPackToolStripMenuItem";
     this.exportModPackToolStripMenuItem.Size   = new System.Drawing.Size(281, 30);
     this.exportModPackToolStripMenuItem.Click += new System.EventHandler(this.exportModPackToolStripMenuItem_Click);
     resources.ApplyResources(this.exportModPackToolStripMenuItem, "exportModPackToolStripMenuItem");
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(278, 6);
     //
     // importDownloadsToolStripMenuItem
     //
     this.importDownloadsToolStripMenuItem.Name   = "importDownloadsToolStripMenuItem";
     this.importDownloadsToolStripMenuItem.Size   = new System.Drawing.Size(281, 30);
     this.importDownloadsToolStripMenuItem.Click += new System.EventHandler(this.importDownloadsToolStripMenuItem_Click);
     resources.ApplyResources(this.importDownloadsToolStripMenuItem, "importDownloadsToolStripMenuItem");
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(278, 6);
     //
     // toolStripSeparator7
     //
     this.toolStripSeparator7.Name = "toolStripSeparator7";
     this.toolStripSeparator7.Size = new System.Drawing.Size(278, 6);
     //
     // auditRecommendationsMenuItem
     //
     this.auditRecommendationsMenuItem.Name   = "auditRecommendationsMenuItem";
     this.auditRecommendationsMenuItem.Size   = new System.Drawing.Size(281, 30);
     this.auditRecommendationsMenuItem.Click += new System.EventHandler(this.auditRecommendationsMenuItem_Click);
     resources.ApplyResources(this.auditRecommendationsMenuItem, "auditRecommendationsMenuItem");
     //
     // ExitToolButton
     //
     this.ExitToolButton.Name         = "ExitToolButton";
     this.ExitToolButton.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q)));
     this.ExitToolButton.Size         = new System.Drawing.Size(281, 30);
     this.ExitToolButton.Click       += new System.EventHandler(this.ExitToolButton_Click);
     resources.ApplyResources(this.ExitToolButton, "ExitToolButton");
     //
     // settingsToolStripMenuItem
     //
     this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cKANSettingsToolStripMenuItem,
         this.pluginsToolStripMenuItem,
         this.GameCommandlineToolStripMenuItem,
         this.compatibleGameVersionsToolStripMenuItem
     });
     this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
     this.settingsToolStripMenuItem.Size = new System.Drawing.Size(88, 29);
     resources.ApplyResources(this.settingsToolStripMenuItem, "settingsToolStripMenuItem");
     //
     // cKANSettingsToolStripMenuItem
     //
     this.cKANSettingsToolStripMenuItem.Name   = "cKANSettingsToolStripMenuItem";
     this.cKANSettingsToolStripMenuItem.Size   = new System.Drawing.Size(247, 30);
     this.cKANSettingsToolStripMenuItem.Click += new System.EventHandler(this.CKANSettingsToolStripMenuItem_Click);
     resources.ApplyResources(this.cKANSettingsToolStripMenuItem, "cKANSettingsToolStripMenuItem");
     //
     // pluginsToolStripMenuItem
     //
     this.pluginsToolStripMenuItem.Name   = "pluginsToolStripMenuItem";
     this.pluginsToolStripMenuItem.Size   = new System.Drawing.Size(247, 30);
     this.pluginsToolStripMenuItem.Click += new System.EventHandler(this.pluginsToolStripMenuItem_Click);
     resources.ApplyResources(this.pluginsToolStripMenuItem, "pluginsToolStripMenuItem");
     //
     // GameCommandlineToolStripMenuItem
     //
     this.GameCommandlineToolStripMenuItem.Name   = "GameCommandlineToolStripMenuItem";
     this.GameCommandlineToolStripMenuItem.Size   = new System.Drawing.Size(247, 30);
     this.GameCommandlineToolStripMenuItem.Click += new System.EventHandler(this.GameCommandlineToolStripMenuItem_Click);
     resources.ApplyResources(this.GameCommandlineToolStripMenuItem, "GameCommandlineToolStripMenuItem");
     //
     // compatibleGameVersionsToolStripMenuItem
     //
     this.compatibleGameVersionsToolStripMenuItem.Name   = "compatibleGameVersionsToolStripMenuItem";
     this.compatibleGameVersionsToolStripMenuItem.Size   = new System.Drawing.Size(233, 24);
     this.compatibleGameVersionsToolStripMenuItem.Click += new System.EventHandler(this.CompatibleGameVersionsToolStripMenuItem_Click);
     resources.ApplyResources(this.compatibleGameVersionsToolStripMenuItem, "compatibleGameVersionsToolStripMenuItem");
     //
     // helpToolStripMenuItem
     //
     this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.reportClientIssueToolStripMenuItem,
         this.reportMetadataIssueToolStripMenuItem,
         this.aboutToolStripMenuItem
     });
     this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
     this.helpToolStripMenuItem.Size = new System.Drawing.Size(61, 29);
     resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
     //
     // reportClientIssueToolStripMenuItem
     //
     this.reportClientIssueToolStripMenuItem.Name   = "reportClientIssueToolStripMenuItem";
     this.reportClientIssueToolStripMenuItem.Size   = new System.Drawing.Size(230, 30);
     this.reportClientIssueToolStripMenuItem.Click += new System.EventHandler(this.reportClientIssueToolStripMenuItem_Click);
     resources.ApplyResources(this.reportClientIssueToolStripMenuItem, "reportClientIssueToolStripMenuItem");
     //
     // reportMetadataIssueToolStripMenuItem
     //
     this.reportMetadataIssueToolStripMenuItem.Name   = "reportMetadataIssueToolStripMenuItem";
     this.reportMetadataIssueToolStripMenuItem.Size   = new System.Drawing.Size(230, 30);
     this.reportMetadataIssueToolStripMenuItem.Click += new System.EventHandler(this.reportMetadataIssueToolStripMenuItem_Click);
     resources.ApplyResources(this.reportMetadataIssueToolStripMenuItem, "reportMetadataIssueToolStripMenuItem");
     //
     // aboutToolStripMenuItem
     //
     this.aboutToolStripMenuItem.Name   = "aboutToolStripMenuItem";
     this.aboutToolStripMenuItem.Size   = new System.Drawing.Size(230, 30);
     this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
     resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem");
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.SystemColors.Control;
     this.statusStrip1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.statusStrip1.Name      = "statusStrip1";
     this.statusStrip1.Location  = new System.Drawing.Point(0, 1016);
     this.statusStrip1.Size      = new System.Drawing.Size(1544, 22);
     this.statusStrip1.Padding   = new System.Windows.Forms.Padding(2, 0, 21, 0);
     this.statusStrip1.TabIndex  = 35;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[]
     {
         this.StatusLabel,
         this.StatusInstanceLabel,
         this.StatusProgress,
     });
     //
     // splitContainer1
     //
     this.splitContainer1.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.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
     this.splitContainer1.Location   = new System.Drawing.Point(0, 35);
     this.splitContainer1.Margin     = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.splitContainer1.Name       = "splitContainer1";
     this.splitContainer1.Dock       = System.Windows.Forms.DockStyle.Fill;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.MainTabControl);
     this.splitContainer1.Panel1MinSize = 200;
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.ModInfo);
     this.splitContainer1.Panel2MinSize    = 320;
     this.splitContainer1.Size             = new System.Drawing.Size(1544, 981);
     this.splitContainer1.SplitterDistance = 1156;
     this.splitContainer1.SplitterWidth    = 10;
     this.splitContainer1.TabIndex         = 1;
     //
     // ModInfo
     //
     this.ModInfo.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.ModInfo.Location         = new System.Drawing.Point(0, 0);
     this.ModInfo.Margin           = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ModInfo.Name             = "ModInfo";
     this.ModInfo.Size             = new System.Drawing.Size(360, 836);
     this.ModInfo.TabIndex         = 34;
     this.ModInfo.OnDownloadClick += ModInfo_OnDownloadClick;
     //
     // StatusLabel
     //
     this.StatusLabel.AutoSize  = true;
     this.StatusLabel.Name      = "StatusLabel";
     this.StatusLabel.Font      = System.Drawing.SystemFonts.DefaultFont;
     this.StatusLabel.Size      = new System.Drawing.Size(1050, 29);
     this.StatusLabel.Spring    = true;
     this.StatusLabel.Text      = "";
     this.StatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // StatusInstanceLabel
     //
     this.StatusInstanceLabel.AutoSize  = true;
     this.StatusInstanceLabel.Name      = "StatusInstanceLabel";
     this.StatusInstanceLabel.Font      = System.Drawing.SystemFonts.DefaultFont;
     this.StatusInstanceLabel.Size      = new System.Drawing.Size(1050, 29);
     this.StatusInstanceLabel.Spring    = true;
     this.StatusInstanceLabel.Text      = "";
     this.StatusInstanceLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // StatusProgress
     //
     this.StatusProgress.Name      = "StatusProgress";
     this.StatusProgress.Enabled   = true;
     this.StatusProgress.Visible   = false;
     this.StatusProgress.Minimum   = 0;
     this.StatusProgress.Maximum   = 100;
     this.StatusProgress.Size      = new System.Drawing.Size(300, 20);
     this.StatusProgress.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     //
     // MainTabControl
     //
     this.MainTabControl.BackColor = System.Drawing.SystemColors.Control;
     this.MainTabControl.Controls.Add(this.ManageModsTabPage);
     this.MainTabControl.Controls.Add(this.ChangesetTabPage);
     this.MainTabControl.Controls.Add(this.WaitTabPage);
     this.MainTabControl.Controls.Add(this.ChooseRecommendedModsTabPage);
     this.MainTabControl.Controls.Add(this.ChooseProvidedModsTabPage);
     this.MainTabControl.Controls.Add(this.DeleteDirectoriesTabPage);
     this.MainTabControl.Controls.Add(this.EditModpackTabPage);
     this.MainTabControl.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.MainTabControl.Location              = new System.Drawing.Point(0, 35);
     this.MainTabControl.Margin                = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.MainTabControl.Name                  = "MainTabControl";
     this.MainTabControl.SelectedIndex         = 0;
     this.MainTabControl.Size                  = new System.Drawing.Size(1544, 981);
     this.MainTabControl.TabIndex              = 2;
     this.MainTabControl.SelectedIndexChanged += new System.EventHandler(this.MainTabControl_OnSelectedIndexChanged);
     //
     // ManageModsTabPage
     //
     this.ManageModsTabPage.BackColor = System.Drawing.SystemColors.Control;
     this.ManageModsTabPage.Controls.Add(this.ManageMods);
     this.ManageModsTabPage.Location = new System.Drawing.Point(4, 29);
     this.ManageModsTabPage.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ManageModsTabPage.Name     = "ManageModsTabPage";
     this.ManageModsTabPage.Padding  = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ManageModsTabPage.Size     = new System.Drawing.Size(1536, 948);
     this.ManageModsTabPage.TabIndex = 3;
     resources.ApplyResources(this.ManageModsTabPage, "ManageModsTabPage");
     //
     // ManageMods
     //
     this.ManageMods.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ManageMods.Location = new System.Drawing.Point(0, 0);
     this.ManageMods.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.ManageMods.Padding  = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.ManageMods.Name     = "ManageMods";
     this.ManageMods.Size     = new System.Drawing.Size(500, 500);
     this.ManageMods.TabIndex = 4;
     this.ManageMods.OnSelectedModuleChanged += ManageMods_OnSelectedModuleChanged;
     this.ManageMods.OnChangeSetChanged      += ManageMods_OnChangeSetChanged;
     this.ManageMods.OnRegistryChanged       += ManageMods_OnRegistryChanged;
     this.ManageMods.OpenProgressTab         += ManageMods_OpenProgressTab;
     this.ManageMods.CloseProgressTab        += ManageMods_CloseProgressTab;
     this.ManageMods.LabelsAfterUpdate       += ManageMods_LabelsAfterUpdate;
     this.ManageMods.StartChangeSet          += ManageMods_StartChangeSet;
     //
     // ChangesetTabPage
     //
     this.ChangesetTabPage.BackColor = System.Drawing.SystemColors.Control;
     this.ChangesetTabPage.Controls.Add(this.Changeset);
     this.ChangesetTabPage.Location = new System.Drawing.Point(4, 29);
     this.ChangesetTabPage.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ChangesetTabPage.Name     = "ChangesetTabPage";
     this.ChangesetTabPage.Padding  = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ChangesetTabPage.Size     = new System.Drawing.Size(1536, 948);
     this.ChangesetTabPage.TabIndex = 13;
     resources.ApplyResources(this.ChangesetTabPage, "ChangesetTabPage");
     //
     // Changeset
     //
     this.Changeset.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.Changeset.Location = new System.Drawing.Point(0, 0);
     this.Changeset.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.Changeset.Padding  = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.Changeset.Name     = "Changeset";
     this.Changeset.Size     = new System.Drawing.Size(500, 500);
     this.Changeset.TabIndex = 32;
     this.Changeset.OnSelectedItemsChanged += Changeset_OnSelectedItemsChanged;
     this.Changeset.OnConfirmChanges       += Changeset_OnConfirmChanges;
     this.Changeset.OnCancelChanges        += Changeset_OnCancelChanges;
     //
     // WaitTabPage
     //
     this.WaitTabPage.BackColor = System.Drawing.SystemColors.Control;
     this.WaitTabPage.Controls.Add(this.Wait);
     this.WaitTabPage.Location = new System.Drawing.Point(4, 29);
     this.WaitTabPage.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.WaitTabPage.Name     = "WaitTabPage";
     this.WaitTabPage.Padding  = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.WaitTabPage.Size     = new System.Drawing.Size(1536, 948);
     this.WaitTabPage.TabIndex = 17;
     resources.ApplyResources(this.WaitTabPage, "WaitTabPage");
     //
     // Wait
     //
     this.Wait.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.Wait.Location  = new System.Drawing.Point(0, 0);
     this.Wait.Margin    = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.Wait.Padding   = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.Wait.Name      = "Wait";
     this.Wait.Size      = new System.Drawing.Size(500, 500);
     this.Wait.TabIndex  = 32;
     this.Wait.OnRetry  += Wait_OnRetry;
     this.Wait.OnCancel += Wait_OnCancel;
     //
     // ChooseRecommendedModsTabPage
     //
     this.ChooseRecommendedModsTabPage.BackColor = System.Drawing.SystemColors.Control;
     this.ChooseRecommendedModsTabPage.Controls.Add(this.ChooseRecommendedMods);
     this.ChooseRecommendedModsTabPage.Location = new System.Drawing.Point(4, 29);
     this.ChooseRecommendedModsTabPage.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ChooseRecommendedModsTabPage.Name     = "ChooseRecommendedModsTabPage";
     this.ChooseRecommendedModsTabPage.Padding  = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ChooseRecommendedModsTabPage.Size     = new System.Drawing.Size(1536, 948);
     this.ChooseRecommendedModsTabPage.TabIndex = 23;
     resources.ApplyResources(this.ChooseRecommendedModsTabPage, "ChooseRecommendedModsTabPage");
     //
     // ChooseRecommendedMods
     //
     this.ChooseRecommendedMods.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ChooseRecommendedMods.Location = new System.Drawing.Point(0, 0);
     this.ChooseRecommendedMods.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.ChooseRecommendedMods.Padding  = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.ChooseRecommendedMods.Name     = "ChooseRecommendedMods";
     this.ChooseRecommendedMods.Size     = new System.Drawing.Size(500, 500);
     this.ChooseRecommendedMods.TabIndex = 32;
     this.ChooseRecommendedMods.OnSelectedItemsChanged += ChooseRecommendedMods_OnSelectedItemsChanged;
     this.ChooseRecommendedMods.OnConflictFound        += ChooseRecommendedMods_OnConflictFound;
     //
     // ChooseProvidedModsTabPage
     //
     this.ChooseProvidedModsTabPage.BackColor = System.Drawing.SystemColors.Control;
     this.ChooseProvidedModsTabPage.Controls.Add(this.ChooseProvidedMods);
     this.ChooseProvidedModsTabPage.Location = new System.Drawing.Point(4, 29);
     this.ChooseProvidedModsTabPage.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ChooseProvidedModsTabPage.Name     = "ChooseProvidedModsTabPage";
     this.ChooseProvidedModsTabPage.Padding  = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.ChooseProvidedModsTabPage.Size     = new System.Drawing.Size(1536, 948);
     this.ChooseProvidedModsTabPage.TabIndex = 29;
     resources.ApplyResources(this.ChooseProvidedModsTabPage, "ChooseProvidedModsTabPage");
     //
     // ChooseProvidedMods
     //
     this.ChooseProvidedMods.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ChooseProvidedMods.Location = new System.Drawing.Point(0, 0);
     this.ChooseProvidedMods.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.ChooseProvidedMods.Padding  = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.ChooseProvidedMods.Name     = "ChooseProvidedMods";
     this.ChooseProvidedMods.Size     = new System.Drawing.Size(500, 500);
     this.ChooseProvidedMods.TabIndex = 32;
     this.ChooseProvidedMods.OnSelectedItemsChanged += ChooseProvidedMods_OnSelectedItemsChanged;
     //
     // DeleteDirectoriesTabPage
     //
     this.DeleteDirectoriesTabPage.BackColor = System.Drawing.SystemColors.Control;
     this.DeleteDirectoriesTabPage.Controls.Add(this.DeleteDirectories);
     this.DeleteDirectoriesTabPage.Location = new System.Drawing.Point(0, 0);
     this.DeleteDirectoriesTabPage.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.DeleteDirectoriesTabPage.Name     = "DeleteDirectoriesTabPage";
     this.DeleteDirectoriesTabPage.Padding  = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.DeleteDirectoriesTabPage.Size     = new System.Drawing.Size(500, 500);
     this.DeleteDirectoriesTabPage.TabIndex = 31;
     resources.ApplyResources(this.DeleteDirectoriesTabPage, "DeleteDirectoriesTabPage");
     //
     // DeleteDirectories
     //
     this.DeleteDirectories.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.DeleteDirectories.Location = new System.Drawing.Point(0, 0);
     this.DeleteDirectories.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.DeleteDirectories.Padding  = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.DeleteDirectories.Name     = "DeleteDirectories";
     this.DeleteDirectories.Size     = new System.Drawing.Size(500, 500);
     this.DeleteDirectories.TabIndex = 32;
     //
     // EditModpackTabPage
     //
     this.EditModpackTabPage.BackColor = System.Drawing.SystemColors.Control;
     this.EditModpackTabPage.Controls.Add(this.EditModpack);
     this.EditModpackTabPage.Location = new System.Drawing.Point(0, 0);
     this.EditModpackTabPage.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.EditModpackTabPage.Name     = "EditModpackTabPage";
     this.EditModpackTabPage.Padding  = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.EditModpackTabPage.Size     = new System.Drawing.Size(500, 500);
     this.EditModpackTabPage.TabIndex = 31;
     resources.ApplyResources(this.EditModpackTabPage, "EditModpackTabPage");
     //
     // EditModpack
     //
     this.EditModpack.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.EditModpack.Location = new System.Drawing.Point(0, 0);
     this.EditModpack.Margin   = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.EditModpack.Padding  = new System.Windows.Forms.Padding(0, 0, 0, 0);
     this.EditModpack.Name     = "EditModpack";
     this.EditModpack.Size     = new System.Drawing.Size(500, 500);
     this.EditModpack.TabIndex = 32;
     this.EditModpack.OnSelectedItemsChanged += this.EditModpack_OnSelectedItemsChanged;
     //
     // minimizeNotifyIcon
     //
     this.minimizeNotifyIcon.ContextMenuStrip   = this.minimizedContextMenuStrip;
     this.minimizeNotifyIcon.MouseDoubleClick  += new System.Windows.Forms.MouseEventHandler(this.minimizeNotifyIcon_MouseDoubleClick);
     this.minimizeNotifyIcon.BalloonTipClicked += new System.EventHandler(this.minimizeNotifyIcon_BalloonTipClicked);
     this.minimizeNotifyIcon.Icon = Properties.Resources.AppIcon;
     resources.ApplyResources(this.minimizeNotifyIcon, "minimizeNotifyIcon");
     //
     // minimizedContextMenuStrip
     //
     this.minimizedContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.updatesToolStripMenuItem,
         this.toolStripSeparator4,
         this.refreshToolStripMenuItem,
         this.pauseToolStripMenuItem,
         this.toolStripSeparator5,
         this.openCKANToolStripMenuItem,
         this.openGameToolStripMenuItem,
         this.openGameDirectoryToolStripMenuItem1,
         this.cKANSettingsToolStripMenuItem1,
         this.toolStripSeparator6,
         this.quitToolStripMenuItem
     });
     this.minimizedContextMenuStrip.Name     = "minimizedContextMenuStrip";
     this.minimizedContextMenuStrip.Size     = new System.Drawing.Size(181, 148);
     this.minimizedContextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.minimizedContextMenuStrip_Opening);
     //
     // updatesToolStripMenuItem
     //
     this.updatesToolStripMenuItem.Name   = "updatesToolStripMenuItem";
     this.updatesToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.updatesToolStripMenuItem.Click += new System.EventHandler(this.updatesToolStripMenuItem_Click);
     resources.ApplyResources(this.updatesToolStripMenuItem, "updatesToolStripMenuItem");
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(177, 6);
     //
     // refreshToolStripMenuItem
     //
     this.refreshToolStripMenuItem.Name   = "refreshToolStripMenuItem";
     this.refreshToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.refreshToolStripMenuItem.Click += new System.EventHandler(this.refreshToolStripMenuItem_Click);
     resources.ApplyResources(this.refreshToolStripMenuItem, "refreshToolStripMenuItem");
     //
     // pauseToolStripMenuItem
     //
     this.pauseToolStripMenuItem.Name   = "pauseToolStripMenuItem";
     this.pauseToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.pauseToolStripMenuItem.Click += new System.EventHandler(this.pauseToolStripMenuItem_Click);
     resources.ApplyResources(this.pauseToolStripMenuItem, "pauseToolStripMenuItem");
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(177, 6);
     //
     // openCKANToolStripMenuItem
     //
     this.openCKANToolStripMenuItem.Name   = "openCKANToolStripMenuItem";
     this.openCKANToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.openCKANToolStripMenuItem.Click += new System.EventHandler(this.openCKANToolStripMenuItem_Click);
     resources.ApplyResources(this.openCKANToolStripMenuItem, "openCKANToolStripMenuItem");
     //
     // openGameToolStripMenuItem
     //
     this.openGameToolStripMenuItem.Name   = "openGameToolStripMenuItem";
     this.openGameToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.openGameToolStripMenuItem.Click += new System.EventHandler(this.openGameToolStripMenuItem_Click);
     resources.ApplyResources(this.openGameToolStripMenuItem, "openGameToolStripMenuItem");
     //
     // openGameDirectoryToolStripMenuItem1
     //
     this.openGameDirectoryToolStripMenuItem1.Name   = "openGameDirectoryToolStripMenuItem1";
     this.openGameDirectoryToolStripMenuItem1.Size   = new System.Drawing.Size(180, 22);
     this.openGameDirectoryToolStripMenuItem1.Click += new System.EventHandler(this.openGameDirectoryToolStripMenuItem_Click);
     resources.ApplyResources(this.openGameDirectoryToolStripMenuItem1, "openGameDirectoryToolStripMenuItem1");
     //
     // cKANSettingsToolStripMenuItem1
     //
     this.cKANSettingsToolStripMenuItem1.Name   = "cKANSettingsToolStripMenuItem1";
     this.cKANSettingsToolStripMenuItem1.Size   = new System.Drawing.Size(180, 22);
     this.cKANSettingsToolStripMenuItem1.Click += new System.EventHandler(this.cKANSettingsToolStripMenuItem1_Click);
     resources.ApplyResources(this.cKANSettingsToolStripMenuItem1, "cKANSettingsToolStripMenuItem1");
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(177, 6);
     //
     // quitToolStripMenuItem
     //
     this.quitToolStripMenuItem.Name   = "quitToolStripMenuItem";
     this.quitToolStripMenuItem.Size   = new System.Drawing.Size(180, 22);
     this.quitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolButton_Click);
     resources.ApplyResources(this.quitToolStripMenuItem, "quitToolStripMenuItem");
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1544, 1038);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.statusStrip1);
     this.Controls.Add(this.menuStrip1);
     this.KeyPreview    = true;
     this.MainMenuStrip = this.menuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.MinimumSize   = new System.Drawing.Size(880, 400);
     this.Name          = "Main";
     this.Resize       += new System.EventHandler(this.Main_Resize);
     this.Icon          = Properties.Resources.AppIcon;
     resources.ApplyResources(this, "$this");
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     this.MainTabControl.ResumeLayout(false);
     this.MainTabControl.PerformLayout();
     this.ManageModsTabPage.ResumeLayout(false);
     this.ManageModsTabPage.PerformLayout();
     this.ChangesetTabPage.ResumeLayout(false);
     this.ChangesetTabPage.PerformLayout();
     this.WaitTabPage.ResumeLayout(false);
     this.WaitTabPage.PerformLayout();
     this.ChooseRecommendedModsTabPage.ResumeLayout(false);
     this.ChooseRecommendedModsTabPage.PerformLayout();
     this.ChooseProvidedModsTabPage.ResumeLayout(false);
     this.ChooseProvidedModsTabPage.PerformLayout();
     this.DeleteDirectoriesTabPage.ResumeLayout(false);
     this.DeleteDirectoriesTabPage.PerformLayout();
     this.EditModpackTabPage.ResumeLayout(false);
     this.EditModpackTabPage.PerformLayout();
     this.minimizedContextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }