Advertisement
phirani

design coding

Apr 24th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.19 KB | None | 0 0
  1. namespace weatherstation
  2. {
  3. partial class Form1
  4. {
  5.  
  6. private System.ComponentModel.IContainer components = null;
  7.  
  8.  
  9. protected override void Dispose(bool disposing)
  10. {
  11. if (disposing && (components != null))
  12. {
  13. components.Dispose();
  14. }
  15. base.Dispose(disposing);
  16. }
  17.  
  18. #region Windows Form Designer generated code
  19.  
  20.  
  21. /// <summary>
  22. /// Required method for Designer support - do not modify
  23. /// the contents of this method with the code editor.
  24. /// </summary>
  25. private void InitializeComponent()
  26. {
  27. this.textBox1 = new System.Windows.Forms.TextBox();
  28. this.textBox2 = new System.Windows.Forms.TextBox();
  29. this.textBox3 = new System.Windows.Forms.TextBox();
  30. this.textBox4 = new System.Windows.Forms.TextBox();
  31. this.textBox5 = new System.Windows.Forms.TextBox();
  32. this.textBox6 = new System.Windows.Forms.TextBox();
  33. this.textBox7 = new System.Windows.Forms.TextBox();
  34. this.textBox8 = new System.Windows.Forms.TextBox();
  35. this.textBox9 = new System.Windows.Forms.TextBox();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.label1 = new System.Windows.Forms.Label();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.label3 = new System.Windows.Forms.Label();
  40. this.label4 = new System.Windows.Forms.Label();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.label6 = new System.Windows.Forms.Label();
  43. this.label7 = new System.Windows.Forms.Label();
  44. this.label8 = new System.Windows.Forms.Label();
  45. this.label9 = new System.Windows.Forms.Label();
  46. this.textBox10 = new System.Windows.Forms.TextBox();
  47. this.textBox11 = new System.Windows.Forms.TextBox();
  48. this.label10 = new System.Windows.Forms.Label();
  49. this.label11 = new System.Windows.Forms.Label();
  50. this.textBox12 = new System.Windows.Forms.TextBox();
  51. this.webBrowser1 = new System.Windows.Forms.WebBrowser();
  52. this.label12 = new System.Windows.Forms.Label();
  53. this.textBox13 = new System.Windows.Forms.TextBox();
  54. this.label13 = new System.Windows.Forms.Label();
  55. this.SuspendLayout();
  56. //
  57. // textBox1
  58. //
  59. this.textBox1.Location = new System.Drawing.Point(175, 153);
  60. this.textBox1.Name = "textBox1";
  61. this.textBox1.Size = new System.Drawing.Size(100, 20);
  62. this.textBox1.TabIndex = 0;
  63. this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  64. //
  65. // textBox2
  66. //
  67. this.textBox2.Location = new System.Drawing.Point(175, 179);
  68. this.textBox2.Name = "textBox2";
  69. this.textBox2.Size = new System.Drawing.Size(100, 20);
  70. this.textBox2.TabIndex = 1;
  71. this.textBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  72. //
  73. // textBox3
  74. //
  75. this.textBox3.Location = new System.Drawing.Point(175, 127);
  76. this.textBox3.Name = "textBox3";
  77. this.textBox3.Size = new System.Drawing.Size(100, 20);
  78. this.textBox3.TabIndex = 2;
  79. this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  80. //
  81. // textBox4
  82. //
  83. this.textBox4.Location = new System.Drawing.Point(175, 231);
  84. this.textBox4.Name = "textBox4";
  85. this.textBox4.Size = new System.Drawing.Size(100, 20);
  86. this.textBox4.TabIndex = 3;
  87. this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  88. //
  89. // textBox5
  90. //
  91. this.textBox5.Location = new System.Drawing.Point(175, 257);
  92. this.textBox5.Name = "textBox5";
  93. this.textBox5.Size = new System.Drawing.Size(100, 20);
  94. this.textBox5.TabIndex = 4;
  95. this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  96. //
  97. // textBox6
  98. //
  99. this.textBox6.Location = new System.Drawing.Point(175, 283);
  100. this.textBox6.Name = "textBox6";
  101. this.textBox6.Size = new System.Drawing.Size(100, 20);
  102. this.textBox6.TabIndex = 5;
  103. this.textBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  104. //
  105. // textBox7
  106. //
  107. this.textBox7.Location = new System.Drawing.Point(175, 100);
  108. this.textBox7.Name = "textBox7";
  109. this.textBox7.Size = new System.Drawing.Size(100, 20);
  110. this.textBox7.TabIndex = 6;
  111. this.textBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  112. //
  113. // textBox8
  114. //
  115. this.textBox8.Location = new System.Drawing.Point(175, 312);
  116. this.textBox8.Name = "textBox8";
  117. this.textBox8.Size = new System.Drawing.Size(100, 20);
  118. this.textBox8.TabIndex = 8;
  119. this.textBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  120. //
  121. // textBox9
  122. //
  123. this.textBox9.Location = new System.Drawing.Point(0, 0);
  124. this.textBox9.Name = "textBox9";
  125. this.textBox9.Size = new System.Drawing.Size(100, 20);
  126. this.textBox9.TabIndex = 19;
  127. //
  128. // button1
  129. //
  130. this.button1.Location = new System.Drawing.Point(107, 394);
  131. this.button1.Name = "button1";
  132. this.button1.Size = new System.Drawing.Size(91, 30);
  133. this.button1.TabIndex = 8;
  134. this.button1.Text = "Get Weather";
  135. this.button1.UseVisualStyleBackColor = true;
  136. this.button1.Click += new System.EventHandler(this.button1_Click);
  137. //
  138. // label1
  139. //
  140. this.label1.AutoSize = true;
  141. this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
  142. this.label1.Location = new System.Drawing.Point(44, 103);
  143. this.label1.Margin = new System.Windows.Forms.Padding(0);
  144. this.label1.Name = "label1";
  145. this.label1.Size = new System.Drawing.Size(24, 13);
  146. this.label1.TabIndex = 9;
  147. this.label1.Text = "City";
  148. this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  149. this.label1.Click += new System.EventHandler(this.label1_Click);
  150. //
  151. // label2
  152. //
  153. this.label2.AutoSize = true;
  154. this.label2.Location = new System.Drawing.Point(44, 127);
  155. this.label2.Name = "label2";
  156. this.label2.Size = new System.Drawing.Size(67, 13);
  157. this.label2.TabIndex = 10;
  158. this.label2.Text = "Temperature";
  159. this.label2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
  160. //
  161. // label3
  162. //
  163. this.label3.AutoSize = true;
  164. this.label3.Location = new System.Drawing.Point(44, 153);
  165. this.label3.Name = "label3";
  166. this.label3.Size = new System.Drawing.Size(51, 13);
  167. this.label3.TabIndex = 11;
  168. this.label3.Text = "Condition";
  169. this.label3.Click += new System.EventHandler(this.label3_Click);
  170. //
  171. // label4
  172. //
  173. this.label4.AutoSize = true;
  174. this.label4.Location = new System.Drawing.Point(44, 179);
  175. this.label4.Name = "label4";
  176. this.label4.Size = new System.Drawing.Size(47, 13);
  177. this.label4.TabIndex = 12;
  178. this.label4.Text = "Humidity";
  179. //
  180. // label5
  181. //
  182. this.label5.AutoSize = true;
  183. this.label5.Location = new System.Drawing.Point(44, 205);
  184. this.label5.Name = "label5";
  185. this.label5.Size = new System.Drawing.Size(61, 13);
  186. this.label5.TabIndex = 13;
  187. this.label5.Text = "Windspeed";
  188. //
  189. // label6
  190. //
  191. this.label6.AutoSize = true;
  192. this.label6.Location = new System.Drawing.Point(44, 231);
  193. this.label6.Name = "label6";
  194. this.label6.Size = new System.Drawing.Size(103, 13);
  195. this.label6.TabIndex = 14;
  196. this.label6.Text = "Tomorrows Forecast";
  197. //
  198. // label7
  199. //
  200. this.label7.AutoSize = true;
  201. this.label7.Location = new System.Drawing.Point(44, 257);
  202. this.label7.Name = "label7";
  203. this.label7.Size = new System.Drawing.Size(84, 13);
  204. this.label7.TabIndex = 15;
  205. this.label7.Text = "Tomorrows High";
  206. //
  207. // label8
  208. //
  209. this.label8.AutoSize = true;
  210. this.label8.Location = new System.Drawing.Point(44, 312);
  211. this.label8.Name = "label8";
  212. this.label8.Size = new System.Drawing.Size(103, 13);
  213. this.label8.TabIndex = 16;
  214. this.label8.Text = "Astronomy = Sunrise";
  215. //
  216. // label9
  217. //
  218. this.label9.Location = new System.Drawing.Point(0, 0);
  219. this.label9.Name = "label9";
  220. this.label9.Size = new System.Drawing.Size(100, 23);
  221. this.label9.TabIndex = 18;
  222. //
  223. // textBox10
  224. //
  225. this.textBox10.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  226. this.textBox10.ForeColor = System.Drawing.Color.Red;
  227. this.textBox10.Location = new System.Drawing.Point(77, 47);
  228. this.textBox10.Name = "textBox10";
  229. this.textBox10.Size = new System.Drawing.Size(524, 38);
  230. this.textBox10.TabIndex = 20;
  231. this.textBox10.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  232. //
  233. // textBox11
  234. //
  235. this.textBox11.Location = new System.Drawing.Point(175, 205);
  236. this.textBox11.Name = "textBox11";
  237. this.textBox11.Size = new System.Drawing.Size(100, 20);
  238. this.textBox11.TabIndex = 21;
  239. this.textBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  240. //
  241. // label10
  242. //
  243. this.label10.AutoSize = true;
  244. this.label10.Location = new System.Drawing.Point(44, 283);
  245. this.label10.Name = "label10";
  246. this.label10.Size = new System.Drawing.Size(82, 13);
  247. this.label10.TabIndex = 24;
  248. this.label10.Text = "Tomorrows Low";
  249. //
  250. // label11
  251. //
  252. this.label11.AutoSize = true;
  253. this.label11.Location = new System.Drawing.Point(44, 338);
  254. this.label11.Name = "label11";
  255. this.label11.Size = new System.Drawing.Size(101, 13);
  256. this.label11.TabIndex = 25;
  257. this.label11.Text = "Astronomy = Sunset";
  258. //
  259. // textBox12
  260. //
  261. this.textBox12.Location = new System.Drawing.Point(175, 338);
  262. this.textBox12.Name = "textBox12";
  263. this.textBox12.Size = new System.Drawing.Size(100, 20);
  264. this.textBox12.TabIndex = 26;
  265. this.textBox12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  266. //
  267. // webBrowser1
  268. //
  269. this.webBrowser1.Location = new System.Drawing.Point(320, 100);
  270. this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
  271. this.webBrowser1.Name = "webBrowser1";
  272. this.webBrowser1.Size = new System.Drawing.Size(329, 341);
  273. this.webBrowser1.TabIndex = 27;
  274. //
  275. // label12
  276. //
  277. this.label12.AutoSize = true;
  278. this.label12.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  279. this.label12.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  280. this.label12.Cursor = System.Windows.Forms.Cursors.AppStarting;
  281. this.label12.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  282. this.label12.Font = new System.Drawing.Font("Buxton Sketch", 24F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Italic | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  283. this.label12.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  284. this.label12.Location = new System.Drawing.Point(94, 3);
  285. this.label12.Name = "label12";
  286. this.label12.Size = new System.Drawing.Size(489, 41);
  287. this.label12.TabIndex = 28;
  288. this.label12.Text = "---Priyant Hirani\'s Weather Application---";
  289. //
  290. // textBox13
  291. //
  292. this.textBox13.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  293. this.textBox13.Location = new System.Drawing.Point(204, 460);
  294. this.textBox13.Name = "textBox13";
  295. this.textBox13.Size = new System.Drawing.Size(274, 26);
  296. this.textBox13.TabIndex = 29;
  297. this.textBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  298. //
  299. // label13
  300. //
  301. this.label13.AutoSize = true;
  302. this.label13.Location = new System.Drawing.Point(289, 444);
  303. this.label13.Name = "label13";
  304. this.label13.Size = new System.Drawing.Size(98, 13);
  305. this.label13.TabIndex = 30;
  306. this.label13.Text = "Data Generated at:";
  307. //
  308. // Form1
  309. //
  310. this.ClientSize = new System.Drawing.Size(676, 504);
  311. this.Controls.Add(this.label13);
  312. this.Controls.Add(this.textBox13);
  313. this.Controls.Add(this.label12);
  314. this.Controls.Add(this.webBrowser1);
  315. this.Controls.Add(this.textBox12);
  316. this.Controls.Add(this.label11);
  317. this.Controls.Add(this.label10);
  318. this.Controls.Add(this.textBox11);
  319. this.Controls.Add(this.textBox10);
  320. this.Controls.Add(this.label9);
  321. this.Controls.Add(this.label8);
  322. this.Controls.Add(this.label7);
  323. this.Controls.Add(this.label6);
  324. this.Controls.Add(this.label5);
  325. this.Controls.Add(this.label4);
  326. this.Controls.Add(this.label3);
  327. this.Controls.Add(this.label2);
  328. this.Controls.Add(this.label1);
  329. this.Controls.Add(this.button1);
  330. this.Controls.Add(this.textBox9);
  331. this.Controls.Add(this.textBox8);
  332. this.Controls.Add(this.textBox7);
  333. this.Controls.Add(this.textBox6);
  334. this.Controls.Add(this.textBox5);
  335. this.Controls.Add(this.textBox4);
  336. this.Controls.Add(this.textBox3);
  337. this.Controls.Add(this.textBox2);
  338. this.Controls.Add(this.textBox1);
  339. this.Name = "Form1";
  340. this.Load += new System.EventHandler(this.Form1_Load_1);
  341. this.ResumeLayout(false);
  342. this.PerformLayout();
  343.  
  344. }
  345.  
  346. #endregion
  347.  
  348. private System.Windows.Forms.TextBox textBox1;
  349. private System.Windows.Forms.TextBox textBox2;
  350. private System.Windows.Forms.TextBox textBox3;
  351. private System.Windows.Forms.TextBox textBox4;
  352. private System.Windows.Forms.TextBox textBox5;
  353. private System.Windows.Forms.TextBox textBox6;
  354. private System.Windows.Forms.TextBox textBox7;
  355. private System.Windows.Forms.TextBox textBox8;
  356. private System.Windows.Forms.TextBox textBox9;
  357. private System.Windows.Forms.Button button1;
  358. private System.Windows.Forms.Label label1;
  359. private System.Windows.Forms.Label label2;
  360. private System.Windows.Forms.Label label3;
  361. private System.Windows.Forms.Label label4;
  362. private System.Windows.Forms.Label label5;
  363. private System.Windows.Forms.Label label6;
  364. private System.Windows.Forms.Label label7;
  365. private System.Windows.Forms.Label label8;
  366. private System.Windows.Forms.Label label9;
  367. private System.Windows.Forms.TextBox textBox10;
  368. private System.Windows.Forms.TextBox textBox11;
  369. private System.Windows.Forms.Label label10;
  370. private System.Windows.Forms.Label label11;
  371. private System.Windows.Forms.TextBox textBox12;
  372. private System.Windows.Forms.WebBrowser webBrowser1;
  373. private System.Windows.Forms.Label label12;
  374. private System.Windows.Forms.TextBox textBox13;
  375. private System.Windows.Forms.Label label13;
  376.  
  377. }
  378. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement