TunerDlg.Designer.cs

namespace DZouch

{

    partial class TunerDlg

    {

        /// <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()

        {

            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TunerDlg));

            this.buttonClose = new System.Windows.Forms.Button();

            this.groupInput = new System.Windows.Forms.GroupBox();

            this.comboInput = new System.Windows.Forms.ComboBox();

            this.rightIndicator = new DZouch.Indicator();

            this.leftIndicator = new DZouch.Indicator();

            this.displayLeft = new DZouch.Display();

            this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();

            this.displayRight = new DZouch.Display();

            this.groupInput.SuspendLayout();

            this.tableLayoutPanel.SuspendLayout();

            this.SuspendLayout();

            //

            // buttonClose

            //

            this.buttonClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));

            this.buttonClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;

            this.buttonClose.Location = new System.Drawing.Point(640, 392);

            this.buttonClose.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);

            this.buttonClose.Name = "buttonClose";

            this.buttonClose.Size = new System.Drawing.Size(112, 35);

            this.buttonClose.TabIndex = 9;

            this.buttonClose.Text = "Close";

            this.buttonClose.UseVisualStyleBackColor = true;

            this.buttonClose.Click += new System.EventHandler(this.buttonClose_Click);

            //

            // groupInput

            //

            this.groupInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)

            | System.Windows.Forms.AnchorStyles.Right)));

            this.groupInput.BackColor = System.Drawing.Color.Transparent;

            this.groupInput.Controls.Add(this.comboInput);

            this.groupInput.Location = new System.Drawing.Point(13, 14);

            this.groupInput.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);

            this.groupInput.Name = "groupInput";

            this.groupInput.Padding = new System.Windows.Forms.Padding(4, 5, 4, 5);

            this.groupInput.Size = new System.Drawing.Size(743, 77);

            this.groupInput.TabIndex = 6;

            this.groupInput.TabStop = false;

            this.groupInput.Text = "Input";

            //

            // comboInput

            //

            this.comboInput.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)

            | System.Windows.Forms.AnchorStyles.Right)));

            this.comboInput.FormattingEnabled = true;

            this.comboInput.Location = new System.Drawing.Point(9, 29);

            this.comboInput.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);

            this.comboInput.Name = "comboInput";

            this.comboInput.Size = new System.Drawing.Size(723, 28);

            this.comboInput.TabIndex = 0;

            this.comboInput.SelectedIndexChanged += new System.EventHandler(this.comboInput_SelectedIndexChanged);

            //

            // rightIndicator

            //

            this.rightIndicator.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)

            | System.Windows.Forms.AnchorStyles.Left)));

            this.rightIndicator.Location = new System.Drawing.Point(13, 96);

            this.rightIndicator.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);

            this.rightIndicator.MinimumSize = new System.Drawing.Size(30, 62);

            this.rightIndicator.Name = "rightIndicator";

            this.rightIndicator.Size = new System.Drawing.Size(33, 291);

            this.rightIndicator.TabIndex = 8;

            //

            // leftIndicator

            //

            this.leftIndicator.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)

            | System.Windows.Forms.AnchorStyles.Left)));

            this.leftIndicator.Location = new System.Drawing.Point(58, 96);

            this.leftIndicator.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);

            this.leftIndicator.MinimumSize = new System.Drawing.Size(30, 62);

            this.leftIndicator.Name = "leftIndicator";

            this.leftIndicator.Size = new System.Drawing.Size(33, 291);

            this.leftIndicator.TabIndex = 7;

            //

            // displayLeft

            //

            this.displayLeft.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.displayLeft.Location = new System.Drawing.Point(7, 8);

            this.displayLeft.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);

            this.displayLeft.Name = "displayLeft";

            this.displayLeft.Size = new System.Drawing.Size(643, 131);

            this.displayLeft.TabIndex = 12;

            //

            // tableLayoutPanel

            //

            this.tableLayoutPanel.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.tableLayoutPanel.BackColor = System.Drawing.Color.Transparent;

            this.tableLayoutPanel.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetDouble;

            this.tableLayoutPanel.ColumnCount = 1;

            this.tableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));

            this.tableLayoutPanel.Controls.Add(this.displayLeft, 0, 0);

            this.tableLayoutPanel.Controls.Add(this.displayRight, 0, 1);

            this.tableLayoutPanel.Location = new System.Drawing.Point(99, 96);

            this.tableLayoutPanel.Margin = new System.Windows.Forms.Padding(0);

            this.tableLayoutPanel.Name = "tableLayoutPanel";

            this.tableLayoutPanel.RowCount = 2;

            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));

            this.tableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));

            this.tableLayoutPanel.Size = new System.Drawing.Size(657, 291);

            this.tableLayoutPanel.TabIndex = 13;

            //

            // displayRight

            //

            this.displayRight.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.displayRight.Location = new System.Drawing.Point(7, 152);

            this.displayRight.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);

            this.displayRight.Name = "displayRight";

            this.displayRight.Size = new System.Drawing.Size(643, 131);

            this.displayRight.TabIndex = 13;

            //

            // TunerDlg

            //

            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);

            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;

            this.BackgroundImage = global::DZouch.Properties.Resources.Silkstone;

            this.CancelButton = this.buttonClose;

            this.ClientSize = new System.Drawing.Size(765, 441);

            this.Controls.Add(this.tableLayoutPanel);

            this.Controls.Add(this.buttonClose);

            this.Controls.Add(this.rightIndicator);

            this.Controls.Add(this.leftIndicator);

            this.Controls.Add(this.groupInput);

            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));

            this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);

            this.MaximizeBox = false;

            this.MinimizeBox = false;

            this.MinimumSize = new System.Drawing.Size(508, 318);

            this.Name = "TunerDlg";

            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;

            this.Text = "Tuner";

            this.groupInput.ResumeLayout(false);

            this.tableLayoutPanel.ResumeLayout(false);

            this.ResumeLayout(false);

 

        }

 

        #endregion

 

        private System.Windows.Forms.Button buttonClose;

        private DZouch.Indicator rightIndicator;

        private DZouch.Indicator leftIndicator;

        private System.Windows.Forms.GroupBox groupInput;

        private System.Windows.Forms.ComboBox comboInput;

        private Display displayLeft;

        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel;

        private Display displayRight;

 

    }

}