namespace PizzeriaView { partial class FormComponents { /// /// 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.dataGridView = new System.Windows.Forms.DataGridView(); this.ToolsPanel = new System.Windows.Forms.Panel(); this.buttonUpdate = new System.Windows.Forms.Button(); this.buttonDelete = new System.Windows.Forms.Button(); this.buttonEdit = new System.Windows.Forms.Button(); this.buttonAdd = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.ToolsPanel.SuspendLayout(); this.SuspendLayout(); // // dataGridView // this.dataGridView.AllowUserToAddRows = false; this.dataGridView.AllowUserToDeleteRows = false; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Location = new System.Drawing.Point(10, 9); this.dataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dataGridView.Name = "dataGridView"; this.dataGridView.ReadOnly = true; this.dataGridView.RowHeadersWidth = 51; this.dataGridView.RowTemplate.Height = 29; this.dataGridView.Size = new System.Drawing.Size(516, 320); this.dataGridView.TabIndex = 0; // // ToolsPanel // this.ToolsPanel.Controls.Add(this.buttonUpdate); this.ToolsPanel.Controls.Add(this.buttonDelete); this.ToolsPanel.Controls.Add(this.buttonEdit); this.ToolsPanel.Controls.Add(this.buttonAdd); this.ToolsPanel.Location = new System.Drawing.Point(532, 9); this.ToolsPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ToolsPanel.Name = "ToolsPanel"; this.ToolsPanel.Size = new System.Drawing.Size(158, 320); this.ToolsPanel.TabIndex = 1; // // buttonUpdate // this.buttonUpdate.Location = new System.Drawing.Point(27, 154); this.buttonUpdate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonUpdate.Name = "buttonUpdate"; this.buttonUpdate.Size = new System.Drawing.Size(110, 27); this.buttonUpdate.TabIndex = 3; this.buttonUpdate.Text = "Обновить"; this.buttonUpdate.UseVisualStyleBackColor = true; this.buttonUpdate.Click += new System.EventHandler(this.ButtonRef_Click); // // buttonDelete // this.buttonDelete.Location = new System.Drawing.Point(27, 106); this.buttonDelete.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonDelete.Name = "buttonDelete"; this.buttonDelete.Size = new System.Drawing.Size(110, 27); this.buttonDelete.TabIndex = 2; this.buttonDelete.Text = "Удалить"; this.buttonDelete.UseVisualStyleBackColor = true; this.buttonDelete.Click += new System.EventHandler(this.ButtonDel_Click); // // buttonEdit // this.buttonEdit.Location = new System.Drawing.Point(27, 57); this.buttonEdit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonEdit.Name = "buttonEdit"; this.buttonEdit.Size = new System.Drawing.Size(110, 27); this.buttonEdit.TabIndex = 1; this.buttonEdit.Text = "Изменить"; this.buttonEdit.UseVisualStyleBackColor = true; this.buttonEdit.Click += new System.EventHandler(this.ButtonUpd_Click); // // buttonAdd // this.buttonAdd.Location = new System.Drawing.Point(27, 12); this.buttonAdd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Size = new System.Drawing.Size(110, 27); this.buttonAdd.TabIndex = 0; this.buttonAdd.Text = "Добавить"; this.buttonAdd.UseVisualStyleBackColor = true; this.buttonAdd.Click += new System.EventHandler(this.ButtonAdd_Click); // // FormComponents // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(700, 338); this.Controls.Add(this.ToolsPanel); this.Controls.Add(this.dataGridView); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FormComponents"; this.Text = "Ингредиенты"; this.Load += new System.EventHandler(this.FormComponents_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ToolsPanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private DataGridView dataGridView; private Panel ToolsPanel; private Button buttonUpdate; private Button buttonDelete; private Button buttonEdit; private Button buttonAdd; } }