Form1.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. namespace KotenkovCalk2
  2. {
  3. partial class Calc
  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.ClearBt = 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.NineBt = new System.Windows.Forms.Button();
  35. this.EigthBt = new System.Windows.Forms.Button();
  36. this.SevenBt = new System.Windows.Forms.Button();
  37. this.button9 = new System.Windows.Forms.Button();
  38. this.SixBt = new System.Windows.Forms.Button();
  39. this.FiveBt = new System.Windows.Forms.Button();
  40. this.FourBt = new System.Windows.Forms.Button();
  41. this.button13 = new System.Windows.Forms.Button();
  42. this.ThreeBt = new System.Windows.Forms.Button();
  43. this.TwoBt = new System.Windows.Forms.Button();
  44. this.OneBt = new System.Windows.Forms.Button();
  45. this.GetResultBt = new System.Windows.Forms.Button();
  46. this.button19 = new System.Windows.Forms.Button();
  47. this.ZeroBt = 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(12, 12);
  54. this.textBox1.Multiline = true;
  55. this.textBox1.Name = "textBox1";
  56. this.textBox1.Size = new System.Drawing.Size(226, 20);
  57. this.textBox1.TabIndex = 0;
  58. //
  59. // ClearBt
  60. //
  61. this.ClearBt.Location = new System.Drawing.Point(12, 38);
  62. this.ClearBt.Name = "ClearBt";
  63. this.ClearBt.Size = new System.Drawing.Size(52, 36);
  64. this.ClearBt.TabIndex = 1;
  65. this.ClearBt.Text = "C";
  66. this.ClearBt.UseVisualStyleBackColor = true;
  67. this.ClearBt.Click += new System.EventHandler(this.ClearBt_Click);
  68. //
  69. // button2
  70. //
  71. this.button2.Location = new System.Drawing.Point(70, 38);
  72. this.button2.Name = "button2";
  73. this.button2.Size = new System.Drawing.Size(52, 36);
  74. this.button2.TabIndex = 2;
  75. this.button2.Text = "<-";
  76. this.button2.UseVisualStyleBackColor = true;
  77. this.button2.Click += new System.EventHandler(this.button2_Click);
  78. //
  79. // button3
  80. //
  81. this.button3.Location = new System.Drawing.Point(128, 38);
  82. this.button3.Name = "button3";
  83. this.button3.Size = new System.Drawing.Size(52, 36);
  84. this.button3.TabIndex = 3;
  85. this.button3.Text = "+/-";
  86. this.button3.UseVisualStyleBackColor = true;
  87. this.button3.Click += new System.EventHandler(this.button3_Click);
  88. //
  89. // button4
  90. //
  91. this.button4.Location = new System.Drawing.Point(186, 38);
  92. this.button4.Name = "button4";
  93. this.button4.Size = new System.Drawing.Size(52, 36);
  94. this.button4.TabIndex = 4;
  95. this.button4.Text = "+";
  96. this.button4.UseVisualStyleBackColor = true;
  97. this.button4.Click += new System.EventHandler(this.button4_Click);
  98. //
  99. // button5
  100. //
  101. this.button5.Location = new System.Drawing.Point(186, 80);
  102. this.button5.Name = "button5";
  103. this.button5.Size = new System.Drawing.Size(52, 36);
  104. this.button5.TabIndex = 8;
  105. this.button5.Text = "-";
  106. this.button5.UseVisualStyleBackColor = true;
  107. this.button5.Click += new System.EventHandler(this.button5_Click);
  108. //
  109. // NineBt
  110. //
  111. this.NineBt.Location = new System.Drawing.Point(128, 80);
  112. this.NineBt.Name = "NineBt";
  113. this.NineBt.Size = new System.Drawing.Size(52, 36);
  114. this.NineBt.TabIndex = 7;
  115. this.NineBt.Text = "9";
  116. this.NineBt.UseVisualStyleBackColor = true;
  117. this.NineBt.Click += new System.EventHandler(this.NineBt_Click);
  118. //
  119. // EigthBt
  120. //
  121. this.EigthBt.Location = new System.Drawing.Point(70, 80);
  122. this.EigthBt.Name = "EigthBt";
  123. this.EigthBt.Size = new System.Drawing.Size(52, 36);
  124. this.EigthBt.TabIndex = 6;
  125. this.EigthBt.Text = "8";
  126. this.EigthBt.UseVisualStyleBackColor = true;
  127. this.EigthBt.Click += new System.EventHandler(this.EigthBt_Click);
  128. //
  129. // SevenBt
  130. //
  131. this.SevenBt.Location = new System.Drawing.Point(12, 80);
  132. this.SevenBt.Name = "SevenBt";
  133. this.SevenBt.Size = new System.Drawing.Size(52, 36);
  134. this.SevenBt.TabIndex = 5;
  135. this.SevenBt.Text = "7";
  136. this.SevenBt.UseVisualStyleBackColor = true;
  137. this.SevenBt.Click += new System.EventHandler(this.SevenBt_Click);
  138. //
  139. // button9
  140. //
  141. this.button9.Location = new System.Drawing.Point(186, 122);
  142. this.button9.Name = "button9";
  143. this.button9.Size = new System.Drawing.Size(52, 36);
  144. this.button9.TabIndex = 12;
  145. this.button9.Text = "*";
  146. this.button9.UseVisualStyleBackColor = true;
  147. this.button9.Click += new System.EventHandler(this.button9_Click);
  148. //
  149. // SixBt
  150. //
  151. this.SixBt.Location = new System.Drawing.Point(128, 122);
  152. this.SixBt.Name = "SixBt";
  153. this.SixBt.Size = new System.Drawing.Size(52, 36);
  154. this.SixBt.TabIndex = 11;
  155. this.SixBt.Text = "6";
  156. this.SixBt.UseVisualStyleBackColor = true;
  157. this.SixBt.Click += new System.EventHandler(this.SixBt_Click);
  158. //
  159. // FiveBt
  160. //
  161. this.FiveBt.Location = new System.Drawing.Point(70, 122);
  162. this.FiveBt.Name = "FiveBt";
  163. this.FiveBt.Size = new System.Drawing.Size(52, 36);
  164. this.FiveBt.TabIndex = 10;
  165. this.FiveBt.Text = "5";
  166. this.FiveBt.UseVisualStyleBackColor = true;
  167. this.FiveBt.Click += new System.EventHandler(this.FiveBt_Click);
  168. //
  169. // FourBt
  170. //
  171. this.FourBt.Location = new System.Drawing.Point(12, 122);
  172. this.FourBt.Name = "FourBt";
  173. this.FourBt.Size = new System.Drawing.Size(52, 36);
  174. this.FourBt.TabIndex = 9;
  175. this.FourBt.Text = "4";
  176. this.FourBt.UseVisualStyleBackColor = true;
  177. this.FourBt.Click += new System.EventHandler(this.FourBt_Click);
  178. //
  179. // button13
  180. //
  181. this.button13.Location = new System.Drawing.Point(186, 164);
  182. this.button13.Name = "button13";
  183. this.button13.Size = new System.Drawing.Size(52, 36);
  184. this.button13.TabIndex = 16;
  185. this.button13.Text = "/";
  186. this.button13.UseVisualStyleBackColor = true;
  187. this.button13.Click += new System.EventHandler(this.button13_Click);
  188. //
  189. // ThreeBt
  190. //
  191. this.ThreeBt.Location = new System.Drawing.Point(128, 164);
  192. this.ThreeBt.Name = "ThreeBt";
  193. this.ThreeBt.Size = new System.Drawing.Size(52, 36);
  194. this.ThreeBt.TabIndex = 15;
  195. this.ThreeBt.Text = "3";
  196. this.ThreeBt.UseVisualStyleBackColor = true;
  197. this.ThreeBt.Click += new System.EventHandler(this.ThreeBt_Click);
  198. //
  199. // TwoBt
  200. //
  201. this.TwoBt.Location = new System.Drawing.Point(70, 164);
  202. this.TwoBt.Name = "TwoBt";
  203. this.TwoBt.Size = new System.Drawing.Size(52, 36);
  204. this.TwoBt.TabIndex = 14;
  205. this.TwoBt.Text = "2";
  206. this.TwoBt.UseVisualStyleBackColor = true;
  207. this.TwoBt.Click += new System.EventHandler(this.TwoBt_Click);
  208. //
  209. // OneBt
  210. //
  211. this.OneBt.Location = new System.Drawing.Point(12, 164);
  212. this.OneBt.Name = "OneBt";
  213. this.OneBt.Size = new System.Drawing.Size(52, 36);
  214. this.OneBt.TabIndex = 13;
  215. this.OneBt.Text = "1";
  216. this.OneBt.UseVisualStyleBackColor = true;
  217. this.OneBt.Click += new System.EventHandler(this.OneBt_Click);
  218. //
  219. // GetResultBt
  220. //
  221. this.GetResultBt.Location = new System.Drawing.Point(128, 206);
  222. this.GetResultBt.Name = "GetResultBt";
  223. this.GetResultBt.Size = new System.Drawing.Size(110, 36);
  224. this.GetResultBt.TabIndex = 20;
  225. this.GetResultBt.Text = "=";
  226. this.GetResultBt.UseVisualStyleBackColor = true;
  227. this.GetResultBt.Click += new System.EventHandler(this.GetResultBt_Click);
  228. //
  229. // button19
  230. //
  231. this.button19.Location = new System.Drawing.Point(70, 206);
  232. this.button19.Name = "button19";
  233. this.button19.Size = new System.Drawing.Size(52, 36);
  234. this.button19.TabIndex = 18;
  235. this.button19.Text = ".";
  236. this.button19.UseVisualStyleBackColor = true;
  237. this.button19.Click += new System.EventHandler(this.button19_Click);
  238. //
  239. // ZeroBt
  240. //
  241. this.ZeroBt.Location = new System.Drawing.Point(12, 206);
  242. this.ZeroBt.Name = "ZeroBt";
  243. this.ZeroBt.Size = new System.Drawing.Size(52, 36);
  244. this.ZeroBt.TabIndex = 17;
  245. this.ZeroBt.Text = "0";
  246. this.ZeroBt.UseVisualStyleBackColor = true;
  247. this.ZeroBt.Click += new System.EventHandler(this.ZeroBt_Click);
  248. //
  249. // label1
  250. //
  251. this.label1.AutoSize = true;
  252. this.label1.Location = new System.Drawing.Point(22, 12);
  253. this.label1.Name = "label1";
  254. this.label1.Size = new System.Drawing.Size(0, 13);
  255. this.label1.TabIndex = 21;
  256. //
  257. // Calc
  258. //
  259. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  260. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  261. this.ClientSize = new System.Drawing.Size(251, 253);
  262. this.Controls.Add(this.label1);
  263. this.Controls.Add(this.GetResultBt);
  264. this.Controls.Add(this.button19);
  265. this.Controls.Add(this.ZeroBt);
  266. this.Controls.Add(this.button13);
  267. this.Controls.Add(this.ThreeBt);
  268. this.Controls.Add(this.TwoBt);
  269. this.Controls.Add(this.OneBt);
  270. this.Controls.Add(this.button9);
  271. this.Controls.Add(this.SixBt);
  272. this.Controls.Add(this.FiveBt);
  273. this.Controls.Add(this.FourBt);
  274. this.Controls.Add(this.button5);
  275. this.Controls.Add(this.NineBt);
  276. this.Controls.Add(this.EigthBt);
  277. this.Controls.Add(this.SevenBt);
  278. this.Controls.Add(this.button4);
  279. this.Controls.Add(this.button3);
  280. this.Controls.Add(this.button2);
  281. this.Controls.Add(this.ClearBt);
  282. this.Controls.Add(this.textBox1);
  283. this.Name = "Calc";
  284. this.Text = "Калькулятор";
  285. this.ResumeLayout(false);
  286. this.PerformLayout();
  287. }
  288. #endregion
  289. private System.Windows.Forms.TextBox textBox1;
  290. private System.Windows.Forms.Button ClearBt;
  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 NineBt;
  296. private System.Windows.Forms.Button EigthBt;
  297. private System.Windows.Forms.Button SevenBt;
  298. private System.Windows.Forms.Button button9;
  299. private System.Windows.Forms.Button SixBt;
  300. private System.Windows.Forms.Button FiveBt;
  301. private System.Windows.Forms.Button FourBt;
  302. private System.Windows.Forms.Button button13;
  303. private System.Windows.Forms.Button ThreeBt;
  304. private System.Windows.Forms.Button TwoBt;
  305. private System.Windows.Forms.Button OneBt;
  306. private System.Windows.Forms.Button GetResultBt;
  307. private System.Windows.Forms.Button button19;
  308. private System.Windows.Forms.Button ZeroBt;
  309. private System.Windows.Forms.Label label1;
  310. }
  311. }