Winify – Blame information for rev 12

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));
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();
12 office 26 this.pictureBox1 = new System.Windows.Forms.PictureBox();
27 this.richTextBox1 = new Winify.Utilities.Components.ReadOnlyRichTextBox();
9 office 28 this.richTextBox2 = new Winify.Utilities.Components.ReadOnlyRichTextBox();
1 office 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 // tableLayoutPanel1
37 //
38 this.tableLayoutPanel1.ColumnCount = 2;
39 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
40 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
41 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
42 this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
43 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
44 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
45 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
46 this.tableLayoutPanel1.RowCount = 1;
47 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
48 this.tableLayoutPanel1.Size = new System.Drawing.Size(400, 120);
49 this.tableLayoutPanel1.TabIndex = 1;
50 //
51 // tableLayoutPanel2
52 //
53 this.tableLayoutPanel2.ColumnCount = 1;
54 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
55 this.tableLayoutPanel2.Controls.Add(this.richTextBox1, 0, 1);
56 this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
57 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
58 this.tableLayoutPanel2.Location = new System.Drawing.Point(123, 3);
59 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
60 this.tableLayoutPanel2.RowCount = 2;
61 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.8427F));
62 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 74.1573F));
63 this.tableLayoutPanel2.Size = new System.Drawing.Size(274, 114);
64 this.tableLayoutPanel2.TabIndex = 2;
65 //
66 // tableLayoutPanel3
67 //
68 this.tableLayoutPanel3.ColumnCount = 2;
69 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 85.22167F));
70 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.77833F));
71 this.tableLayoutPanel3.Controls.Add(this.pictureBox2, 1, 0);
72 this.tableLayoutPanel3.Controls.Add(this.richTextBox2, 0, 0);
73 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
74 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
75 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
76 this.tableLayoutPanel3.RowCount = 1;
77 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
78 this.tableLayoutPanel3.Size = new System.Drawing.Size(268, 23);
79 this.tableLayoutPanel3.TabIndex = 2;
80 //
81 // pictureBox2
82 //
83 this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
84 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
85 this.pictureBox2.Location = new System.Drawing.Point(231, 3);
86 this.pictureBox2.Name = "pictureBox2";
87 this.pictureBox2.Size = new System.Drawing.Size(34, 17);
88 this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
89 this.pictureBox2.TabIndex = 0;
90 this.pictureBox2.TabStop = false;
91 this.pictureBox2.Click += new System.EventHandler(this.PictureBox2_Click);
92 //
12 office 93 // pictureBox1
94 //
95 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
96 this.pictureBox1.Location = new System.Drawing.Point(3, 3);
97 this.pictureBox1.Name = "pictureBox1";
98 this.pictureBox1.Size = new System.Drawing.Size(114, 114);
99 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
100 this.pictureBox1.TabIndex = 0;
101 this.pictureBox1.TabStop = false;
102 //
103 // richTextBox1
104 //
105 this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
106 this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
107 this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
108 this.richTextBox1.Location = new System.Drawing.Point(3, 32);
109 this.richTextBox1.Name = "richTextBox1";
110 this.richTextBox1.ReadOnly = true;
111 this.richTextBox1.Size = new System.Drawing.Size(268, 79);
112 this.richTextBox1.TabIndex = 1;
113 this.richTextBox1.Text = "";
114 this.richTextBox1.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.RichTextBox1_LinkClicked);
115 //
1 office 116 // richTextBox2
117 //
118 this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
119 this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
120 this.richTextBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
121 this.richTextBox2.Location = new System.Drawing.Point(3, 3);
122 this.richTextBox2.Multiline = false;
123 this.richTextBox2.Name = "richTextBox2";
3 office 124 this.richTextBox2.ReadOnly = true;
1 office 125 this.richTextBox2.Size = new System.Drawing.Size(222, 17);
126 this.richTextBox2.TabIndex = 1;
127 this.richTextBox2.Text = "";
9 office 128 this.richTextBox2.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.RichTextBox2_LinkClicked);
1 office 129 //
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 }