Widow – Diff between revs 5 and 10

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 5 Rev 10
1 using System.ComponentModel; 1 using System.ComponentModel;
2 using System.Windows.Forms; 2 using System.Windows.Forms;
3   3  
4 namespace Widow 4 namespace Widow
5 { 5 {
6 partial class AboutForm 6 partial class AboutForm
7 { 7 {
8 /// <summary> 8 /// <summary>
9 /// Required designer variable. 9 /// Required designer variable.
10 /// </summary> 10 /// </summary>
11 private IContainer components = null; 11 private IContainer components = null;
12   12  
13 /// <summary> 13 /// <summary>
14 /// Clean up any resources being used. 14 /// Clean up any resources being used.
15 /// </summary> 15 /// </summary>
16 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> 16 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
17 protected override void Dispose(bool disposing) 17 protected override void Dispose(bool disposing)
18 { 18 {
19 if (disposing && (components != null)) 19 if (disposing && (components != null))
20 { 20 {
21 components.Dispose(); 21 components.Dispose();
22 } 22 }
23 base.Dispose(disposing); 23 base.Dispose(disposing);
24 } 24 }
25   25  
26 #region Windows Form Designer generated code 26 #region Windows Form Designer generated code
27   27  
28 /// <summary> 28 /// <summary>
29 /// Required method for Designer support - do not modify 29 /// Required method for Designer support - do not modify
30 /// the contents of this method with the code editor. 30 /// the contents of this method with the code editor.
31 /// </summary> 31 /// </summary>
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 //
43 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); 43 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
44 this.pictureBox1.Location = new System.Drawing.Point(12, 12); 44 this.pictureBox1.Location = new System.Drawing.Point(12, 12);
45 this.pictureBox1.Name = "pictureBox1"; 45 this.pictureBox1.Name = "pictureBox1";
46 this.pictureBox1.Size = new System.Drawing.Size(169, 154); 46 this.pictureBox1.Size = new System.Drawing.Size(169, 154);
47 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; 47 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
48 this.pictureBox1.TabIndex = 1; 48 this.pictureBox1.TabIndex = 1;
49 this.pictureBox1.TabStop = false; 49 this.pictureBox1.TabStop = false;
50 // 50 //
51 // textBox1 51 // textBox1
52 // 52 //
53 this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; 53 this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
54 this.textBox1.Enabled = false; 54 this.textBox1.Enabled = false;
55 this.textBox1.ImeMode = System.Windows.Forms.ImeMode.Disable; 55 this.textBox1.ImeMode = System.Windows.Forms.ImeMode.Disable;
56 this.textBox1.Location = new System.Drawing.Point(187, 40); 56 this.textBox1.Location = new System.Drawing.Point(187, 40);
57 this.textBox1.Multiline = true; 57 this.textBox1.Multiline = true;
58 this.textBox1.Name = "textBox1"; 58 this.textBox1.Name = "textBox1";
59 this.textBox1.ReadOnly = true; 59 this.textBox1.ReadOnly = true;
60 this.textBox1.Size = new System.Drawing.Size(235, 126); 60 this.textBox1.Size = new System.Drawing.Size(235, 126);
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);
90 this.MinimizeBox = false; 90 this.MinimizeBox = false;
91 this.MinimumSize = new System.Drawing.Size(442, 218); 91 this.MinimumSize = new System.Drawing.Size(442, 218);
92 this.Name = "AboutForm"; 92 this.Name = "AboutForm";
93 this.Text = "About Widow"; 93 this.Text = "About Widow";
94 this.Shown += new System.EventHandler(this.OnFormShown); 94 this.Shown += new System.EventHandler(this.OnFormShown);
95 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 95 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
96 this.ResumeLayout(false); 96 this.ResumeLayout(false);
97 this.PerformLayout(); 97 this.PerformLayout();
98   98  
99 } 99 }
100   100  
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 }
107 } 107 }
108   108  
109
Generated by GNU Enscript 1.6.5.90.
109
Generated by GNU Enscript 1.6.5.90.
110   110  
111   111  
112   112