namespace CPFTrack { partial class Form1 { /// /// 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(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newStripChartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.newNavChartToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tbLongitude = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.timerIUSBL = new System.Windows.Forms.Timer(this.components); this.tbIUSBLDepth = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.tbIUSBLNorthing = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.tbIUSBLEasting = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.tbIUSBLRange = new System.Windows.Forms.TextBox(); this.labelIUSBLRange = new System.Windows.Forms.Label(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip1 // this.menuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20); this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.viewToolStripMenuItem, this.settingsToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.Padding = new System.Windows.Forms.Padding(8, 2, 0, 2); this.menuStrip1.Size = new System.Drawing.Size(1213, 28); this.menuStrip1.TabIndex = 14; this.menuStrip1.Text = "menuStrip1"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.exitToolStripMenuItem}); this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(44, 24); this.fileToolStripMenuItem.Text = "File"; // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(108, 26); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // viewToolStripMenuItem // this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.newStripChartToolStripMenuItem, this.newNavChartToolStripMenuItem}); this.viewToolStripMenuItem.Name = "viewToolStripMenuItem"; this.viewToolStripMenuItem.Size = new System.Drawing.Size(53, 24); this.viewToolStripMenuItem.Text = "View"; // // newStripChartToolStripMenuItem // this.newStripChartToolStripMenuItem.Name = "newStripChartToolStripMenuItem"; this.newStripChartToolStripMenuItem.Size = new System.Drawing.Size(188, 26); this.newStripChartToolStripMenuItem.Text = "New Strip Chart"; this.newStripChartToolStripMenuItem.Click += new System.EventHandler(this.newStripChartToolStripMenuItem_Click); // // newNavChartToolStripMenuItem // this.newNavChartToolStripMenuItem.Name = "newNavChartToolStripMenuItem"; this.newNavChartToolStripMenuItem.Size = new System.Drawing.Size(188, 26); this.newNavChartToolStripMenuItem.Text = "New Nav Chart"; // // settingsToolStripMenuItem // this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; this.settingsToolStripMenuItem.Size = new System.Drawing.Size(74, 24); this.settingsToolStripMenuItem.Text = "Settings"; // // textBox1 // this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.textBox1.Location = new System.Drawing.Point(16, 91); this.textBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(284, 60); this.textBox1.TabIndex = 15; this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(71, 47); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(179, 42); this.label2.TabIndex = 16; this.label2.Text = "Latititude"; // // tbLongitude // this.tbLongitude.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbLongitude.Location = new System.Drawing.Point(16, 220); this.tbLongitude.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tbLongitude.Name = "tbLongitude"; this.tbLongitude.Size = new System.Drawing.Size(284, 60); this.tbLongitude.TabIndex = 15; this.tbLongitude.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label3.Location = new System.Drawing.Point(71, 176); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(192, 42); this.label3.TabIndex = 16; this.label3.Text = "Longitude"; // // timerIUSBL // this.timerIUSBL.Interval = 5000; this.timerIUSBL.Tick += new System.EventHandler(this.timerIUSBL_Tick); // // tbIUSBLDepth // this.tbIUSBLDepth.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbIUSBLDepth.Location = new System.Drawing.Point(772, 91); this.tbIUSBLDepth.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tbIUSBLDepth.Name = "tbIUSBLDepth"; this.tbIUSBLDepth.Size = new System.Drawing.Size(284, 60); this.tbIUSBLDepth.TabIndex = 15; this.tbIUSBLDepth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label1.Location = new System.Drawing.Point(787, 47); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(245, 42); this.label1.TabIndex = 16; this.label1.Text = "iUSBL Depth"; // // tbIUSBLNorthing // this.tbIUSBLNorthing.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbIUSBLNorthing.Location = new System.Drawing.Point(772, 220); this.tbIUSBLNorthing.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tbIUSBLNorthing.Name = "tbIUSBLNorthing"; this.tbIUSBLNorthing.Size = new System.Drawing.Size(284, 60); this.tbIUSBLNorthing.TabIndex = 15; this.tbIUSBLNorthing.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label4.Location = new System.Drawing.Point(763, 176); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(289, 42); this.label4.TabIndex = 16; this.label4.Text = "iUSBL Northing"; // // tbIUSBLEasting // this.tbIUSBLEasting.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbIUSBLEasting.Location = new System.Drawing.Point(772, 354); this.tbIUSBLEasting.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.tbIUSBLEasting.Name = "tbIUSBLEasting"; this.tbIUSBLEasting.Size = new System.Drawing.Size(284, 60); this.tbIUSBLEasting.TabIndex = 15; this.tbIUSBLEasting.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label5.Location = new System.Drawing.Point(772, 310); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(272, 42); this.label5.TabIndex = 16; this.label5.Text = "iUSBL Easting"; // // tbIUSBLRange // this.tbIUSBLRange.Font = new System.Drawing.Font("Microsoft Sans Serif", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.tbIUSBLRange.Location = new System.Drawing.Point(772, 494); this.tbIUSBLRange.Margin = new System.Windows.Forms.Padding(4); this.tbIUSBLRange.Name = "tbIUSBLRange"; this.tbIUSBLRange.Size = new System.Drawing.Size(284, 60); this.tbIUSBLRange.TabIndex = 15; this.tbIUSBLRange.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // labelIUSBLRange // this.labelIUSBLRange.AutoSize = true; this.labelIUSBLRange.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.labelIUSBLRange.Location = new System.Drawing.Point(780, 448); this.labelIUSBLRange.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelIUSBLRange.Name = "labelIUSBLRange"; this.labelIUSBLRange.Size = new System.Drawing.Size(256, 42); this.labelIUSBLRange.TabIndex = 16; this.labelIUSBLRange.Text = "iUSBL Range"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1213, 650); this.Controls.Add(this.labelIUSBLRange); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label1); this.Controls.Add(this.label2); this.Controls.Add(this.label3); this.Controls.Add(this.tbIUSBLRange); this.Controls.Add(this.tbIUSBLEasting); this.Controls.Add(this.tbIUSBLNorthing); this.Controls.Add(this.tbIUSBLDepth); this.Controls.Add(this.textBox1); this.Controls.Add(this.tbLongitude); this.Controls.Add(this.menuStrip1); this.MainMenuStrip = this.menuStrip1; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "Form1"; this.Text = "Form1"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing); this.Load += new System.EventHandler(this.Form1_Load); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem newStripChartToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem newNavChartToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tbLongitude; private System.Windows.Forms.Label label3; private System.Windows.Forms.Timer timerIUSBL; private System.Windows.Forms.TextBox tbIUSBLDepth; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbIUSBLNorthing; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox tbIUSBLEasting; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox tbIUSBLRange; private System.Windows.Forms.Label labelIUSBLRange; } }