Form1.Designer.cs 17 KB

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