|
@@ -1,7 +1,7 @@
|
|
|
|
|
|
namespace WindowsFormsApp1
|
|
namespace WindowsFormsApp1
|
|
{
|
|
{
|
|
- partial class СycleAlgoritm
|
|
|
|
|
|
+ partial class FormСycleAlgoritm
|
|
{
|
|
{
|
|
/// <summary>
|
|
/// <summary>
|
|
/// Обязательная переменная конструктора.
|
|
/// Обязательная переменная конструктора.
|
|
@@ -29,7 +29,7 @@ namespace WindowsFormsApp1
|
|
/// </summary>
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
{
|
|
{
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(СycleAlgoritm));
|
|
|
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormСycleAlgoritm));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
@@ -126,7 +126,7 @@ namespace WindowsFormsApp1
|
|
this.btnCalculate.UseVisualStyleBackColor = true;
|
|
this.btnCalculate.UseVisualStyleBackColor = true;
|
|
this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click);
|
|
this.btnCalculate.Click += new System.EventHandler(this.btnCalculate_Click);
|
|
//
|
|
//
|
|
- // СycleAlgoritm
|
|
|
|
|
|
+ // FormСycleAlgoritm
|
|
//
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
@@ -141,8 +141,9 @@ namespace WindowsFormsApp1
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
- this.Name = "СycleAlgoritm";
|
|
|
|
|
|
+ this.Name = "FormСycleAlgoritm";
|
|
this.ShowIcon = false;
|
|
this.ShowIcon = false;
|
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Сycle algoritm";
|
|
this.Text = "Сycle algoritm";
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|