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.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.Size = new System.Drawing.Size(910, 24);
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(37, 20);
this.fileToolStripMenuItem.Text = "File";
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
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(44, 20);
this.viewToolStripMenuItem.Text = "View";
//
// newStripChartToolStripMenuItem
//
this.newStripChartToolStripMenuItem.Name = "newStripChartToolStripMenuItem";
this.newStripChartToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
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(157, 22);
this.newNavChartToolStripMenuItem.Text = "New Nav Chart";
//
// settingsToolStripMenuItem
//
this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
this.settingsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
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(12, 74);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(214, 49);
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(53, 38);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(143, 33);
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(12, 179);
this.tbLongitude.Name = "tbLongitude";
this.tbLongitude.Size = new System.Drawing.Size(214, 49);
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(53, 143);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(151, 33);
this.label3.TabIndex = 16;
this.label3.Text = "Longitude";
//
// timerIUSBL
//
this.timerIUSBL.Interval = 2000;
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(579, 74);
this.tbIUSBLDepth.Name = "tbIUSBLDepth";
this.tbIUSBLDepth.Size = new System.Drawing.Size(214, 49);
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(590, 38);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(193, 33);
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(579, 179);
this.tbIUSBLNorthing.Name = "tbIUSBLNorthing";
this.tbIUSBLNorthing.Size = new System.Drawing.Size(214, 49);
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(572, 143);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(229, 33);
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(579, 288);
this.tbIUSBLEasting.Name = "tbIUSBLEasting";
this.tbIUSBLEasting.Size = new System.Drawing.Size(214, 49);
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(579, 252);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(215, 33);
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(578, 413);
this.tbIUSBLRange.Name = "tbIUSBLRange";
this.tbIUSBLRange.Size = new System.Drawing.Size(214, 49);
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(582, 377);
this.labelIUSBLRange.Name = "labelIUSBLRange";
this.labelIUSBLRange.Size = new System.Drawing.Size(201, 33);
this.labelIUSBLRange.TabIndex = 16;
this.labelIUSBLRange.Text = "iUSBL Range";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(910, 528);
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.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;
}
}