namespace ConfectioneryView { partial class FormPastry { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { 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); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 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"; ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private TextBox textBoxName; private TextBox textBoxPrice; private DataGridView dataGridView; } }