Form1.Designer.cs 14 KB

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