misu – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 namespace misu
2 {
3 partial class AboutForm
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9  
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22  
23 #region Windows Form Designer generated code
24  
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
32 this.pictureBox1 = new System.Windows.Forms.PictureBox();
4 office 33 this.textBox1 = new System.Windows.Forms.TextBox();
34 this.VersionTextBox = new System.Windows.Forms.TextBox();
1 office 35 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
36 this.SuspendLayout();
37 //
38 // pictureBox1
39 //
40 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
41 this.pictureBox1.Location = new System.Drawing.Point(12, 12);
42 this.pictureBox1.MaximumSize = new System.Drawing.Size(156, 156);
43 this.pictureBox1.MinimumSize = new System.Drawing.Size(156, 156);
44 this.pictureBox1.Name = "pictureBox1";
45 this.pictureBox1.Size = new System.Drawing.Size(156, 156);
46 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
47 this.pictureBox1.TabIndex = 0;
48 this.pictureBox1.TabStop = false;
49 //
4 office 50 // textBox1
1 office 51 //
4 office 52 this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
53 this.textBox1.Enabled = false;
54 this.textBox1.Location = new System.Drawing.Point(174, 44);
55 this.textBox1.Multiline = true;
56 this.textBox1.Name = "textBox1";
57 this.textBox1.ReadOnly = true;
58 this.textBox1.Size = new System.Drawing.Size(240, 124);
59 this.textBox1.TabIndex = 1;
60 this.textBox1.Text = "MiSu: Lock the mouse or keyboard.\r\n----------------------------------------------" +
61 "------\r\nWizardry and Steamworks\r\nWebsite: http://www.grimore.org\r\nContact: offic" +
62 "e@grimore.org\r\n\r\n";
63 this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
1 office 64 //
4 office 65 // VersionTextBox
66 //
67 this.VersionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
68 this.VersionTextBox.Enabled = false;
69 this.VersionTextBox.ImeMode = System.Windows.Forms.ImeMode.Disable;
70 this.VersionTextBox.Location = new System.Drawing.Point(174, 12);
71 this.VersionTextBox.Multiline = true;
72 this.VersionTextBox.Name = "VersionTextBox";
73 this.VersionTextBox.ReadOnly = true;
74 this.VersionTextBox.Size = new System.Drawing.Size(240, 22);
75 this.VersionTextBox.TabIndex = 5;
76 this.VersionTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
77 //
1 office 78 // AboutForm
79 //
80 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
81 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
82 this.ClientSize = new System.Drawing.Size(426, 180);
4 office 83 this.Controls.Add(this.VersionTextBox);
84 this.Controls.Add(this.textBox1);
1 office 85 this.Controls.Add(this.pictureBox1);
86 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
87 this.MaximizeBox = false;
88 this.MaximumSize = new System.Drawing.Size(442, 218);
89 this.MinimizeBox = false;
90 this.MinimumSize = new System.Drawing.Size(442, 218);
91 this.Name = "AboutForm";
3 office 92 this.Text = "misu: About";
4 office 93 this.Shown += new System.EventHandler(this.OnShown);
1 office 94 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
95 this.ResumeLayout(false);
4 office 96 this.PerformLayout();
1 office 97  
98 }
99  
100 #endregion
101  
102 private System.Windows.Forms.PictureBox pictureBox1;
4 office 103 private System.Windows.Forms.TextBox textBox1;
104 private System.Windows.Forms.TextBox VersionTextBox;
1 office 105 }
106 }