143 lines
6.6 KiB
C#
143 lines
6.6 KiB
C#
namespace NeshinaDem3
|
|
{
|
|
partial class EditInf
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditInf));
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.txtName = new System.Windows.Forms.TextBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.txtCoefficient = new System.Windows.Forms.TextBox();
|
|
this.btnSave = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.label8.Location = new System.Drawing.Point(6, 81);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(57, 15);
|
|
this.label8.TabIndex = 21;
|
|
this.label8.Text = "Название";
|
|
//
|
|
// txtName
|
|
//
|
|
this.txtName.Location = new System.Drawing.Point(9, 97);
|
|
this.txtName.Name = "txtName";
|
|
this.txtName.Size = new System.Drawing.Size(318, 20);
|
|
this.txtName.TabIndex = 22;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.label9.Location = new System.Drawing.Point(6, 137);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(83, 15);
|
|
this.label9.TabIndex = 23;
|
|
this.label9.Text = "Коэффициент";
|
|
//
|
|
// txtCoefficient
|
|
//
|
|
this.txtCoefficient.Location = new System.Drawing.Point(6, 153);
|
|
this.txtCoefficient.Name = "txtCoefficient";
|
|
this.txtCoefficient.Size = new System.Drawing.Size(318, 20);
|
|
this.txtCoefficient.TabIndex = 24;
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(84)))), ((int)(((byte)(111)))), ((int)(((byte)(148)))));
|
|
this.btnSave.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.btnSave.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
this.btnSave.Location = new System.Drawing.Point(74, 192);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(173, 23);
|
|
this.btnSave.TabIndex = 25;
|
|
this.btnSave.Text = "Редактировать";
|
|
this.btnSave.UseVisualStyleBackColor = false;
|
|
this.btnSave.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("Comic Sans MS", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.label1.Location = new System.Drawing.Point(40, 27);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(244, 45);
|
|
this.label1.TabIndex = 26;
|
|
this.label1.Text = "Редактировать";
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.btnCancel.Location = new System.Drawing.Point(6, 216);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(62, 23);
|
|
this.btnCancel.TabIndex = 27;
|
|
this.btnCancel.Text = "Назад";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
this.btnCancel.Click += new System.EventHandler(this.button2_Click);
|
|
//
|
|
// EditInf
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(207)))), ((int)(((byte)(206)))));
|
|
this.ClientSize = new System.Drawing.Size(336, 251);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.btnSave);
|
|
this.Controls.Add(this.txtCoefficient);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.txtName);
|
|
this.Controls.Add(this.label8);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.MaximizeBox = false;
|
|
this.Name = "EditInf";
|
|
this.Text = "EditInf";
|
|
this.Load += new System.EventHandler(this.EditInf_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox txtName;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.TextBox txtCoefficient;
|
|
private System.Windows.Forms.Button btnSave;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
}
|
|
} |