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