Toasts – Blame information for rev 54

Subversion Repositories:
Rev:
Rev Author Line No. Line
41 office 1 namespace Toasts
2 {
3 partial class ToastForm
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9  
10 #region Windows Form Designer generated code
11  
12 /// <summary>
13 /// Required method for Designer support - do not modify
14 /// the contents of this method with the code editor.
15 /// </summary>
16 private void InitializeComponent()
17 {
44 office 18 this.labelTitle = new System.Windows.Forms.Label();
19 this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
20 this.htmlPanel1 = new TheArtOfDev.HtmlRenderer.WinForms.HtmlLabel();
21 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
22 this.panel1 = new System.Windows.Forms.Panel();
45 office 23 this.panel2 = new System.Windows.Forms.Panel();
44 office 24 this.splitContainer1 = new System.Windows.Forms.SplitContainer();
25 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
53 office 26 this.imageBox = new System.Windows.Forms.Panel();
44 office 27 this.tableLayoutPanel4.SuspendLayout();
28 this.tableLayoutPanel2.SuspendLayout();
29 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
30 this.splitContainer1.Panel1.SuspendLayout();
31 this.splitContainer1.Panel2.SuspendLayout();
32 this.splitContainer1.SuspendLayout();
33 this.tableLayoutPanel1.SuspendLayout();
34 this.SuspendLayout();
35 //
36 // labelTitle
37 //
38 this.labelTitle.AutoEllipsis = true;
39 this.labelTitle.AutoSize = true;
40 this.labelTitle.BackColor = System.Drawing.Color.Transparent;
45 office 41 this.labelTitle.Dock = System.Windows.Forms.DockStyle.Fill;
44 office 42 this.labelTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
43 this.labelTitle.ForeColor = System.Drawing.Color.Black;
44 this.labelTitle.Location = new System.Drawing.Point(0, 0);
45 this.labelTitle.Margin = new System.Windows.Forms.Padding(0);
46 this.labelTitle.Name = "labelTitle";
45 office 47 this.labelTitle.Size = new System.Drawing.Size(242, 14);
44 office 48 this.labelTitle.TabIndex = 0;
49 this.labelTitle.Text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit.";
50 this.labelTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
51 this.labelTitle.Click += new System.EventHandler(this.Toast_Click);
52 this.labelTitle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.labelTitle_MouseDown);
52 office 53 this.labelTitle.MouseEnter += new System.EventHandler(this.Toast_MouseEnter);
54 this.labelTitle.MouseLeave += new System.EventHandler(this.Toast_MouseLeave);
44 office 55 this.labelTitle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.labelTitle_MouseMove);
56 this.labelTitle.MouseUp += new System.Windows.Forms.MouseEventHandler(this.labelTitle_MouseUp);
57 //
58 // tableLayoutPanel4
59 //
60 this.tableLayoutPanel4.AutoSize = true;
61 this.tableLayoutPanel4.BackColor = System.Drawing.Color.Transparent;
62 this.tableLayoutPanel4.ColumnCount = 1;
63 this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
64 this.tableLayoutPanel4.Controls.Add(this.htmlPanel1, 0, 1);
65 this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel2, 0, 0);
66 this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
67 this.tableLayoutPanel4.Location = new System.Drawing.Point(0, 0);
68 this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
69 this.tableLayoutPanel4.MinimumSize = new System.Drawing.Size(0, 120);
70 this.tableLayoutPanel4.Name = "tableLayoutPanel4";
71 this.tableLayoutPanel4.Padding = new System.Windows.Forms.Padding(3);
72 this.tableLayoutPanel4.RowCount = 2;
73 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
74 this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
75 this.tableLayoutPanel4.Size = new System.Drawing.Size(299, 120);
76 this.tableLayoutPanel4.TabIndex = 0;
77 this.tableLayoutPanel4.Click += new System.EventHandler(this.Toast_Click);
52 office 78 this.tableLayoutPanel4.MouseEnter += new System.EventHandler(this.Toast_MouseEnter);
79 this.tableLayoutPanel4.MouseLeave += new System.EventHandler(this.Toast_MouseLeave);
44 office 80 //
81 // htmlPanel1
82 //
83 this.htmlPanel1.AutoSize = false;
84 this.htmlPanel1.BackColor = System.Drawing.Color.Transparent;
53 office 85 this.htmlPanel1.BaseStylesheet = "";
44 office 86 this.htmlPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
87 this.htmlPanel1.IsContextMenuEnabled = false;
88 this.htmlPanel1.IsSelectionEnabled = false;
89 this.htmlPanel1.Location = new System.Drawing.Point(3, 23);
90 this.htmlPanel1.Margin = new System.Windows.Forms.Padding(0);
91 this.htmlPanel1.Name = "htmlPanel1";
92 this.htmlPanel1.Size = new System.Drawing.Size(293, 94);
93 this.htmlPanel1.TabIndex = 1;
45 office 94 this.htmlPanel1.Text = null;
49 office 95 this.htmlPanel1.ImageLoad += new System.EventHandler<TheArtOfDev.HtmlRenderer.Core.Entities.HtmlImageLoadEventArgs>(this.HtmlPanel1_ImageLoad);
44 office 96 this.htmlPanel1.Click += new System.EventHandler(this.Toast_Click);
52 office 97 this.htmlPanel1.MouseEnter += new System.EventHandler(this.Toast_MouseEnter);
98 this.htmlPanel1.MouseLeave += new System.EventHandler(this.Toast_MouseLeave);
44 office 99 //
100 // tableLayoutPanel2
101 //
45 office 102 this.tableLayoutPanel2.ColumnCount = 3;
44 office 103 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
45 office 104 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 30F));
44 office 105 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 15F));
106 this.tableLayoutPanel2.Controls.Add(this.labelTitle, 0, 0);
107 this.tableLayoutPanel2.Controls.Add(this.panel1, 1, 0);
45 office 108 this.tableLayoutPanel2.Controls.Add(this.panel2, 2, 0);
44 office 109 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
110 this.tableLayoutPanel2.Location = new System.Drawing.Point(6, 6);
111 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
112 this.tableLayoutPanel2.RowCount = 1;
113 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
114 this.tableLayoutPanel2.Size = new System.Drawing.Size(287, 14);
115 this.tableLayoutPanel2.TabIndex = 2;
116 this.tableLayoutPanel2.Click += new System.EventHandler(this.Toast_Click);
52 office 117 this.tableLayoutPanel2.MouseEnter += new System.EventHandler(this.Toast_MouseEnter);
118 this.tableLayoutPanel2.MouseLeave += new System.EventHandler(this.Toast_MouseLeave);
44 office 119 //
120 // panel1
121 //
45 office 122 this.panel1.BackColor = System.Drawing.Color.Gold;
123 this.panel1.BackgroundImage = global::Toasts.Properties.Resources.copy;
44 office 124 this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
45 office 125 this.panel1.Location = new System.Drawing.Point(245, 3);
44 office 126 this.panel1.Name = "panel1";
45 office 127 this.panel1.Size = new System.Drawing.Size(24, 8);
44 office 128 this.panel1.TabIndex = 1;
129 this.panel1.Click += new System.EventHandler(this.panel1_Click);
52 office 130 this.panel1.MouseEnter += new System.EventHandler(this.Toast_MouseEnter);
131 this.panel1.MouseLeave += new System.EventHandler(this.Toast_MouseLeave);
44 office 132 //
45 office 133 // panel2
134 //
135 this.panel2.BackColor = System.Drawing.Color.Red;
136 this.panel2.Location = new System.Drawing.Point(275, 3);
137 this.panel2.Name = "panel2";
138 this.panel2.Size = new System.Drawing.Size(9, 8);
139 this.panel2.TabIndex = 2;
140 this.panel2.Click += new System.EventHandler(this.panel2_Click);
52 office 141 this.panel2.MouseEnter += new System.EventHandler(this.Toast_MouseEnter);
142 this.panel2.MouseLeave += new System.EventHandler(this.Toast_MouseLeave);
45 office 143 //
44 office 144 // splitContainer1
145 //
146 this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
147 this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
148 this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
149 this.splitContainer1.IsSplitterFixed = true;
150 this.splitContainer1.Location = new System.Drawing.Point(0, 0);
151 this.splitContainer1.Margin = new System.Windows.Forms.Padding(0);
152 this.splitContainer1.Name = "splitContainer1";
153 //
154 // splitContainer1.Panel1
155 //
156 this.splitContainer1.Panel1.BackColor = System.Drawing.Color.White;
157 this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1);
158 this.splitContainer1.Panel1MinSize = 0;
159 //
160 // splitContainer1.Panel2
161 //
162 this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel4);
163 this.splitContainer1.Panel2MinSize = 0;
164 this.splitContainer1.Size = new System.Drawing.Size(400, 120);
165 this.splitContainer1.SplitterDistance = 100;
166 this.splitContainer1.SplitterWidth = 1;
167 this.splitContainer1.TabIndex = 5;
168 this.splitContainer1.Click += new System.EventHandler(this.Toast_Click);
52 office 169 this.splitContainer1.MouseEnter += new System.EventHandler(this.Toast_MouseEnter);
170 this.splitContainer1.MouseLeave += new System.EventHandler(this.Toast_MouseLeave);
44 office 171 //
172 // tableLayoutPanel1
173 //
174 this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
175 this.tableLayoutPanel1.ColumnCount = 1;
176 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
177 this.tableLayoutPanel1.Controls.Add(this.imageBox, 0, 0);
178 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
179 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
180 this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
181 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
182 this.tableLayoutPanel1.RowCount = 2;
183 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 120F));
184 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
185 this.tableLayoutPanel1.Size = new System.Drawing.Size(100, 120);
186 this.tableLayoutPanel1.TabIndex = 2;
187 this.tableLayoutPanel1.Click += new System.EventHandler(this.Toast_Click);
52 office 188 this.tableLayoutPanel1.MouseEnter += new System.EventHandler(this.Toast_MouseEnter);
189 this.tableLayoutPanel1.MouseLeave += new System.EventHandler(this.Toast_MouseLeave);
44 office 190 //
191 // imageBox
192 //
193 this.imageBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
53 office 194 this.imageBox.BackgroundImage = global::Toasts.Properties.Resources.was;
195 this.imageBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
44 office 196 this.imageBox.Location = new System.Drawing.Point(5, 15);
197 this.imageBox.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
198 this.imageBox.MaximumSize = new System.Drawing.Size(90, 90);
199 this.imageBox.MinimumSize = new System.Drawing.Size(90, 90);
200 this.imageBox.Name = "imageBox";
201 this.imageBox.Size = new System.Drawing.Size(90, 90);
202 this.imageBox.TabIndex = 1;
203 this.imageBox.Click += new System.EventHandler(this.Toast_Click);
52 office 204 this.imageBox.MouseEnter += new System.EventHandler(this.Toast_MouseEnter);
205 this.imageBox.MouseLeave += new System.EventHandler(this.Toast_MouseLeave);
44 office 206 //
207 // ToastForm
208 //
209 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
210 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
211 this.BackColor = System.Drawing.Color.White;
212 this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
213 this.CausesValidation = false;
214 this.ClientSize = new System.Drawing.Size(400, 120);
215 this.ControlBox = false;
216 this.Controls.Add(this.splitContainer1);
217 this.DoubleBuffered = true;
218 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
219 this.MaximizeBox = false;
220 this.MinimizeBox = false;
221 this.Name = "ToastForm";
222 this.ShowIcon = false;
223 this.ShowInTaskbar = false;
224 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
225 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ToastForm_FormClosed);
226 this.Load += new System.EventHandler(this.ToastForm_Load);
227 this.Click += new System.EventHandler(this.Toast_Click);
52 office 228 this.MouseEnter += new System.EventHandler(this.Toast_MouseEnter);
229 this.MouseLeave += new System.EventHandler(this.Toast_MouseLeave);
44 office 230 this.tableLayoutPanel4.ResumeLayout(false);
231 this.tableLayoutPanel2.ResumeLayout(false);
232 this.tableLayoutPanel2.PerformLayout();
233 this.splitContainer1.Panel1.ResumeLayout(false);
234 this.splitContainer1.Panel2.ResumeLayout(false);
235 this.splitContainer1.Panel2.PerformLayout();
236 ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
237 this.splitContainer1.ResumeLayout(false);
238 this.tableLayoutPanel1.ResumeLayout(false);
239 this.ResumeLayout(false);
240  
41 office 241 }
242  
243 #endregion
244 private System.Windows.Forms.Label labelTitle;
53 office 245 private System.Windows.Forms.Panel imageBox;
41 office 246 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
247 private TheArtOfDev.HtmlRenderer.WinForms.HtmlLabel htmlPanel1;
248 private System.Windows.Forms.SplitContainer splitContainer1;
249 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
250 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
45 office 251 private System.Windows.Forms.Panel panel1;
252 private System.Windows.Forms.Panel panel2;
41 office 253 }
1 office 254 }