namespace MSNPSharpClient { partial class MusicForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lblArtist = new System.Windows.Forms.Label(); this.lblSong = new System.Windows.Forms.Label(); this.lblAlbum = new System.Windows.Forms.Label(); this.txtArtist = new System.Windows.Forms.TextBox(); this.txtSong = new System.Windows.Forms.TextBox(); this.txtAlbum = new System.Windows.Forms.TextBox(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // lblArtist // this.lblArtist.AutoSize = true; this.lblArtist.Location = new System.Drawing.Point(18, 9); this.lblArtist.Name = "lblArtist"; this.lblArtist.Size = new System.Drawing.Size(30, 13); this.lblArtist.TabIndex = 0; this.lblArtist.Text = "Artist"; // // lblSong // this.lblSong.AutoSize = true; this.lblSong.Location = new System.Drawing.Point(16, 35); this.lblSong.Name = "lblSong"; this.lblSong.Size = new System.Drawing.Size(32, 13); this.lblSong.TabIndex = 1; this.lblSong.Text = "Song"; // // lblAlbum // this.lblAlbum.AutoSize = true; this.lblAlbum.Location = new System.Drawing.Point(12, 59); this.lblAlbum.Name = "lblAlbum"; this.lblAlbum.Size = new System.Drawing.Size(36, 13); this.lblAlbum.TabIndex = 2; this.lblAlbum.Text = "Album"; // // txtArtist // this.txtArtist.Location = new System.Drawing.Point(64, 6); this.txtArtist.Name = "txtArtist"; this.txtArtist.Size = new System.Drawing.Size(297, 20); this.txtArtist.TabIndex = 3; // // txtSong // this.txtSong.Location = new System.Drawing.Point(64, 32); this.txtSong.Name = "txtSong"; this.txtSong.Size = new System.Drawing.Size(297, 20); this.txtSong.TabIndex = 4; // // txtAlbum // this.txtAlbum.Location = new System.Drawing.Point(64, 56); this.txtAlbum.Name = "txtAlbum"; this.txtAlbum.Size = new System.Drawing.Size(297, 20); this.txtAlbum.TabIndex = 5; // // btnOK // this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOK.Location = new System.Drawing.Point(204, 82); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 6; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(285, 82); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(76, 23); this.btnCancel.TabIndex = 7; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; // // MusicForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(374, 113); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.txtAlbum); this.Controls.Add(this.txtSong); this.Controls.Add(this.txtArtist); this.Controls.Add(this.lblAlbum); this.Controls.Add(this.lblSong); this.Controls.Add(this.lblArtist); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MusicForm"; this.Text = "I am Listening..."; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblArtist; private System.Windows.Forms.Label lblSong; private System.Windows.Forms.Label lblAlbum; private System.Windows.Forms.TextBox txtArtist; private System.Windows.Forms.TextBox txtSong; private System.Windows.Forms.TextBox txtAlbum; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; } }