Download WavePlay.zip version 1.0.0.0, last updated 23/09/2012 (17.31 KB)

Download
  • md5: c843de73a133efff768069ba12dd1057
namespace WavePlay
{
  partial class MainForm
  {
    /// <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(MainForm));
      this.label1 = new System.Windows.Forms.Label();
      this.pathTextBox = new System.Windows.Forms.TextBox();
      this.pathBrowseButton = new System.Windows.Forms.Button();
      this.label2 = new System.Windows.Forms.Label();
      this.filesListBox = new System.Windows.Forms.ListBox();
      this.autoPlayCheckBox = new System.Windows.Forms.CheckBox();
      this.loopCheckBox = new System.Windows.Forms.CheckBox();
      this.playButton = new System.Windows.Forms.Button();
      this.exitButton = new System.Windows.Forms.Button();
      this.stopButton = new System.Windows.Forms.Button();
      this.SuspendLayout();
      // 
      // label1
      // 
      this.label1.AutoSize = true;
      this.label1.Location = new System.Drawing.Point(9, 9);
      this.label1.Name = "label1";
      this.label1.Size = new System.Drawing.Size(32, 13);
      this.label1.TabIndex = 0;
      this.label1.Text = "&Path:";
      // 
      // pathTextBox
      // 
      this.pathTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
      this.pathTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
      this.pathTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.FileSystemDirectories;
      this.pathTextBox.Location = new System.Drawing.Point(12, 25);
      this.pathTextBox.Name = "pathTextBox";
      this.pathTextBox.Size = new System.Drawing.Size(346, 20);
      this.pathTextBox.TabIndex = 1;
      this.pathTextBox.TextChanged += new System.EventHandler(this.pathTextBox_TextChanged);
      // 
      // pathBrowseButton
      // 
      this.pathBrowseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.pathBrowseButton.Location = new System.Drawing.Point(364, 23);
      this.pathBrowseButton.Name = "pathBrowseButton";
      this.pathBrowseButton.Size = new System.Drawing.Size(75, 23);
      this.pathBrowseButton.TabIndex = 2;
      this.pathBrowseButton.Text = "&Browse...";
      this.pathBrowseButton.UseVisualStyleBackColor = true;
      this.pathBrowseButton.Click += new System.EventHandler(this.pathBrowseButton_Click);
      // 
      // label2
      // 
      this.label2.AutoSize = true;
      this.label2.Location = new System.Drawing.Point(12, 59);
      this.label2.Name = "label2";
      this.label2.Size = new System.Drawing.Size(31, 13);
      this.label2.TabIndex = 3;
      this.label2.Text = "&Files:";
      // 
      // filesListBox
      // 
      this.filesListBox.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.filesListBox.FormattingEnabled = true;
      this.filesListBox.IntegralHeight = false;
      this.filesListBox.Location = new System.Drawing.Point(12, 75);
      this.filesListBox.Name = "filesListBox";
      this.filesListBox.Size = new System.Drawing.Size(346, 209);
      this.filesListBox.TabIndex = 4;
      this.filesListBox.SelectedIndexChanged += new System.EventHandler(this.filesListBox_SelectedIndexChanged);
      // 
      // autoPlayCheckBox
      // 
      this.autoPlayCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.autoPlayCheckBox.AutoSize = true;
      this.autoPlayCheckBox.Checked = true;
      this.autoPlayCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
      this.autoPlayCheckBox.Location = new System.Drawing.Point(12, 290);
      this.autoPlayCheckBox.Name = "autoPlayCheckBox";
      this.autoPlayCheckBox.Size = new System.Drawing.Size(71, 17);
      this.autoPlayCheckBox.TabIndex = 5;
      this.autoPlayCheckBox.Text = "&Auto Play";
      this.autoPlayCheckBox.UseVisualStyleBackColor = true;
      // 
      // loopCheckBox
      // 
      this.loopCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.loopCheckBox.AutoSize = true;
      this.loopCheckBox.Location = new System.Drawing.Point(89, 290);
      this.loopCheckBox.Name = "loopCheckBox";
      this.loopCheckBox.Size = new System.Drawing.Size(50, 17);
      this.loopCheckBox.TabIndex = 6;
      this.loopCheckBox.Text = "&Loop";
      this.loopCheckBox.UseVisualStyleBackColor = true;
      this.loopCheckBox.CheckedChanged += new System.EventHandler(this.loopCheckBox_CheckedChanged);
      // 
      // playButton
      // 
      this.playButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.playButton.Location = new System.Drawing.Point(364, 75);
      this.playButton.Name = "playButton";
      this.playButton.Size = new System.Drawing.Size(75, 23);
      this.playButton.TabIndex = 7;
      this.playButton.Text = "P&lay";
      this.playButton.UseVisualStyleBackColor = true;
      this.playButton.Click += new System.EventHandler(this.playButton_Click);
      // 
      // exitButton
      // 
      this.exitButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
      this.exitButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
      this.exitButton.Location = new System.Drawing.Point(364, 286);
      this.exitButton.Name = "exitButton";
      this.exitButton.Size = new System.Drawing.Size(75, 23);
      this.exitButton.TabIndex = 8;
      this.exitButton.Text = "E&xit";
      this.exitButton.UseVisualStyleBackColor = true;
      this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
      // 
      // stopButton
      // 
      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
      this.stopButton.Location = new System.Drawing.Point(364, 104);
      this.stopButton.Name = "stopButton";
      this.stopButton.Size = new System.Drawing.Size(75, 23);
      this.stopButton.TabIndex = 9;
      this.stopButton.Text = "&Stop";
      this.stopButton.UseVisualStyleBackColor = true;
      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
      // 
      // MainForm
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.CancelButton = this.exitButton;
      this.ClientSize = new System.Drawing.Size(451, 321);
      this.Controls.Add(this.stopButton);
      this.Controls.Add(this.exitButton);
      this.Controls.Add(this.playButton);
      this.Controls.Add(this.loopCheckBox);
      this.Controls.Add(this.autoPlayCheckBox);
      this.Controls.Add(this.filesListBox);
      this.Controls.Add(this.label2);
      this.Controls.Add(this.pathBrowseButton);
      this.Controls.Add(this.pathTextBox);
      this.Controls.Add(this.label1);
      this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
      this.MaximizeBox = false;
      this.Name = "MainForm";
      this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
      this.Text = "WavePlay";
      this.ResumeLayout(false);
      this.PerformLayout();

    }

    #endregion

    private System.Windows.Forms.Label label1;
    private System.Windows.Forms.TextBox pathTextBox;
    private System.Windows.Forms.Button pathBrowseButton;
    private System.Windows.Forms.Label label2;
    private System.Windows.Forms.ListBox filesListBox;
    private System.Windows.Forms.CheckBox autoPlayCheckBox;
    private System.Windows.Forms.CheckBox loopCheckBox;
    private System.Windows.Forms.Button playButton;
    private System.Windows.Forms.Button exitButton;
    private System.Windows.Forms.Button stopButton;
  }
}

Donate

Donate