Hush – Blame information for rev 1

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