Winify – Blame information for rev 8

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