namespace OrbScrobbler
{
partial class OrbScrobbler
{
///
/// 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._debugTextBox = new System.Windows.Forms.RichTextBox();
this._buttonStart = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// _debugTextBox
//
this._debugTextBox.Location = new System.Drawing.Point(12, 12);
this._debugTextBox.Name = "_debugTextBox";
this._debugTextBox.Size = new System.Drawing.Size(950, 611);
this._debugTextBox.TabIndex = 0;
this._debugTextBox.Text = "";
//
// _buttonStart
//
this._buttonStart.Location = new System.Drawing.Point(62, 629);
this._buttonStart.Name = "_buttonStart";
this._buttonStart.Size = new System.Drawing.Size(75, 23);
this._buttonStart.TabIndex = 1;
this._buttonStart.Text = "Start";
this._buttonStart.UseVisualStyleBackColor = true;
this._buttonStart.Click += new System.EventHandler(this._buttonStart_Click);
//
// OrbScrobbler
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(974, 655);
this.Controls.Add(this._buttonStart);
this.Controls.Add(this._debugTextBox);
this.Name = "OrbScrobbler";
this.Text = "Form1";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.RichTextBox _debugTextBox;
private System.Windows.Forms.Button _buttonStart;
}
}