Toasts – Diff between revs 1 and 8
?pathlinks?
Rev 1 | Rev 8 | |||
---|---|---|---|---|
Line 1... | Line 1... | |||
1 | namespace Test |
1 | namespace Test |
|
2 | { |
2 | { |
|
3 | partial class Test |
3 | partial class TestForm |
|
4 | { |
4 | { |
|
5 | /// <summary> |
5 | /// <summary> |
|
6 | /// Required designer variable. |
6 | /// Required designer variable. |
|
7 | /// </summary> |
7 | /// </summary> |
|
8 | private System.ComponentModel.IContainer components = null; |
8 | private System.ComponentModel.IContainer components = null; |
|
Line 26... | Line 26... | |||
26 | /// Required method for Designer support - do not modify |
26 | /// Required method for Designer support - do not modify |
|
27 | /// the contents of this method with the code editor. |
27 | /// the contents of this method with the code editor. |
|
28 | /// </summary> |
28 | /// </summary> |
|
29 | private void InitializeComponent() |
29 | private void InitializeComponent() |
|
30 | { |
30 | { |
|
31 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Test)); |
31 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TestForm)); |
|
32 | this.labelTitle = new System.Windows.Forms.Label(); |
32 | this.labelTitle = new System.Windows.Forms.Label(); |
|
33 | this.textBoxTitle = new System.Windows.Forms.TextBox(); |
33 | this.textBoxTitle = new System.Windows.Forms.TextBox(); |
|
34 | this.labelBody = new System.Windows.Forms.Label(); |
34 | this.labelBody = new System.Windows.Forms.Label(); |
|
35 | this.textBoxBody = new System.Windows.Forms.TextBox(); |
35 | this.textBoxBody = new System.Windows.Forms.TextBox(); |
|
36 | this.labelDuration = new System.Windows.Forms.Label(); |
36 | this.labelDuration = new System.Windows.Forms.Label(); |