123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
-
- namespace FormCycles
- {
- partial class Main
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|