Horizon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 
2 namespace Horizon
3 {
4 partial class AboutForm
5 {
6 /// <summary>
7 /// Required designer variable.
8 /// </summary>
9 private System.ComponentModel.IContainer components = null;
10  
11 #region Windows Form Designer generated code
12  
13 /// <summary>
14 /// Required method for Designer support - do not modify
15 /// the contents of this method with the code editor.
16 /// </summary>
17 private void InitializeComponent()
18 {
19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
20 this.pictureBox1 = new System.Windows.Forms.PictureBox();
21 this.VersionTextBox = new System.Windows.Forms.TextBox();
22 this.textBox1 = new System.Windows.Forms.TextBox();
23 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
24 this.SuspendLayout();
25 //
26 // pictureBox1
27 //
28 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
29 this.pictureBox1.Location = new System.Drawing.Point(12, 12);
30 this.pictureBox1.MaximumSize = new System.Drawing.Size(156, 156);
31 this.pictureBox1.MinimumSize = new System.Drawing.Size(156, 156);
32 this.pictureBox1.Name = "pictureBox1";
33 this.pictureBox1.Size = new System.Drawing.Size(156, 156);
34 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
35 this.pictureBox1.TabIndex = 1;
36 this.pictureBox1.TabStop = false;
37 //
38 // VersionTextBox
39 //
40 this.VersionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
41 this.VersionTextBox.Enabled = false;
42 this.VersionTextBox.ImeMode = System.Windows.Forms.ImeMode.Disable;
43 this.VersionTextBox.Location = new System.Drawing.Point(174, 12);
44 this.VersionTextBox.Multiline = true;
45 this.VersionTextBox.Name = "VersionTextBox";
46 this.VersionTextBox.ReadOnly = true;
47 this.VersionTextBox.Size = new System.Drawing.Size(240, 22);
48 this.VersionTextBox.TabIndex = 4;
49 this.VersionTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
50 //
51 // textBox1
52 //
53 this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
54 this.textBox1.Enabled = false;
55 this.textBox1.Location = new System.Drawing.Point(175, 41);
56 this.textBox1.Multiline = true;
57 this.textBox1.Name = "textBox1";
58 this.textBox1.ReadOnly = true;
59 this.textBox1.Size = new System.Drawing.Size(239, 127);
60 this.textBox1.TabIndex = 5;
61 this.textBox1.Text = "Horizon: Directory watch and file snapshotting tool.\r\n---------------------------" +
62 "--------------\r\nWizardry and Steamworks\r\nWebsite: https://www.grimore.org\r\nConta" +
63 "ct: office@grimore.org\r\n";
64 this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
65 //
66 // AboutForm
67 //
68 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
69 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
70 this.ClientSize = new System.Drawing.Size(426, 180);
71 this.Controls.Add(this.textBox1);
72 this.Controls.Add(this.VersionTextBox);
73 this.Controls.Add(this.pictureBox1);
74 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
75 this.MaximizeBox = false;
76 this.MaximumSize = new System.Drawing.Size(442, 218);
77 this.MinimizeBox = false;
78 this.MinimumSize = new System.Drawing.Size(442, 218);
79 this.Name = "AboutForm";
80 this.Text = "Horizon: About";
81 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
82 this.ResumeLayout(false);
83 this.PerformLayout();
84  
85 }
86  
87 #endregion
88  
89 private System.Windows.Forms.PictureBox pictureBox1;
90 private System.Windows.Forms.TextBox VersionTextBox;
91 private System.Windows.Forms.TextBox textBox1;
92 }
93 }