Form1.Designer.cs 16 KB

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