Form1.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305
  1. 
  2. namespace Calc2
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.button3 = new System.Windows.Forms.Button();
  34. this.button4 = new System.Windows.Forms.Button();
  35. this.button5 = new System.Windows.Forms.Button();
  36. this.button6 = new System.Windows.Forms.Button();
  37. this.button7 = new System.Windows.Forms.Button();
  38. this.button8 = new System.Windows.Forms.Button();
  39. this.button9 = new System.Windows.Forms.Button();
  40. this.button10 = new System.Windows.Forms.Button();
  41. this.button11 = new System.Windows.Forms.Button();
  42. this.button12 = new System.Windows.Forms.Button();
  43. this.button13 = new System.Windows.Forms.Button();
  44. this.button14 = new System.Windows.Forms.Button();
  45. this.button15 = new System.Windows.Forms.Button();
  46. this.button16 = new System.Windows.Forms.Button();
  47. this.button17 = new System.Windows.Forms.Button();
  48. this.button18 = new System.Windows.Forms.Button();
  49. this.button19 = new System.Windows.Forms.Button();
  50. this.SuspendLayout();
  51. //
  52. // button1
  53. //
  54. this.button1.Location = new System.Drawing.Point(71, 129);
  55. this.button1.Name = "button1";
  56. this.button1.Size = new System.Drawing.Size(62, 40);
  57. this.button1.TabIndex = 1;
  58. this.button1.Text = "button1";
  59. this.button1.UseVisualStyleBackColor = true;
  60. //
  61. // label1
  62. //
  63. this.label1.AutoSize = true;
  64. this.label1.Location = new System.Drawing.Point(261, 45);
  65. this.label1.Name = "label1";
  66. this.label1.Size = new System.Drawing.Size(35, 13);
  67. this.label1.TabIndex = 3;
  68. this.label1.Text = "label1";
  69. //
  70. // textBox1
  71. //
  72. this.textBox1.Location = new System.Drawing.Point(71, 42);
  73. this.textBox1.Multiline = true;
  74. this.textBox1.Name = "textBox1";
  75. this.textBox1.Size = new System.Drawing.Size(291, 44);
  76. this.textBox1.TabIndex = 4;
  77. //
  78. // button2
  79. //
  80. this.button2.Location = new System.Drawing.Point(270, 244);
  81. this.button2.Name = "button2";
  82. this.button2.Size = new System.Drawing.Size(62, 40);
  83. this.button2.TabIndex = 5;
  84. this.button2.Text = "button2";
  85. this.button2.UseVisualStyleBackColor = true;
  86. //
  87. // button3
  88. //
  89. this.button3.Location = new System.Drawing.Point(270, 301);
  90. this.button3.Name = "button3";
  91. this.button3.Size = new System.Drawing.Size(62, 40);
  92. this.button3.TabIndex = 6;
  93. this.button3.Text = "button3";
  94. this.button3.UseVisualStyleBackColor = true;
  95. //
  96. // button4
  97. //
  98. this.button4.Location = new System.Drawing.Point(174, 129);
  99. this.button4.Name = "button4";
  100. this.button4.Size = new System.Drawing.Size(62, 40);
  101. this.button4.TabIndex = 7;
  102. this.button4.Text = "button4";
  103. this.button4.UseVisualStyleBackColor = true;
  104. //
  105. // button5
  106. //
  107. this.button5.Location = new System.Drawing.Point(174, 189);
  108. this.button5.Name = "button5";
  109. this.button5.Size = new System.Drawing.Size(62, 40);
  110. this.button5.TabIndex = 8;
  111. this.button5.Text = "button5";
  112. this.button5.UseVisualStyleBackColor = true;
  113. //
  114. // button6
  115. //
  116. this.button6.Location = new System.Drawing.Point(174, 244);
  117. this.button6.Name = "button6";
  118. this.button6.Size = new System.Drawing.Size(62, 40);
  119. this.button6.TabIndex = 9;
  120. this.button6.Text = "button6";
  121. this.button6.UseVisualStyleBackColor = true;
  122. //
  123. // button7
  124. //
  125. this.button7.Location = new System.Drawing.Point(174, 301);
  126. this.button7.Name = "button7";
  127. this.button7.Size = new System.Drawing.Size(62, 40);
  128. this.button7.TabIndex = 10;
  129. this.button7.Text = "button7";
  130. this.button7.UseVisualStyleBackColor = true;
  131. //
  132. // button8
  133. //
  134. this.button8.Location = new System.Drawing.Point(71, 189);
  135. this.button8.Name = "button8";
  136. this.button8.Size = new System.Drawing.Size(62, 40);
  137. this.button8.TabIndex = 11;
  138. this.button8.Text = "button8";
  139. this.button8.UseVisualStyleBackColor = true;
  140. //
  141. // button9
  142. //
  143. this.button9.Location = new System.Drawing.Point(71, 244);
  144. this.button9.Name = "button9";
  145. this.button9.Size = new System.Drawing.Size(62, 40);
  146. this.button9.TabIndex = 12;
  147. this.button9.Text = "button9";
  148. this.button9.UseVisualStyleBackColor = true;
  149. //
  150. // button10
  151. //
  152. this.button10.Location = new System.Drawing.Point(71, 301);
  153. this.button10.Name = "button10";
  154. this.button10.Size = new System.Drawing.Size(62, 40);
  155. this.button10.TabIndex = 13;
  156. this.button10.Text = "button10";
  157. this.button10.UseVisualStyleBackColor = true;
  158. //
  159. // button11
  160. //
  161. this.button11.Location = new System.Drawing.Point(71, 362);
  162. this.button11.Name = "button11";
  163. this.button11.Size = new System.Drawing.Size(62, 40);
  164. this.button11.TabIndex = 14;
  165. this.button11.Text = "0";
  166. this.button11.UseVisualStyleBackColor = true;
  167. this.button11.Click += new System.EventHandler(this.button11_Click);
  168. //
  169. // button12
  170. //
  171. this.button12.Location = new System.Drawing.Point(174, 362);
  172. this.button12.Name = "button12";
  173. this.button12.Size = new System.Drawing.Size(62, 40);
  174. this.button12.TabIndex = 15;
  175. this.button12.Text = ".";
  176. this.button12.UseVisualStyleBackColor = true;
  177. this.button12.Click += new System.EventHandler(this.button12_Click);
  178. //
  179. // button13
  180. //
  181. this.button13.Location = new System.Drawing.Point(270, 362);
  182. this.button13.Name = "button13";
  183. this.button13.Size = new System.Drawing.Size(160, 40);
  184. this.button13.TabIndex = 16;
  185. this.button13.Text = "button13";
  186. this.button13.UseVisualStyleBackColor = true;
  187. //
  188. // button14
  189. //
  190. this.button14.Location = new System.Drawing.Point(270, 189);
  191. this.button14.Name = "button14";
  192. this.button14.Size = new System.Drawing.Size(62, 40);
  193. this.button14.TabIndex = 17;
  194. this.button14.Text = "button14";
  195. this.button14.UseVisualStyleBackColor = true;
  196. //
  197. // button15
  198. //
  199. this.button15.Location = new System.Drawing.Point(270, 129);
  200. this.button15.Name = "button15";
  201. this.button15.Size = new System.Drawing.Size(62, 40);
  202. this.button15.TabIndex = 18;
  203. this.button15.Text = "+/-";
  204. this.button15.UseVisualStyleBackColor = true;
  205. this.button15.Click += new System.EventHandler(this.button15_Click);
  206. //
  207. // button16
  208. //
  209. this.button16.Location = new System.Drawing.Point(368, 129);
  210. this.button16.Name = "button16";
  211. this.button16.Size = new System.Drawing.Size(62, 40);
  212. this.button16.TabIndex = 19;
  213. this.button16.Text = "+";
  214. this.button16.UseVisualStyleBackColor = true;
  215. this.button16.Click += new System.EventHandler(this.button16_Click);
  216. //
  217. // button17
  218. //
  219. this.button17.Location = new System.Drawing.Point(368, 189);
  220. this.button17.Name = "button17";
  221. this.button17.Size = new System.Drawing.Size(62, 40);
  222. this.button17.TabIndex = 20;
  223. this.button17.Text = "button17";
  224. this.button17.UseVisualStyleBackColor = true;
  225. //
  226. // button18
  227. //
  228. this.button18.Location = new System.Drawing.Point(368, 244);
  229. this.button18.Name = "button18";
  230. this.button18.Size = new System.Drawing.Size(62, 40);
  231. this.button18.TabIndex = 21;
  232. this.button18.Text = "button18";
  233. this.button18.UseVisualStyleBackColor = true;
  234. //
  235. // button19
  236. //
  237. this.button19.Location = new System.Drawing.Point(368, 301);
  238. this.button19.Name = "button19";
  239. this.button19.Size = new System.Drawing.Size(62, 40);
  240. this.button19.TabIndex = 22;
  241. this.button19.Text = "button19";
  242. this.button19.UseVisualStyleBackColor = true;
  243. //
  244. // Form1
  245. //
  246. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  247. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  248. this.ClientSize = new System.Drawing.Size(552, 485);
  249. this.Controls.Add(this.button19);
  250. this.Controls.Add(this.button18);
  251. this.Controls.Add(this.button17);
  252. this.Controls.Add(this.button16);
  253. this.Controls.Add(this.button15);
  254. this.Controls.Add(this.button14);
  255. this.Controls.Add(this.button13);
  256. this.Controls.Add(this.button12);
  257. this.Controls.Add(this.button11);
  258. this.Controls.Add(this.button10);
  259. this.Controls.Add(this.button9);
  260. this.Controls.Add(this.button8);
  261. this.Controls.Add(this.button7);
  262. this.Controls.Add(this.button6);
  263. this.Controls.Add(this.button5);
  264. this.Controls.Add(this.button4);
  265. this.Controls.Add(this.button3);
  266. this.Controls.Add(this.button2);
  267. this.Controls.Add(this.textBox1);
  268. this.Controls.Add(this.label1);
  269. this.Controls.Add(this.button1);
  270. this.Name = "Form1";
  271. this.Text = "Form1";
  272. this.ResumeLayout(false);
  273. this.PerformLayout();
  274. }
  275. #endregion
  276. private System.Windows.Forms.Button button1;
  277. private System.Windows.Forms.Label label1;
  278. private System.Windows.Forms.TextBox textBox1;
  279. private System.Windows.Forms.Button button2;
  280. private System.Windows.Forms.Button button3;
  281. private System.Windows.Forms.Button button4;
  282. private System.Windows.Forms.Button button5;
  283. private System.Windows.Forms.Button button6;
  284. private System.Windows.Forms.Button button7;
  285. private System.Windows.Forms.Button button8;
  286. private System.Windows.Forms.Button button9;
  287. private System.Windows.Forms.Button button10;
  288. private System.Windows.Forms.Button button11;
  289. private System.Windows.Forms.Button button12;
  290. private System.Windows.Forms.Button button13;
  291. private System.Windows.Forms.Button button14;
  292. private System.Windows.Forms.Button button15;
  293. private System.Windows.Forms.Button button16;
  294. private System.Windows.Forms.Button button17;
  295. private System.Windows.Forms.Button button18;
  296. private System.Windows.Forms.Button button19;
  297. }
  298. }