Toasts – Diff between revs 53 and 54
?pathlinks?
Rev 53 | Rev 54 | |||
---|---|---|---|---|
Line 222... | Line 222... | |||
222 | this.ShowIcon = false; |
222 | this.ShowIcon = false; |
|
223 | this.ShowInTaskbar = false; |
223 | this.ShowInTaskbar = false; |
|
224 | this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; |
224 | this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; |
|
225 | this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ToastForm_FormClosed); |
225 | this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ToastForm_FormClosed); |
|
226 | this.Load += new System.EventHandler(this.ToastForm_Load); |
226 | this.Load += new System.EventHandler(this.ToastForm_Load); |
|
227 | this.Shown += new System.EventHandler(this.ToastForm_Shown); |
- | ||
228 | this.Click += new System.EventHandler(this.Toast_Click); |
227 | this.Click += new System.EventHandler(this.Toast_Click); |
|
229 | this.MouseEnter += new System.EventHandler(this.Toast_MouseEnter); |
228 | this.MouseEnter += new System.EventHandler(this.Toast_MouseEnter); |
|
230 | this.MouseLeave += new System.EventHandler(this.Toast_MouseLeave); |
229 | this.MouseLeave += new System.EventHandler(this.Toast_MouseLeave); |
|
231 | this.tableLayoutPanel4.ResumeLayout(false); |
230 | this.tableLayoutPanel4.ResumeLayout(false); |
|
232 | this.tableLayoutPanel2.ResumeLayout(false); |
231 | this.tableLayoutPanel2.ResumeLayout(false); |