Toasts – Diff between revs 52 and 53
?pathlinks?
Rev 52 | Rev 53 | |||
---|---|---|---|---|
Line 21... | Line 21... | |||
21 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
21 | this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); |
|
22 | this.panel1 = new System.Windows.Forms.Panel(); |
22 | this.panel1 = new System.Windows.Forms.Panel(); |
|
23 | this.panel2 = new System.Windows.Forms.Panel(); |
23 | this.panel2 = new System.Windows.Forms.Panel(); |
|
24 | this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
24 | this.splitContainer1 = new System.Windows.Forms.SplitContainer(); |
|
25 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
25 | this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); |
|
26 | this.imageBox = new System.Windows.Forms.PictureBox(); |
26 | this.imageBox = new System.Windows.Forms.Panel(); |
|
27 | this.tableLayoutPanel4.SuspendLayout(); |
27 | this.tableLayoutPanel4.SuspendLayout(); |
|
28 | this.tableLayoutPanel2.SuspendLayout(); |
28 | this.tableLayoutPanel2.SuspendLayout(); |
|
29 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
29 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); |
|
30 | this.splitContainer1.Panel1.SuspendLayout(); |
30 | this.splitContainer1.Panel1.SuspendLayout(); |
|
31 | this.splitContainer1.Panel2.SuspendLayout(); |
31 | this.splitContainer1.Panel2.SuspendLayout(); |
|
32 | this.splitContainer1.SuspendLayout(); |
32 | this.splitContainer1.SuspendLayout(); |
|
33 | this.tableLayoutPanel1.SuspendLayout(); |
33 | this.tableLayoutPanel1.SuspendLayout(); |
|
34 | ((System.ComponentModel.ISupportInitialize)(this.imageBox)).BeginInit(); |
- | ||
35 | this.SuspendLayout(); |
34 | this.SuspendLayout(); |
|
36 | // |
35 | // |
|
37 | // labelTitle |
36 | // labelTitle |
|
38 | // |
37 | // |
|
39 | this.labelTitle.AutoEllipsis = true; |
38 | this.labelTitle.AutoEllipsis = true; |
|
Line 81... | Line 80... | |||
81 | // |
80 | // |
|
82 | // htmlPanel1 |
81 | // htmlPanel1 |
|
83 | // |
82 | // |
|
84 | this.htmlPanel1.AutoSize = false; |
83 | this.htmlPanel1.AutoSize = false; |
|
85 | this.htmlPanel1.BackColor = System.Drawing.Color.Transparent; |
84 | this.htmlPanel1.BackColor = System.Drawing.Color.Transparent; |
|
86 | this.htmlPanel1.BaseStylesheet = null; |
85 | this.htmlPanel1.BaseStylesheet = ""; |
|
87 | this.htmlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
86 | this.htmlPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
|
88 | this.htmlPanel1.IsContextMenuEnabled = false; |
87 | this.htmlPanel1.IsContextMenuEnabled = false; |
|
89 | this.htmlPanel1.IsSelectionEnabled = false; |
88 | this.htmlPanel1.IsSelectionEnabled = false; |
|
90 | this.htmlPanel1.Location = new System.Drawing.Point(3, 23); |
89 | this.htmlPanel1.Location = new System.Drawing.Point(3, 23); |
|
91 | this.htmlPanel1.Margin = new System.Windows.Forms.Padding(0); |
90 | this.htmlPanel1.Margin = new System.Windows.Forms.Padding(0); |
|
Line 190... | Line 189... | |||
190 | this.tableLayoutPanel1.MouseLeave += new System.EventHandler(this.Toast_MouseLeave); |
189 | this.tableLayoutPanel1.MouseLeave += new System.EventHandler(this.Toast_MouseLeave); |
|
191 | // |
190 | // |
|
192 | // imageBox |
191 | // imageBox |
|
193 | // |
192 | // |
|
194 | this.imageBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
193 | this.imageBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
|
195 | this.imageBox.Image = global::Toasts.Properties.Resources.was; |
194 | this.imageBox.BackgroundImage = global::Toasts.Properties.Resources.was; |
|
- | 195 | this.imageBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; |
||
196 | this.imageBox.Location = new System.Drawing.Point(5, 15); |
196 | this.imageBox.Location = new System.Drawing.Point(5, 15); |
|
197 | this.imageBox.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); |
197 | this.imageBox.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); |
|
198 | this.imageBox.MaximumSize = new System.Drawing.Size(90, 90); |
198 | this.imageBox.MaximumSize = new System.Drawing.Size(90, 90); |
|
199 | this.imageBox.MinimumSize = new System.Drawing.Size(90, 90); |
199 | this.imageBox.MinimumSize = new System.Drawing.Size(90, 90); |
|
200 | this.imageBox.Name = "imageBox"; |
200 | this.imageBox.Name = "imageBox"; |
|
201 | this.imageBox.Size = new System.Drawing.Size(90, 90); |
201 | this.imageBox.Size = new System.Drawing.Size(90, 90); |
|
202 | this.imageBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; |
- | ||
203 | this.imageBox.TabIndex = 1; |
202 | this.imageBox.TabIndex = 1; |
|
204 | this.imageBox.TabStop = false; |
- | ||
205 | this.imageBox.Click += new System.EventHandler(this.Toast_Click); |
203 | this.imageBox.Click += new System.EventHandler(this.Toast_Click); |
|
206 | this.imageBox.MouseEnter += new System.EventHandler(this.Toast_MouseEnter); |
204 | this.imageBox.MouseEnter += new System.EventHandler(this.Toast_MouseEnter); |
|
207 | this.imageBox.MouseLeave += new System.EventHandler(this.Toast_MouseLeave); |
205 | this.imageBox.MouseLeave += new System.EventHandler(this.Toast_MouseLeave); |
|
208 | // |
206 | // |
|
209 | // ToastForm |
207 | // ToastForm |
|
Line 237... | Line 235... | |||
237 | this.splitContainer1.Panel2.ResumeLayout(false); |
235 | this.splitContainer1.Panel2.ResumeLayout(false); |
|
238 | this.splitContainer1.Panel2.PerformLayout(); |
236 | this.splitContainer1.Panel2.PerformLayout(); |
|
239 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); |
237 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); |
|
240 | this.splitContainer1.ResumeLayout(false); |
238 | this.splitContainer1.ResumeLayout(false); |
|
241 | this.tableLayoutPanel1.ResumeLayout(false); |
239 | this.tableLayoutPanel1.ResumeLayout(false); |
|
242 | ((System.ComponentModel.ISupportInitialize)(this.imageBox)).EndInit(); |
- | ||
243 | this.ResumeLayout(false); |
240 | this.ResumeLayout(false); |
|
Line 244... | Line 241... | |||
244 | |
241 | |
|
Line 245... | Line 242... | |||
245 | } |
242 | } |
|
246 | |
243 | |
|
247 | #endregion |
244 | #endregion |
|
248 | private System.Windows.Forms.Label labelTitle; |
245 | private System.Windows.Forms.Label labelTitle; |
|
249 | private System.Windows.Forms.PictureBox imageBox; |
246 | private System.Windows.Forms.Panel imageBox; |
|
250 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; |
247 | private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; |
|
251 | private TheArtOfDev.HtmlRenderer.WinForms.HtmlLabel htmlPanel1; |
248 | private TheArtOfDev.HtmlRenderer.WinForms.HtmlLabel htmlPanel1; |
|
252 | private System.Windows.Forms.SplitContainer splitContainer1; |
249 | private System.Windows.Forms.SplitContainer splitContainer1; |