Winify – Blame information for rev 9

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));
9 office 22 this.richTextBox1 = new Winify.Utilities.Components.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();
9 office 27 this.richTextBox2 = new Winify.Utilities.Components.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 = "";
9 office 47 this.richTextBox1.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.RichTextBox1_LinkClicked);
1 office 48 //
49 // tableLayoutPanel1
50 //
51 this.tableLayoutPanel1.ColumnCount = 2;
52 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
53 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
54 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
55 this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
56 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
57 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
58 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
59 this.tableLayoutPanel1.RowCount = 1;
60 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
61 this.tableLayoutPanel1.Size = new System.Drawing.Size(400, 120);
62 this.tableLayoutPanel1.TabIndex = 1;
63 //
64 // tableLayoutPanel2
65 //
66 this.tableLayoutPanel2.ColumnCount = 1;
67 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
68 this.tableLayoutPanel2.Controls.Add(this.richTextBox1, 0, 1);
69 this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
70 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
71 this.tableLayoutPanel2.Location = new System.Drawing.Point(123, 3);
72 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
73 this.tableLayoutPanel2.RowCount = 2;
74 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.8427F));
75 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 74.1573F));
76 this.tableLayoutPanel2.Size = new System.Drawing.Size(274, 114);
77 this.tableLayoutPanel2.TabIndex = 2;
78 //
79 // tableLayoutPanel3
80 //
81 this.tableLayoutPanel3.ColumnCount = 2;
82 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 85.22167F));
83 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.77833F));
84 this.tableLayoutPanel3.Controls.Add(this.pictureBox2, 1, 0);
85 this.tableLayoutPanel3.Controls.Add(this.richTextBox2, 0, 0);
86 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
87 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
88 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
89 this.tableLayoutPanel3.RowCount = 1;
90 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
91 this.tableLayoutPanel3.Size = new System.Drawing.Size(268, 23);
92 this.tableLayoutPanel3.TabIndex = 2;
93 //
94 // pictureBox2
95 //
96 this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
97 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
98 this.pictureBox2.Location = new System.Drawing.Point(231, 3);
99 this.pictureBox2.Name = "pictureBox2";
100 this.pictureBox2.Size = new System.Drawing.Size(34, 17);
101 this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
102 this.pictureBox2.TabIndex = 0;
103 this.pictureBox2.TabStop = false;
104 this.pictureBox2.Click += new System.EventHandler(this.PictureBox2_Click);
105 //
106 // richTextBox2
107 //
108 this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
109 this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
110 this.richTextBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
111 this.richTextBox2.Location = new System.Drawing.Point(3, 3);
112 this.richTextBox2.Multiline = false;
113 this.richTextBox2.Name = "richTextBox2";
3 office 114 this.richTextBox2.ReadOnly = true;
1 office 115 this.richTextBox2.Size = new System.Drawing.Size(222, 17);
116 this.richTextBox2.TabIndex = 1;
117 this.richTextBox2.Text = "";
9 office 118 this.richTextBox2.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.RichTextBox2_LinkClicked);
1 office 119 //
3 office 120 // pictureBox1
121 //
122 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
123 this.pictureBox1.Location = new System.Drawing.Point(3, 3);
124 this.pictureBox1.Name = "pictureBox1";
125 this.pictureBox1.Size = new System.Drawing.Size(114, 114);
126 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
127 this.pictureBox1.TabIndex = 0;
128 this.pictureBox1.TabStop = false;
129 //
1 office 130 // NotificationForm
131 //
132 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
133 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
134 this.ClientSize = new System.Drawing.Size(400, 120);
135 this.ControlBox = false;
136 this.Controls.Add(this.tableLayoutPanel1);
137 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
138 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
139 this.MaximizeBox = false;
140 this.MaximumSize = new System.Drawing.Size(400, 120);
141 this.MinimizeBox = false;
142 this.MinimumSize = new System.Drawing.Size(400, 120);
143 this.Name = "NotificationForm";
144 this.ShowIcon = false;
145 this.ShowInTaskbar = false;
146 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
3 office 147 this.Text = "Winify: Notification";
148 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.NotificationForm_FormClosing);
1 office 149 this.tableLayoutPanel1.ResumeLayout(false);
150 this.tableLayoutPanel2.ResumeLayout(false);
151 this.tableLayoutPanel3.ResumeLayout(false);
152 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
153 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
154 this.ResumeLayout(false);
155  
156 }
157  
158 #endregion
159  
8 office 160 private global::Winify.Utilities.Components.ReadOnlyRichTextBox richTextBox1;
1 office 161 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
162 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
163 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
164 private System.Windows.Forms.PictureBox pictureBox2;
165 private System.Windows.Forms.PictureBox pictureBox1;
8 office 166 private global::Winify.Utilities.Components.ReadOnlyRichTextBox richTextBox2;
1 office 167 }
168 }