mirror of
https://github.com/hawkeye-stan/msfs-popout-panel-manager.git
synced 2024-11-22 13:50:14 +00:00
209 lines
No EOL
11 KiB
C#
209 lines
No EOL
11 KiB
C#
|
|
namespace MSFSPopoutPanelManager
|
|
{
|
|
partial class StartupForm
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StartupForm));
|
|
this.panelSteps = new System.Windows.Forms.Panel();
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
this.labelMsfsRunning = new System.Windows.Forms.Label();
|
|
this.panelStatus = new System.Windows.Forms.Panel();
|
|
this.darkLabel3 = new DarkUI.Controls.DarkLabel();
|
|
this.txtBoxStatus = new DarkUI.Controls.DarkTextBox();
|
|
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
|
this.darkLabel1 = new DarkUI.Controls.DarkLabel();
|
|
this.darkLabel2 = new DarkUI.Controls.DarkLabel();
|
|
this.checkBoxMinimizeToTray = new DarkUI.Controls.DarkCheckBox();
|
|
this.lblVersion = new DarkUI.Controls.DarkLabel();
|
|
this.panelStatus.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelSteps
|
|
//
|
|
this.panelSteps.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(101)))), ((int)(((byte)(171)))));
|
|
this.panelSteps.Location = new System.Drawing.Point(0, 64);
|
|
this.panelSteps.Name = "panelSteps";
|
|
this.panelSteps.Size = new System.Drawing.Size(862, 405);
|
|
this.panelSteps.TabIndex = 0;
|
|
//
|
|
// linkLabel1
|
|
//
|
|
this.linkLabel1.AutoSize = true;
|
|
this.linkLabel1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.linkLabel1.LinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.linkLabel1.Location = new System.Drawing.Point(344, 35);
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
this.linkLabel1.Size = new System.Drawing.Size(41, 21);
|
|
this.linkLabel1.TabIndex = 1;
|
|
this.linkLabel1.TabStop = true;
|
|
this.linkLabel1.Text = "here";
|
|
this.linkLabel1.VisitedLinkColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
//
|
|
// labelMsfsRunning
|
|
//
|
|
this.labelMsfsRunning.AutoSize = true;
|
|
this.labelMsfsRunning.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.labelMsfsRunning.ForeColor = System.Drawing.Color.Red;
|
|
this.labelMsfsRunning.Location = new System.Drawing.Point(704, 553);
|
|
this.labelMsfsRunning.Name = "labelMsfsRunning";
|
|
this.labelMsfsRunning.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
|
|
this.labelMsfsRunning.Size = new System.Drawing.Size(143, 20);
|
|
this.labelMsfsRunning.TabIndex = 10;
|
|
this.labelMsfsRunning.Text = "MSFS is not Running";
|
|
this.labelMsfsRunning.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// panelStatus
|
|
//
|
|
this.panelStatus.Controls.Add(this.darkLabel3);
|
|
this.panelStatus.Controls.Add(this.txtBoxStatus);
|
|
this.panelStatus.Enabled = false;
|
|
this.panelStatus.Location = new System.Drawing.Point(0, 469);
|
|
this.panelStatus.Name = "panelStatus";
|
|
this.panelStatus.Size = new System.Drawing.Size(860, 74);
|
|
this.panelStatus.TabIndex = 20;
|
|
//
|
|
// darkLabel3
|
|
//
|
|
this.darkLabel3.AutoSize = true;
|
|
this.darkLabel3.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.darkLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.darkLabel3.Location = new System.Drawing.Point(12, 16);
|
|
this.darkLabel3.Name = "darkLabel3";
|
|
this.darkLabel3.Size = new System.Drawing.Size(49, 20);
|
|
this.darkLabel3.TabIndex = 24;
|
|
this.darkLabel3.Text = "Status";
|
|
//
|
|
// txtBoxStatus
|
|
//
|
|
this.txtBoxStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(69)))), ((int)(((byte)(73)))), ((int)(((byte)(74)))));
|
|
this.txtBoxStatus.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.txtBoxStatus.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.txtBoxStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.txtBoxStatus.Location = new System.Drawing.Point(67, 16);
|
|
this.txtBoxStatus.Multiline = true;
|
|
this.txtBoxStatus.Name = "txtBoxStatus";
|
|
this.txtBoxStatus.ReadOnly = true;
|
|
this.txtBoxStatus.Size = new System.Drawing.Size(780, 46);
|
|
this.txtBoxStatus.TabIndex = 23;
|
|
//
|
|
// notifyIcon1
|
|
//
|
|
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
|
this.notifyIcon1.Text = "MSFS 2020 Pop Out Panel Manager";
|
|
this.notifyIcon1.Visible = true;
|
|
this.notifyIcon1.DoubleClick += new System.EventHandler(this.notifyIcon1_DoubleClick);
|
|
//
|
|
// darkLabel1
|
|
//
|
|
this.darkLabel1.AutoSize = true;
|
|
this.darkLabel1.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
|
this.darkLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.darkLabel1.Location = new System.Drawing.Point(13, 9);
|
|
this.darkLabel1.Name = "darkLabel1";
|
|
this.darkLabel1.Size = new System.Drawing.Size(591, 25);
|
|
this.darkLabel1.TabIndex = 21;
|
|
this.darkLabel1.Text = "Welcome and thank you for using MSFS Pop Out Panel Manager!";
|
|
//
|
|
// darkLabel2
|
|
//
|
|
this.darkLabel2.AutoSize = true;
|
|
this.darkLabel2.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.darkLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.darkLabel2.Location = new System.Drawing.Point(13, 36);
|
|
this.darkLabel2.Name = "darkLabel2";
|
|
this.darkLabel2.Size = new System.Drawing.Size(334, 20);
|
|
this.darkLabel2.TabIndex = 22;
|
|
this.darkLabel2.Text = "Instruction on how to use this utility can be found";
|
|
//
|
|
// checkBoxMinimizeToTray
|
|
//
|
|
this.checkBoxMinimizeToTray.AutoSize = true;
|
|
this.checkBoxMinimizeToTray.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
|
this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(13, 552);
|
|
this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray";
|
|
this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(189, 24);
|
|
this.checkBoxMinimizeToTray.TabIndex = 23;
|
|
this.checkBoxMinimizeToTray.Text = "Minimize to System Tray";
|
|
//
|
|
// lblVersion
|
|
//
|
|
this.lblVersion.AutoSize = true;
|
|
this.lblVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
|
this.lblVersion.Location = new System.Drawing.Point(383, 561);
|
|
this.lblVersion.Name = "lblVersion";
|
|
this.lblVersion.Size = new System.Drawing.Size(48, 15);
|
|
this.lblVersion.TabIndex = 24;
|
|
this.lblVersion.Text = "Version ";
|
|
//
|
|
// StartupForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(859, 583);
|
|
this.Controls.Add(this.lblVersion);
|
|
this.Controls.Add(this.checkBoxMinimizeToTray);
|
|
this.Controls.Add(this.darkLabel2);
|
|
this.Controls.Add(this.darkLabel1);
|
|
this.Controls.Add(this.linkLabel1);
|
|
this.Controls.Add(this.labelMsfsRunning);
|
|
this.Controls.Add(this.panelStatus);
|
|
this.Controls.Add(this.panelSteps);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "StartupForm";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.Text = "MSFS Pop Out Panel Manager";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.StartupForm_FormClosing);
|
|
this.Load += new System.EventHandler(this.StartupForm_Load);
|
|
this.Resize += new System.EventHandler(this.StartupForm_Resize);
|
|
this.panelStatus.ResumeLayout(false);
|
|
this.panelStatus.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panelSteps;
|
|
private System.Windows.Forms.Label labelMsfsRunning;
|
|
private System.Windows.Forms.Panel panelStatus;
|
|
private System.Windows.Forms.NotifyIcon notifyIcon1;
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
private DarkUI.Controls.DarkLabel darkLabel1;
|
|
private DarkUI.Controls.DarkLabel darkLabel2;
|
|
private DarkUI.Controls.DarkTextBox txtBoxStatus;
|
|
private DarkUI.Controls.DarkCheckBox checkBoxMinimizeToTray;
|
|
private DarkUI.Controls.DarkLabel lblVersion;
|
|
private DarkUI.Controls.DarkLabel darkLabel3;
|
|
}
|
|
} |