123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- namespace Pract4_project
- {
- 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.peremenX = new System.Windows.Forms.Label();
- this.znachX = new System.Windows.Forms.TextBox();
- this.btnAnswer = new System.Windows.Forms.Button();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.textAnswer = new System.Windows.Forms.TextBox();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // peremenX
- //
- this.peremenX.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.peremenX.Location = new System.Drawing.Point(12, 70);
- this.peremenX.Name = "peremenX";
- this.peremenX.Size = new System.Drawing.Size(30, 22);
- this.peremenX.TabIndex = 0;
- this.peremenX.Text = "X=";
- //
- // znachX
- //
- this.znachX.Location = new System.Drawing.Point(48, 72);
- this.znachX.Name = "znachX";
- this.znachX.Size = new System.Drawing.Size(100, 20);
- this.znachX.TabIndex = 1;
- //
- // btnAnswer
- //
- this.btnAnswer.Location = new System.Drawing.Point(96, 224);
- this.btnAnswer.Name = "btnAnswer";
- this.btnAnswer.Size = new System.Drawing.Size(96, 41);
- this.btnAnswer.TabIndex = 3;
- this.btnAnswer.Text = "Посчитать";
- this.btnAnswer.UseVisualStyleBackColor = true;
- this.btnAnswer.Click += new System.EventHandler(this.btnAnswer_Click);
- //
- // pictureBox1
- //
- this.pictureBox1.Image = global::Pract4_project.Properties.Resources.Снимок_экрана__2_;
- this.pictureBox1.Location = new System.Drawing.Point(12, 12);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(148, 41);
- this.pictureBox1.TabIndex = 4;
- this.pictureBox1.TabStop = false;
- //
- // textAnswer
- //
- this.textAnswer.Location = new System.Drawing.Point(16, 114);
- this.textAnswer.Multiline = true;
- this.textAnswer.Name = "textAnswer";
- this.textAnswer.Size = new System.Drawing.Size(259, 83);
- this.textAnswer.TabIndex = 5;
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(285, 280);
- this.Controls.Add(this.textAnswer);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.btnAnswer);
- this.Controls.Add(this.znachX);
- this.Controls.Add(this.peremenX);
- this.Name = "Form1";
- this.Text = "Практическая №4";
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label peremenX;
- private System.Windows.Forms.TextBox znachX;
- private System.Windows.Forms.Button btnAnswer;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.TextBox textAnswer;
- }
- }
|