Toasts – Blame information for rev 8
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | namespace Test |
2 | { |
||
8 | office | 3 | partial class TestForm |
1 | office | 4 | { |
5 | /// <summary> |
||
6 | /// Required designer variable. |
||
7 | /// </summary> |
||
8 | private System.ComponentModel.IContainer components = null; |
||
9 | |||
10 | /// <summary> |
||
11 | /// Clean up any resources being used. |
||
12 | /// </summary> |
||
13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
||
14 | protected override void Dispose(bool disposing) |
||
15 | { |
||
16 | if (disposing && (components != null)) |
||
17 | { |
||
18 | components.Dispose(); |
||
19 | } |
||
20 | base.Dispose(disposing); |
||
21 | } |
||
22 | |||
23 | #region Windows Form Designer generated code |
||
24 | |||
25 | /// <summary> |
||
26 | /// Required method for Designer support - do not modify |
||
27 | /// the contents of this method with the code editor. |
||
28 | /// </summary> |
||
29 | private void InitializeComponent() |
||
30 | { |
||
8 | office | 31 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TestForm)); |
1 | office | 32 | this.labelTitle = new System.Windows.Forms.Label(); |
33 | this.textBoxTitle = new System.Windows.Forms.TextBox(); |
||
34 | this.labelBody = new System.Windows.Forms.Label(); |
||
35 | this.textBoxBody = new System.Windows.Forms.TextBox(); |
||
36 | this.labelDuration = new System.Windows.Forms.Label(); |
||
37 | this.comboBoxDuration = new System.Windows.Forms.ComboBox(); |
||
38 | this.labelAnimation = new System.Windows.Forms.Label(); |
||
39 | this.comboBoxAnimation = new System.Windows.Forms.ComboBox(); |
||
40 | this.comboBoxAnimationDirection = new System.Windows.Forms.ComboBox(); |
||
41 | this.labelAnimationDirection = new System.Windows.Forms.Label(); |
||
42 | this.buttonShowNotification = new System.Windows.Forms.Button(); |
||
43 | this.comboBoxSound = new System.Windows.Forms.ComboBox(); |
||
44 | this.labelSound = new System.Windows.Forms.Label(); |
||
45 | this.SuspendLayout(); |
||
46 | // |
||
47 | // labelTitle |
||
48 | // |
||
49 | this.labelTitle.AutoSize = true; |
||
50 | this.labelTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
||
51 | this.labelTitle.Location = new System.Drawing.Point(13, 19); |
||
52 | this.labelTitle.Name = "labelTitle"; |
||
53 | this.labelTitle.Size = new System.Drawing.Size(32, 13); |
||
54 | this.labelTitle.TabIndex = 0; |
||
55 | this.labelTitle.Text = "Title"; |
||
56 | // |
||
57 | // textBoxTitle |
||
58 | // |
||
59 | this.textBoxTitle.Location = new System.Drawing.Point(89, 16); |
||
60 | this.textBoxTitle.Name = "textBoxTitle"; |
||
61 | this.textBoxTitle.Size = new System.Drawing.Size(191, 20); |
||
62 | this.textBoxTitle.TabIndex = 1; |
||
63 | this.textBoxTitle.Text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit."; |
||
64 | // |
||
65 | // labelBody |
||
66 | // |
||
67 | this.labelBody.AutoSize = true; |
||
68 | this.labelBody.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
||
69 | this.labelBody.Location = new System.Drawing.Point(13, 56); |
||
70 | this.labelBody.Name = "labelBody"; |
||
71 | this.labelBody.Size = new System.Drawing.Size(35, 13); |
||
72 | this.labelBody.TabIndex = 2; |
||
73 | this.labelBody.Text = "Body"; |
||
74 | // |
||
75 | // textBoxBody |
||
76 | // |
||
77 | this.textBoxBody.Location = new System.Drawing.Point(89, 53); |
||
78 | this.textBoxBody.Multiline = true; |
||
79 | this.textBoxBody.Name = "textBoxBody"; |
||
80 | this.textBoxBody.Size = new System.Drawing.Size(191, 51); |
||
81 | this.textBoxBody.TabIndex = 3; |
||
82 | this.textBoxBody.Text = resources.GetString("textBoxBody.Text"); |
||
83 | // |
||
84 | // labelDuration |
||
85 | // |
||
86 | this.labelDuration.AutoSize = true; |
||
87 | this.labelDuration.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
||
88 | this.labelDuration.Location = new System.Drawing.Point(13, 128); |
||
89 | this.labelDuration.Name = "labelDuration"; |
||
90 | this.labelDuration.Size = new System.Drawing.Size(55, 13); |
||
91 | this.labelDuration.TabIndex = 4; |
||
92 | this.labelDuration.Text = "Duration"; |
||
93 | // |
||
94 | // comboBoxDuration |
||
95 | // |
||
96 | this.comboBoxDuration.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
||
97 | this.comboBoxDuration.FormattingEnabled = true; |
||
98 | this.comboBoxDuration.Items.AddRange(new object[] { |
||
99 | "2000", |
||
100 | "5000", |
||
101 | "10000"}); |
||
102 | this.comboBoxDuration.Location = new System.Drawing.Point(89, 128); |
||
103 | this.comboBoxDuration.Name = "comboBoxDuration"; |
||
104 | this.comboBoxDuration.Size = new System.Drawing.Size(191, 21); |
||
105 | this.comboBoxDuration.TabIndex = 5; |
||
106 | // |
||
107 | // labelAnimation |
||
108 | // |
||
109 | this.labelAnimation.AutoSize = true; |
||
110 | this.labelAnimation.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
||
111 | this.labelAnimation.Location = new System.Drawing.Point(14, 158); |
||
112 | this.labelAnimation.Name = "labelAnimation"; |
||
113 | this.labelAnimation.Size = new System.Drawing.Size(62, 13); |
||
114 | this.labelAnimation.TabIndex = 6; |
||
115 | this.labelAnimation.Text = "Animation"; |
||
116 | // |
||
117 | // comboBoxAnimation |
||
118 | // |
||
119 | this.comboBoxAnimation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
||
120 | this.comboBoxAnimation.FormattingEnabled = true; |
||
121 | this.comboBoxAnimation.Location = new System.Drawing.Point(89, 155); |
||
122 | this.comboBoxAnimation.Name = "comboBoxAnimation"; |
||
123 | this.comboBoxAnimation.Size = new System.Drawing.Size(191, 21); |
||
124 | this.comboBoxAnimation.TabIndex = 7; |
||
125 | // |
||
126 | // comboBoxAnimationDirection |
||
127 | // |
||
128 | this.comboBoxAnimationDirection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
||
129 | this.comboBoxAnimationDirection.FormattingEnabled = true; |
||
130 | this.comboBoxAnimationDirection.Location = new System.Drawing.Point(89, 182); |
||
131 | this.comboBoxAnimationDirection.Name = "comboBoxAnimationDirection"; |
||
132 | this.comboBoxAnimationDirection.Size = new System.Drawing.Size(191, 21); |
||
133 | this.comboBoxAnimationDirection.TabIndex = 9; |
||
134 | // |
||
135 | // labelAnimationDirection |
||
136 | // |
||
137 | this.labelAnimationDirection.AutoSize = true; |
||
138 | this.labelAnimationDirection.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
||
139 | this.labelAnimationDirection.Location = new System.Drawing.Point(13, 185); |
||
140 | this.labelAnimationDirection.Name = "labelAnimationDirection"; |
||
141 | this.labelAnimationDirection.Size = new System.Drawing.Size(58, 13); |
||
142 | this.labelAnimationDirection.TabIndex = 8; |
||
143 | this.labelAnimationDirection.Text = "Direction"; |
||
144 | // |
||
145 | // buttonShowNotification |
||
146 | // |
||
147 | this.buttonShowNotification.Location = new System.Drawing.Point(89, 262); |
||
148 | this.buttonShowNotification.Name = "buttonShowNotification"; |
||
149 | this.buttonShowNotification.Size = new System.Drawing.Size(105, 23); |
||
150 | this.buttonShowNotification.TabIndex = 10; |
||
151 | this.buttonShowNotification.Text = "Show Notification"; |
||
152 | this.buttonShowNotification.UseVisualStyleBackColor = true; |
||
153 | this.buttonShowNotification.Click += new System.EventHandler(this.ButtonShowNotification_Click); |
||
154 | // |
||
155 | // comboBoxSound |
||
156 | // |
||
157 | this.comboBoxSound.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; |
||
158 | this.comboBoxSound.FormattingEnabled = true; |
||
159 | this.comboBoxSound.Location = new System.Drawing.Point(89, 211); |
||
160 | this.comboBoxSound.Name = "comboBoxSound"; |
||
161 | this.comboBoxSound.Size = new System.Drawing.Size(191, 21); |
||
162 | this.comboBoxSound.TabIndex = 12; |
||
163 | this.comboBoxSound.SelectedIndexChanged += new System.EventHandler(this.ComboBoxSound_SelectedIndexChanged); |
||
164 | // |
||
165 | // labelSound |
||
166 | // |
||
167 | this.labelSound.AutoSize = true; |
||
168 | this.labelSound.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
||
169 | this.labelSound.Location = new System.Drawing.Point(13, 214); |
||
170 | this.labelSound.Name = "labelSound"; |
||
171 | this.labelSound.Size = new System.Drawing.Size(43, 13); |
||
172 | this.labelSound.TabIndex = 11; |
||
173 | this.labelSound.Text = "Sound"; |
||
174 | // |
||
175 | // NotificationLauncher |
||
176 | // |
||
177 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
||
178 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
179 | this.ClientSize = new System.Drawing.Size(292, 297); |
||
180 | this.Controls.Add(this.comboBoxSound); |
||
181 | this.Controls.Add(this.labelSound); |
||
182 | this.Controls.Add(this.buttonShowNotification); |
||
183 | this.Controls.Add(this.comboBoxAnimationDirection); |
||
184 | this.Controls.Add(this.labelAnimationDirection); |
||
185 | this.Controls.Add(this.comboBoxAnimation); |
||
186 | this.Controls.Add(this.labelAnimation); |
||
187 | this.Controls.Add(this.comboBoxDuration); |
||
188 | this.Controls.Add(this.labelDuration); |
||
189 | this.Controls.Add(this.textBoxBody); |
||
190 | this.Controls.Add(this.labelBody); |
||
191 | this.Controls.Add(this.textBoxTitle); |
||
192 | this.Controls.Add(this.labelTitle); |
||
193 | this.Name = "NotificationLauncher"; |
||
194 | this.Text = "Toast Notification Launcher"; |
||
195 | this.ResumeLayout(false); |
||
196 | this.PerformLayout(); |
||
197 | |||
198 | } |
||
199 | |||
200 | #endregion |
||
201 | |||
202 | private System.Windows.Forms.Label labelTitle; |
||
203 | private System.Windows.Forms.TextBox textBoxTitle; |
||
204 | private System.Windows.Forms.Label labelBody; |
||
205 | private System.Windows.Forms.TextBox textBoxBody; |
||
206 | private System.Windows.Forms.Label labelDuration; |
||
207 | private System.Windows.Forms.ComboBox comboBoxDuration; |
||
208 | private System.Windows.Forms.Label labelAnimation; |
||
209 | private System.Windows.Forms.ComboBox comboBoxAnimation; |
||
210 | private System.Windows.Forms.ComboBox comboBoxAnimationDirection; |
||
211 | private System.Windows.Forms.Label labelAnimationDirection; |
||
212 | private System.Windows.Forms.Button buttonShowNotification; |
||
213 | private System.Windows.Forms.ComboBox comboBoxSound; |
||
214 | private System.Windows.Forms.Label labelSound; |
||
215 | } |
||
216 | } |