namespace ConfectioneryView { partial class FormPastrys { /// /// 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() { dataGridView1 = new DataGridView(); buttonAdd = new Button(); buttonUpd = new Button(); buttonDel = new Button(); buttonRef = new Button(); ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); SuspendLayout(); // // dataGridView1 // dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView1.Location = new Point(12, 12); dataGridView1.Name = "dataGridView1"; dataGridView1.RowHeadersWidth = 62; dataGridView1.RowTemplate.Height = 33; dataGridView1.Size = new Size(1075, 635); dataGridView1.TabIndex = 0; // // buttonAdd // buttonAdd.Location = new Point(1161, 53); buttonAdd.Name = "buttonAdd"; buttonAdd.Size = new Size(133, 46); buttonAdd.TabIndex = 1; buttonAdd.Text = "Добавить"; buttonAdd.UseVisualStyleBackColor = true; // // buttonUpd // buttonUpd.Location = new Point(1161, 119); buttonUpd.Name = "buttonUpd"; buttonUpd.Size = new Size(133, 46); buttonUpd.TabIndex = 2; buttonUpd.Text = "Изменить"; buttonUpd.UseVisualStyleBackColor = true; // // buttonDel // buttonDel.Location = new Point(1161, 185); buttonDel.Name = "buttonDel"; buttonDel.Size = new Size(133, 45); buttonDel.TabIndex = 3; buttonDel.Text = "Удалить"; buttonDel.UseVisualStyleBackColor = true; // // buttonRef // buttonRef.Location = new Point(1161, 251); buttonRef.Name = "buttonRef"; buttonRef.Size = new Size(133, 48); buttonRef.TabIndex = 4; buttonRef.Text = "Обновить"; buttonRef.UseVisualStyleBackColor = true; // // FormPastrys // AutoScaleDimensions = new SizeF(10F, 25F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1325, 659); Controls.Add(buttonRef); Controls.Add(buttonDel); Controls.Add(buttonUpd); Controls.Add(buttonAdd); Controls.Add(dataGridView1); Name = "FormPastrys"; Text = "Кондитерские изделия"; ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); ResumeLayout(false); } #endregion private DataGridView dataGridView1; private Button buttonAdd; private Button buttonUpd; private Button buttonDel; private Button buttonRef; } }