PIbd-22_Chubykina_P.P._Conf.../Confectionery/ConfectioneryView/FormPastry.Designer.cs

83 lines
3.1 KiB
C#
Raw Normal View History

2024-02-13 20:31:10 +04:00
namespace ConfectioneryView
{
partial class FormPastry
2024-02-13 20:31:10 +04:00
{
/// <summary>
/// Required designer variable.
2024-02-13 20:31:10 +04:00
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
2024-02-13 20:31:10 +04:00
/// </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.
2024-02-13 20:31:10 +04:00
/// </summary>
private void InitializeComponent()
{
2024-02-27 13:00:47 +04:00
this.textBoxName = new System.Windows.Forms.TextBox();
this.textBoxPrice = new System.Windows.Forms.TextBox();
this.dataGridView = new System.Windows.Forms.DataGridView();
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
this.SuspendLayout();
//
// textBoxName
//
this.textBoxName.Location = new System.Drawing.Point(281, 12);
this.textBoxName.Name = "textBoxName";
this.textBoxName.Size = new System.Drawing.Size(125, 27);
this.textBoxName.TabIndex = 0;
//
// textBoxPrice
//
this.textBoxPrice.Location = new System.Drawing.Point(281, 62);
this.textBoxPrice.Name = "textBoxPrice";
this.textBoxPrice.Size = new System.Drawing.Size(125, 27);
this.textBoxPrice.TabIndex = 1;
//
// dataGridView
//
this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView.Location = new System.Drawing.Point(12, 250);
this.dataGridView.Name = "dataGridView";
this.dataGridView.RowHeadersWidth = 51;
this.dataGridView.RowTemplate.Height = 29;
this.dataGridView.Size = new System.Drawing.Size(300, 188);
this.dataGridView.TabIndex = 2;
//
// FormPastry
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
2024-02-13 20:31:10 +04:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2024-02-27 13:00:47 +04:00
this.ClientSize = new System.Drawing.Size(1025, 450);
this.Controls.Add(this.dataGridView);
this.Controls.Add(this.textBoxPrice);
this.Controls.Add(this.textBoxName);
this.Name = "FormPastry";
this.Text = "FormPastry";
2024-02-27 13:00:47 +04:00
((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
2024-02-13 20:31:10 +04:00
}
#endregion
2024-02-27 13:00:47 +04:00
private TextBox textBoxName;
private TextBox textBoxPrice;
private DataGridView dataGridView;
2024-02-13 20:31:10 +04:00
}
}