Form1.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. //-----------------------------------------------------------------------------
  2. // Form1.Designer.cs
  3. //
  4. // Microsoft Advanced Technology Group
  5. // Copyright (C) Microsoft Corporation. All rights reserved.
  6. //-----------------------------------------------------------------------------
  7. namespace PushNotificationSender
  8. {
  9. partial class Form1
  10. {
  11. /// <summary>
  12. /// Required designer variable.
  13. /// </summary>
  14. private System.ComponentModel.IContainer components = null;
  15. /// <summary>
  16. /// Clean up any resources being used.
  17. /// </summary>
  18. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  19. protected override void Dispose(bool disposing)
  20. {
  21. if (disposing && (components != null))
  22. {
  23. components.Dispose();
  24. }
  25. base.Dispose(disposing);
  26. }
  27. #region Windows Form Designer generated code
  28. /// <summary>
  29. /// Required method for Designer support - do not modify
  30. /// the contents of this method with the code editor.
  31. /// </summary>
  32. private void InitializeComponent()
  33. {
  34. this.groupBox1 = new System.Windows.Forms.GroupBox();
  35. this.buttonSendRaw = new System.Windows.Forms.Button();
  36. this.rawText = new System.Windows.Forms.TextBox();
  37. this.label6 = new System.Windows.Forms.Label();
  38. this.groupBox2 = new System.Windows.Forms.GroupBox();
  39. this.tileBackgroundImageUri = new System.Windows.Forms.TextBox();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.tileCount = new System.Windows.Forms.TextBox();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.tileTitle = new System.Windows.Forms.TextBox();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.buttonSendTile = new System.Windows.Forms.Button();
  46. this.groupBox3 = new System.Windows.Forms.GroupBox();
  47. this.toastText2 = new System.Windows.Forms.TextBox();
  48. this.label3 = new System.Windows.Forms.Label();
  49. this.toastText1 = new System.Windows.Forms.TextBox();
  50. this.label2 = new System.Windows.Forms.Label();
  51. this.buttonSendToast = new System.Windows.Forms.Button();
  52. this.groupBox4 = new System.Windows.Forms.GroupBox();
  53. this.phoneURI = new System.Windows.Forms.TextBox();
  54. this.groupBox5 = new System.Windows.Forms.GroupBox();
  55. this.serverResponse = new System.Windows.Forms.TextBox();
  56. this.groupBox1.SuspendLayout();
  57. this.groupBox2.SuspendLayout();
  58. this.groupBox3.SuspendLayout();
  59. this.groupBox4.SuspendLayout();
  60. this.groupBox5.SuspendLayout();
  61. this.SuspendLayout();
  62. //
  63. // groupBox1
  64. //
  65. this.groupBox1.Controls.Add(this.buttonSendRaw);
  66. this.groupBox1.Controls.Add(this.rawText);
  67. this.groupBox1.Controls.Add(this.label6);
  68. this.groupBox1.Location = new System.Drawing.Point(12, 333);
  69. this.groupBox1.Name = "groupBox1";
  70. this.groupBox1.Size = new System.Drawing.Size(395, 91);
  71. this.groupBox1.TabIndex = 15;
  72. this.groupBox1.TabStop = false;
  73. this.groupBox1.Text = "Raw Notification";
  74. //
  75. // buttonSendRaw
  76. //
  77. this.buttonSendRaw.Location = new System.Drawing.Point(314, 62);
  78. this.buttonSendRaw.Name = "buttonSendRaw";
  79. this.buttonSendRaw.Size = new System.Drawing.Size(75, 23);
  80. this.buttonSendRaw.TabIndex = 17;
  81. this.buttonSendRaw.Text = "Send";
  82. this.buttonSendRaw.UseVisualStyleBackColor = true;
  83. this.buttonSendRaw.Click += new System.EventHandler(this.buttonSendRaw_Click);
  84. //
  85. // rawText
  86. //
  87. this.rawText.Location = new System.Drawing.Point(10, 32);
  88. this.rawText.Name = "rawText";
  89. this.rawText.Size = new System.Drawing.Size(378, 20);
  90. this.rawText.TabIndex = 16;
  91. //
  92. // label6
  93. //
  94. this.label6.AutoSize = true;
  95. this.label6.Location = new System.Drawing.Point(7, 16);
  96. this.label6.Name = "label6";
  97. this.label6.Size = new System.Drawing.Size(53, 13);
  98. this.label6.TabIndex = 15;
  99. this.label6.Text = "Raw Text";
  100. //
  101. // groupBox2
  102. //
  103. this.groupBox2.Controls.Add(this.tileBackgroundImageUri);
  104. this.groupBox2.Controls.Add(this.label1);
  105. this.groupBox2.Controls.Add(this.tileCount);
  106. this.groupBox2.Controls.Add(this.label5);
  107. this.groupBox2.Controls.Add(this.tileTitle);
  108. this.groupBox2.Controls.Add(this.label4);
  109. this.groupBox2.Controls.Add(this.buttonSendTile);
  110. this.groupBox2.Location = new System.Drawing.Point(12, 200);
  111. this.groupBox2.Name = "groupBox2";
  112. this.groupBox2.Size = new System.Drawing.Size(395, 127);
  113. this.groupBox2.TabIndex = 16;
  114. this.groupBox2.TabStop = false;
  115. this.groupBox2.Text = "Tile Notification";
  116. //
  117. // tileBackgroundImageUri
  118. //
  119. this.tileBackgroundImageUri.Location = new System.Drawing.Point(10, 71);
  120. this.tileBackgroundImageUri.Name = "tileBackgroundImageUri";
  121. this.tileBackgroundImageUri.Size = new System.Drawing.Size(378, 20);
  122. this.tileBackgroundImageUri.TabIndex = 16;
  123. //
  124. // label1
  125. //
  126. this.label1.AutoSize = true;
  127. this.label1.Location = new System.Drawing.Point(7, 55);
  128. this.label1.Name = "label1";
  129. this.label1.Size = new System.Drawing.Size(119, 13);
  130. this.label1.TabIndex = 15;
  131. this.label1.Text = "Background Image URI";
  132. //
  133. // tileCount
  134. //
  135. this.tileCount.Location = new System.Drawing.Point(336, 32);
  136. this.tileCount.Name = "tileCount";
  137. this.tileCount.ReadOnly = true;
  138. this.tileCount.Size = new System.Drawing.Size(53, 20);
  139. this.tileCount.TabIndex = 14;
  140. this.tileCount.Text = "1";
  141. this.tileCount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  142. //
  143. // label5
  144. //
  145. this.label5.AutoSize = true;
  146. this.label5.Location = new System.Drawing.Point(334, 16);
  147. this.label5.Name = "label5";
  148. this.label5.Size = new System.Drawing.Size(55, 13);
  149. this.label5.TabIndex = 13;
  150. this.label5.Text = "Tile Count";
  151. //
  152. // tileTitle
  153. //
  154. this.tileTitle.Location = new System.Drawing.Point(10, 32);
  155. this.tileTitle.Name = "tileTitle";
  156. this.tileTitle.Size = new System.Drawing.Size(322, 20);
  157. this.tileTitle.TabIndex = 12;
  158. //
  159. // label4
  160. //
  161. this.label4.AutoSize = true;
  162. this.label4.Location = new System.Drawing.Point(7, 16);
  163. this.label4.Name = "label4";
  164. this.label4.Size = new System.Drawing.Size(47, 13);
  165. this.label4.TabIndex = 11;
  166. this.label4.Text = "Tile Title";
  167. //
  168. // buttonSendTile
  169. //
  170. this.buttonSendTile.Location = new System.Drawing.Point(313, 97);
  171. this.buttonSendTile.Name = "buttonSendTile";
  172. this.buttonSendTile.Size = new System.Drawing.Size(75, 23);
  173. this.buttonSendTile.TabIndex = 5;
  174. this.buttonSendTile.Text = "Send";
  175. this.buttonSendTile.UseVisualStyleBackColor = true;
  176. this.buttonSendTile.Click += new System.EventHandler(this.buttonSendTile_Click);
  177. //
  178. // groupBox3
  179. //
  180. this.groupBox3.Controls.Add(this.toastText2);
  181. this.groupBox3.Controls.Add(this.label3);
  182. this.groupBox3.Controls.Add(this.toastText1);
  183. this.groupBox3.Controls.Add(this.label2);
  184. this.groupBox3.Controls.Add(this.buttonSendToast);
  185. this.groupBox3.Location = new System.Drawing.Point(12, 65);
  186. this.groupBox3.Name = "groupBox3";
  187. this.groupBox3.Size = new System.Drawing.Size(395, 129);
  188. this.groupBox3.TabIndex = 17;
  189. this.groupBox3.TabStop = false;
  190. this.groupBox3.Text = "Toast Notification";
  191. //
  192. // toastText2
  193. //
  194. this.toastText2.Location = new System.Drawing.Point(9, 71);
  195. this.toastText2.Name = "toastText2";
  196. this.toastText2.Size = new System.Drawing.Size(381, 20);
  197. this.toastText2.TabIndex = 11;
  198. //
  199. // label3
  200. //
  201. this.label3.AutoSize = true;
  202. this.label3.Location = new System.Drawing.Point(7, 55);
  203. this.label3.Name = "label3";
  204. this.label3.Size = new System.Drawing.Size(67, 13);
  205. this.label3.TabIndex = 10;
  206. this.label3.Text = "Toast Text 2";
  207. //
  208. // toastText1
  209. //
  210. this.toastText1.Location = new System.Drawing.Point(10, 32);
  211. this.toastText1.Name = "toastText1";
  212. this.toastText1.Size = new System.Drawing.Size(381, 20);
  213. this.toastText1.TabIndex = 9;
  214. //
  215. // label2
  216. //
  217. this.label2.AutoSize = true;
  218. this.label2.Location = new System.Drawing.Point(7, 16);
  219. this.label2.Name = "label2";
  220. this.label2.Size = new System.Drawing.Size(67, 13);
  221. this.label2.TabIndex = 8;
  222. this.label2.Text = "Toast Text 1";
  223. //
  224. // buttonSendToast
  225. //
  226. this.buttonSendToast.Location = new System.Drawing.Point(313, 97);
  227. this.buttonSendToast.Name = "buttonSendToast";
  228. this.buttonSendToast.Size = new System.Drawing.Size(75, 23);
  229. this.buttonSendToast.TabIndex = 4;
  230. this.buttonSendToast.Text = "Send";
  231. this.buttonSendToast.UseVisualStyleBackColor = true;
  232. this.buttonSendToast.Click += new System.EventHandler(this.buttonSendToast_Click);
  233. //
  234. // groupBox4
  235. //
  236. this.groupBox4.Controls.Add(this.phoneURI);
  237. this.groupBox4.Location = new System.Drawing.Point(12, 12);
  238. this.groupBox4.Name = "groupBox4";
  239. this.groupBox4.Size = new System.Drawing.Size(398, 47);
  240. this.groupBox4.TabIndex = 18;
  241. this.groupBox4.TabStop = false;
  242. this.groupBox4.Text = "URI of Windows Phone Device";
  243. //
  244. // phoneURI
  245. //
  246. this.phoneURI.Location = new System.Drawing.Point(13, 19);
  247. this.phoneURI.Name = "phoneURI";
  248. this.phoneURI.Size = new System.Drawing.Size(381, 20);
  249. this.phoneURI.TabIndex = 6;
  250. //
  251. // groupBox5
  252. //
  253. this.groupBox5.Controls.Add(this.serverResponse);
  254. this.groupBox5.Location = new System.Drawing.Point(12, 430);
  255. this.groupBox5.Name = "groupBox5";
  256. this.groupBox5.Size = new System.Drawing.Size(394, 118);
  257. this.groupBox5.TabIndex = 19;
  258. this.groupBox5.TabStop = false;
  259. this.groupBox5.Text = "Microsoft Push Notification Server Response";
  260. //
  261. // serverResponse
  262. //
  263. this.serverResponse.Location = new System.Drawing.Point(9, 19);
  264. this.serverResponse.Multiline = true;
  265. this.serverResponse.Name = "serverResponse";
  266. this.serverResponse.ReadOnly = true;
  267. this.serverResponse.Size = new System.Drawing.Size(379, 93);
  268. this.serverResponse.TabIndex = 0;
  269. //
  270. // Form1
  271. //
  272. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  273. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  274. this.ClientSize = new System.Drawing.Size(418, 560);
  275. this.Controls.Add(this.groupBox5);
  276. this.Controls.Add(this.groupBox4);
  277. this.Controls.Add(this.groupBox3);
  278. this.Controls.Add(this.groupBox2);
  279. this.Controls.Add(this.groupBox1);
  280. this.Name = "Form1";
  281. this.Text = "Push Notification Sender";
  282. this.groupBox1.ResumeLayout(false);
  283. this.groupBox1.PerformLayout();
  284. this.groupBox2.ResumeLayout(false);
  285. this.groupBox2.PerformLayout();
  286. this.groupBox3.ResumeLayout(false);
  287. this.groupBox3.PerformLayout();
  288. this.groupBox4.ResumeLayout(false);
  289. this.groupBox4.PerformLayout();
  290. this.groupBox5.ResumeLayout(false);
  291. this.groupBox5.PerformLayout();
  292. this.ResumeLayout(false);
  293. }
  294. #endregion
  295. private System.Windows.Forms.GroupBox groupBox1;
  296. private System.Windows.Forms.Button buttonSendRaw;
  297. private System.Windows.Forms.TextBox rawText;
  298. private System.Windows.Forms.Label label6;
  299. private System.Windows.Forms.GroupBox groupBox2;
  300. private System.Windows.Forms.TextBox tileBackgroundImageUri;
  301. private System.Windows.Forms.Label label1;
  302. private System.Windows.Forms.TextBox tileCount;
  303. private System.Windows.Forms.Label label5;
  304. private System.Windows.Forms.TextBox tileTitle;
  305. private System.Windows.Forms.Label label4;
  306. private System.Windows.Forms.Button buttonSendTile;
  307. private System.Windows.Forms.GroupBox groupBox3;
  308. private System.Windows.Forms.TextBox toastText2;
  309. private System.Windows.Forms.Label label3;
  310. private System.Windows.Forms.TextBox toastText1;
  311. private System.Windows.Forms.Label label2;
  312. private System.Windows.Forms.Button buttonSendToast;
  313. private System.Windows.Forms.GroupBox groupBox4;
  314. private System.Windows.Forms.TextBox phoneURI;
  315. private System.Windows.Forms.GroupBox groupBox5;
  316. private System.Windows.Forms.TextBox serverResponse;
  317. }
  318. }