Form1.Designer.cs 14 KB

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