This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
UpTool2/UpTool2/MainForm.Designer.cs

352 lines
18 KiB
C#
Raw Normal View History

2019-09-08 21:39:04 +02:00
namespace UpTool2
{
2020-03-16 20:13:41 +01:00
sealed partial class MainForm
2019-09-08 21:39:04 +02:00
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
2019-09-09 19:18:33 +02:00
this.components = new System.ComponentModel.Container();
2020-04-08 20:57:50 +02:00
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
2019-09-08 21:39:04 +02:00
this.sidebarPanel = new System.Windows.Forms.FlowLayoutPanel();
this.infoPanel = new System.Windows.Forms.Panel();
2019-09-29 16:19:57 +02:00
this.action_run = new System.Windows.Forms.Button();
2019-09-08 21:39:04 +02:00
this.action_remove = new System.Windows.Forms.Button();
this.action_update = new System.Windows.Forms.Button();
this.action_install = new System.Windows.Forms.Button();
this.infoPanel_Description = new System.Windows.Forms.Label();
this.infoPanel_Title = new System.Windows.Forms.Label();
this.splitContainer = new System.Windows.Forms.SplitContainer();
this.optionsPanel = new System.Windows.Forms.Panel();
2019-11-09 20:51:53 +01:00
this.controls_upload = new System.Windows.Forms.Button();
2019-09-10 10:02:24 +02:00
this.filterBox = new System.Windows.Forms.ComboBox();
2019-09-09 17:56:41 +02:00
this.searchBox = new System.Windows.Forms.TextBox();
2019-09-08 21:39:04 +02:00
this.controls_settings = new System.Windows.Forms.Button();
2019-09-09 19:18:33 +02:00
this.controls_reload = new System.Windows.Forms.Button();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
2020-04-08 20:57:50 +02:00
this.changesButton = new System.Windows.Forms.Button();
2019-09-29 16:19:57 +02:00
this.searchPackageDialog = new System.Windows.Forms.OpenFileDialog();
2020-04-08 20:57:50 +02:00
this.changesPanel = new System.Windows.Forms.Panel();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.changesLabel = new System.Windows.Forms.Label();
2019-09-08 21:39:04 +02:00
this.infoPanel.SuspendLayout();
2020-04-08 20:57:50 +02:00
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
2019-09-08 21:39:04 +02:00
this.splitContainer.Panel1.SuspendLayout();
this.splitContainer.Panel2.SuspendLayout();
this.splitContainer.SuspendLayout();
this.optionsPanel.SuspendLayout();
2020-04-08 20:57:50 +02:00
this.changesPanel.SuspendLayout();
2019-09-08 21:39:04 +02:00
this.SuspendLayout();
2020-04-08 20:57:50 +02:00
//
// sidebarPanel
//
2019-09-09 18:07:30 +02:00
this.sidebarPanel.AutoScroll = true;
2019-09-09 14:04:53 +02:00
this.sidebarPanel.BackColor = System.Drawing.SystemColors.ControlLight;
2019-09-08 21:39:04 +02:00
this.sidebarPanel.Dock = System.Windows.Forms.DockStyle.Fill;
2020-02-28 14:26:16 +01:00
this.sidebarPanel.Location = new System.Drawing.Point(0, 68);
2019-09-08 21:39:04 +02:00
this.sidebarPanel.Name = "sidebarPanel";
2020-04-08 20:57:50 +02:00
this.sidebarPanel.Size = new System.Drawing.Size(312, 425);
2019-09-08 21:39:04 +02:00
this.sidebarPanel.TabIndex = 0;
2020-04-08 20:57:50 +02:00
//
// infoPanel
//
2019-09-10 10:02:24 +02:00
this.infoPanel.Controls.Add(this.action_run);
2019-09-08 21:39:04 +02:00
this.infoPanel.Controls.Add(this.action_remove);
this.infoPanel.Controls.Add(this.action_update);
this.infoPanel.Controls.Add(this.action_install);
this.infoPanel.Controls.Add(this.infoPanel_Description);
this.infoPanel.Controls.Add(this.infoPanel_Title);
this.infoPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.infoPanel.Location = new System.Drawing.Point(0, 0);
this.infoPanel.Name = "infoPanel";
2020-04-08 20:57:50 +02:00
this.infoPanel.Size = new System.Drawing.Size(616, 493);
2019-09-08 21:39:04 +02:00
this.infoPanel.TabIndex = 1;
2020-04-08 20:57:50 +02:00
//
// action_run
//
this.action_run.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
2020-02-28 14:26:16 +01:00
this.action_run.Location = new System.Drawing.Point(491, 6);
2019-09-29 16:19:57 +02:00
this.action_run.Name = "action_run";
2020-02-28 14:26:16 +01:00
this.action_run.Size = new System.Drawing.Size(27, 27);
2019-09-29 16:19:57 +02:00
this.action_run.TabIndex = 5;
this.action_run.Text = "↗";
this.action_run.UseVisualStyleBackColor = true;
this.action_run.Click += new System.EventHandler(this.Action_run_Click);
2020-04-08 20:57:50 +02:00
//
// action_remove
//
this.action_remove.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
2019-09-08 21:39:04 +02:00
this.action_remove.Enabled = false;
2020-02-28 14:26:16 +01:00
this.action_remove.Location = new System.Drawing.Point(523, 6);
2019-09-08 21:39:04 +02:00
this.action_remove.Name = "action_remove";
2020-02-28 14:26:16 +01:00
this.action_remove.Size = new System.Drawing.Size(27, 27);
2019-09-08 21:39:04 +02:00
this.action_remove.TabIndex = 4;
2019-09-09 17:50:33 +02:00
this.action_remove.Text = "🗑";
2019-09-08 21:39:04 +02:00
this.action_remove.UseVisualStyleBackColor = true;
this.action_remove.Click += new System.EventHandler(this.Action_remove_Click);
2020-04-08 20:57:50 +02:00
//
// action_update
//
this.action_update.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
2019-09-08 21:39:04 +02:00
this.action_update.Enabled = false;
2020-02-28 14:26:16 +01:00
this.action_update.Location = new System.Drawing.Point(554, 6);
2019-09-08 21:39:04 +02:00
this.action_update.Name = "action_update";
2020-02-28 14:26:16 +01:00
this.action_update.Size = new System.Drawing.Size(27, 27);
2019-09-08 21:39:04 +02:00
this.action_update.TabIndex = 3;
2019-09-09 17:50:33 +02:00
this.action_update.Text = "⭱";
2019-09-08 21:39:04 +02:00
this.action_update.UseVisualStyleBackColor = true;
this.action_update.Click += new System.EventHandler(this.Action_update_Click);
2020-04-08 20:57:50 +02:00
//
// action_install
//
this.action_install.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
2019-09-08 21:39:04 +02:00
this.action_install.Enabled = false;
2020-02-28 14:26:16 +01:00
this.action_install.Location = new System.Drawing.Point(586, 6);
2019-09-08 21:39:04 +02:00
this.action_install.Name = "action_install";
2020-02-28 14:26:16 +01:00
this.action_install.Size = new System.Drawing.Size(27, 27);
2019-09-08 21:39:04 +02:00
this.action_install.TabIndex = 2;
2019-09-09 17:50:33 +02:00
this.action_install.Text = "⭳";
2019-09-08 21:39:04 +02:00
this.action_install.UseVisualStyleBackColor = true;
this.action_install.Click += new System.EventHandler(this.Action_install_Click);
2020-04-08 20:57:50 +02:00
//
// infoPanel_Description
//
this.infoPanel_Description.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)));
2020-02-28 14:26:16 +01:00
this.infoPanel_Description.Location = new System.Drawing.Point(3, 51);
2019-09-08 21:39:04 +02:00
this.infoPanel_Description.Name = "infoPanel_Description";
2020-04-08 20:57:50 +02:00
this.infoPanel_Description.Size = new System.Drawing.Size(611, 439);
2019-09-08 21:39:04 +02:00
this.infoPanel_Description.TabIndex = 1;
2020-04-08 20:57:50 +02:00
//
// infoPanel_Title
//
2019-09-08 21:39:04 +02:00
this.infoPanel_Title.AutoSize = true;
2020-04-08 20:57:50 +02:00
this.infoPanel_Title.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
2019-09-09 19:18:33 +02:00
this.infoPanel_Title.Location = new System.Drawing.Point(2, 1);
2019-09-08 21:39:04 +02:00
this.infoPanel_Title.Name = "infoPanel_Title";
this.infoPanel_Title.Size = new System.Drawing.Size(0, 31);
this.infoPanel_Title.TabIndex = 0;
2020-04-08 20:57:50 +02:00
//
// splitContainer
//
2019-09-08 21:39:04 +02:00
this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer.Location = new System.Drawing.Point(0, 0);
this.splitContainer.Name = "splitContainer";
2020-04-08 20:57:50 +02:00
//
// splitContainer.Panel1
//
2019-09-08 21:39:04 +02:00
this.splitContainer.Panel1.Controls.Add(this.sidebarPanel);
this.splitContainer.Panel1.Controls.Add(this.optionsPanel);
2019-09-09 19:18:33 +02:00
this.splitContainer.Panel1MinSize = 160;
2020-04-08 20:57:50 +02:00
//
// splitContainer.Panel2
//
2019-09-08 21:39:04 +02:00
this.splitContainer.Panel2.Controls.Add(this.infoPanel);
2019-09-09 19:18:33 +02:00
this.splitContainer.Panel2MinSize = 160;
2020-04-08 20:57:50 +02:00
this.splitContainer.Size = new System.Drawing.Size(933, 493);
2020-02-28 14:26:16 +01:00
this.splitContainer.SplitterDistance = 312;
this.splitContainer.SplitterWidth = 5;
2019-09-08 21:39:04 +02:00
this.splitContainer.TabIndex = 0;
2019-09-09 19:18:33 +02:00
this.splitContainer.TabStop = false;
2020-04-08 20:57:50 +02:00
//
// optionsPanel
//
2019-09-29 16:19:57 +02:00
this.optionsPanel.Controls.Add(this.controls_upload);
2019-09-10 10:02:24 +02:00
this.optionsPanel.Controls.Add(this.filterBox);
2019-09-09 17:50:33 +02:00
this.optionsPanel.Controls.Add(this.searchBox);
2019-09-08 21:39:04 +02:00
this.optionsPanel.Controls.Add(this.controls_settings);
2019-09-09 19:18:33 +02:00
this.optionsPanel.Controls.Add(this.controls_reload);
2019-09-08 21:39:04 +02:00
this.optionsPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.optionsPanel.Location = new System.Drawing.Point(0, 0);
this.optionsPanel.Name = "optionsPanel";
2020-02-28 14:26:16 +01:00
this.optionsPanel.Size = new System.Drawing.Size(312, 68);
2019-09-08 21:39:04 +02:00
this.optionsPanel.TabIndex = 0;
2020-04-08 20:57:50 +02:00
//
// controls_upload
//
this.controls_upload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
2020-03-16 20:13:41 +01:00
this.controls_upload.Location = new System.Drawing.Point(284, 6);
2019-11-09 20:51:53 +01:00
this.controls_upload.Name = "controls_upload";
2020-02-28 14:26:16 +01:00
this.controls_upload.Size = new System.Drawing.Size(27, 27);
2019-11-09 20:51:53 +01:00
this.controls_upload.TabIndex = 4;
this.controls_upload.Text = "↑";
this.controls_upload.UseVisualStyleBackColor = true;
this.controls_upload.Click += new System.EventHandler(this.controls_upload_Click);
2020-04-08 20:57:50 +02:00
//
// filterBox
//
this.filterBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
2019-09-10 10:02:24 +02:00
this.filterBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.filterBox.FormattingEnabled = true;
2020-02-28 14:26:16 +01:00
this.filterBox.Location = new System.Drawing.Point(68, 7);
2019-09-10 10:02:24 +02:00
this.filterBox.Name = "filterBox";
2020-03-16 20:13:41 +01:00
this.filterBox.Size = new System.Drawing.Size(209, 23);
2019-09-10 10:02:24 +02:00
this.filterBox.TabIndex = 3;
2020-02-28 14:26:16 +01:00
this.filterBox.SelectedIndexChanged += new System.EventHandler(this.UpdateSidebarV);
2020-04-08 20:57:50 +02:00
//
// searchBox
//
this.searchBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
2020-02-28 14:26:16 +01:00
this.searchBox.Location = new System.Drawing.Point(3, 38);
2019-09-09 17:56:41 +02:00
this.searchBox.Name = "searchBox";
2020-03-16 20:13:41 +01:00
this.searchBox.Size = new System.Drawing.Size(307, 23);
2019-09-09 17:56:41 +02:00
this.searchBox.TabIndex = 2;
2020-02-28 14:26:16 +01:00
this.searchBox.TextChanged += new System.EventHandler(this.UpdateSidebarV);
2020-04-08 20:57:50 +02:00
//
// controls_settings
//
2020-02-28 14:26:16 +01:00
this.controls_settings.Location = new System.Drawing.Point(3, 6);
2019-09-08 21:39:04 +02:00
this.controls_settings.Name = "controls_settings";
2020-02-28 14:26:16 +01:00
this.controls_settings.Size = new System.Drawing.Size(27, 27);
2019-09-08 21:39:04 +02:00
this.controls_settings.TabIndex = 1;
2019-09-09 17:50:33 +02:00
this.controls_settings.Text = "⚙";
2019-09-08 21:39:04 +02:00
this.controls_settings.UseVisualStyleBackColor = true;
this.controls_settings.Click += new System.EventHandler(this.Controls_settings_Click);
2020-04-08 20:57:50 +02:00
//
// controls_reload
//
2020-02-28 14:26:16 +01:00
this.controls_reload.Location = new System.Drawing.Point(34, 6);
2019-09-09 19:18:33 +02:00
this.controls_reload.Name = "controls_reload";
2020-02-28 14:26:16 +01:00
this.controls_reload.Size = new System.Drawing.Size(27, 27);
2019-09-09 19:18:33 +02:00
this.controls_reload.TabIndex = 0;
this.controls_reload.Text = "↻";
this.controls_reload.UseVisualStyleBackColor = true;
this.controls_reload.Click += new System.EventHandler(this.Controls_reload_Click);
2020-04-08 20:57:50 +02:00
//
// toolTip
//
2019-11-14 18:53:00 +01:00
this.toolTip.AutoPopDelay = 5000;
this.toolTip.InitialDelay = 300;
this.toolTip.ReshowDelay = 100;
this.toolTip.ShowAlways = true;
2020-04-08 20:57:50 +02:00
//
// changesButton
//
this.changesButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.changesButton.Location = new System.Drawing.Point(906, 0);
this.changesButton.Name = "changesButton";
this.changesButton.Size = new System.Drawing.Size(27, 26);
this.changesButton.TabIndex = 4;
this.changesButton.Text = "→";
this.toolTip.SetToolTip(this.changesButton, "Perform changes");
this.changesButton.UseVisualStyleBackColor = true;
this.changesButton.Click += new System.EventHandler(this.changesButton_Click);
//
// searchPackageDialog
//
2019-11-14 18:53:00 +01:00
this.searchPackageDialog.Filter = "Packages (*.zip)|*.zip";
2020-04-08 20:57:50 +02:00
//
// changesPanel
//
this.changesPanel.Controls.Add(this.progressBar1);
this.changesPanel.Controls.Add(this.changesButton);
this.changesPanel.Controls.Add(this.changesLabel);
this.changesPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.changesPanel.Location = new System.Drawing.Point(0, 493);
this.changesPanel.Name = "changesPanel";
this.changesPanel.Size = new System.Drawing.Size(933, 26);
this.changesPanel.TabIndex = 1;
this.changesPanel.Visible = false;
//
// progressBar1
//
this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.progressBar1.Location = new System.Drawing.Point(714, 0);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(186, 26);
this.progressBar1.Step = 1;
this.progressBar1.TabIndex = 5;
//
// changesLabel
//
this.changesLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.changesLabel.AutoSize = true;
this.changesLabel.Location = new System.Drawing.Point(7, 5);
this.changesLabel.Name = "changesLabel";
this.changesLabel.Size = new System.Drawing.Size(119, 15);
this.changesLabel.TabIndex = 0;
this.changesLabel.Text = "No Changes Selected";
this.changesLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.changesLabel.Click += new System.EventHandler(this.changesLabel_Click);
//
// MainForm
//
2020-02-28 14:26:16 +01:00
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
2019-09-08 21:39:04 +02:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2020-02-28 14:26:16 +01:00
this.ClientSize = new System.Drawing.Size(933, 519);
2019-09-08 21:39:04 +02:00
this.Controls.Add(this.splitContainer);
2020-04-08 20:57:50 +02:00
this.Controls.Add(this.changesPanel);
2019-11-14 18:53:00 +01:00
this.HelpButton = true;
2020-04-08 20:57:50 +02:00
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
2020-02-28 14:26:16 +01:00
this.MinimumSize = new System.Drawing.Size(631, 269);
2019-09-08 21:39:04 +02:00
this.Name = "MainForm";
2019-09-09 14:07:29 +02:00
this.ShowIcon = false;
this.Text = "UpTool 2";
2019-09-09 17:50:33 +02:00
this.Load += new System.EventHandler(this.MainForm_Load);
2019-09-08 21:39:04 +02:00
this.infoPanel.ResumeLayout(false);
this.infoPanel.PerformLayout();
this.splitContainer.Panel1.ResumeLayout(false);
this.splitContainer.Panel2.ResumeLayout(false);
2020-04-08 20:57:50 +02:00
((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
2019-09-08 21:39:04 +02:00
this.splitContainer.ResumeLayout(false);
this.optionsPanel.ResumeLayout(false);
2019-09-09 17:50:33 +02:00
this.optionsPanel.PerformLayout();
2020-04-08 20:57:50 +02:00
this.changesPanel.ResumeLayout(false);
this.changesPanel.PerformLayout();
2019-09-08 21:39:04 +02:00
this.ResumeLayout(false);
2020-04-08 20:57:50 +02:00
2019-09-08 21:39:04 +02:00
}
#endregion
2019-09-08 21:39:04 +02:00
private System.Windows.Forms.FlowLayoutPanel sidebarPanel;
private System.Windows.Forms.Panel infoPanel;
private System.Windows.Forms.SplitContainer splitContainer;
private System.Windows.Forms.Label infoPanel_Title;
private System.Windows.Forms.Label infoPanel_Description;
private System.Windows.Forms.Panel optionsPanel;
private System.Windows.Forms.Button controls_settings;
2019-09-09 19:18:33 +02:00
private System.Windows.Forms.Button controls_reload;
2019-09-08 21:39:04 +02:00
private System.Windows.Forms.Button action_install;
private System.Windows.Forms.Button action_remove;
private System.Windows.Forms.Button action_update;
2019-09-09 17:50:33 +02:00
private System.Windows.Forms.TextBox searchBox;
2019-09-09 19:18:33 +02:00
private System.Windows.Forms.ToolTip toolTip;
2019-09-10 10:02:24 +02:00
private System.Windows.Forms.ComboBox filterBox;
private System.Windows.Forms.Button action_run;
2019-09-29 16:19:57 +02:00
private System.Windows.Forms.Button controls_upload;
private System.Windows.Forms.OpenFileDialog searchPackageDialog;
2020-04-08 20:57:50 +02:00
private System.Windows.Forms.Panel changesPanel;
private System.Windows.Forms.Label changesLabel;
private System.Windows.Forms.Button changesButton;
private System.Windows.Forms.ProgressBar progressBar1;
2019-09-08 21:39:04 +02:00
}
}