Winify – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 using Winify;
2  
3 namespace Winify
4 {
5 partial class NotificationForm
6 {
7 /// <summary>
8 /// Required designer variable.
9 /// </summary>
10 private System.ComponentModel.IContainer components = null;
11  
12 #region Windows Form Designer generated code
13  
14 /// <summary>
15 /// Required method for Designer support - do not modify
16 /// the contents of this method with the code editor.
17 /// </summary>
18 private void InitializeComponent()
19 {
20 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotificationForm));
3 office 21 this.richTextBox1 = new Winify.ReadOnlyRichTextBox();
1 office 22 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
23 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
24 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
25 this.pictureBox2 = new System.Windows.Forms.PictureBox();
3 office 26 this.richTextBox2 = new Winify.ReadOnlyRichTextBox();
1 office 27 this.pictureBox1 = new System.Windows.Forms.PictureBox();
28 this.tableLayoutPanel1.SuspendLayout();
29 this.tableLayoutPanel2.SuspendLayout();
30 this.tableLayoutPanel3.SuspendLayout();
31 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
32 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
33 this.SuspendLayout();
34 //
35 // richTextBox1
36 //
37 this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
38 this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
39 this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
40 this.richTextBox1.Location = new System.Drawing.Point(3, 32);
41 this.richTextBox1.Name = "richTextBox1";
42 this.richTextBox1.ReadOnly = true;
43 this.richTextBox1.Size = new System.Drawing.Size(268, 79);
44 this.richTextBox1.TabIndex = 1;
45 this.richTextBox1.Text = "";
46 //
47 // tableLayoutPanel1
48 //
49 this.tableLayoutPanel1.ColumnCount = 2;
50 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
51 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
52 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
53 this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
54 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
55 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
56 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
57 this.tableLayoutPanel1.RowCount = 1;
58 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
59 this.tableLayoutPanel1.Size = new System.Drawing.Size(400, 120);
60 this.tableLayoutPanel1.TabIndex = 1;
61 //
62 // tableLayoutPanel2
63 //
64 this.tableLayoutPanel2.ColumnCount = 1;
65 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
66 this.tableLayoutPanel2.Controls.Add(this.richTextBox1, 0, 1);
67 this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
68 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
69 this.tableLayoutPanel2.Location = new System.Drawing.Point(123, 3);
70 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
71 this.tableLayoutPanel2.RowCount = 2;
72 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.8427F));
73 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 74.1573F));
74 this.tableLayoutPanel2.Size = new System.Drawing.Size(274, 114);
75 this.tableLayoutPanel2.TabIndex = 2;
76 //
77 // tableLayoutPanel3
78 //
79 this.tableLayoutPanel3.ColumnCount = 2;
80 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 85.22167F));
81 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.77833F));
82 this.tableLayoutPanel3.Controls.Add(this.pictureBox2, 1, 0);
83 this.tableLayoutPanel3.Controls.Add(this.richTextBox2, 0, 0);
84 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
85 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
86 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
87 this.tableLayoutPanel3.RowCount = 1;
88 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
89 this.tableLayoutPanel3.Size = new System.Drawing.Size(268, 23);
90 this.tableLayoutPanel3.TabIndex = 2;
91 //
92 // pictureBox2
93 //
94 this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
95 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
96 this.pictureBox2.Location = new System.Drawing.Point(231, 3);
97 this.pictureBox2.Name = "pictureBox2";
98 this.pictureBox2.Size = new System.Drawing.Size(34, 17);
99 this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
100 this.pictureBox2.TabIndex = 0;
101 this.pictureBox2.TabStop = false;
102 this.pictureBox2.Click += new System.EventHandler(this.PictureBox2_Click);
103 //
104 // richTextBox2
105 //
106 this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
107 this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
108 this.richTextBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
109 this.richTextBox2.Location = new System.Drawing.Point(3, 3);
110 this.richTextBox2.Multiline = false;
111 this.richTextBox2.Name = "richTextBox2";
3 office 112 this.richTextBox2.ReadOnly = true;
1 office 113 this.richTextBox2.Size = new System.Drawing.Size(222, 17);
114 this.richTextBox2.TabIndex = 1;
115 this.richTextBox2.Text = "";
116 //
3 office 117 // pictureBox1
118 //
119 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
120 this.pictureBox1.Location = new System.Drawing.Point(3, 3);
121 this.pictureBox1.Name = "pictureBox1";
122 this.pictureBox1.Size = new System.Drawing.Size(114, 114);
123 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
124 this.pictureBox1.TabIndex = 0;
125 this.pictureBox1.TabStop = false;
126 //
1 office 127 // NotificationForm
128 //
129 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
130 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
131 this.ClientSize = new System.Drawing.Size(400, 120);
132 this.ControlBox = false;
133 this.Controls.Add(this.tableLayoutPanel1);
134 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
135 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
136 this.MaximizeBox = false;
137 this.MaximumSize = new System.Drawing.Size(400, 120);
138 this.MinimizeBox = false;
139 this.MinimumSize = new System.Drawing.Size(400, 120);
140 this.Name = "NotificationForm";
141 this.ShowIcon = false;
142 this.ShowInTaskbar = false;
143 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
3 office 144 this.Text = "Winify: Notification";
145 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NotificationForm_FormClosing);
1 office 146 this.tableLayoutPanel1.ResumeLayout(false);
147 this.tableLayoutPanel2.ResumeLayout(false);
148 this.tableLayoutPanel3.ResumeLayout(false);
149 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
150 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
151 this.ResumeLayout(false);
152  
153 }
154  
155 #endregion
156  
157 private global::Winify.ReadOnlyRichTextBox richTextBox1;
158 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
159 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
160 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
161 private System.Windows.Forms.PictureBox pictureBox2;
162 private System.Windows.Forms.PictureBox pictureBox1;
163 private global::Winify.ReadOnlyRichTextBox richTextBox2;
164 }
165 }