misu

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ HEAD  →  ?path2? @ 1
/trunk/misu/AboutForm.Designer.cs
@@ -30,8 +30,7 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.VersionTextBox = new System.Windows.Forms.TextBox();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
@@ -47,41 +46,25 @@
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// textBox1
// richTextBox1
//
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox1.Enabled = false;
this.textBox1.Location = new System.Drawing.Point(174, 44);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
this.textBox1.Size = new System.Drawing.Size(240, 124);
this.textBox1.TabIndex = 1;
this.textBox1.Text = "MiSu: Lock the mouse or keyboard.\r\n----------------------------------------------" +
"------\r\nWizardry and Steamworks\r\nWebsite: http://www.grimore.org\r\nContact: offic" +
"e@grimore.org\r\n\r\n";
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.richTextBox1.BackColor = System.Drawing.SystemColors.Control;
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.richTextBox1.Enabled = false;
this.richTextBox1.Location = new System.Drawing.Point(175, 13);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.ReadOnly = true;
this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
this.richTextBox1.Size = new System.Drawing.Size(239, 155);
this.richTextBox1.TabIndex = 1;
this.richTextBox1.Text = "";
//
// VersionTextBox
//
this.VersionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.VersionTextBox.Enabled = false;
this.VersionTextBox.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.VersionTextBox.Location = new System.Drawing.Point(174, 12);
this.VersionTextBox.Multiline = true;
this.VersionTextBox.Name = "VersionTextBox";
this.VersionTextBox.ReadOnly = true;
this.VersionTextBox.Size = new System.Drawing.Size(240, 22);
this.VersionTextBox.TabIndex = 5;
this.VersionTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// AboutForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(426, 180);
this.Controls.Add(this.VersionTextBox);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.pictureBox1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
@@ -89,11 +72,10 @@
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(442, 218);
this.Name = "AboutForm";
this.Text = "misu: About";
this.Shown += new System.EventHandler(this.OnShown);
this.Text = "About";
this.Load += new System.EventHandler(this.OnLoad);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
 
}
 
@@ -100,7 +82,6 @@
#endregion
 
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox VersionTextBox;
private System.Windows.Forms.RichTextBox richTextBox1;
}
}