Zzz – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 1 Rev 2
1 using System.ComponentModel; 1 using System.ComponentModel;
2 using System.Windows.Forms; 2 using System.Windows.Forms;
3   3  
4 namespace Zzz 4 namespace Zzz
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.zzzNameVersion = new System.Windows.Forms.TextBox(); 37 this.zzzNameVersion = 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 = "Control computer power state after an\r\nuser-configurable timeout.\r\n\r\n-------\r\n\r\nW" + 62 this.textBox1.Text = "Control computer power state after an\r\nuser-configurable timeout.\r\n\r\n-------\r\n\r\nW" +
63 "ebsite: http://www.grimore.org\r\nContact: office@grimore.org\r\n"; 63 "ebsite: 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 // zzzNameVersion
67 // 67 //
68 this.zzzNameVersion.BorderStyle = System.Windows.Forms.BorderStyle.None; 68 this.zzzNameVersion.BorderStyle = System.Windows.Forms.BorderStyle.None;
69 this.zzzNameVersion.Enabled = false; 69 this.zzzNameVersion.Enabled = false;
70 this.zzzNameVersion.ImeMode = System.Windows.Forms.ImeMode.Disable; 70 this.zzzNameVersion.ImeMode = System.Windows.Forms.ImeMode.Disable;
71 this.zzzNameVersion.Location = new System.Drawing.Point(187, 12); 71 this.zzzNameVersion.Location = new System.Drawing.Point(187, 12);
72 this.zzzNameVersion.Multiline = true; 72 this.zzzNameVersion.Multiline = true;
73 this.zzzNameVersion.Name = "zzzNameVersion"; 73 this.zzzNameVersion.Name = "zzzNameVersion";
74 this.zzzNameVersion.ReadOnly = true; 74 this.zzzNameVersion.ReadOnly = true;
75 this.zzzNameVersion.Size = new System.Drawing.Size(235, 22); 75 this.zzzNameVersion.Size = new System.Drawing.Size(235, 22);
76 this.zzzNameVersion.TabIndex = 3; 76 this.zzzNameVersion.TabIndex = 3;
77 this.zzzNameVersion.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; 77 this.zzzNameVersion.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(434, 191);
84 this.Controls.Add(this.zzzNameVersion); 84 this.Controls.Add(this.zzzNameVersion);
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 = "Zzz: About"; 93 this.Text = "Zzz: About";
-   94 this.Load += new System.EventHandler(this.AboutForm_Load);
94 this.Shown += new System.EventHandler(this.OnFormShown); 95 this.Shown += new System.EventHandler(this.OnFormShown);
95 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 96 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
96 this.ResumeLayout(false); 97 this.ResumeLayout(false);
97 this.PerformLayout(); 98 this.PerformLayout();
98   99  
99 } 100 }
100   101  
101 #endregion 102 #endregion
102   103  
103 private PictureBox pictureBox1; 104 private PictureBox pictureBox1;
104 private TextBox textBox1; 105 private TextBox textBox1;
105 private TextBox zzzNameVersion; 106 private TextBox zzzNameVersion;
106 } 107 }
107 } 108 }
108   109  
109
Generated by GNU Enscript 1.6.5.90.
110
Generated by GNU Enscript 1.6.5.90.
110   111  
111   112  
112   113