namespace FormCycles
{
partial class Main
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.lblInputX0 = new System.Windows.Forms.Label();
this.lblInputXk = new System.Windows.Forms.Label();
this.lblInputDx = new System.Windows.Forms.Label();
this.lblInputB = new System.Windows.Forms.Label();
this.tbInputX0 = new System.Windows.Forms.TextBox();
this.tbInputXk = new System.Windows.Forms.TextBox();
this.tbInputDx = new System.Windows.Forms.TextBox();
this.tbInputB = new System.Windows.Forms.TextBox();
this.tbOutput = new System.Windows.Forms.TextBox();
this.btnCalculate = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblInputX0
//
this.lblInputX0.AutoSize = true;
this.lblInputX0.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.lblInputX0.Location = new System.Drawing.Point(13, 9);
this.lblInputX0.Name = "lblInputX0";
this.lblInputX0.Size = new System.Drawing.Size(43, 21);
this.lblInputX0.TabIndex = 0;
this.lblInputX0.Text = "X0 =";
//
// lblInputXk
//
this.lblInputXk.AutoSize = true;
this.lblInputXk.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.lblInputXk.Location = new System.Drawing.Point(13, 43);
this.lblInputXk.Name = "lblInputXk";
this.lblInputXk.Size = new System.Drawing.Size(42, 21);
this.lblInputXk.TabIndex = 1;
this.lblInputXk.Text = "Xk =";
//
// lblInputDx
//
this.lblInputDx.AutoSize = true;
this.lblInputDx.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.lblInputDx.Location = new System.Drawing.Point(12, 78);
this.lblInputDx.Name = "lblInputDx";
this.lblInputDx.Size = new System.Drawing.Size(43, 21);
this.lblInputDx.TabIndex = 2;
this.lblInputDx.Text = "Dx =";
//
// lblInputB
//
this.lblInputB.AutoSize = true;
this.lblInputB.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.lblInputB.Location = new System.Drawing.Point(12, 113);
this.lblInputB.Name = "lblInputB";
this.lblInputB.Size = new System.Drawing.Size(34, 21);
this.lblInputB.TabIndex = 3;
this.lblInputB.Text = "B =";
//
// tbInputX0
//
this.tbInputX0.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.tbInputX0.Location = new System.Drawing.Point(61, 6);
this.tbInputX0.Name = "tbInputX0";
this.tbInputX0.Size = new System.Drawing.Size(138, 29);
this.tbInputX0.TabIndex = 4;
//
// tbInputXk
//
this.tbInputXk.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.tbInputXk.Location = new System.Drawing.Point(61, 40);
this.tbInputXk.Name = "tbInputXk";
this.tbInputXk.Size = new System.Drawing.Size(138, 29);
this.tbInputXk.TabIndex = 5;
//
// tbInputDx
//
this.tbInputDx.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.tbInputDx.Location = new System.Drawing.Point(61, 75);
this.tbInputDx.Name = "tbInputDx";
this.tbInputDx.Size = new System.Drawing.Size(138, 29);
this.tbInputDx.TabIndex = 6;
//
// tbInputB
//
this.tbInputB.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.tbInputB.Location = new System.Drawing.Point(61, 110);
this.tbInputB.Name = "tbInputB";
this.tbInputB.Size = new System.Drawing.Size(138, 29);
this.tbInputB.TabIndex = 7;
//
// tbOutput
//
this.tbOutput.Location = new System.Drawing.Point(12, 155);
this.tbOutput.Multiline = true;
this.tbOutput.Name = "tbOutput";
this.tbOutput.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.tbOutput.Size = new System.Drawing.Size(401, 152);
this.tbOutput.TabIndex = 8;
//
// btnCalculate
//
this.btnCalculate.Location = new System.Drawing.Point(149, 322);
this.btnCalculate.Name = "btnCalculate";
this.btnCalculate.Size = new System.Drawing.Size(127, 36);
this.btnCalculate.TabIndex = 9;
this.btnCalculate.Text = "Вычислить";
this.btnCalculate.UseVisualStyleBackColor = true;
this.btnCalculate.Click += new System.EventHandler(this.btnCalculateClick);
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(425, 370);
this.Controls.Add(this.btnCalculate);
this.Controls.Add(this.tbOutput);
this.Controls.Add(this.tbInputB);
this.Controls.Add(this.tbInputDx);
this.Controls.Add(this.tbInputXk);
this.Controls.Add(this.tbInputX0);
this.Controls.Add(this.lblInputB);
this.Controls.Add(this.lblInputDx);
this.Controls.Add(this.lblInputXk);
this.Controls.Add(this.lblInputX0);
this.Name = "Main";
this.Text = "Циклы";
this.Load += new System.EventHandler(this.Main_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblInputX0;
private System.Windows.Forms.Label lblInputXk;
private System.Windows.Forms.Label lblInputDx;
private System.Windows.Forms.Label lblInputB;
private System.Windows.Forms.TextBox tbInputX0;
private System.Windows.Forms.TextBox tbInputXk;
private System.Windows.Forms.TextBox tbInputDx;
private System.Windows.Forms.TextBox tbInputB;
private System.Windows.Forms.TextBox tbOutput;
private System.Windows.Forms.Button btnCalculate;
}
}