Subversion Repositories group.electronics

Rev

Blame | Last modification | View Log | RSS feed

namespace NITNavComm {
    partial class NITCommNavForm {
        /// <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();
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.panel1 = new System.Windows.Forms.Panel();
            this.txtRot0 = new System.Windows.Forms.TextBox();
            this.txtRot1 = new System.Windows.Forms.TextBox();
            this.panel2 = new System.Windows.Forms.Panel();
            this.cmdClose = new System.Windows.Forms.Button();
            this.cmdUpdate = new System.Windows.Forms.Button();
            this.cmdSend0 = new System.Windows.Forms.Button();
            this.txtSend0 = new System.Windows.Forms.TextBox();
            this.txtSend1 = new System.Windows.Forms.TextBox();
            this.cmdSend1 = new System.Windows.Forms.Button();
            this.cmdSwap0 = new System.Windows.Forms.CheckBox();
            this.cmdFlip0 = new System.Windows.Forms.CheckBox();
            this.inputTimer = new System.Windows.Forms.Timer(this.components);
            this.freq3 = new NITNavComm.SevenSegmentArray();
            this.freq2 = new NITNavComm.SevenSegmentArray();
            this.freq1 = new NITNavComm.SevenSegmentArray();
            this.freq0 = new NITNavComm.SevenSegmentArray();
            this.tableLayoutPanel1.SuspendLayout();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 2;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(683, 236);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.cmdFlip0);
            this.panel1.Controls.Add(this.cmdSwap0);
            this.panel1.Controls.Add(this.txtSend1);
            this.panel1.Controls.Add(this.cmdSend1);
            this.panel1.Controls.Add(this.txtSend0);
            this.panel1.Controls.Add(this.cmdSend0);
            this.panel1.Controls.Add(this.txtRot1);
            this.panel1.Controls.Add(this.txtRot0);
            this.panel1.Controls.Add(this.freq3);
            this.panel1.Controls.Add(this.freq2);
            this.panel1.Controls.Add(this.freq1);
            this.panel1.Controls.Add(this.freq0);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(3, 3);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(677, 190);
            this.panel1.TabIndex = 0;
            // 
            // txtRot0
            // 
            this.txtRot0.Location = new System.Drawing.Point(262, 82);
            this.txtRot0.Name = "txtRot0";
            this.txtRot0.ReadOnly = true;
            this.txtRot0.Size = new System.Drawing.Size(32, 20);
            this.txtRot0.TabIndex = 12;
            this.txtRot0.TabStop = false;
            // 
            // txtRot1
            // 
            this.txtRot1.Location = new System.Drawing.Point(612, 82);
            this.txtRot1.Name = "txtRot1";
            this.txtRot1.ReadOnly = true;
            this.txtRot1.Size = new System.Drawing.Size(32, 20);
            this.txtRot1.TabIndex = 13;
            this.txtRot1.TabStop = false;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.cmdUpdate);
            this.panel2.Controls.Add(this.cmdClose);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(3, 199);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(677, 34);
            this.panel2.TabIndex = 1;
            // 
            // cmdClose
            // 
            this.cmdClose.Location = new System.Drawing.Point(593, 4);
            this.cmdClose.Name = "cmdClose";
            this.cmdClose.Size = new System.Drawing.Size(75, 23);
            this.cmdClose.TabIndex = 0;
            this.cmdClose.Text = "Close";
            this.cmdClose.UseVisualStyleBackColor = true;
            this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
            // 
            // cmdUpdate
            // 
            this.cmdUpdate.Location = new System.Drawing.Point(512, 4);
            this.cmdUpdate.Name = "cmdUpdate";
            this.cmdUpdate.Size = new System.Drawing.Size(75, 23);
            this.cmdUpdate.TabIndex = 1;
            this.cmdUpdate.Text = "Update";
            this.cmdUpdate.UseVisualStyleBackColor = true;
            this.cmdUpdate.Click += new System.EventHandler(this.cmdUpdate_Click);
            // 
            // cmdSend0
            // 
            this.cmdSend0.Location = new System.Drawing.Point(79, 81);
            this.cmdSend0.Name = "cmdSend0";
            this.cmdSend0.Size = new System.Drawing.Size(43, 23);
            this.cmdSend0.TabIndex = 2;
            this.cmdSend0.Text = "Send";
            this.cmdSend0.UseVisualStyleBackColor = true;
            this.cmdSend0.Click += new System.EventHandler(this.cmdSend0_Click);
            // 
            // txtSend0
            // 
            this.txtSend0.Location = new System.Drawing.Point(9, 82);
            this.txtSend0.Name = "txtSend0";
            this.txtSend0.Size = new System.Drawing.Size(63, 20);
            this.txtSend0.TabIndex = 1;
            // 
            // txtSend1
            // 
            this.txtSend1.Location = new System.Drawing.Point(351, 82);
            this.txtSend1.Name = "txtSend1";
            this.txtSend1.Size = new System.Drawing.Size(63, 20);
            this.txtSend1.TabIndex = 5;
            // 
            // cmdSend1
            // 
            this.cmdSend1.Location = new System.Drawing.Point(421, 81);
            this.cmdSend1.Name = "cmdSend1";
            this.cmdSend1.Size = new System.Drawing.Size(43, 23);
            this.cmdSend1.TabIndex = 6;
            this.cmdSend1.Text = "Send";
            this.cmdSend1.UseVisualStyleBackColor = true;
            this.cmdSend1.Click += new System.EventHandler(this.cmdSend1_Click);
            // 
            // cmdSwap0
            // 
            this.cmdSwap0.Appearance = System.Windows.Forms.Appearance.Button;
            this.cmdSwap0.AutoSize = true;
            this.cmdSwap0.Location = new System.Drawing.Point(230, 81);
            this.cmdSwap0.Name = "cmdSwap0";
            this.cmdSwap0.Size = new System.Drawing.Size(26, 23);
            this.cmdSwap0.TabIndex = 3;
            this.cmdSwap0.Text = "...";
            this.cmdSwap0.UseVisualStyleBackColor = true;
            this.cmdSwap0.CheckedChanged += new System.EventHandler(this.cmdSwap0_CheckedChanged);
            this.cmdSwap0.Click += new System.EventHandler(this.cmdSwap0_Click);
            // 
            // cmdFlip0
            // 
            this.cmdFlip0.Appearance = System.Windows.Forms.Appearance.Button;
            this.cmdFlip0.AutoSize = true;
            this.cmdFlip0.Location = new System.Drawing.Point(300, 81);
            this.cmdFlip0.Name = "cmdFlip0";
            this.cmdFlip0.Size = new System.Drawing.Size(26, 23);
            this.cmdFlip0.TabIndex = 4;
            this.cmdFlip0.Text = "...";
            this.cmdFlip0.UseVisualStyleBackColor = true;
            // 
            // inputTimer
            // 
            this.inputTimer.Tick += new System.EventHandler(this.inputTimer_Tick);
            // 
            // freq3
            // 
            this.freq3.ArrayCount = 5;
            this.freq3.ColorBackground = System.Drawing.Color.Black;
            this.freq3.ColorDark = System.Drawing.Color.DimGray;
            this.freq3.ColorLight = System.Drawing.Color.Red;
            this.freq3.DecimalShow = true;
            this.freq3.ElementPadding = new System.Windows.Forms.Padding(4);
            this.freq3.ElementWidth = 10;
            this.freq3.ItalicFactor = 0F;
            this.freq3.Location = new System.Drawing.Point(512, 4);
            this.freq3.Name = "freq3";
            this.freq3.Size = new System.Drawing.Size(155, 36);
            this.freq3.TabIndex = 2;
            this.freq3.TabStop = false;
            this.freq3.Value = null;
            // 
            // freq2
            // 
            this.freq2.ArrayCount = 5;
            this.freq2.ColorBackground = System.Drawing.Color.Black;
            this.freq2.ColorDark = System.Drawing.Color.DimGray;
            this.freq2.ColorLight = System.Drawing.Color.Red;
            this.freq2.DecimalShow = true;
            this.freq2.ElementPadding = new System.Windows.Forms.Padding(4);
            this.freq2.ElementWidth = 10;
            this.freq2.ItalicFactor = 0F;
            this.freq2.Location = new System.Drawing.Point(351, 4);
            this.freq2.Name = "freq2";
            this.freq2.Size = new System.Drawing.Size(155, 36);
            this.freq2.TabIndex = 2;
            this.freq2.TabStop = false;
            this.freq2.Value = null;
            // 
            // freq1
            // 
            this.freq1.ArrayCount = 5;
            this.freq1.ColorBackground = System.Drawing.Color.Black;
            this.freq1.ColorDark = System.Drawing.Color.DimGray;
            this.freq1.ColorLight = System.Drawing.Color.Red;
            this.freq1.DecimalShow = true;
            this.freq1.ElementPadding = new System.Windows.Forms.Padding(4);
            this.freq1.ElementWidth = 10;
            this.freq1.ItalicFactor = 0F;
            this.freq1.Location = new System.Drawing.Point(171, 4);
            this.freq1.Name = "freq1";
            this.freq1.Size = new System.Drawing.Size(155, 36);
            this.freq1.TabIndex = 1;
            this.freq1.TabStop = false;
            this.freq1.Value = null;
            // 
            // freq0
            // 
            this.freq0.ArrayCount = 5;
            this.freq0.ColorBackground = System.Drawing.Color.Black;
            this.freq0.ColorDark = System.Drawing.Color.DimGray;
            this.freq0.ColorLight = System.Drawing.Color.Red;
            this.freq0.DecimalShow = true;
            this.freq0.ElementPadding = new System.Windows.Forms.Padding(4);
            this.freq0.ElementWidth = 10;
            this.freq0.ItalicFactor = 0F;
            this.freq0.Location = new System.Drawing.Point(10, 4);
            this.freq0.Name = "freq0";
            this.freq0.Size = new System.Drawing.Size(155, 36);
            this.freq0.TabIndex = 0;
            this.freq0.TabStop = false;
            this.freq0.Value = null;
            // 
            // NITCommNavForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(683, 236);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Name = "NITCommNavForm";
            this.Text = "NITCommNavForm";
            this.tableLayoutPanel1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.TextBox txtRot1;
        private System.Windows.Forms.TextBox txtRot0;
        private SevenSegmentArray freq3;
        private SevenSegmentArray freq2;
        private SevenSegmentArray freq1;
        private SevenSegmentArray freq0;
        private System.Windows.Forms.Panel panel2;
        private System.Windows.Forms.Button cmdClose;
        private System.Windows.Forms.Button cmdUpdate;
        private System.Windows.Forms.TextBox txtSend1;
        private System.Windows.Forms.Button cmdSend1;
        private System.Windows.Forms.TextBox txtSend0;
        private System.Windows.Forms.Button cmdSend0;
        private System.Windows.Forms.CheckBox cmdSwap0;
        private System.Windows.Forms.CheckBox cmdFlip0;
        private System.Windows.Forms.Timer inputTimer;
    }
}