2024-02-13 20:31:10 +04:00
|
|
|
|
namespace ConfectioneryView
|
|
|
|
|
{
|
2024-02-27 12:37:50 +04:00
|
|
|
|
partial class FormPastry
|
2024-02-13 20:31:10 +04:00
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
2024-02-27 12:37:50 +04:00
|
|
|
|
/// Required designer variable.
|
2024-02-13 20:31:10 +04:00
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2024-02-27 12:37:50 +04:00
|
|
|
|
/// 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>
|
2024-02-27 12:37:50 +04:00
|
|
|
|
/// 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";
|
2024-02-27 12:37:50 +04:00
|
|
|
|
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
|
|
|
|
}
|
|
|
|
|
}
|