Chekryhov_calc.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  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.label1 = new System.Windows.Forms.Label();
  49. this.SuspendLayout();
  50. //
  51. // textBox1
  52. //
  53. this.textBox1.Location = new System.Drawing.Point(39, 51);
  54. this.textBox1.Multiline = true;
  55. this.textBox1.Name = "textBox1";
  56. this.textBox1.Size = new System.Drawing.Size(312, 43);
  57. this.textBox1.TabIndex = 0;
  58. //
  59. // button1
  60. //
  61. this.button1.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  62. this.button1.Location = new System.Drawing.Point(39, 143);
  63. this.button1.Name = "button1";
  64. this.button1.Size = new System.Drawing.Size(75, 41);
  65. this.button1.TabIndex = 1;
  66. this.button1.Text = "C";
  67. this.button1.UseVisualStyleBackColor = true;
  68. this.button1.Click += new System.EventHandler(this.button1_Click);
  69. //
  70. // button2
  71. //
  72. this.button2.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  73. this.button2.Location = new System.Drawing.Point(120, 143);
  74. this.button2.Name = "button2";
  75. this.button2.Size = new System.Drawing.Size(75, 41);
  76. this.button2.TabIndex = 2;
  77. this.button2.Text = "<-";
  78. this.button2.UseVisualStyleBackColor = true;
  79. this.button2.Click += new System.EventHandler(this.button2_Click);
  80. //
  81. // button3
  82. //
  83. this.button3.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  84. this.button3.Location = new System.Drawing.Point(201, 143);
  85. this.button3.Name = "button3";
  86. this.button3.Size = new System.Drawing.Size(75, 41);
  87. this.button3.TabIndex = 3;
  88. this.button3.Text = "+/-";
  89. this.button3.UseVisualStyleBackColor = true;
  90. //
  91. // button4
  92. //
  93. this.button4.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  94. this.button4.Location = new System.Drawing.Point(282, 143);
  95. this.button4.Name = "button4";
  96. this.button4.Size = new System.Drawing.Size(75, 41);
  97. this.button4.TabIndex = 4;
  98. this.button4.Text = "+";
  99. this.button4.UseVisualStyleBackColor = true;
  100. this.button4.Click += new System.EventHandler(this.button4_Click);
  101. //
  102. // button5
  103. //
  104. this.button5.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  105. this.button5.Location = new System.Drawing.Point(39, 190);
  106. this.button5.Name = "button5";
  107. this.button5.Size = new System.Drawing.Size(75, 41);
  108. this.button5.TabIndex = 5;
  109. this.button5.Text = "7";
  110. this.button5.UseVisualStyleBackColor = true;
  111. this.button5.Click += new System.EventHandler(this.button5_Click);
  112. //
  113. // button6
  114. //
  115. this.button6.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  116. this.button6.Location = new System.Drawing.Point(120, 190);
  117. this.button6.Name = "button6";
  118. this.button6.Size = new System.Drawing.Size(75, 41);
  119. this.button6.TabIndex = 6;
  120. this.button6.Text = "8";
  121. this.button6.UseVisualStyleBackColor = true;
  122. this.button6.Click += new System.EventHandler(this.button6_Click);
  123. //
  124. // button7
  125. //
  126. this.button7.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  127. this.button7.Location = new System.Drawing.Point(201, 190);
  128. this.button7.Name = "button7";
  129. this.button7.Size = new System.Drawing.Size(75, 41);
  130. this.button7.TabIndex = 7;
  131. this.button7.Text = "9";
  132. this.button7.UseVisualStyleBackColor = true;
  133. this.button7.Click += new System.EventHandler(this.button7_Click);
  134. //
  135. // button8
  136. //
  137. this.button8.Location = new System.Drawing.Point(282, 190);
  138. this.button8.Name = "button8";
  139. this.button8.Size = new System.Drawing.Size(75, 41);
  140. this.button8.TabIndex = 8;
  141. this.button8.Text = "-";
  142. this.button8.UseVisualStyleBackColor = true;
  143. this.button8.Click += new System.EventHandler(this.button8_Click);
  144. //
  145. // button9
  146. //
  147. this.button9.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  148. this.button9.Location = new System.Drawing.Point(39, 237);
  149. this.button9.Name = "button9";
  150. this.button9.Size = new System.Drawing.Size(75, 41);
  151. this.button9.TabIndex = 9;
  152. this.button9.Text = "4";
  153. this.button9.UseVisualStyleBackColor = true;
  154. this.button9.Click += new System.EventHandler(this.button9_Click);
  155. //
  156. // button10
  157. //
  158. this.button10.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  159. this.button10.Location = new System.Drawing.Point(120, 237);
  160. this.button10.Name = "button10";
  161. this.button10.Size = new System.Drawing.Size(75, 41);
  162. this.button10.TabIndex = 10;
  163. this.button10.Text = "5";
  164. this.button10.UseVisualStyleBackColor = true;
  165. this.button10.Click += new System.EventHandler(this.button10_Click);
  166. //
  167. // button11
  168. //
  169. this.button11.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  170. this.button11.Location = new System.Drawing.Point(201, 237);
  171. this.button11.Name = "button11";
  172. this.button11.Size = new System.Drawing.Size(75, 41);
  173. this.button11.TabIndex = 11;
  174. this.button11.Text = "6";
  175. this.button11.UseVisualStyleBackColor = true;
  176. this.button11.Click += new System.EventHandler(this.button11_Click);
  177. //
  178. // button12
  179. //
  180. this.button12.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  181. this.button12.Location = new System.Drawing.Point(282, 237);
  182. this.button12.Name = "button12";
  183. this.button12.Size = new System.Drawing.Size(75, 41);
  184. this.button12.TabIndex = 12;
  185. this.button12.Text = "*";
  186. this.button12.UseVisualStyleBackColor = true;
  187. this.button12.Click += new System.EventHandler(this.button12_Click);
  188. //
  189. // button13
  190. //
  191. this.button13.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  192. this.button13.Location = new System.Drawing.Point(39, 284);
  193. this.button13.Name = "button13";
  194. this.button13.Size = new System.Drawing.Size(75, 41);
  195. this.button13.TabIndex = 13;
  196. this.button13.Text = "1";
  197. this.button13.UseVisualStyleBackColor = true;
  198. this.button13.Click += new System.EventHandler(this.button13_Click);
  199. //
  200. // button14
  201. //
  202. this.button14.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  203. this.button14.Location = new System.Drawing.Point(120, 284);
  204. this.button14.Name = "button14";
  205. this.button14.Size = new System.Drawing.Size(75, 41);
  206. this.button14.TabIndex = 14;
  207. this.button14.Text = "2";
  208. this.button14.UseVisualStyleBackColor = true;
  209. this.button14.Click += new System.EventHandler(this.button14_Click);
  210. //
  211. // button15
  212. //
  213. this.button15.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  214. this.button15.Location = new System.Drawing.Point(201, 284);
  215. this.button15.Name = "button15";
  216. this.button15.Size = new System.Drawing.Size(75, 41);
  217. this.button15.TabIndex = 15;
  218. this.button15.Text = "3";
  219. this.button15.UseVisualStyleBackColor = true;
  220. this.button15.Click += new System.EventHandler(this.button15_Click);
  221. //
  222. // button16
  223. //
  224. this.button16.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  225. this.button16.Location = new System.Drawing.Point(282, 284);
  226. this.button16.Name = "button16";
  227. this.button16.Size = new System.Drawing.Size(75, 41);
  228. this.button16.TabIndex = 16;
  229. this.button16.Text = "/";
  230. this.button16.UseVisualStyleBackColor = true;
  231. this.button16.Click += new System.EventHandler(this.button16_Click);
  232. //
  233. // button17
  234. //
  235. this.button17.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  236. this.button17.Location = new System.Drawing.Point(39, 331);
  237. this.button17.Name = "button17";
  238. this.button17.Size = new System.Drawing.Size(75, 41);
  239. this.button17.TabIndex = 17;
  240. this.button17.Text = "0";
  241. this.button17.UseVisualStyleBackColor = true;
  242. this.button17.Click += new System.EventHandler(this.button17_Click);
  243. //
  244. // button18
  245. //
  246. this.button18.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  247. this.button18.Location = new System.Drawing.Point(120, 331);
  248. this.button18.Name = "button18";
  249. this.button18.Size = new System.Drawing.Size(75, 41);
  250. this.button18.TabIndex = 18;
  251. this.button18.Text = ",";
  252. this.button18.UseVisualStyleBackColor = true;
  253. this.button18.Click += new System.EventHandler(this.button18_Click);
  254. //
  255. // button19
  256. //
  257. this.button19.Font = new System.Drawing.Font("Old English Text MT", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  258. this.button19.Location = new System.Drawing.Point(201, 331);
  259. this.button19.Name = "button19";
  260. this.button19.Size = new System.Drawing.Size(156, 41);
  261. this.button19.TabIndex = 19;
  262. this.button19.Text = "=";
  263. this.button19.UseVisualStyleBackColor = true;
  264. this.button19.Click += new System.EventHandler(this.button19_Click);
  265. //
  266. // label1
  267. //
  268. this.label1.AutoSize = true;
  269. this.label1.Location = new System.Drawing.Point(56, 71);
  270. this.label1.Name = "label1";
  271. this.label1.Size = new System.Drawing.Size(35, 13);
  272. this.label1.TabIndex = 20;
  273. this.label1.Text = "label1";
  274. //
  275. // Form1
  276. //
  277. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  278. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  279. this.ClientSize = new System.Drawing.Size(393, 450);
  280. this.Controls.Add(this.label1);
  281. this.Controls.Add(this.button19);
  282. this.Controls.Add(this.button18);
  283. this.Controls.Add(this.button17);
  284. this.Controls.Add(this.button16);
  285. this.Controls.Add(this.button15);
  286. this.Controls.Add(this.button14);
  287. this.Controls.Add(this.button13);
  288. this.Controls.Add(this.button12);
  289. this.Controls.Add(this.button11);
  290. this.Controls.Add(this.button10);
  291. this.Controls.Add(this.button9);
  292. this.Controls.Add(this.button8);
  293. this.Controls.Add(this.button7);
  294. this.Controls.Add(this.button6);
  295. this.Controls.Add(this.button5);
  296. this.Controls.Add(this.button4);
  297. this.Controls.Add(this.button3);
  298. this.Controls.Add(this.button2);
  299. this.Controls.Add(this.button1);
  300. this.Controls.Add(this.textBox1);
  301. this.Name = "Form1";
  302. this.Text = "Form1";
  303. this.Load += new System.EventHandler(this.Form1_Load);
  304. this.ResumeLayout(false);
  305. this.PerformLayout();
  306. }
  307. #endregion
  308. private System.Windows.Forms.TextBox textBox1;
  309. private System.Windows.Forms.Button button1;
  310. private System.Windows.Forms.Button button2;
  311. private System.Windows.Forms.Button button3;
  312. private System.Windows.Forms.Button button4;
  313. private System.Windows.Forms.Button button5;
  314. private System.Windows.Forms.Button button6;
  315. private System.Windows.Forms.Button button7;
  316. private System.Windows.Forms.Button button8;
  317. private System.Windows.Forms.Button button9;
  318. private System.Windows.Forms.Button button10;
  319. private System.Windows.Forms.Button button11;
  320. private System.Windows.Forms.Button button12;
  321. private System.Windows.Forms.Button button13;
  322. private System.Windows.Forms.Button button14;
  323. private System.Windows.Forms.Button button15;
  324. private System.Windows.Forms.Button button16;
  325. private System.Windows.Forms.Button button17;
  326. private System.Windows.Forms.Button button18;
  327. private System.Windows.Forms.Button button19;
  328. private System.Windows.Forms.Label label1;
  329. }
  330. }