namespace NMEATester { partial class MainForm { /// <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(MainForm)); this.toolStrip = new System.Windows.Forms.ToolStrip(); this.openCloseButton = new System.Windows.Forms.ToolStripButton(); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.statusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.mainSplitContainer = new System.Windows.Forms.SplitContainer(); this.leftSplit = new System.Windows.Forms.SplitContainer(); this.serialPortParametersEditor = new NMEATester.SerialPortParametersEditor(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.label7 = new System.Windows.Forms.Label(); this.groundSpeedLabel = new System.Windows.Forms.Label(); this.extraInfoLabel = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.satellitesListBox = new System.Windows.Forms.ListBox(); 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.geoidalSeparationLabel = new System.Windows.Forms.Label(); this.antennaLabel = new System.Windows.Forms.Label(); this.timeLabel = new System.Windows.Forms.Label(); this.locationLabel = new System.Windows.Forms.Label(); this.serialPort = new System.IO.Ports.SerialPort(this.components); this.toolStrip.SuspendLayout(); this.statusStrip.SuspendLayout(); this.mainSplitContainer.Panel1.SuspendLayout(); this.mainSplitContainer.Panel2.SuspendLayout(); this.mainSplitContainer.SuspendLayout(); this.leftSplit.Panel1.SuspendLayout(); this.leftSplit.Panel2.SuspendLayout(); this.leftSplit.SuspendLayout(); this.SuspendLayout(); // // toolStrip // this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.openCloseButton}); this.toolStrip.Location = new System.Drawing.Point(0, 0); this.toolStrip.Name = "toolStrip"; this.toolStrip.Size = new System.Drawing.Size(699, 25); this.toolStrip.TabIndex = 0; this.toolStrip.Text = "toolStrip1"; // // openCloseButton // this.openCloseButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.openCloseButton.Image = ((System.Drawing.Image)(resources.GetObject("openCloseButton.Image"))); this.openCloseButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.openCloseButton.Name = "openCloseButton"; this.openCloseButton.Size = new System.Drawing.Size(37, 22); this.openCloseButton.Text = "Open"; this.openCloseButton.Click += new System.EventHandler(this.openCloseButton_Click); // // statusStrip // this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1, this.statusLabel}); this.statusStrip.Location = new System.Drawing.Point(0, 314); this.statusStrip.Name = "statusStrip"; this.statusStrip.Size = new System.Drawing.Size(699, 22); this.statusStrip.TabIndex = 1; this.statusStrip.Text = "statusStrip1"; // // toolStripStatusLabel1 // this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; this.toolStripStatusLabel1.Size = new System.Drawing.Size(42, 17); this.toolStripStatusLabel1.Text = "Status:"; // // statusLabel // this.statusLabel.Name = "statusLabel"; this.statusLabel.Size = new System.Drawing.Size(60, 17); this.statusLabel.Text = "Port closed"; // // mainSplitContainer // this.mainSplitContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.mainSplitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.mainSplitContainer.IsSplitterFixed = true; this.mainSplitContainer.Location = new System.Drawing.Point(0, 25); this.mainSplitContainer.Name = "mainSplitContainer"; // // mainSplitContainer.Panel1 // this.mainSplitContainer.Panel1.Controls.Add(this.leftSplit); // // mainSplitContainer.Panel2 // this.mainSplitContainer.Panel2.Controls.Add(this.label7); this.mainSplitContainer.Panel2.Controls.Add(this.groundSpeedLabel); this.mainSplitContainer.Panel2.Controls.Add(this.extraInfoLabel); this.mainSplitContainer.Panel2.Controls.Add(this.label6); this.mainSplitContainer.Panel2.Controls.Add(this.label5); this.mainSplitContainer.Panel2.Controls.Add(this.satellitesListBox); this.mainSplitContainer.Panel2.Controls.Add(this.label4); this.mainSplitContainer.Panel2.Controls.Add(this.label3); this.mainSplitContainer.Panel2.Controls.Add(this.label2); this.mainSplitContainer.Panel2.Controls.Add(this.label1); this.mainSplitContainer.Panel2.Controls.Add(this.geoidalSeparationLabel); this.mainSplitContainer.Panel2.Controls.Add(this.antennaLabel); this.mainSplitContainer.Panel2.Controls.Add(this.timeLabel); this.mainSplitContainer.Panel2.Controls.Add(this.locationLabel); this.mainSplitContainer.Size = new System.Drawing.Size(699, 289); this.mainSplitContainer.SplitterDistance = 214; this.mainSplitContainer.TabIndex = 2; // // leftSplit // this.leftSplit.Dock = System.Windows.Forms.DockStyle.Fill; this.leftSplit.FixedPanel = System.Windows.Forms.FixedPanel.Panel1; this.leftSplit.IsSplitterFixed = true; this.leftSplit.Location = new System.Drawing.Point(0, 0); this.leftSplit.Name = "leftSplit"; this.leftSplit.Orientation = System.Windows.Forms.Orientation.Horizontal; // // leftSplit.Panel1 // this.leftSplit.Panel1.Controls.Add(this.serialPortParametersEditor); // // leftSplit.Panel2 // this.leftSplit.Panel2.Controls.Add(this.richTextBox1); this.leftSplit.Size = new System.Drawing.Size(214, 289); this.leftSplit.SplitterDistance = 168; this.leftSplit.TabIndex = 0; // // serialPortParametersEditor // this.serialPortParametersEditor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.serialPortParametersEditor.Location = new System.Drawing.Point(3, 3); this.serialPortParametersEditor.MaximumSize = new System.Drawing.Size(209, 163); this.serialPortParametersEditor.MinimumSize = new System.Drawing.Size(209, 163); this.serialPortParametersEditor.Name = "serialPortParametersEditor"; this.serialPortParametersEditor.PortSettings = new SerialPortSettings(); this.serialPortParametersEditor.Size = new System.Drawing.Size(209, 163); this.serialPortParametersEditor.TabIndex = 1; // // richTextBox1 // this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.richTextBox1.Location = new System.Drawing.Point(0, 0); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ReadOnly = true; this.richTextBox1.Size = new System.Drawing.Size(214, 117); this.richTextBox1.TabIndex = 0; this.richTextBox1.Text = ""; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(3, 57); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(79, 13); this.label7.TabIndex = 17; this.label7.Text = "Track\'n\'Speed:"; // // groundSpeedLabel // this.groundSpeedLabel.AutoSize = true; this.groundSpeedLabel.Location = new System.Drawing.Point(104, 57); this.groundSpeedLabel.Name = "groundSpeedLabel"; this.groundSpeedLabel.Size = new System.Drawing.Size(10, 13); this.groundSpeedLabel.TabIndex = 16; this.groundSpeedLabel.Text = "-"; // // extraInfoLabel // this.extraInfoLabel.AutoSize = true; this.extraInfoLabel.Location = new System.Drawing.Point(104, 75); this.extraInfoLabel.Name = "extraInfoLabel"; this.extraInfoLabel.Size = new System.Drawing.Size(10, 13); this.extraInfoLabel.TabIndex = 15; this.extraInfoLabel.Text = "-"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(3, 75); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(54, 13); this.label6.TabIndex = 14; this.label6.Text = "Extra info:"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(3, 101); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(49, 13); this.label5.TabIndex = 13; this.label5.Text = "Satellites"; // // satellitesListBox // this.satellitesListBox.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.satellitesListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.satellitesListBox.FormattingEnabled = true; this.satellitesListBox.IntegralHeight = false; this.satellitesListBox.Location = new System.Drawing.Point(6, 117); this.satellitesListBox.Name = "satellitesListBox"; this.satellitesListBox.Size = new System.Drawing.Size(472, 168); this.satellitesListBox.TabIndex = 12; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(3, 44); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(98, 13); this.label4.TabIndex = 11; this.label4.Text = "Geoidal separation:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(3, 31); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(87, 13); this.label3.TabIndex = 10; this.label3.Text = "Antenna altitude:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(2, 5); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(48, 13); this.label2.TabIndex = 9; this.label2.Text = "Fix UTC:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(3, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(51, 13); this.label1.TabIndex = 8; this.label1.Text = "Location:"; // // geoidalSeparationLabel // this.geoidalSeparationLabel.AutoSize = true; this.geoidalSeparationLabel.Location = new System.Drawing.Point(104, 44); this.geoidalSeparationLabel.Name = "geoidalSeparationLabel"; this.geoidalSeparationLabel.Size = new System.Drawing.Size(10, 13); this.geoidalSeparationLabel.TabIndex = 7; this.geoidalSeparationLabel.Text = "-"; // // antennaLabel // this.antennaLabel.AutoSize = true; this.antennaLabel.Location = new System.Drawing.Point(104, 31); this.antennaLabel.Name = "antennaLabel"; this.antennaLabel.Size = new System.Drawing.Size(10, 13); this.antennaLabel.TabIndex = 6; this.antennaLabel.Text = "-"; // // timeLabel // this.timeLabel.AutoSize = true; this.timeLabel.Location = new System.Drawing.Point(104, 5); this.timeLabel.Name = "timeLabel"; this.timeLabel.Size = new System.Drawing.Size(10, 13); this.timeLabel.TabIndex = 3; this.timeLabel.Text = "-"; // // locationLabel // this.locationLabel.AutoSize = true; this.locationLabel.Location = new System.Drawing.Point(104, 18); this.locationLabel.Name = "locationLabel"; this.locationLabel.Size = new System.Drawing.Size(10, 13); this.locationLabel.TabIndex = 1; this.locationLabel.Text = "-"; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(699, 336); this.Controls.Add(this.mainSplitContainer); this.Controls.Add(this.statusStrip); this.Controls.Add(this.toolStrip); this.Name = "MainForm"; this.Text = "NMEATest"; this.Load += new System.EventHandler(this.MainForm_Load); this.toolStrip.ResumeLayout(false); this.toolStrip.PerformLayout(); this.statusStrip.ResumeLayout(false); this.statusStrip.PerformLayout(); this.mainSplitContainer.Panel1.ResumeLayout(false); this.mainSplitContainer.Panel2.ResumeLayout(false); this.mainSplitContainer.Panel2.PerformLayout(); this.mainSplitContainer.ResumeLayout(false); this.leftSplit.Panel1.ResumeLayout(false); this.leftSplit.Panel2.ResumeLayout(false); this.leftSplit.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip; private System.Windows.Forms.ToolStripButton openCloseButton; private System.Windows.Forms.StatusStrip statusStrip; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.ToolStripStatusLabel statusLabel; private System.Windows.Forms.SplitContainer mainSplitContainer; private System.Windows.Forms.SplitContainer leftSplit; private SerialPortParametersEditor serialPortParametersEditor; private System.IO.Ports.SerialPort serialPort; private System.Windows.Forms.Label locationLabel; private System.Windows.Forms.Label timeLabel; private System.Windows.Forms.Label geoidalSeparationLabel; private System.Windows.Forms.Label antennaLabel; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ListBox satellitesListBox; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label extraInfoLabel; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label groundSpeedLabel; private System.Windows.Forms.RichTextBox richTextBox1; } }
By viewing downloads associated with this article you agree to the Terms of use and the article's licence.
If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)
Math Primers for Programmers