Form1.Designer.cs 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. 
  2. namespace grishin_calculator
  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.textBox1 = new System.Windows.Forms.TextBox();
  30. this.textBox2 = new System.Windows.Forms.TextBox();
  31. this.textBox3 = new System.Windows.Forms.TextBox();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.button2 = new System.Windows.Forms.Button();
  34. this.button3 = new System.Windows.Forms.Button();
  35. this.button4 = new System.Windows.Forms.Button();
  36. this.button5 = new System.Windows.Forms.Button();
  37. this.button6 = new System.Windows.Forms.Button();
  38. this.SuspendLayout();
  39. //
  40. // textBox1
  41. //
  42. this.textBox1.Location = new System.Drawing.Point(51, 74);
  43. this.textBox1.Name = "textBox1";
  44. this.textBox1.Size = new System.Drawing.Size(120, 20);
  45. this.textBox1.TabIndex = 0;
  46. //
  47. // textBox2
  48. //
  49. this.textBox2.Location = new System.Drawing.Point(231, 74);
  50. this.textBox2.Name = "textBox2";
  51. this.textBox2.Size = new System.Drawing.Size(120, 20);
  52. this.textBox2.TabIndex = 1;
  53. //
  54. // textBox3
  55. //
  56. this.textBox3.Location = new System.Drawing.Point(51, 358);
  57. this.textBox3.Name = "textBox3";
  58. this.textBox3.Size = new System.Drawing.Size(300, 20);
  59. this.textBox3.TabIndex = 2;
  60. //
  61. // button1
  62. //
  63. this.button1.BackColor = System.Drawing.Color.Wheat;
  64. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  65. this.button1.Location = new System.Drawing.Point(66, 136);
  66. this.button1.Name = "button1";
  67. this.button1.Size = new System.Drawing.Size(90, 35);
  68. this.button1.TabIndex = 3;
  69. this.button1.Text = "Сложение";
  70. this.button1.UseVisualStyleBackColor = false;
  71. this.button1.Click += new System.EventHandler(this.button1_Click);
  72. //
  73. // button2
  74. //
  75. this.button2.BackColor = System.Drawing.Color.Wheat;
  76. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  77. this.button2.Location = new System.Drawing.Point(66, 202);
  78. this.button2.Name = "button2";
  79. this.button2.Size = new System.Drawing.Size(90, 35);
  80. this.button2.TabIndex = 4;
  81. this.button2.Text = "Умножение";
  82. this.button2.UseVisualStyleBackColor = false;
  83. this.button2.Click += new System.EventHandler(this.button2_Click);
  84. //
  85. // button3
  86. //
  87. this.button3.BackColor = System.Drawing.Color.Wheat;
  88. this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  89. this.button3.Location = new System.Drawing.Point(66, 269);
  90. this.button3.Name = "button3";
  91. this.button3.Size = new System.Drawing.Size(90, 35);
  92. this.button3.TabIndex = 5;
  93. this.button3.Text = "В степень";
  94. this.button3.UseVisualStyleBackColor = false;
  95. this.button3.Click += new System.EventHandler(this.button3_Click);
  96. //
  97. // button4
  98. //
  99. this.button4.BackColor = System.Drawing.Color.Wheat;
  100. this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  101. this.button4.Location = new System.Drawing.Point(247, 136);
  102. this.button4.Name = "button4";
  103. this.button4.Size = new System.Drawing.Size(90, 35);
  104. this.button4.TabIndex = 6;
  105. this.button4.Text = "Вычитание";
  106. this.button4.UseVisualStyleBackColor = false;
  107. this.button4.Click += new System.EventHandler(this.button4_Click);
  108. //
  109. // button5
  110. //
  111. this.button5.BackColor = System.Drawing.Color.Wheat;
  112. this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  113. this.button5.Location = new System.Drawing.Point(247, 202);
  114. this.button5.Name = "button5";
  115. this.button5.Size = new System.Drawing.Size(90, 35);
  116. this.button5.TabIndex = 7;
  117. this.button5.Text = "Деление";
  118. this.button5.UseVisualStyleBackColor = false;
  119. this.button5.Click += new System.EventHandler(this.button5_Click);
  120. //
  121. // button6
  122. //
  123. this.button6.BackColor = System.Drawing.Color.Wheat;
  124. this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  125. this.button6.Location = new System.Drawing.Point(247, 269);
  126. this.button6.Name = "button6";
  127. this.button6.Size = new System.Drawing.Size(90, 35);
  128. this.button6.TabIndex = 8;
  129. this.button6.Text = "Корень";
  130. this.button6.UseVisualStyleBackColor = false;
  131. this.button6.Click += new System.EventHandler(this.button6_Click);
  132. //
  133. // Form1
  134. //
  135. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  136. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  137. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  138. this.ClientSize = new System.Drawing.Size(403, 450);
  139. this.Controls.Add(this.button6);
  140. this.Controls.Add(this.button5);
  141. this.Controls.Add(this.button4);
  142. this.Controls.Add(this.button3);
  143. this.Controls.Add(this.button2);
  144. this.Controls.Add(this.button1);
  145. this.Controls.Add(this.textBox3);
  146. this.Controls.Add(this.textBox2);
  147. this.Controls.Add(this.textBox1);
  148. this.Name = "Form1";
  149. this.Text = "Калькулятор";
  150. this.Load += new System.EventHandler(this.Form1_Load);
  151. this.ResumeLayout(false);
  152. this.PerformLayout();
  153. }
  154. #endregion
  155. private System.Windows.Forms.TextBox textBox1;
  156. private System.Windows.Forms.TextBox textBox2;
  157. private System.Windows.Forms.TextBox textBox3;
  158. private System.Windows.Forms.Button button1;
  159. private System.Windows.Forms.Button button2;
  160. private System.Windows.Forms.Button button3;
  161. private System.Windows.Forms.Button button4;
  162. private System.Windows.Forms.Button button5;
  163. private System.Windows.Forms.Button button6;
  164. }
  165. }