RecordDlg.Designer.cs

namespace SoundRecorder

{

    partial class RecordDlg

    {

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

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

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

            this.leftIndicator = new SoundRecorder.Indicator();

            this.rightIndicator = new SoundRecorder.Indicator();

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

            this.textOutput = new System.Windows.Forms.TextBox();

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

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

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

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

            this.groupInput.SuspendLayout();

            this.groupBox1.SuspendLayout();

            this.SuspendLayout();

            //

            // 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(6, 19);

            this.comboInput.Name = "comboInput";

            this.comboInput.Size = new System.Drawing.Size(238, 21);

            this.comboInput.TabIndex = 0;

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

            //

            // 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(68, 12);

            this.groupInput.Name = "groupInput";

            this.groupInput.Size = new System.Drawing.Size(250, 50);

            this.groupInput.TabIndex = 2;

            this.groupInput.TabStop = false;

            this.groupInput.Text = "Input";

            //

            // 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(40, 12);

            this.leftIndicator.MinimumSize = new System.Drawing.Size(20, 40);

            this.leftIndicator.Name = "leftIndicator";

            this.leftIndicator.Size = new System.Drawing.Size(22, 162);

            this.leftIndicator.TabIndex = 3;

            //

            // 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(12, 12);

            this.rightIndicator.MinimumSize = new System.Drawing.Size(20, 40);

            this.rightIndicator.Name = "rightIndicator";

            this.rightIndicator.Size = new System.Drawing.Size(22, 162);

            this.rightIndicator.TabIndex = 4;

            //

            // groupBox1

            //

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

            this.groupBox1.Controls.Add(this.textOutput);

            this.groupBox1.Controls.Add(this.buttonStart);

            this.groupBox1.Controls.Add(this.buttonOpen);

            this.groupBox1.Controls.Add(this.buttonSelect);

            this.groupBox1.Location = new System.Drawing.Point(68, 68);

            this.groupBox1.Name = "groupBox1";

            this.groupBox1.Size = new System.Drawing.Size(250, 77);

            this.groupBox1.TabIndex = 3;

            this.groupBox1.TabStop = false;

            this.groupBox1.Text = "Output";

            //

            // textOutput

            //

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

            this.textOutput.Name = "textOutput";

            this.textOutput.Size = new System.Drawing.Size(238, 20);

            this.textOutput.TabIndex = 2;

            //

            // buttonStart

            //

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

            this.buttonStart.Location = new System.Drawing.Point(169, 46);

            this.buttonStart.Name = "buttonStart";

            this.buttonStart.Size = new System.Drawing.Size(75, 23);

            this.buttonStart.TabIndex = 4;

            this.buttonStart.Text = "Start";

            this.buttonStart.UseVisualStyleBackColor = true;

            this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);

            //

            // buttonOpen

            //

            this.buttonOpen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));

            this.buttonOpen.Location = new System.Drawing.Point(87, 46);

            this.buttonOpen.Name = "buttonOpen";

            this.buttonOpen.Size = new System.Drawing.Size(75, 23);

            this.buttonOpen.TabIndex = 1;

            this.buttonOpen.Text = "Open...";

            this.buttonOpen.UseVisualStyleBackColor = true;

            this.buttonOpen.Click += new System.EventHandler(this.buttonOpen_Click);

            //

            // buttonSelect

            //

            this.buttonSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));

            this.buttonSelect.Location = new System.Drawing.Point(6, 46);

            this.buttonSelect.Name = "buttonSelect";

            this.buttonSelect.Size = new System.Drawing.Size(75, 23);

            this.buttonSelect.TabIndex = 0;

            this.buttonSelect.Text = "Select...";

            this.buttonSelect.UseVisualStyleBackColor = true;

            this.buttonSelect.Click += new System.EventHandler(this.buttonSelect_Click);

            //

            // 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(243, 151);

            this.buttonClose.Name = "buttonClose";

            this.buttonClose.Size = new System.Drawing.Size(75, 23);

            this.buttonClose.TabIndex = 5;

            this.buttonClose.Text = "Close";

            this.buttonClose.UseVisualStyleBackColor = true;

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

            //

            // RecordDlg

            //

            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

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

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

            this.CancelButton = this.buttonClose;

            this.ClientSize = new System.Drawing.Size(330, 186);

            this.Controls.Add(this.buttonClose);

            this.Controls.Add(this.groupBox1);

            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.MinimumSize = new System.Drawing.Size(346, 224);

            this.Name = "RecordDlg";

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

            this.Text = "Sound recorder";

            this.groupInput.ResumeLayout(false);

            this.groupBox1.ResumeLayout(false);

            this.groupBox1.PerformLayout();

            this.ResumeLayout(false);

 

        }

 

        #endregion

 

        private System.Windows.Forms.ComboBox comboInput;

        private Indicator leftIndicator;

        private Indicator rightIndicator;

        private System.Windows.Forms.GroupBox groupInput;

        private System.Windows.Forms.GroupBox groupBox1;

        private System.Windows.Forms.TextBox textOutput;

        private System.Windows.Forms.Button buttonStart;

        private System.Windows.Forms.Button buttonOpen;

        private System.Windows.Forms.Button buttonSelect;

        private System.Windows.Forms.Button buttonClose;

    }

}