namespace MSFSPopoutPanelManager { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.btnAnalyze = new System.Windows.Forms.Button(); this.btnSaveSettings = new System.Windows.Forms.Button(); this.comboBoxProfile = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.txtStatus = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.lblMsfsRunning = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.tabControlOcrDebug = new System.Windows.Forms.TabControl(); this.chkHidePanelTitleBar = new System.Windows.Forms.CheckBox(); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); this.checkBoxMinimizeToTray = new System.Windows.Forms.CheckBox(); this.lblVersion = new System.Windows.Forms.Label(); this.chkAlwaysOnTop = new System.Windows.Forms.CheckBox(); this.btnApplySettings = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnAnalyze // this.btnAnalyze.Enabled = false; this.btnAnalyze.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btnAnalyze.Location = new System.Drawing.Point(85, 60); this.btnAnalyze.Name = "btnAnalyze"; this.btnAnalyze.Size = new System.Drawing.Size(103, 31); this.btnAnalyze.TabIndex = 2; this.btnAnalyze.Text = "Analyze"; this.btnAnalyze.UseVisualStyleBackColor = true; this.btnAnalyze.Click += new System.EventHandler(this.btnAnalyze_Click); // // btnSaveSettings // this.btnSaveSettings.Enabled = false; this.btnSaveSettings.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btnSaveSettings.Location = new System.Drawing.Point(364, 60); this.btnSaveSettings.Name = "btnSaveSettings"; this.btnSaveSettings.Size = new System.Drawing.Size(115, 31); this.btnSaveSettings.TabIndex = 3; this.btnSaveSettings.Text = "Save Settings"; this.btnSaveSettings.UseVisualStyleBackColor = true; this.btnSaveSettings.Click += new System.EventHandler(this.btnSaveSettings_Click); // // comboBoxProfile // this.comboBoxProfile.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxProfile.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.comboBoxProfile.FormattingEnabled = true; this.comboBoxProfile.Location = new System.Drawing.Point(85, 21); this.comboBoxProfile.Name = "comboBoxProfile"; this.comboBoxProfile.Size = new System.Drawing.Size(212, 28); this.comboBoxProfile.TabIndex = 1; this.comboBoxProfile.SelectedIndexChanged += new System.EventHandler(this.comboBoxProfile_SelectedIndexChanged); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label1.Location = new System.Drawing.Point(23, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(52, 20); this.label1.TabIndex = 4; this.label1.Text = "Profile"; // // txtStatus // this.txtStatus.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.txtStatus.Location = new System.Drawing.Point(85, 108); this.txtStatus.Multiline = true; this.txtStatus.Name = "txtStatus"; this.txtStatus.ReadOnly = true; this.txtStatus.Size = new System.Drawing.Size(606, 47); this.txtStatus.TabIndex = 5; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label3.Location = new System.Drawing.Point(23, 111); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(49, 20); this.label3.TabIndex = 8; this.label3.Text = "Status"; // // lblMsfsRunning // this.lblMsfsRunning.AutoSize = true; this.lblMsfsRunning.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblMsfsRunning.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.lblMsfsRunning.ForeColor = System.Drawing.Color.Red; this.lblMsfsRunning.Location = new System.Drawing.Point(546, 429); this.lblMsfsRunning.Name = "lblMsfsRunning"; this.lblMsfsRunning.Size = new System.Drawing.Size(145, 22); this.lblMsfsRunning.TabIndex = 9; this.lblMsfsRunning.Text = "MSFS is not Running"; this.lblMsfsRunning.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.label4.Location = new System.Drawing.Point(23, 174); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(169, 20); this.label4.TabIndex = 10; this.label4.Text = "OCR Debug Information"; // // tabControlOcrDebug // this.tabControlOcrDebug.Location = new System.Drawing.Point(26, 197); this.tabControlOcrDebug.Name = "tabControlOcrDebug"; this.tabControlOcrDebug.SelectedIndex = 0; this.tabControlOcrDebug.Size = new System.Drawing.Size(665, 220); this.tabControlOcrDebug.TabIndex = 12; // // chkHidePanelTitleBar // this.chkHidePanelTitleBar.AutoSize = true; this.chkHidePanelTitleBar.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.chkHidePanelTitleBar.Location = new System.Drawing.Point(317, 22); this.chkHidePanelTitleBar.Name = "chkHidePanelTitleBar"; this.chkHidePanelTitleBar.Size = new System.Drawing.Size(158, 24); this.chkHidePanelTitleBar.TabIndex = 15; this.chkHidePanelTitleBar.Text = "Hide Panel Title Bar"; this.chkHidePanelTitleBar.UseVisualStyleBackColor = true; // // 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); // // checkBoxMinimizeToTray // this.checkBoxMinimizeToTray.AutoSize = true; this.checkBoxMinimizeToTray.Checked = true; this.checkBoxMinimizeToTray.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxMinimizeToTray.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.checkBoxMinimizeToTray.Location = new System.Drawing.Point(26, 427); this.checkBoxMinimizeToTray.Name = "checkBoxMinimizeToTray"; this.checkBoxMinimizeToTray.Size = new System.Drawing.Size(189, 24); this.checkBoxMinimizeToTray.TabIndex = 16; this.checkBoxMinimizeToTray.Text = "Minimize to System Tray"; this.checkBoxMinimizeToTray.UseVisualStyleBackColor = true; // // lblVersion // this.lblVersion.AutoSize = true; this.lblVersion.Location = new System.Drawing.Point(305, 448); this.lblVersion.Name = "lblVersion"; this.lblVersion.Size = new System.Drawing.Size(51, 15); this.lblVersion.TabIndex = 17; this.lblVersion.Text = "Version: "; // // chkAlwaysOnTop // this.chkAlwaysOnTop.AutoSize = true; this.chkAlwaysOnTop.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.chkAlwaysOnTop.Location = new System.Drawing.Point(495, 22); this.chkAlwaysOnTop.Name = "chkAlwaysOnTop"; this.chkAlwaysOnTop.Size = new System.Drawing.Size(124, 24); this.chkAlwaysOnTop.TabIndex = 18; this.chkAlwaysOnTop.Text = "Always on Top"; this.chkAlwaysOnTop.UseVisualStyleBackColor = true; // // btnApplySettings // this.btnApplySettings.Enabled = false; this.btnApplySettings.Font = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point); this.btnApplySettings.Location = new System.Drawing.Point(216, 60); this.btnApplySettings.Name = "btnApplySettings"; this.btnApplySettings.Size = new System.Drawing.Size(119, 31); this.btnApplySettings.TabIndex = 19; this.btnApplySettings.Text = "Apply Settings"; this.btnApplySettings.UseVisualStyleBackColor = true; this.btnApplySettings.Click += new System.EventHandler(this.btnApplySettings_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(713, 472); this.Controls.Add(this.btnApplySettings); this.Controls.Add(this.chkAlwaysOnTop); this.Controls.Add(this.lblVersion); this.Controls.Add(this.checkBoxMinimizeToTray); this.Controls.Add(this.chkHidePanelTitleBar); this.Controls.Add(this.tabControlOcrDebug); this.Controls.Add(this.label4); this.Controls.Add(this.lblMsfsRunning); this.Controls.Add(this.label3); this.Controls.Add(this.txtStatus); this.Controls.Add(this.label1); this.Controls.Add(this.comboBoxProfile); this.Controls.Add(this.btnSaveSettings); this.Controls.Add(this.btnAnalyze); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "MainForm"; this.Text = "MSFS 2020 Pop Out Panel Manager"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); this.Resize += new System.EventHandler(this.MainForm_Resize); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnAnalyze; private System.Windows.Forms.Button btnSaveSettings; private System.Windows.Forms.ComboBox comboBoxProfile; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtStatus; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lblMsfsRunning; private System.Windows.Forms.Label label4; private System.Windows.Forms.TabControl tabControlOcrDebug; private System.Windows.Forms.CheckBox chkHidePanelTitleBar; private System.Windows.Forms.NotifyIcon notifyIcon1; private System.Windows.Forms.CheckBox checkBoxMinimizeToTray; private System.Windows.Forms.Label lblVersion; private System.Windows.Forms.CheckBox chkAlwaysOnTop; private System.Windows.Forms.Button btnApplySettings; } }