Advertisement
phirani

Form Designer

Mar 18th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.95 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.webBrowser2 = new System.Windows.Forms.WebBrowser();
  47. this.textBox10 = new System.Windows.Forms.TextBox();
  48. this.textBox11 = new System.Windows.Forms.TextBox();
  49. this.shapeContainer1 = new Microsoft.VisualBasic.PowerPacks.ShapeContainer();
  50. this.lineShape1 = new Microsoft.VisualBasic.PowerPacks.LineShape();
  51. this.lineShape2 = new Microsoft.VisualBasic.PowerPacks.LineShape();
  52. this.lineShape3 = new Microsoft.VisualBasic.PowerPacks.LineShape();
  53. this.SuspendLayout();
  54. //
  55. // textBox1
  56. //
  57. this.textBox1.Location = new System.Drawing.Point(171, 87);
  58. this.textBox1.Name = "textBox1";
  59. this.textBox1.Size = new System.Drawing.Size(100, 20);
  60. this.textBox1.TabIndex = 0;
  61. //
  62. // textBox2
  63. //
  64. this.textBox2.Location = new System.Drawing.Point(171, 113);
  65. this.textBox2.Name = "textBox2";
  66. this.textBox2.Size = new System.Drawing.Size(100, 20);
  67. this.textBox2.TabIndex = 1;
  68. //
  69. // textBox3
  70. //
  71. this.textBox3.Location = new System.Drawing.Point(171, 61);
  72. this.textBox3.Name = "textBox3";
  73. this.textBox3.Size = new System.Drawing.Size(100, 20);
  74. this.textBox3.TabIndex = 2;
  75. this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
  76. //
  77. // textBox4
  78. //
  79. this.textBox4.Location = new System.Drawing.Point(171, 165);
  80. this.textBox4.Name = "textBox4";
  81. this.textBox4.Size = new System.Drawing.Size(100, 20);
  82. this.textBox4.TabIndex = 3;
  83. //
  84. // textBox5
  85. //
  86. this.textBox5.Location = new System.Drawing.Point(171, 191);
  87. this.textBox5.Name = "textBox5";
  88. this.textBox5.Size = new System.Drawing.Size(100, 20);
  89. this.textBox5.TabIndex = 4;
  90. //
  91. // textBox6
  92. //
  93. this.textBox6.Location = new System.Drawing.Point(171, 217);
  94. this.textBox6.Name = "textBox6";
  95. this.textBox6.Size = new System.Drawing.Size(100, 20);
  96. this.textBox6.TabIndex = 5;
  97. //
  98. // textBox7
  99. //
  100. this.textBox7.Location = new System.Drawing.Point(171, 38);
  101. this.textBox7.Name = "textBox7";
  102. this.textBox7.Size = new System.Drawing.Size(100, 20);
  103. this.textBox7.TabIndex = 6;
  104. //
  105. // textBox8
  106. //
  107. this.textBox8.Location = new System.Drawing.Point(171, 139);
  108. this.textBox8.Name = "textBox8";
  109. this.textBox8.Size = new System.Drawing.Size(100, 20);
  110. this.textBox8.TabIndex = 8;
  111. //
  112. // textBox9
  113. //
  114. this.textBox9.Location = new System.Drawing.Point(0, 0);
  115. this.textBox9.Name = "textBox9";
  116. this.textBox9.Size = new System.Drawing.Size(100, 20);
  117. this.textBox9.TabIndex = 19;
  118. //
  119. // button1
  120. //
  121. this.button1.Location = new System.Drawing.Point(274, 301);
  122. this.button1.Name = "button1";
  123. this.button1.Size = new System.Drawing.Size(91, 30);
  124. this.button1.TabIndex = 8;
  125. this.button1.Text = "Get Weather";
  126. this.button1.UseVisualStyleBackColor = true;
  127. this.button1.Click += new System.EventHandler(this.button1_Click);
  128. //
  129. // label1
  130. //
  131. this.label1.AutoSize = true;
  132. this.label1.Location = new System.Drawing.Point(40, 46);
  133. this.label1.Name = "label1";
  134. this.label1.Size = new System.Drawing.Size(34, 13);
  135. this.label1.TabIndex = 9;
  136. this.label1.Text = "Town";
  137. this.label1.Click += new System.EventHandler(this.label1_Click);
  138. //
  139. // label2
  140. //
  141. this.label2.AutoSize = true;
  142. this.label2.Location = new System.Drawing.Point(40, 68);
  143. this.label2.Name = "label2";
  144. this.label2.Size = new System.Drawing.Size(67, 13);
  145. this.label2.TabIndex = 10;
  146. this.label2.Text = "Temperature";
  147. //
  148. // label3
  149. //
  150. this.label3.AutoSize = true;
  151. this.label3.Location = new System.Drawing.Point(40, 94);
  152. this.label3.Name = "label3";
  153. this.label3.Size = new System.Drawing.Size(51, 13);
  154. this.label3.TabIndex = 11;
  155. this.label3.Text = "Condition";
  156. this.label3.Click += new System.EventHandler(this.label3_Click);
  157. //
  158. // label4
  159. //
  160. this.label4.AutoSize = true;
  161. this.label4.Location = new System.Drawing.Point(40, 120);
  162. this.label4.Name = "label4";
  163. this.label4.Size = new System.Drawing.Size(47, 13);
  164. this.label4.TabIndex = 12;
  165. this.label4.Text = "Humidity";
  166. //
  167. // label5
  168. //
  169. this.label5.AutoSize = true;
  170. this.label5.Location = new System.Drawing.Point(40, 146);
  171. this.label5.Name = "label5";
  172. this.label5.Size = new System.Drawing.Size(61, 13);
  173. this.label5.TabIndex = 13;
  174. this.label5.Text = "Windspeed";
  175. //
  176. // label6
  177. //
  178. this.label6.AutoSize = true;
  179. this.label6.Location = new System.Drawing.Point(40, 172);
  180. this.label6.Name = "label6";
  181. this.label6.Size = new System.Drawing.Size(103, 13);
  182. this.label6.TabIndex = 14;
  183. this.label6.Text = "Tomorrows Weather";
  184. //
  185. // label7
  186. //
  187. this.label7.AutoSize = true;
  188. this.label7.Location = new System.Drawing.Point(40, 198);
  189. this.label7.Name = "label7";
  190. this.label7.Size = new System.Drawing.Size(84, 13);
  191. this.label7.TabIndex = 15;
  192. this.label7.Text = "Tomorrows High";
  193. //
  194. // label8
  195. //
  196. this.label8.AutoSize = true;
  197. this.label8.Location = new System.Drawing.Point(40, 224);
  198. this.label8.Name = "label8";
  199. this.label8.Size = new System.Drawing.Size(56, 13);
  200. this.label8.TabIndex = 16;
  201. this.label8.Text = "Astronomy";
  202. //
  203. // label9
  204. //
  205. this.label9.Location = new System.Drawing.Point(0, 0);
  206. this.label9.Name = "label9";
  207. this.label9.Size = new System.Drawing.Size(100, 23);
  208. this.label9.TabIndex = 18;
  209. //
  210. // webBrowser2
  211. //
  212. this.webBrowser2.Location = new System.Drawing.Point(291, 36);
  213. this.webBrowser2.MinimumSize = new System.Drawing.Size(20, 20);
  214. this.webBrowser2.Name = "webBrowser2";
  215. this.webBrowser2.Size = new System.Drawing.Size(350, 236);
  216. this.webBrowser2.TabIndex = 17;
  217. //
  218. // textBox10
  219. //
  220. this.textBox10.Location = new System.Drawing.Point(245, 3);
  221. this.textBox10.Name = "textBox10";
  222. this.textBox10.Size = new System.Drawing.Size(164, 20);
  223. this.textBox10.TabIndex = 20;
  224. //
  225. // textBox11
  226. //
  227. this.textBox11.Location = new System.Drawing.Point(171, 252);
  228. this.textBox11.Name = "textBox11";
  229. this.textBox11.Size = new System.Drawing.Size(100, 20);
  230. this.textBox11.TabIndex = 21;
  231. //
  232. // shapeContainer1
  233. //
  234. this.shapeContainer1.Location = new System.Drawing.Point(0, 0);
  235. this.shapeContainer1.Margin = new System.Windows.Forms.Padding(0);
  236. this.shapeContainer1.Name = "shapeContainer1";
  237. this.shapeContainer1.Shapes.AddRange(new Microsoft.VisualBasic.PowerPacks.Shape[] {
  238. this.lineShape3,
  239. this.lineShape2,
  240. this.lineShape1});
  241. this.shapeContainer1.Size = new System.Drawing.Size(659, 370);
  242. this.shapeContainer1.TabIndex = 22;
  243. this.shapeContainer1.TabStop = false;
  244. //
  245. // lineShape1
  246. //
  247. this.lineShape1.Name = "lineShape1";
  248. this.lineShape1.X1 = 648;
  249. this.lineShape1.X2 = 649;
  250. this.lineShape1.Y1 = 11;
  251. this.lineShape1.Y2 = 363;
  252. //
  253. // lineShape2
  254. //
  255. this.lineShape2.Name = "lineShape2";
  256. this.lineShape2.X1 = 7;
  257. this.lineShape2.X2 = 9;
  258. this.lineShape2.Y1 = 5;
  259. this.lineShape2.Y2 = 361;
  260. //
  261. // lineShape3
  262. //
  263. this.lineShape3.Name = "lineShape3";
  264. this.lineShape3.X1 = 11;
  265. this.lineShape3.X2 = 646;
  266. this.lineShape3.Y1 = 362;
  267. this.lineShape3.Y2 = 361;
  268. //
  269. // Form1
  270. //
  271. this.ClientSize = new System.Drawing.Size(659, 370);
  272. this.Controls.Add(this.textBox11);
  273. this.Controls.Add(this.textBox10);
  274. this.Controls.Add(this.webBrowser2);
  275. this.Controls.Add(this.label9);
  276. this.Controls.Add(this.label8);
  277. this.Controls.Add(this.label7);
  278. this.Controls.Add(this.label6);
  279. this.Controls.Add(this.label5);
  280. this.Controls.Add(this.label4);
  281. this.Controls.Add(this.label3);
  282. this.Controls.Add(this.label2);
  283. this.Controls.Add(this.label1);
  284. this.Controls.Add(this.button1);
  285. this.Controls.Add(this.textBox9);
  286. this.Controls.Add(this.textBox8);
  287. this.Controls.Add(this.textBox7);
  288. this.Controls.Add(this.textBox6);
  289. this.Controls.Add(this.textBox5);
  290. this.Controls.Add(this.textBox4);
  291. this.Controls.Add(this.textBox3);
  292. this.Controls.Add(this.textBox2);
  293. this.Controls.Add(this.textBox1);
  294. this.Controls.Add(this.shapeContainer1);
  295. this.Name = "Form1";
  296. this.Load += new System.EventHandler(this.Form1_Load_1);
  297. this.ResumeLayout(false);
  298. this.PerformLayout();
  299.  
  300. }
  301.  
  302. #endregion
  303.  
  304. private System.Windows.Forms.TextBox textBox1;
  305. private System.Windows.Forms.TextBox textBox2;
  306. private System.Windows.Forms.TextBox textBox3;
  307. private System.Windows.Forms.TextBox textBox4;
  308. private System.Windows.Forms.TextBox textBox5;
  309. private System.Windows.Forms.TextBox textBox6;
  310. private System.Windows.Forms.TextBox textBox7;
  311. private System.Windows.Forms.TextBox textBox8;
  312. private System.Windows.Forms.TextBox textBox9;
  313. private System.Windows.Forms.Button button1;
  314. private System.Windows.Forms.Label label1;
  315. private System.Windows.Forms.Label label2;
  316. private System.Windows.Forms.Label label3;
  317. private System.Windows.Forms.Label label4;
  318. private System.Windows.Forms.Label label5;
  319. private System.Windows.Forms.Label label6;
  320. private System.Windows.Forms.Label label7;
  321. private System.Windows.Forms.Label label8;
  322. private System.Windows.Forms.Label label9;
  323. private System.Windows.Forms.WebBrowser webBrowser2;
  324. private System.Windows.Forms.TextBox textBox10;
  325. private System.Windows.Forms.TextBox textBox11;
  326. private Microsoft.VisualBasic.PowerPacks.ShapeContainer shapeContainer1;
  327. private Microsoft.VisualBasic.PowerPacks.LineShape lineShape3;
  328. private Microsoft.VisualBasic.PowerPacks.LineShape lineShape2;
  329. private Microsoft.VisualBasic.PowerPacks.LineShape lineShape1;
  330.  
  331. }
  332. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement