SUBD_Gerimovich_Ilya_PIbd-22/FurnitureAssembly/FurnitureAssemblyView/FormKomment.Designer.cs

126 lines
5.2 KiB
C#
Raw Normal View History

2024-05-24 12:23:50 +04:00
namespace FurnitureAssemblyView
{
2024-05-24 13:42:42 +04:00
partial class FormKomment
2024-05-24 12:23:50 +04:00
{
/// <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.labelName = new System.Windows.Forms.Label();
this.labelPrice = new System.Windows.Forms.Label();
this.textBoxName = new System.Windows.Forms.TextBox();
this.textBoxCost = new System.Windows.Forms.TextBox();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonSave = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// labelName
//
this.labelName.AutoSize = true;
2024-05-24 13:42:42 +04:00
this.labelName.Location = new System.Drawing.Point(12, 19);
2024-05-24 12:23:50 +04:00
this.labelName.Name = "labelName";
2024-05-24 13:42:42 +04:00
this.labelName.Size = new System.Drawing.Size(117, 15);
2024-05-24 12:23:50 +04:00
this.labelName.TabIndex = 0;
2024-05-24 13:42:42 +04:00
this.labelName.Text = "Текст комментария:";
2024-05-24 12:23:50 +04:00
//
// labelPrice
//
this.labelPrice.AutoSize = true;
2024-05-24 13:42:42 +04:00
this.labelPrice.Location = new System.Drawing.Point(103, 128);
2024-05-24 12:23:50 +04:00
this.labelPrice.Name = "labelPrice";
2024-05-24 13:42:42 +04:00
this.labelPrice.Size = new System.Drawing.Size(38, 15);
2024-05-24 12:23:50 +04:00
this.labelPrice.TabIndex = 1;
this.labelPrice.Text = "Цена:";
//
// textBoxName
//
2024-05-24 13:42:42 +04:00
this.textBoxName.Location = new System.Drawing.Point(135, 16);
this.textBoxName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBoxName.Multiline = true;
2024-05-24 12:23:50 +04:00
this.textBoxName.Name = "textBoxName";
2024-05-24 13:42:42 +04:00
this.textBoxName.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
this.textBoxName.Size = new System.Drawing.Size(314, 105);
2024-05-24 12:23:50 +04:00
this.textBoxName.TabIndex = 2;
//
// textBoxCost
//
2024-05-24 13:42:42 +04:00
this.textBoxCost.Location = new System.Drawing.Point(158, 125);
this.textBoxCost.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-05-24 12:23:50 +04:00
this.textBoxCost.Name = "textBoxCost";
2024-05-24 13:42:42 +04:00
this.textBoxCost.Size = new System.Drawing.Size(157, 23);
2024-05-24 12:23:50 +04:00
this.textBoxCost.TabIndex = 3;
//
// buttonCancel
//
2024-05-24 13:42:42 +04:00
this.buttonCancel.Location = new System.Drawing.Point(333, 152);
this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-05-24 12:23:50 +04:00
this.buttonCancel.Name = "buttonCancel";
2024-05-24 13:42:42 +04:00
this.buttonCancel.Size = new System.Drawing.Size(82, 22);
2024-05-24 12:23:50 +04:00
this.buttonCancel.TabIndex = 4;
this.buttonCancel.Text = "Отмена";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancel_Click);
//
// buttonSave
//
2024-05-24 13:42:42 +04:00
this.buttonSave.Location = new System.Drawing.Point(245, 152);
this.buttonSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
2024-05-24 12:23:50 +04:00
this.buttonSave.Name = "buttonSave";
2024-05-24 13:42:42 +04:00
this.buttonSave.Size = new System.Drawing.Size(82, 22);
2024-05-24 12:23:50 +04:00
this.buttonSave.TabIndex = 5;
this.buttonSave.Text = "Сохранить";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += new System.EventHandler(this.ButtonSave_Click);
//
2024-05-24 13:42:42 +04:00
// FormKomment
2024-05-24 12:23:50 +04:00
//
2024-05-24 13:42:42 +04:00
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
2024-05-24 12:23:50 +04:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2024-05-24 13:42:42 +04:00
this.ClientSize = new System.Drawing.Size(474, 185);
2024-05-24 12:23:50 +04:00
this.Controls.Add(this.buttonSave);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.textBoxCost);
this.Controls.Add(this.textBoxName);
this.Controls.Add(this.labelPrice);
this.Controls.Add(this.labelName);
2024-05-24 13:42:42 +04:00
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "FormKomment";
this.Text = "Комментарий";
2024-05-24 12:23:50 +04:00
this.Load += new System.EventHandler(this.FormWorkPiece_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Label labelName;
private Label labelPrice;
private TextBox textBoxName;
private TextBox textBoxCost;
private Button buttonCancel;
private Button buttonSave;
}
}