Calc3/Form1.Designer.cs
2025-12-10 12:57:59 +04:00

504 lines
23 KiB
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace palopa.rur
{
partial class Form1
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent()
{
this.button25 = new System.Windows.Forms.Button();
this.button26 = new System.Windows.Forms.Button();
this.button27 = new System.Windows.Forms.Button();
this.button28 = new System.Windows.Forms.Button();
this.button29 = new System.Windows.Forms.Button();
this.button30 = new System.Windows.Forms.Button();
this.button31 = new System.Windows.Forms.Button();
this.button32 = new System.Windows.Forms.Button();
this.button33 = new System.Windows.Forms.Button();
this.button34 = new System.Windows.Forms.Button();
this.button35 = new System.Windows.Forms.Button();
this.button36 = new System.Windows.Forms.Button();
this.button37 = new System.Windows.Forms.Button();
this.button38 = new System.Windows.Forms.Button();
this.button39 = new System.Windows.Forms.Button();
this.button40 = new System.Windows.Forms.Button();
this.button41 = new System.Windows.Forms.Button();
this.button42 = new System.Windows.Forms.Button();
this.button43 = new System.Windows.Forms.Button();
this.button44 = new System.Windows.Forms.Button();
this.button45 = new System.Windows.Forms.Button();
this.button46 = new System.Windows.Forms.Button();
this.button47 = new System.Windows.Forms.Button();
this.button48 = new System.Windows.Forms.Button();
this.Выражение = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.button49 = new System.Windows.Forms.Button();
this.button50 = new System.Windows.Forms.Button();
this.button51 = new System.Windows.Forms.Button();
this.button52 = new System.Windows.Forms.Button();
this.button53 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button25
//
this.button25.Location = new System.Drawing.Point(143, 191);
this.button25.Name = "button25";
this.button25.Size = new System.Drawing.Size(42, 40);
this.button25.TabIndex = 0;
this.button25.Text = "1";
this.button25.UseVisualStyleBackColor = true;
this.button25.Click += new System.EventHandler(this.button25_Click);
//
// button26
//
this.button26.Location = new System.Drawing.Point(191, 191);
this.button26.Name = "button26";
this.button26.Size = new System.Drawing.Size(42, 40);
this.button26.TabIndex = 1;
this.button26.Text = "2";
this.button26.UseVisualStyleBackColor = true;
this.button26.Click += new System.EventHandler(this.button26_Click);
//
// button27
//
this.button27.Location = new System.Drawing.Point(239, 191);
this.button27.Name = "button27";
this.button27.Size = new System.Drawing.Size(42, 40);
this.button27.TabIndex = 2;
this.button27.Text = "3";
this.button27.UseVisualStyleBackColor = true;
this.button27.Click += new System.EventHandler(this.button27_Click);
//
// button28
//
this.button28.ForeColor = System.Drawing.Color.Crimson;
this.button28.Location = new System.Drawing.Point(287, 191);
this.button28.Name = "button28";
this.button28.Size = new System.Drawing.Size(42, 40);
this.button28.TabIndex = 3;
this.button28.Text = "/";
this.button28.UseVisualStyleBackColor = true;
this.button28.Click += new System.EventHandler(this.button28_Click);
//
// button29
//
this.button29.Location = new System.Drawing.Point(143, 237);
this.button29.Name = "button29";
this.button29.Size = new System.Drawing.Size(42, 40);
this.button29.TabIndex = 4;
this.button29.Text = "4";
this.button29.UseVisualStyleBackColor = true;
this.button29.Click += new System.EventHandler(this.button29_Click);
//
// button30
//
this.button30.Location = new System.Drawing.Point(191, 237);
this.button30.Name = "button30";
this.button30.Size = new System.Drawing.Size(42, 40);
this.button30.TabIndex = 5;
this.button30.Text = "5";
this.button30.UseVisualStyleBackColor = true;
this.button30.Click += new System.EventHandler(this.button30_Click);
//
// button31
//
this.button31.Location = new System.Drawing.Point(239, 237);
this.button31.Name = "button31";
this.button31.Size = new System.Drawing.Size(42, 40);
this.button31.TabIndex = 6;
this.button31.Text = "6";
this.button31.UseVisualStyleBackColor = true;
this.button31.Click += new System.EventHandler(this.button31_Click);
//
// button32
//
this.button32.ForeColor = System.Drawing.Color.Firebrick;
this.button32.Location = new System.Drawing.Point(287, 237);
this.button32.Name = "button32";
this.button32.Size = new System.Drawing.Size(42, 40);
this.button32.TabIndex = 7;
this.button32.Text = "*";
this.button32.UseVisualStyleBackColor = true;
this.button32.Click += new System.EventHandler(this.button32_Click);
//
// button33
//
this.button33.Location = new System.Drawing.Point(143, 283);
this.button33.Name = "button33";
this.button33.Size = new System.Drawing.Size(42, 40);
this.button33.TabIndex = 8;
this.button33.Text = "7";
this.button33.UseVisualStyleBackColor = true;
this.button33.Click += new System.EventHandler(this.button33_Click);
//
// button34
//
this.button34.Location = new System.Drawing.Point(191, 283);
this.button34.Name = "button34";
this.button34.Size = new System.Drawing.Size(42, 40);
this.button34.TabIndex = 9;
this.button34.Text = "8";
this.button34.UseVisualStyleBackColor = true;
this.button34.Click += new System.EventHandler(this.button34_Click);
//
// button35
//
this.button35.Location = new System.Drawing.Point(239, 283);
this.button35.Name = "button35";
this.button35.Size = new System.Drawing.Size(42, 40);
this.button35.TabIndex = 10;
this.button35.Text = "9";
this.button35.UseVisualStyleBackColor = true;
this.button35.Click += new System.EventHandler(this.button35_Click);
//
// button36
//
this.button36.ForeColor = System.Drawing.Color.Crimson;
this.button36.Location = new System.Drawing.Point(287, 283);
this.button36.Name = "button36";
this.button36.Size = new System.Drawing.Size(42, 40);
this.button36.TabIndex = 11;
this.button36.Text = "-";
this.button36.UseVisualStyleBackColor = true;
this.button36.Click += new System.EventHandler(this.button36_Click);
//
// button37
//
this.button37.Location = new System.Drawing.Point(143, 329);
this.button37.Name = "button37";
this.button37.Size = new System.Drawing.Size(42, 40);
this.button37.TabIndex = 12;
this.button37.Text = "+/-";
this.button37.UseVisualStyleBackColor = true;
//
// button38
//
this.button38.Location = new System.Drawing.Point(191, 329);
this.button38.Name = "button38";
this.button38.Size = new System.Drawing.Size(42, 40);
this.button38.TabIndex = 13;
this.button38.Text = "0";
this.button38.UseVisualStyleBackColor = true;
this.button38.Click += new System.EventHandler(this.button38_Click);
//
// button39
//
this.button39.ForeColor = System.Drawing.Color.Crimson;
this.button39.Location = new System.Drawing.Point(239, 329);
this.button39.Name = "button39";
this.button39.Size = new System.Drawing.Size(42, 40);
this.button39.TabIndex = 14;
this.button39.Text = "mod";
this.button39.UseVisualStyleBackColor = true;
this.button39.Click += new System.EventHandler(this.button39_Click);
//
// button40
//
this.button40.ForeColor = System.Drawing.Color.Crimson;
this.button40.Location = new System.Drawing.Point(287, 329);
this.button40.Name = "button40";
this.button40.Size = new System.Drawing.Size(42, 40);
this.button40.TabIndex = 15;
this.button40.Text = "+";
this.button40.UseVisualStyleBackColor = true;
this.button40.Click += new System.EventHandler(this.button40_Click);
//
// button41
//
this.button41.ForeColor = System.Drawing.Color.CornflowerBlue;
this.button41.Location = new System.Drawing.Point(371, 191);
this.button41.Name = "button41";
this.button41.Size = new System.Drawing.Size(53, 40);
this.button41.TabIndex = 16;
this.button41.Text = "MR";
this.button41.UseVisualStyleBackColor = true;
this.button41.Click += new System.EventHandler(this.button41_Click);
//
// button42
//
this.button42.ForeColor = System.Drawing.Color.CornflowerBlue;
this.button42.Location = new System.Drawing.Point(371, 237);
this.button42.Name = "button42";
this.button42.Size = new System.Drawing.Size(53, 40);
this.button42.TabIndex = 17;
this.button42.Text = "M+";
this.button42.UseVisualStyleBackColor = true;
this.button42.Click += new System.EventHandler(this.button42_Click);
//
// button43
//
this.button43.ForeColor = System.Drawing.Color.CornflowerBlue;
this.button43.Location = new System.Drawing.Point(371, 283);
this.button43.Name = "button43";
this.button43.Size = new System.Drawing.Size(53, 40);
this.button43.TabIndex = 18;
this.button43.Text = "MC";
this.button43.UseVisualStyleBackColor = true;
//
// button44
//
this.button44.ForeColor = System.Drawing.Color.Crimson;
this.button44.Location = new System.Drawing.Point(371, 329);
this.button44.Name = "button44";
this.button44.Size = new System.Drawing.Size(53, 40);
this.button44.TabIndex = 19;
this.button44.Text = "=";
this.button44.UseVisualStyleBackColor = true;
this.button44.Click += new System.EventHandler(this.button44_Click);
//
// button45
//
this.button45.ForeColor = System.Drawing.Color.Crimson;
this.button45.ImageKey = "(отсутствует)";
this.button45.Location = new System.Drawing.Point(270, 133);
this.button45.Name = "button45";
this.button45.Size = new System.Drawing.Size(80, 37);
this.button45.TabIndex = 20;
this.button45.Text = "Стереть";
this.button45.UseVisualStyleBackColor = true;
this.button45.Click += new System.EventHandler(this.button45_Click);
//
// button46
//
this.button46.ForeColor = System.Drawing.Color.Crimson;
this.button46.Location = new System.Drawing.Point(371, 133);
this.button46.Name = "button46";
this.button46.Size = new System.Drawing.Size(53, 40);
this.button46.TabIndex = 21;
this.button46.Text = "Сброс";
this.button46.UseVisualStyleBackColor = true;
this.button46.Click += new System.EventHandler(this.button46_Click);
//
// button47
//
this.button47.Location = new System.Drawing.Point(143, 133);
this.button47.Name = "button47";
this.button47.Size = new System.Drawing.Size(42, 40);
this.button47.TabIndex = 22;
this.button47.Text = "(";
this.button47.UseVisualStyleBackColor = true;
this.button47.Click += new System.EventHandler(this.button47_Click);
//
// button48
//
this.button48.Location = new System.Drawing.Point(191, 133);
this.button48.Name = "button48";
this.button48.Size = new System.Drawing.Size(42, 40);
this.button48.TabIndex = 23;
this.button48.Text = ")";
this.button48.UseVisualStyleBackColor = true;
this.button48.Click += new System.EventHandler(this.button48_Click);
//
// Выражение
//
this.Выражение.AutoSize = true;
this.Выражение.Location = new System.Drawing.Point(140, 69);
this.Выражение.Name = "Выражение";
this.Выражение.Size = new System.Drawing.Size(66, 13);
this.Выражение.TabIndex = 24;
this.Выражение.Text = "Выражение";
this.Выражение.Click += new System.EventHandler(this.Выражение_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(140, 95);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(59, 13);
this.label2.TabIndex = 25;
this.label2.Text = "Результат";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(270, 62);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(154, 20);
this.textBox1.TabIndex = 28;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(270, 95);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(154, 20);
this.textBox2.TabIndex = 29;
//
// button49
//
this.button49.Location = new System.Drawing.Point(440, 191);
this.button49.Name = "button49";
this.button49.Size = new System.Drawing.Size(65, 40);
this.button49.TabIndex = 30;
this.button49.Text = "sin";
this.button49.UseVisualStyleBackColor = true;
this.button49.Click += new System.EventHandler(this.button49_Click);
//
// button50
//
this.button50.Location = new System.Drawing.Point(440, 237);
this.button50.Name = "button50";
this.button50.Size = new System.Drawing.Size(65, 40);
this.button50.TabIndex = 31;
this.button50.Text = "cos";
this.button50.UseVisualStyleBackColor = true;
this.button50.Click += new System.EventHandler(this.button50_Click);
//
// button51
//
this.button51.Location = new System.Drawing.Point(440, 283);
this.button51.Name = "button51";
this.button51.Size = new System.Drawing.Size(65, 40);
this.button51.TabIndex = 32;
this.button51.Text = "e";
this.button51.UseVisualStyleBackColor = true;
this.button51.Click += new System.EventHandler(this.button51_Click);
//
// button52
//
this.button52.Location = new System.Drawing.Point(440, 329);
this.button52.Name = "button52";
this.button52.Size = new System.Drawing.Size(65, 40);
this.button52.TabIndex = 33;
this.button52.Text = "²";
this.button52.UseVisualStyleBackColor = true;
this.button52.Click += new System.EventHandler(this.button52_Click);
//
// button53
//
this.button53.Location = new System.Drawing.Point(540, 237);
this.button53.Name = "button53";
this.button53.Size = new System.Drawing.Size(65, 40);
this.button53.TabIndex = 34;
this.button53.Text = "³";
this.button53.UseVisualStyleBackColor = true;
this.button53.Click += new System.EventHandler(this.button53_Click);
//
// Form1
//
this.ClientSize = new System.Drawing.Size(899, 531);
this.Controls.Add(this.button53);
this.Controls.Add(this.button52);
this.Controls.Add(this.button51);
this.Controls.Add(this.button50);
this.Controls.Add(this.button49);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.Выражение);
this.Controls.Add(this.button48);
this.Controls.Add(this.button47);
this.Controls.Add(this.button46);
this.Controls.Add(this.button45);
this.Controls.Add(this.button44);
this.Controls.Add(this.button43);
this.Controls.Add(this.button42);
this.Controls.Add(this.button41);
this.Controls.Add(this.button40);
this.Controls.Add(this.button39);
this.Controls.Add(this.button38);
this.Controls.Add(this.button37);
this.Controls.Add(this.button36);
this.Controls.Add(this.button35);
this.Controls.Add(this.button34);
this.Controls.Add(this.button33);
this.Controls.Add(this.button32);
this.Controls.Add(this.button31);
this.Controls.Add(this.button30);
this.Controls.Add(this.button29);
this.Controls.Add(this.button28);
this.Controls.Add(this.button27);
this.Controls.Add(this.button26);
this.Controls.Add(this.button25);
this.Name = "Form1";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button12;
private System.Windows.Forms.Button button13;
private System.Windows.Forms.Button button14;
private System.Windows.Forms.Button button15;
private System.Windows.Forms.Button button16;
private System.Windows.Forms.Button button17;
private System.Windows.Forms.Button button18;
private System.Windows.Forms.Button button19;
private System.Windows.Forms.Button button20;
private System.Windows.Forms.Button button21;
private System.Windows.Forms.Button button22;
private System.Windows.Forms.Button button23;
private System.Windows.Forms.Button button24;
private System.Windows.Forms.Button button25;
private System.Windows.Forms.Button button26;
private System.Windows.Forms.Button button27;
private System.Windows.Forms.Button button28;
private System.Windows.Forms.Button button29;
private System.Windows.Forms.Button button30;
private System.Windows.Forms.Button button31;
private System.Windows.Forms.Button button32;
private System.Windows.Forms.Button button33;
private System.Windows.Forms.Button button34;
private System.Windows.Forms.Button button35;
private System.Windows.Forms.Button button36;
private System.Windows.Forms.Button button37;
private System.Windows.Forms.Button button38;
private System.Windows.Forms.Button button39;
private System.Windows.Forms.Button button40;
private System.Windows.Forms.Button button41;
private System.Windows.Forms.Button button42;
private System.Windows.Forms.Button button43;
private System.Windows.Forms.Button button44;
private System.Windows.Forms.Button button45;
private System.Windows.Forms.Button button46;
private System.Windows.Forms.Button button47;
private System.Windows.Forms.Button button48;
private System.Windows.Forms.Label Выражение;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.Button button49;
private System.Windows.Forms.Button button50;
private System.Windows.Forms.Button button51;
private System.Windows.Forms.Button button52;
private System.Windows.Forms.Button button53;
}
}