Zzz – Blame information for rev 2

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