Widow – Diff between revs 5 and 10

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 5 Rev 10
Line 32... Line 32...
32 private void InitializeComponent() 32 private void InitializeComponent()
33 { 33 {
34 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm)); 34 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
35 this.pictureBox1 = new System.Windows.Forms.PictureBox(); 35 this.pictureBox1 = new System.Windows.Forms.PictureBox();
36 this.textBox1 = new System.Windows.Forms.TextBox(); 36 this.textBox1 = new System.Windows.Forms.TextBox();
37 this.WidowNameVersion = new System.Windows.Forms.TextBox(); 37 this.versionTextBox = new System.Windows.Forms.TextBox();
38 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 38 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
39 this.SuspendLayout(); 39 this.SuspendLayout();
40 // 40 //
41 // pictureBox1 41 // pictureBox1
42 // 42 //
Line 61... Line 61...
61 this.textBox1.TabIndex = 2; 61 this.textBox1.TabIndex = 2;
62 this.textBox1.Text = "Monitor and slide windows into place given configurable window parameters.\r\n\r\n---" + 62 this.textBox1.Text = "Monitor and slide windows into place given configurable window parameters.\r\n\r\n---" +
63 "----\r\n\r\nWebsite: http://www.grimore.org\r\nContact: office@grimore.org\r\n"; 63 "----\r\n\r\nWebsite: http://www.grimore.org\r\nContact: office@grimore.org\r\n";
64 this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 64 this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
65 // 65 //
66 // zzzNameVersion 66 // WidowNameVersion
67 // 67 //
68 this.WidowNameVersion.BorderStyle = System.Windows.Forms.BorderStyle.None; 68 this.versionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
69 this.WidowNameVersion.Enabled = false; 69 this.versionTextBox.Enabled = false;
70 this.WidowNameVersion.ImeMode = System.Windows.Forms.ImeMode.Disable; 70 this.versionTextBox.ImeMode = System.Windows.Forms.ImeMode.Disable;
71 this.WidowNameVersion.Location = new System.Drawing.Point(187, 12); 71 this.versionTextBox.Location = new System.Drawing.Point(187, 12);
72 this.WidowNameVersion.Multiline = true; 72 this.versionTextBox.Multiline = true;
73 this.WidowNameVersion.Name = "WidowNameVersion"; 73 this.versionTextBox.Name = "versionTextBox";
74 this.WidowNameVersion.ReadOnly = true; 74 this.versionTextBox.ReadOnly = true;
75 this.WidowNameVersion.Size = new System.Drawing.Size(235, 22); 75 this.versionTextBox.Size = new System.Drawing.Size(235, 22);
76 this.WidowNameVersion.TabIndex = 3; 76 this.versionTextBox.TabIndex = 3;
77 this.WidowNameVersion.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 77 this.versionTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
78 // 78 //
79 // AboutForm 79 // AboutForm
80 // 80 //
81 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 81 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
82 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 82 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
83 this.ClientSize = new System.Drawing.Size(426, 180); 83 this.ClientSize = new System.Drawing.Size(426, 180);
84 this.Controls.Add(this.WidowNameVersion); 84 this.Controls.Add(this.versionTextBox);
85 this.Controls.Add(this.textBox1); 85 this.Controls.Add(this.textBox1);
86 this.Controls.Add(this.pictureBox1); 86 this.Controls.Add(this.pictureBox1);
87 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 87 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
88 this.MaximizeBox = false; 88 this.MaximizeBox = false;
89 this.MaximumSize = new System.Drawing.Size(442, 218); 89 this.MaximumSize = new System.Drawing.Size(442, 218);
Line 100... Line 100...
100   100  
Line 101... Line 101...
101 #endregion 101 #endregion
102   102  
103 private PictureBox pictureBox1; 103 private PictureBox pictureBox1;
104 private TextBox textBox1; 104 private TextBox textBox1;
105 private TextBox WidowNameVersion; 105 private TextBox versionTextBox;
106 } 106 }