misu – Diff between revs 3 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 3 Rev 4
Line 28... Line 28...
28 /// </summary> 28 /// </summary>
29 private void InitializeComponent() 29 private void InitializeComponent()
30 { 30 {
31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm)); 31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
32 this.pictureBox1 = new System.Windows.Forms.PictureBox(); 32 this.pictureBox1 = new System.Windows.Forms.PictureBox();
33 this.richTextBox1 = new System.Windows.Forms.RichTextBox(); 33 this.textBox1 = new System.Windows.Forms.TextBox();
-   34 this.VersionTextBox = new System.Windows.Forms.TextBox();
34 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 35 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
35 this.SuspendLayout(); 36 this.SuspendLayout();
36 // 37 //
37 // pictureBox1 38 // pictureBox1
38 // 39 //
Line 44... Line 45...
44 this.pictureBox1.Size = new System.Drawing.Size(156, 156); 45 this.pictureBox1.Size = new System.Drawing.Size(156, 156);
45 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; 46 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
46 this.pictureBox1.TabIndex = 0; 47 this.pictureBox1.TabIndex = 0;
47 this.pictureBox1.TabStop = false; 48 this.pictureBox1.TabStop = false;
48 // 49 //
49 // richTextBox1 50 // textBox1
50 // 51 //
51 this.richTextBox1.BackColor = System.Drawing.SystemColors.Control; -  
52 this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; 52 this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
53 this.richTextBox1.Enabled = false; 53 this.textBox1.Enabled = false;
54 this.richTextBox1.Location = new System.Drawing.Point(175, 13); 54 this.textBox1.Location = new System.Drawing.Point(174, 44);
-   55 this.textBox1.Multiline = true;
55 this.richTextBox1.Name = "richTextBox1"; 56 this.textBox1.Name = "textBox1";
56 this.richTextBox1.ReadOnly = true; 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;
-   64 //
-   65 // VersionTextBox
-   66 //
57 this.richTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; 67 this.VersionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
-   68 this.VersionTextBox.Enabled = false;
-   69 this.VersionTextBox.ImeMode = System.Windows.Forms.ImeMode.Disable;
58 this.richTextBox1.Size = new System.Drawing.Size(239, 155); 70 this.VersionTextBox.Location = new System.Drawing.Point(174, 12);
-   71 this.VersionTextBox.Multiline = true;
-   72 this.VersionTextBox.Name = "VersionTextBox";
59 this.richTextBox1.TabIndex = 1; 73 this.VersionTextBox.ReadOnly = true;
-   74 this.VersionTextBox.Size = new System.Drawing.Size(240, 22);
60 this.richTextBox1.Text = ""; 75 this.VersionTextBox.TabIndex = 5;
-   76 this.VersionTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
61 // 77 //
62 // AboutForm 78 // AboutForm
63 // 79 //
64 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 80 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
65 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 81 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
66 this.ClientSize = new System.Drawing.Size(426, 180); 82 this.ClientSize = new System.Drawing.Size(426, 180);
-   83 this.Controls.Add(this.VersionTextBox);
67 this.Controls.Add(this.richTextBox1); 84 this.Controls.Add(this.textBox1);
68 this.Controls.Add(this.pictureBox1); 85 this.Controls.Add(this.pictureBox1);
69 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 86 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
70 this.MaximizeBox = false; 87 this.MaximizeBox = false;
71 this.MaximumSize = new System.Drawing.Size(442, 218); 88 this.MaximumSize = new System.Drawing.Size(442, 218);
72 this.MinimizeBox = false; 89 this.MinimizeBox = false;
73 this.MinimumSize = new System.Drawing.Size(442, 218); 90 this.MinimumSize = new System.Drawing.Size(442, 218);
74 this.Name = "AboutForm"; 91 this.Name = "AboutForm";
75 this.Text = "misu: About"; 92 this.Text = "misu: About";
76 this.Load += new System.EventHandler(this.OnLoad); 93 this.Shown += new System.EventHandler(this.OnShown);
77 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 94 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
78 this.ResumeLayout(false); 95 this.ResumeLayout(false);
-   96 this.PerformLayout();
Line 79... Line 97...
79   97  
Line 80... Line 98...
80 } 98 }
Line 81... Line 99...
81   99  
82 #endregion 100 #endregion
-   101  
83   102 private System.Windows.Forms.PictureBox pictureBox1;
84 private System.Windows.Forms.PictureBox pictureBox1; 103 private System.Windows.Forms.TextBox textBox1;
85 private System.Windows.Forms.RichTextBox richTextBox1; 104 private System.Windows.Forms.TextBox VersionTextBox;