namespace FSFlightLogger { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; #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.OutputGroupbox = new System.Windows.Forms.GroupBox(); this.OutputKMLPathBrowseButton = new System.Windows.Forms.Button(); this.OutputKMLPathLabel = new System.Windows.Forms.Label(); this.OutputKMLPathTextbox = new System.Windows.Forms.TextBox(); this.OutputCSVPathBrowseButton = new System.Windows.Forms.Button(); this.OutputCSVPathLabel = new System.Windows.Forms.Label(); this.OutputCSVPathTextbox = new System.Windows.Forms.TextBox(); this.OutputKMLCheckbox = new System.Windows.Forms.CheckBox(); this.OutputCSVCheckbox = new System.Windows.Forms.CheckBox(); this.StatusImageList = new System.Windows.Forms.ImageList(this.components); this.FlightSimulatorStatusIcon = new System.Windows.Forms.PictureBox(); this.FlightSimulatorLabel = new System.Windows.Forms.Label(); this.FlightSimulatorStatusLabel = new System.Windows.Forms.Label(); this.RecordButton = new System.Windows.Forms.Button(); this.RecordingStatusIcon = new System.Windows.Forms.PictureBox(); this.TriggersGroupbox = new System.Windows.Forms.GroupBox(); this.TriggerConnectedCheckbox = new System.Windows.Forms.CheckBox(); this.TriggerNewLogStationaryUnitsLabel = new System.Windows.Forms.Label(); this.TriggerNewLogStationaryTimeEdit = new System.Windows.Forms.NumericUpDown(); this.TriggerNewLogStationaryCheckbox = new System.Windows.Forms.CheckBox(); this.TriggerWaitForMovementCheckbox = new System.Windows.Forms.CheckBox(); this.FolderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog(); this.KMLLiveGroupbox = new System.Windows.Forms.GroupBox(); this.KMLLiveHelpLabel = new System.Windows.Forms.Label(); this.KMLLiveLinkEdit = new System.Windows.Forms.TextBox(); this.KMLLivePortEdit = new System.Windows.Forms.NumericUpDown(); this.KMLLiveLinkLabel = new System.Windows.Forms.Label(); this.KMLLiveCheckbox = new System.Windows.Forms.CheckBox(); this.TryConnectTimer = new System.Windows.Forms.Timer(this.components); this.ChangesWhileRecordingLabel = new System.Windows.Forms.Label(); this.OutputGroupbox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.FlightSimulatorStatusIcon)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.RecordingStatusIcon)).BeginInit(); this.TriggersGroupbox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.TriggerNewLogStationaryTimeEdit)).BeginInit(); this.KMLLiveGroupbox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.KMLLivePortEdit)).BeginInit(); this.SuspendLayout(); // // OutputGroupbox // this.OutputGroupbox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.OutputGroupbox.Controls.Add(this.OutputKMLPathBrowseButton); this.OutputGroupbox.Controls.Add(this.OutputKMLPathLabel); this.OutputGroupbox.Controls.Add(this.OutputKMLPathTextbox); this.OutputGroupbox.Controls.Add(this.OutputCSVPathBrowseButton); this.OutputGroupbox.Controls.Add(this.OutputCSVPathLabel); this.OutputGroupbox.Controls.Add(this.OutputCSVPathTextbox); this.OutputGroupbox.Controls.Add(this.OutputKMLCheckbox); this.OutputGroupbox.Controls.Add(this.OutputCSVCheckbox); this.OutputGroupbox.Location = new System.Drawing.Point(12, 59); this.OutputGroupbox.Name = "OutputGroupbox"; this.OutputGroupbox.Size = new System.Drawing.Size(482, 136); this.OutputGroupbox.TabIndex = 1; this.OutputGroupbox.TabStop = false; this.OutputGroupbox.Text = " Output "; // // OutputKMLPathBrowseButton // this.OutputKMLPathBrowseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.OutputKMLPathBrowseButton.Enabled = false; this.OutputKMLPathBrowseButton.Location = new System.Drawing.Point(448, 102); this.OutputKMLPathBrowseButton.Name = "OutputKMLPathBrowseButton"; this.OutputKMLPathBrowseButton.Size = new System.Drawing.Size(28, 20); this.OutputKMLPathBrowseButton.TabIndex = 7; this.OutputKMLPathBrowseButton.Text = "..."; this.OutputKMLPathBrowseButton.UseVisualStyleBackColor = true; this.OutputKMLPathBrowseButton.Click += new System.EventHandler(this.OutputKMLPathBrowseButton_Click); // // OutputKMLPathLabel // this.OutputKMLPathLabel.AutoSize = true; this.OutputKMLPathLabel.Location = new System.Drawing.Point(26, 105); this.OutputKMLPathLabel.Name = "OutputKMLPathLabel"; this.OutputKMLPathLabel.Size = new System.Drawing.Size(32, 13); this.OutputKMLPathLabel.TabIndex = 6; this.OutputKMLPathLabel.Text = "Path:"; // // OutputKMLPathTextbox // this.OutputKMLPathTextbox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.OutputKMLPathTextbox.Enabled = false; this.OutputKMLPathTextbox.Location = new System.Drawing.Point(71, 102); this.OutputKMLPathTextbox.Name = "OutputKMLPathTextbox"; this.OutputKMLPathTextbox.Size = new System.Drawing.Size(373, 20); this.OutputKMLPathTextbox.TabIndex = 5; this.OutputKMLPathTextbox.TextChanged += new System.EventHandler(this.Configuration_Changed); // // OutputCSVPathBrowseButton // this.OutputCSVPathBrowseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.OutputCSVPathBrowseButton.Enabled = false; this.OutputCSVPathBrowseButton.Location = new System.Drawing.Point(448, 46); this.OutputCSVPathBrowseButton.Name = "OutputCSVPathBrowseButton"; this.OutputCSVPathBrowseButton.Size = new System.Drawing.Size(28, 20); this.OutputCSVPathBrowseButton.TabIndex = 4; this.OutputCSVPathBrowseButton.Text = "..."; this.OutputCSVPathBrowseButton.UseVisualStyleBackColor = true; this.OutputCSVPathBrowseButton.Click += new System.EventHandler(this.OutputCSVPathBrowseButton_Click); // // OutputCSVPathLabel // this.OutputCSVPathLabel.AutoSize = true; this.OutputCSVPathLabel.Location = new System.Drawing.Point(26, 49); this.OutputCSVPathLabel.Name = "OutputCSVPathLabel"; this.OutputCSVPathLabel.Size = new System.Drawing.Size(32, 13); this.OutputCSVPathLabel.TabIndex = 3; this.OutputCSVPathLabel.Text = "Path:"; // // OutputCSVPathTextbox // this.OutputCSVPathTextbox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.OutputCSVPathTextbox.Enabled = false; this.OutputCSVPathTextbox.Location = new System.Drawing.Point(71, 46); this.OutputCSVPathTextbox.Name = "OutputCSVPathTextbox"; this.OutputCSVPathTextbox.Size = new System.Drawing.Size(373, 20); this.OutputCSVPathTextbox.TabIndex = 2; this.OutputCSVPathTextbox.TextChanged += new System.EventHandler(this.Configuration_Changed); // // OutputKMLCheckbox // this.OutputKMLCheckbox.AutoSize = true; this.OutputKMLCheckbox.Location = new System.Drawing.Point(10, 79); this.OutputKMLCheckbox.Name = "OutputKMLCheckbox"; this.OutputKMLCheckbox.Size = new System.Drawing.Size(119, 17); this.OutputKMLCheckbox.TabIndex = 1; this.OutputKMLCheckbox.Text = "Google Earth (KML)"; this.OutputKMLCheckbox.UseVisualStyleBackColor = true; this.OutputKMLCheckbox.CheckedChanged += new System.EventHandler(this.OutputKMLCheckbox_CheckedChanged); // // OutputCSVCheckbox // this.OutputCSVCheckbox.AutoSize = true; this.OutputCSVCheckbox.Location = new System.Drawing.Point(10, 23); this.OutputCSVCheckbox.Name = "OutputCSVCheckbox"; this.OutputCSVCheckbox.Size = new System.Drawing.Size(141, 17); this.OutputCSVCheckbox.TabIndex = 0; this.OutputCSVCheckbox.Text = "Comma-separated (CSV)"; this.OutputCSVCheckbox.UseVisualStyleBackColor = true; this.OutputCSVCheckbox.CheckedChanged += new System.EventHandler(this.OutputCSVCheckbox_CheckedChanged); // // StatusImageList // this.StatusImageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("StatusImageList.ImageStream"))); this.StatusImageList.TransparentColor = System.Drawing.Color.Transparent; this.StatusImageList.Images.SetKeyName(0, "Idle"); this.StatusImageList.Images.SetKeyName(1, "Recording"); this.StatusImageList.Images.SetKeyName(2, "FSDisconnected"); this.StatusImageList.Images.SetKeyName(3, "FSConnected"); // // FlightSimulatorStatusIcon // this.FlightSimulatorStatusIcon.Location = new System.Drawing.Point(12, 12); this.FlightSimulatorStatusIcon.Name = "FlightSimulatorStatusIcon"; this.FlightSimulatorStatusIcon.Size = new System.Drawing.Size(32, 32); this.FlightSimulatorStatusIcon.TabIndex = 1; this.FlightSimulatorStatusIcon.TabStop = false; // // FlightSimulatorLabel // this.FlightSimulatorLabel.AutoSize = true; this.FlightSimulatorLabel.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FlightSimulatorLabel.Location = new System.Drawing.Point(50, 9); this.FlightSimulatorLabel.Name = "FlightSimulatorLabel"; this.FlightSimulatorLabel.Size = new System.Drawing.Size(133, 21); this.FlightSimulatorLabel.TabIndex = 2; this.FlightSimulatorLabel.Text = "Flight Simulator"; // // FlightSimulatorStatusLabel // this.FlightSimulatorStatusLabel.AutoSize = true; this.FlightSimulatorStatusLabel.Location = new System.Drawing.Point(51, 31); this.FlightSimulatorStatusLabel.Name = "FlightSimulatorStatusLabel"; this.FlightSimulatorStatusLabel.Size = new System.Drawing.Size(70, 13); this.FlightSimulatorStatusLabel.TabIndex = 3; this.FlightSimulatorStatusLabel.Text = "Connecting..."; // // RecordButton // this.RecordButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.RecordButton.Enabled = false; this.RecordButton.Location = new System.Drawing.Point(348, 17); this.RecordButton.Name = "RecordButton"; this.RecordButton.Size = new System.Drawing.Size(108, 23); this.RecordButton.TabIndex = 0; this.RecordButton.Text = ""; this.RecordButton.UseVisualStyleBackColor = true; this.RecordButton.Click += new System.EventHandler(this.RecordButton_Click); // // RecordingStatusIcon // this.RecordingStatusIcon.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.RecordingStatusIcon.Location = new System.Drawing.Point(462, 12); this.RecordingStatusIcon.Name = "RecordingStatusIcon"; this.RecordingStatusIcon.Size = new System.Drawing.Size(32, 32); this.RecordingStatusIcon.TabIndex = 5; this.RecordingStatusIcon.TabStop = false; // // TriggersGroupbox // this.TriggersGroupbox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TriggersGroupbox.Controls.Add(this.TriggerConnectedCheckbox); this.TriggersGroupbox.Controls.Add(this.TriggerNewLogStationaryUnitsLabel); this.TriggersGroupbox.Controls.Add(this.TriggerNewLogStationaryTimeEdit); this.TriggersGroupbox.Controls.Add(this.TriggerNewLogStationaryCheckbox); this.TriggersGroupbox.Controls.Add(this.TriggerWaitForMovementCheckbox); this.TriggersGroupbox.Location = new System.Drawing.Point(12, 201); this.TriggersGroupbox.Name = "TriggersGroupbox"; this.TriggersGroupbox.Size = new System.Drawing.Size(482, 124); this.TriggersGroupbox.TabIndex = 2; this.TriggersGroupbox.TabStop = false; this.TriggersGroupbox.Text = " Triggers "; // // TriggerConnectedCheckbox // this.TriggerConnectedCheckbox.AutoSize = true; this.TriggerConnectedCheckbox.Location = new System.Drawing.Point(10, 23); this.TriggerConnectedCheckbox.Name = "TriggerConnectedCheckbox"; this.TriggerConnectedCheckbox.Size = new System.Drawing.Size(324, 17); this.TriggerConnectedCheckbox.TabIndex = 0; this.TriggerConnectedCheckbox.Text = " Start recording immediately when connected to Flight Simulator"; this.TriggerConnectedCheckbox.UseVisualStyleBackColor = true; // // TriggerNewLogStationaryUnitsLabel // this.TriggerNewLogStationaryUnitsLabel.AutoSize = true; this.TriggerNewLogStationaryUnitsLabel.Location = new System.Drawing.Point(117, 94); this.TriggerNewLogStationaryUnitsLabel.Name = "TriggerNewLogStationaryUnitsLabel"; this.TriggerNewLogStationaryUnitsLabel.Size = new System.Drawing.Size(47, 13); this.TriggerNewLogStationaryUnitsLabel.TabIndex = 3; this.TriggerNewLogStationaryUnitsLabel.Text = "seconds"; // // TriggerNewLogStationaryTimeEdit // this.TriggerNewLogStationaryTimeEdit.Enabled = false; this.TriggerNewLogStationaryTimeEdit.Location = new System.Drawing.Point(33, 92); this.TriggerNewLogStationaryTimeEdit.Name = "TriggerNewLogStationaryTimeEdit"; this.TriggerNewLogStationaryTimeEdit.Size = new System.Drawing.Size(78, 20); this.TriggerNewLogStationaryTimeEdit.TabIndex = 3; this.TriggerNewLogStationaryTimeEdit.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.TriggerNewLogStationaryTimeEdit.Value = new decimal(new int[] { 30, 0, 0, 0}); this.TriggerNewLogStationaryTimeEdit.ValueChanged += new System.EventHandler(this.Configuration_Changed); // // TriggerNewLogStationaryCheckbox // this.TriggerNewLogStationaryCheckbox.AutoSize = true; this.TriggerNewLogStationaryCheckbox.Location = new System.Drawing.Point(10, 69); this.TriggerNewLogStationaryCheckbox.Name = "TriggerNewLogStationaryCheckbox"; this.TriggerNewLogStationaryCheckbox.Size = new System.Drawing.Size(353, 17); this.TriggerNewLogStationaryCheckbox.TabIndex = 2; this.TriggerNewLogStationaryCheckbox.Text = " Start a new log when stationary for at least (excluding when paused):"; this.TriggerNewLogStationaryCheckbox.UseVisualStyleBackColor = true; this.TriggerNewLogStationaryCheckbox.CheckedChanged += new System.EventHandler(this.TriggerNewLogStationaryCheckbox_CheckedChanged); // // TriggerWaitForMovementCheckbox // this.TriggerWaitForMovementCheckbox.AutoSize = true; this.TriggerWaitForMovementCheckbox.Checked = true; this.TriggerWaitForMovementCheckbox.CheckState = System.Windows.Forms.CheckState.Checked; this.TriggerWaitForMovementCheckbox.Location = new System.Drawing.Point(10, 46); this.TriggerWaitForMovementCheckbox.Name = "TriggerWaitForMovementCheckbox"; this.TriggerWaitForMovementCheckbox.Size = new System.Drawing.Size(454, 17); this.TriggerWaitForMovementCheckbox.TabIndex = 1; this.TriggerWaitForMovementCheckbox.Text = " Wait for movement before logging the starting point (recommended, ignores initia" + "l teleports)"; this.TriggerWaitForMovementCheckbox.UseVisualStyleBackColor = true; this.TriggerWaitForMovementCheckbox.CheckedChanged += new System.EventHandler(this.Configuration_Changed); // // KMLLiveGroupbox // this.KMLLiveGroupbox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.KMLLiveGroupbox.Controls.Add(this.KMLLiveHelpLabel); this.KMLLiveGroupbox.Controls.Add(this.KMLLiveLinkEdit); this.KMLLiveGroupbox.Controls.Add(this.KMLLivePortEdit); this.KMLLiveGroupbox.Controls.Add(this.KMLLiveLinkLabel); this.KMLLiveGroupbox.Controls.Add(this.KMLLiveCheckbox); this.KMLLiveGroupbox.Location = new System.Drawing.Point(12, 331); this.KMLLiveGroupbox.Name = "KMLLiveGroupbox"; this.KMLLiveGroupbox.Size = new System.Drawing.Size(482, 97); this.KMLLiveGroupbox.TabIndex = 3; this.KMLLiveGroupbox.TabStop = false; this.KMLLiveGroupbox.Text = " Google Earth live location "; // // KMLLiveHelpLabel // this.KMLLiveHelpLabel.AutoSize = true; this.KMLLiveHelpLabel.ForeColor = System.Drawing.SystemColors.GrayText; this.KMLLiveHelpLabel.Location = new System.Drawing.Point(124, 72); this.KMLLiveHelpLabel.Name = "KMLLiveHelpLabel"; this.KMLLiveHelpLabel.Size = new System.Drawing.Size(352, 13); this.KMLLiveHelpLabel.TabIndex = 5; this.KMLLiveHelpLabel.Text = "Copy this link and use it in the Add > Network Link option in Google Earth"; // // KMLLiveLinkEdit // this.KMLLiveLinkEdit.BackColor = System.Drawing.SystemColors.ButtonFace; this.KMLLiveLinkEdit.Location = new System.Drawing.Point(123, 49); this.KMLLiveLinkEdit.Name = "KMLLiveLinkEdit"; this.KMLLiveLinkEdit.ReadOnly = true; this.KMLLiveLinkEdit.Size = new System.Drawing.Size(353, 20); this.KMLLiveLinkEdit.TabIndex = 4; // // KMLLivePortEdit // this.KMLLivePortEdit.Enabled = false; this.KMLLivePortEdit.Location = new System.Drawing.Point(123, 22); this.KMLLivePortEdit.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.KMLLivePortEdit.Name = "KMLLivePortEdit"; this.KMLLivePortEdit.Size = new System.Drawing.Size(78, 20); this.KMLLivePortEdit.TabIndex = 3; this.KMLLivePortEdit.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; this.KMLLivePortEdit.Value = new decimal(new int[] { 2020, 0, 0, 0}); this.KMLLivePortEdit.ValueChanged += new System.EventHandler(this.KMLLivePortEdit_ValueChanged); // // KMLLiveLinkLabel // this.KMLLiveLinkLabel.AutoSize = true; this.KMLLiveLinkLabel.Location = new System.Drawing.Point(30, 52); this.KMLLiveLinkLabel.Name = "KMLLiveLinkLabel"; this.KMLLiveLinkLabel.Size = new System.Drawing.Size(30, 13); this.KMLLiveLinkLabel.TabIndex = 1; this.KMLLiveLinkLabel.Text = "Link:"; // // KMLLiveCheckbox // this.KMLLiveCheckbox.AutoSize = true; this.KMLLiveCheckbox.Location = new System.Drawing.Point(10, 23); this.KMLLiveCheckbox.Name = "KMLLiveCheckbox"; this.KMLLiveCheckbox.Size = new System.Drawing.Size(107, 17); this.KMLLiveCheckbox.TabIndex = 0; this.KMLLiveCheckbox.Text = " Enabled on port:"; this.KMLLiveCheckbox.UseVisualStyleBackColor = true; this.KMLLiveCheckbox.CheckedChanged += new System.EventHandler(this.KMLLiveEnabled_CheckedChanged); // // TryConnectTimer // this.TryConnectTimer.Interval = 5000; this.TryConnectTimer.Tick += new System.EventHandler(this.TryConnectTimer_Tick); // // ChangesWhileRecordingLabel // this.ChangesWhileRecordingLabel.AutoSize = true; this.ChangesWhileRecordingLabel.ForeColor = System.Drawing.Color.Red; this.ChangesWhileRecordingLabel.Location = new System.Drawing.Point(191, 43); this.ChangesWhileRecordingLabel.Name = "ChangesWhileRecordingLabel"; this.ChangesWhileRecordingLabel.Size = new System.Drawing.Size(265, 13); this.ChangesWhileRecordingLabel.TabIndex = 8; this.ChangesWhileRecordingLabel.Text = "changes will take effect once the recording is restarted"; this.ChangesWhileRecordingLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; this.ChangesWhileRecordingLabel.Visible = false; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(506, 440); this.Controls.Add(this.ChangesWhileRecordingLabel); this.Controls.Add(this.KMLLiveGroupbox); this.Controls.Add(this.TriggersGroupbox); this.Controls.Add(this.RecordingStatusIcon); this.Controls.Add(this.RecordButton); this.Controls.Add(this.FlightSimulatorStatusLabel); this.Controls.Add(this.FlightSimulatorLabel); this.Controls.Add(this.FlightSimulatorStatusIcon); this.Controls.Add(this.OutputGroupbox); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FS Flight Logger"; this.OutputGroupbox.ResumeLayout(false); this.OutputGroupbox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.FlightSimulatorStatusIcon)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.RecordingStatusIcon)).EndInit(); this.TriggersGroupbox.ResumeLayout(false); this.TriggersGroupbox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.TriggerNewLogStationaryTimeEdit)).EndInit(); this.KMLLiveGroupbox.ResumeLayout(false); this.KMLLiveGroupbox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.KMLLivePortEdit)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox OutputGroupbox; private System.Windows.Forms.Button OutputKMLPathBrowseButton; private System.Windows.Forms.Label OutputKMLPathLabel; private System.Windows.Forms.TextBox OutputKMLPathTextbox; private System.Windows.Forms.Button OutputCSVPathBrowseButton; private System.Windows.Forms.Label OutputCSVPathLabel; private System.Windows.Forms.TextBox OutputCSVPathTextbox; private System.Windows.Forms.CheckBox OutputKMLCheckbox; private System.Windows.Forms.CheckBox OutputCSVCheckbox; private System.Windows.Forms.ImageList StatusImageList; private System.Windows.Forms.PictureBox FlightSimulatorStatusIcon; private System.Windows.Forms.Label FlightSimulatorLabel; private System.Windows.Forms.Label FlightSimulatorStatusLabel; private System.Windows.Forms.Button RecordButton; private System.Windows.Forms.PictureBox RecordingStatusIcon; private System.Windows.Forms.GroupBox TriggersGroupbox; private System.Windows.Forms.Label TriggerNewLogStationaryUnitsLabel; private System.Windows.Forms.NumericUpDown TriggerNewLogStationaryTimeEdit; private System.Windows.Forms.CheckBox TriggerNewLogStationaryCheckbox; private System.Windows.Forms.CheckBox TriggerWaitForMovementCheckbox; private System.Windows.Forms.FolderBrowserDialog FolderBrowserDialog; private System.Windows.Forms.GroupBox KMLLiveGroupbox; private System.Windows.Forms.Label KMLLiveHelpLabel; private System.Windows.Forms.TextBox KMLLiveLinkEdit; private System.Windows.Forms.NumericUpDown KMLLivePortEdit; private System.Windows.Forms.Label KMLLiveLinkLabel; private System.Windows.Forms.CheckBox KMLLiveCheckbox; private System.Windows.Forms.Timer TryConnectTimer; private System.Windows.Forms.Label ChangesWhileRecordingLabel; private System.Windows.Forms.CheckBox TriggerConnectedCheckbox; } }