namespace Pract3 { partial class Form1 { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { this.znachX = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.rbSh = new System.Windows.Forms.RadioButton(); this.znachY = new System.Windows.Forms.Label(); this.rbx = new System.Windows.Forms.RadioButton(); this.rbe = new System.Windows.Forms.RadioButton(); this.textX = new System.Windows.Forms.TextBox(); this.textY = new System.Windows.Forms.TextBox(); this.textZ = new System.Windows.Forms.TextBox(); this.textAnswer = new System.Windows.Forms.TextBox(); this.Answer = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // znachX // this.znachX.Location = new System.Drawing.Point(9, 105); this.znachX.Name = "znachX"; this.znachX.Size = new System.Drawing.Size(30, 15); this.znachX.TabIndex = 0; this.znachX.Text = "X="; // // label1 // this.label1.Location = new System.Drawing.Point(12, 174); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(27, 17); this.label1.TabIndex = 2; this.label1.Text = "Z="; // // rbSh // this.rbSh.AutoSize = true; this.rbSh.Location = new System.Drawing.Point(167, 110); this.rbSh.Name = "rbSh"; this.rbSh.Size = new System.Drawing.Size(49, 17); this.rbSh.TabIndex = 3; this.rbSh.TabStop = true; this.rbSh.Text = "Sh(x)"; this.rbSh.UseVisualStyleBackColor = true; // // znachY // this.znachY.AutoSize = true; this.znachY.Location = new System.Drawing.Point(9, 140); this.znachY.Name = "znachY"; this.znachY.Size = new System.Drawing.Size(20, 13); this.znachY.TabIndex = 4; this.znachY.Text = "Y="; // // rbx // this.rbx.AutoSize = true; this.rbx.Location = new System.Drawing.Point(167, 171); this.rbx.Name = "rbx"; this.rbx.Size = new System.Drawing.Size(42, 17); this.rbx.TabIndex = 5; this.rbx.TabStop = true; this.rbx.Text = "x^2"; this.rbx.UseVisualStyleBackColor = true; // // rbe // this.rbe.AutoSize = true; this.rbe.Location = new System.Drawing.Point(167, 142); this.rbe.Name = "rbe"; this.rbe.Size = new System.Drawing.Size(42, 17); this.rbe.TabIndex = 6; this.rbe.TabStop = true; this.rbe.Text = "e^x"; this.rbe.UseVisualStyleBackColor = true; // // textX // this.textX.Location = new System.Drawing.Point(39, 102); this.textX.Name = "textX"; this.textX.Size = new System.Drawing.Size(100, 20); this.textX.TabIndex = 9; // // textY // this.textY.Location = new System.Drawing.Point(39, 137); this.textY.Name = "textY"; this.textY.Size = new System.Drawing.Size(100, 20); this.textY.TabIndex = 10; // // textZ // this.textZ.Location = new System.Drawing.Point(39, 171); this.textZ.Name = "textZ"; this.textZ.Size = new System.Drawing.Size(100, 20); this.textZ.TabIndex = 11; // // textAnswer // this.textAnswer.Location = new System.Drawing.Point(111, 217); this.textAnswer.Name = "textAnswer"; this.textAnswer.Size = new System.Drawing.Size(119, 20); this.textAnswer.TabIndex = 12; // // Answer // this.Answer.Location = new System.Drawing.Point(15, 214); this.Answer.Name = "Answer"; this.Answer.Size = new System.Drawing.Size(75, 23); this.Answer.TabIndex = 13; this.Answer.Text = "Ответ"; this.Answer.UseVisualStyleBackColor = true; this.Answer.Click += new System.EventHandler(this.Answer_Click); // // pictureBox1 // this.pictureBox1.Image = global::Pract3.Properties.Resources.Снимок_экрана__1_; this.pictureBox1.Location = new System.Drawing.Point(15, 12); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(207, 64); this.pictureBox1.TabIndex = 14; this.pictureBox1.TabStop = false; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(238, 246); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.Answer); this.Controls.Add(this.textAnswer); this.Controls.Add(this.textZ); this.Controls.Add(this.textY); this.Controls.Add(this.textX); this.Controls.Add(this.rbe); this.Controls.Add(this.rbx); this.Controls.Add(this.znachY); this.Controls.Add(this.rbSh); this.Controls.Add(this.label1); this.Controls.Add(this.znachX); this.Name = "Form1"; this.Text = "Практическая №3"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label znachX; private System.Windows.Forms.Label label1; private System.Windows.Forms.RadioButton rbSh; private System.Windows.Forms.Label znachY; private System.Windows.Forms.RadioButton rbx; private System.Windows.Forms.RadioButton rbe; private System.Windows.Forms.TextBox textX; private System.Windows.Forms.TextBox textY; private System.Windows.Forms.TextBox textZ; private System.Windows.Forms.TextBox textAnswer; private System.Windows.Forms.Button Answer; private System.Windows.Forms.PictureBox pictureBox1; } }