Form1.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. 
  2. namespace _09_B_WebBrowser
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  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. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.btnAppendChild = new System.Windows.Forms.Button();
  30. this.btnInputs = new System.Windows.Forms.Button();
  31. this.btnClick2 = new System.Windows.Forms.Button();
  32. this.btnNavigate2 = new System.Windows.Forms.Button();
  33. this.btnIterates = new System.Windows.Forms.Button();
  34. this.btnLogoRemove = new System.Windows.Forms.Button();
  35. this.btnLogoSrc = new System.Windows.Forms.Button();
  36. this.btnClick = new System.Windows.Forms.Button();
  37. this.btnQuit = new System.Windows.Forms.Button();
  38. this.btnInput = new System.Windows.Forms.Button();
  39. this.btnNavigate = new System.Windows.Forms.Button();
  40. this.textBox1 = new System.Windows.Forms.TextBox();
  41. this.btnOpen = new System.Windows.Forms.Button();
  42. this.SuspendLayout();
  43. //
  44. // btnAppendChild
  45. //
  46. this.btnAppendChild.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  47. this.btnAppendChild.Location = new System.Drawing.Point(7, 267);
  48. this.btnAppendChild.Name = "btnAppendChild";
  49. this.btnAppendChild.Size = new System.Drawing.Size(107, 26);
  50. this.btnAppendChild.TabIndex = 51;
  51. this.btnAppendChild.Text = "appendChild";
  52. this.btnAppendChild.UseVisualStyleBackColor = true;
  53. this.btnAppendChild.Click += new System.EventHandler(this.btnAppendChild_Click);
  54. //
  55. // btnInputs
  56. //
  57. this.btnInputs.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  58. this.btnInputs.Location = new System.Drawing.Point(7, 340);
  59. this.btnInputs.Name = "btnInputs";
  60. this.btnInputs.Size = new System.Drawing.Size(107, 26);
  61. this.btnInputs.TabIndex = 50;
  62. this.btnInputs.Text = "Inputs";
  63. this.btnInputs.UseVisualStyleBackColor = true;
  64. this.btnInputs.Click += new System.EventHandler(this.btnInputs_Click);
  65. //
  66. // btnClick2
  67. //
  68. this.btnClick2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  69. this.btnClick2.Location = new System.Drawing.Point(7, 372);
  70. this.btnClick2.Name = "btnClick2";
  71. this.btnClick2.Size = new System.Drawing.Size(107, 26);
  72. this.btnClick2.TabIndex = 49;
  73. this.btnClick2.Text = "Click";
  74. this.btnClick2.UseVisualStyleBackColor = true;
  75. this.btnClick2.Click += new System.EventHandler(this.btnClick2_Click);
  76. //
  77. // btnNavigate2
  78. //
  79. this.btnNavigate2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  80. this.btnNavigate2.Location = new System.Drawing.Point(7, 308);
  81. this.btnNavigate2.Name = "btnNavigate2";
  82. this.btnNavigate2.Size = new System.Drawing.Size(107, 26);
  83. this.btnNavigate2.TabIndex = 48;
  84. this.btnNavigate2.Text = "Navigate";
  85. this.btnNavigate2.UseVisualStyleBackColor = true;
  86. this.btnNavigate2.Click += new System.EventHandler(this.btnNavigate2_Click);
  87. //
  88. // btnIterates
  89. //
  90. this.btnIterates.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  91. this.btnIterates.Location = new System.Drawing.Point(7, 203);
  92. this.btnIterates.Name = "btnIterates";
  93. this.btnIterates.Size = new System.Drawing.Size(107, 26);
  94. this.btnIterates.TabIndex = 47;
  95. this.btnIterates.Text = "Iterates";
  96. this.btnIterates.UseVisualStyleBackColor = true;
  97. //
  98. // btnLogoRemove
  99. //
  100. this.btnLogoRemove.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  101. this.btnLogoRemove.Location = new System.Drawing.Point(7, 139);
  102. this.btnLogoRemove.Name = "btnLogoRemove";
  103. this.btnLogoRemove.Size = new System.Drawing.Size(107, 26);
  104. this.btnLogoRemove.TabIndex = 46;
  105. this.btnLogoRemove.Text = "Logo remove";
  106. this.btnLogoRemove.UseVisualStyleBackColor = true;
  107. this.btnLogoRemove.Click += new System.EventHandler(this.btnLogoRemove_Click);
  108. //
  109. // btnLogoSrc
  110. //
  111. this.btnLogoSrc.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  112. this.btnLogoSrc.Location = new System.Drawing.Point(7, 107);
  113. this.btnLogoSrc.Name = "btnLogoSrc";
  114. this.btnLogoSrc.Size = new System.Drawing.Size(107, 26);
  115. this.btnLogoSrc.TabIndex = 45;
  116. this.btnLogoSrc.Text = "Logo src";
  117. this.btnLogoSrc.UseVisualStyleBackColor = true;
  118. this.btnLogoSrc.Click += new System.EventHandler(this.btnLogoSrc_Click);
  119. //
  120. // btnClick
  121. //
  122. this.btnClick.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  123. this.btnClick.Location = new System.Drawing.Point(7, 235);
  124. this.btnClick.Name = "btnClick";
  125. this.btnClick.Size = new System.Drawing.Size(107, 26);
  126. this.btnClick.TabIndex = 44;
  127. this.btnClick.Text = "Click";
  128. this.btnClick.UseVisualStyleBackColor = true;
  129. this.btnClick.Click += new System.EventHandler(this.btnClick_Click);
  130. //
  131. // btnQuit
  132. //
  133. this.btnQuit.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  134. this.btnQuit.Location = new System.Drawing.Point(7, 43);
  135. this.btnQuit.Name = "btnQuit";
  136. this.btnQuit.Size = new System.Drawing.Size(107, 26);
  137. this.btnQuit.TabIndex = 43;
  138. this.btnQuit.Text = "Quit";
  139. this.btnQuit.UseVisualStyleBackColor = true;
  140. this.btnQuit.Click += new System.EventHandler(this.btnQuit_Click);
  141. //
  142. // btnInput
  143. //
  144. this.btnInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  145. this.btnInput.Location = new System.Drawing.Point(7, 171);
  146. this.btnInput.Name = "btnInput";
  147. this.btnInput.Size = new System.Drawing.Size(107, 26);
  148. this.btnInput.TabIndex = 42;
  149. this.btnInput.Text = "Input";
  150. this.btnInput.UseVisualStyleBackColor = true;
  151. this.btnInput.Click += new System.EventHandler(this.btnInput_Click);
  152. //
  153. // btnNavigate
  154. //
  155. this.btnNavigate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  156. this.btnNavigate.Location = new System.Drawing.Point(7, 75);
  157. this.btnNavigate.Name = "btnNavigate";
  158. this.btnNavigate.Size = new System.Drawing.Size(107, 26);
  159. this.btnNavigate.TabIndex = 41;
  160. this.btnNavigate.Text = "Navigate";
  161. this.btnNavigate.UseVisualStyleBackColor = true;
  162. this.btnNavigate.Click += new System.EventHandler(this.btnNavigate_Click);
  163. //
  164. // textBox1
  165. //
  166. this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  167. | System.Windows.Forms.AnchorStyles.Left)
  168. | System.Windows.Forms.AnchorStyles.Right)));
  169. this.textBox1.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  170. this.textBox1.Location = new System.Drawing.Point(120, 12);
  171. this.textBox1.Multiline = true;
  172. this.textBox1.Name = "textBox1";
  173. this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  174. this.textBox1.Size = new System.Drawing.Size(458, 431);
  175. this.textBox1.TabIndex = 40;
  176. this.textBox1.WordWrap = false;
  177. //
  178. // btnOpen
  179. //
  180. this.btnOpen.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
  181. this.btnOpen.Location = new System.Drawing.Point(7, 12);
  182. this.btnOpen.Name = "btnOpen";
  183. this.btnOpen.Size = new System.Drawing.Size(107, 25);
  184. this.btnOpen.TabIndex = 39;
  185. this.btnOpen.Text = "Open";
  186. this.btnOpen.UseVisualStyleBackColor = true;
  187. this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
  188. //
  189. // Form1
  190. //
  191. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  192. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193. this.ClientSize = new System.Drawing.Size(580, 442);
  194. this.Controls.Add(this.btnAppendChild);
  195. this.Controls.Add(this.btnInputs);
  196. this.Controls.Add(this.btnClick2);
  197. this.Controls.Add(this.btnNavigate2);
  198. this.Controls.Add(this.btnIterates);
  199. this.Controls.Add(this.btnLogoRemove);
  200. this.Controls.Add(this.btnLogoSrc);
  201. this.Controls.Add(this.btnClick);
  202. this.Controls.Add(this.btnQuit);
  203. this.Controls.Add(this.btnInput);
  204. this.Controls.Add(this.btnNavigate);
  205. this.Controls.Add(this.textBox1);
  206. this.Controls.Add(this.btnOpen);
  207. this.Name = "Form1";
  208. this.Text = "Form1";
  209. this.ResumeLayout(false);
  210. this.PerformLayout();
  211. }
  212. #endregion
  213. private System.Windows.Forms.Button btnAppendChild;
  214. private System.Windows.Forms.Button btnInputs;
  215. private System.Windows.Forms.Button btnClick2;
  216. private System.Windows.Forms.Button btnNavigate2;
  217. private System.Windows.Forms.Button btnIterates;
  218. private System.Windows.Forms.Button btnLogoRemove;
  219. private System.Windows.Forms.Button btnLogoSrc;
  220. private System.Windows.Forms.Button btnClick;
  221. private System.Windows.Forms.Button btnQuit;
  222. private System.Windows.Forms.Button btnInput;
  223. private System.Windows.Forms.Button btnNavigate;
  224. private System.Windows.Forms.TextBox textBox1;
  225. private System.Windows.Forms.Button btnOpen;
  226. }
  227. }