Form1.Designer.cs 17 KB

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