﻿namespace jPicoFishfinder1._0
{
    partial class Form1
    {
        /// <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(Form1));
            this.btnDataLoggin = new System.Windows.Forms.Button();
            this.btnStopLoggin = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.label2 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.timer2 = new System.Windows.Forms.Timer(this.components);
            this.label3 = new System.Windows.Forms.Label();
            this.pictureBox_echograph = new System.Windows.Forms.PictureBox();
            this.pictureBox_Colorbar = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_echograph)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Colorbar)).BeginInit();
            this.SuspendLayout();
            // 
            // btnDataLoggin
            // 
            this.btnDataLoggin.Location = new System.Drawing.Point(940, 247);
            this.btnDataLoggin.Name = "btnDataLoggin";
            this.btnDataLoggin.Size = new System.Drawing.Size(101, 37);
            this.btnDataLoggin.TabIndex = 0;
            this.btnDataLoggin.Text = "Start Logging";
            this.btnDataLoggin.UseVisualStyleBackColor = true;
            this.btnDataLoggin.Click += new System.EventHandler(this.btnDataLoggin_Click);
            // 
            // btnStopLoggin
            // 
            this.btnStopLoggin.Enabled = false;
            this.btnStopLoggin.Location = new System.Drawing.Point(1055, 247);
            this.btnStopLoggin.Name = "btnStopLoggin";
            this.btnStopLoggin.Size = new System.Drawing.Size(98, 37);
            this.btnStopLoggin.TabIndex = 1;
            this.btnStopLoggin.Text = "Stop Logging";
            this.btnStopLoggin.UseVisualStyleBackColor = true;
            this.btnStopLoggin.Click += new System.EventHandler(this.btnStopLoggin_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("SimSun", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(954, 189);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(185, 40);
            this.label1.TabIndex = 2;
            this.label1.Text = "00:00:00";
            // 
            // timer1
            // 
            this.timer1.Enabled = true;
            this.timer1.Interval = 1000;
            this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(934, 9);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(103, 12);
            this.label2.TabIndex = 3;
            this.label2.Text = "Device Information:\r\n";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(936, 33);
            this.textBox1.Multiline = true;
            this.textBox1.Name = "textBox1";
            this.textBox1.ReadOnly = true;
            this.textBox1.Size = new System.Drawing.Size(226, 106);
            this.textBox1.TabIndex = 4;
            this.textBox1.Text = "Driver Version    : \r\nUSB Version       : \r\nHardware Version  : \r\nVariant Info   " +
                "   : \r\nSerial            : \r\nCal Date          : \r\nKernel Ver        :\r\nSampling" +
                " Rate     : ";
            // 
            // timer2
            // 
            this.timer2.Interval = 3600000;
            this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("SimSun", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(937, 157);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(216, 16);
            this.label3.TabIndex = 5;
            this.label3.Text = "Data logging will start...";
            // 
            // pictureBox_echograph
            // 
            this.pictureBox_echograph.Location = new System.Drawing.Point(13, 13);
            this.pictureBox_echograph.Name = "pictureBox_echograph";
            this.pictureBox_echograph.Size = new System.Drawing.Size(904, 676);
            this.pictureBox_echograph.TabIndex = 6;
            this.pictureBox_echograph.TabStop = false;
            // 
            // pictureBox_Colorbar
            // 
            this.pictureBox_Colorbar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.pictureBox_Colorbar.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Colorbar.Image")));
            this.pictureBox_Colorbar.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox_Colorbar.InitialImage")));
            this.pictureBox_Colorbar.Location = new System.Drawing.Point(13, 172);
            this.pictureBox_Colorbar.Name = "pictureBox_Colorbar";
            this.pictureBox_Colorbar.Size = new System.Drawing.Size(24, 304);
            this.pictureBox_Colorbar.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox_Colorbar.TabIndex = 21;
            this.pictureBox_Colorbar.TabStop = false;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1165, 701);
            this.Controls.Add(this.pictureBox_Colorbar);
            this.Controls.Add(this.pictureBox_echograph);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.btnStopLoggin);
            this.Controls.Add(this.btnDataLoggin);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Form1";
            this.Text = "jPicoFishfinder_GPS1.0";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_echograph)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox_Colorbar)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btnDataLoggin;
        private System.Windows.Forms.Button btnStopLoggin;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Timer timer1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Timer timer2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.PictureBox pictureBox_echograph;
        private System.Windows.Forms.PictureBox pictureBox_Colorbar;
    }
}

