Form1.Designer.cs 6.6 KB

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