|
@@ -0,0 +1,133 @@
|
|
|
+
|
|
|
+namespace PR6ArrayWF
|
|
|
+{
|
|
|
+ partial class Array
|
|
|
+ {
|
|
|
+ /// <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.tbOriginal = new System.Windows.Forms.TextBox();
|
|
|
+ this.tbReceived = new System.Windows.Forms.TextBox();
|
|
|
+ this.lblOriginal = new System.Windows.Forms.Label();
|
|
|
+ this.lblReceived = new System.Windows.Forms.Label();
|
|
|
+ this.btnFill = new System.Windows.Forms.Button();
|
|
|
+ this.btnReplacement = new System.Windows.Forms.Button();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // tbOriginal
|
|
|
+ //
|
|
|
+ this.tbOriginal.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.tbOriginal.Location = new System.Drawing.Point(12, 32);
|
|
|
+ this.tbOriginal.Multiline = true;
|
|
|
+ this.tbOriginal.Name = "tbOriginal";
|
|
|
+ this.tbOriginal.ReadOnly = true;
|
|
|
+ this.tbOriginal.Size = new System.Drawing.Size(230, 362);
|
|
|
+ this.tbOriginal.TabIndex = 0;
|
|
|
+ this.tbOriginal.Text = "Нажмите Заполнить";
|
|
|
+ //
|
|
|
+ // tbReceived
|
|
|
+ //
|
|
|
+ this.tbReceived.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.tbReceived.Location = new System.Drawing.Point(248, 32);
|
|
|
+ this.tbReceived.Multiline = true;
|
|
|
+ this.tbReceived.Name = "tbReceived";
|
|
|
+ this.tbReceived.ReadOnly = true;
|
|
|
+ this.tbReceived.Size = new System.Drawing.Size(230, 362);
|
|
|
+ this.tbReceived.TabIndex = 1;
|
|
|
+ this.tbReceived.Text = "Нажмите Заменить";
|
|
|
+ //
|
|
|
+ // lblOriginal
|
|
|
+ //
|
|
|
+ this.lblOriginal.AutoSize = true;
|
|
|
+ this.lblOriginal.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.lblOriginal.Location = new System.Drawing.Point(8, 9);
|
|
|
+ this.lblOriginal.Name = "lblOriginal";
|
|
|
+ this.lblOriginal.Size = new System.Drawing.Size(146, 20);
|
|
|
+ this.lblOriginal.TabIndex = 2;
|
|
|
+ this.lblOriginal.Text = "Исходный массив:";
|
|
|
+ //
|
|
|
+ // lblReceived
|
|
|
+ //
|
|
|
+ this.lblReceived.AutoSize = true;
|
|
|
+ this.lblReceived.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.lblReceived.Location = new System.Drawing.Point(244, 9);
|
|
|
+ this.lblReceived.Name = "lblReceived";
|
|
|
+ this.lblReceived.Size = new System.Drawing.Size(165, 20);
|
|
|
+ this.lblReceived.TabIndex = 3;
|
|
|
+ this.lblReceived.Text = "Полученный массив:";
|
|
|
+ //
|
|
|
+ // btnFill
|
|
|
+ //
|
|
|
+ this.btnFill.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.btnFill.Location = new System.Drawing.Point(12, 400);
|
|
|
+ this.btnFill.Name = "btnFill";
|
|
|
+ this.btnFill.Size = new System.Drawing.Size(200, 50);
|
|
|
+ this.btnFill.TabIndex = 4;
|
|
|
+ this.btnFill.Text = "Заполнить";
|
|
|
+ this.btnFill.UseVisualStyleBackColor = true;
|
|
|
+ this.btnFill.Click += new System.EventHandler(this.btnFill_Click);
|
|
|
+ //
|
|
|
+ // btnReplacement
|
|
|
+ //
|
|
|
+ this.btnReplacement.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.btnReplacement.Location = new System.Drawing.Point(278, 400);
|
|
|
+ this.btnReplacement.Name = "btnReplacement";
|
|
|
+ this.btnReplacement.Size = new System.Drawing.Size(200, 50);
|
|
|
+ this.btnReplacement.TabIndex = 5;
|
|
|
+ this.btnReplacement.Text = "Заменить";
|
|
|
+ this.btnReplacement.UseVisualStyleBackColor = true;
|
|
|
+ this.btnReplacement.Click += new System.EventHandler(this.btnReplacement_Click);
|
|
|
+ //
|
|
|
+ // Array
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(484, 462);
|
|
|
+ this.Controls.Add(this.btnReplacement);
|
|
|
+ this.Controls.Add(this.btnFill);
|
|
|
+ this.Controls.Add(this.lblReceived);
|
|
|
+ this.Controls.Add(this.lblOriginal);
|
|
|
+ this.Controls.Add(this.tbReceived);
|
|
|
+ this.Controls.Add(this.tbOriginal);
|
|
|
+ this.Name = "Array";
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
+ this.Text = "Практическая работа №6";
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.TextBox tbOriginal;
|
|
|
+ private System.Windows.Forms.TextBox tbReceived;
|
|
|
+ private System.Windows.Forms.Label lblOriginal;
|
|
|
+ private System.Windows.Forms.Label lblReceived;
|
|
|
+ private System.Windows.Forms.Button btnFill;
|
|
|
+ private System.Windows.Forms.Button btnReplacement;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|