namespace ConfectioneryView { partial class FormImplementers { /// /// 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.buttonUpd = new System.Windows.Forms.Button(); this.buttonDel = new System.Windows.Forms.Button(); this.buttonEdit = new System.Windows.Forms.Button(); this.buttonAdd = new System.Windows.Forms.Button(); this.dataGridView = new System.Windows.Forms.DataGridView(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.SuspendLayout(); // // buttonUpd // this.buttonUpd.Location = new System.Drawing.Point(516, 203); this.buttonUpd.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.buttonUpd.Name = "buttonUpd"; this.buttonUpd.Size = new System.Drawing.Size(101, 36); this.buttonUpd.TabIndex = 9; this.buttonUpd.Text = "Обновить"; this.buttonUpd.UseVisualStyleBackColor = true; this.buttonUpd.Click += new System.EventHandler(this.ButtonUpd_Click); // // buttonDel // this.buttonDel.Location = new System.Drawing.Point(516, 140); this.buttonDel.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.buttonDel.Name = "buttonDel"; this.buttonDel.Size = new System.Drawing.Size(101, 36); this.buttonDel.TabIndex = 8; this.buttonDel.Text = "Удалить"; this.buttonDel.UseVisualStyleBackColor = true; this.buttonDel.Click += new System.EventHandler(this.ButtonDel_Click); // // buttonEdit // this.buttonEdit.Location = new System.Drawing.Point(516, 77); this.buttonEdit.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.buttonEdit.Name = "buttonEdit"; this.buttonEdit.Size = new System.Drawing.Size(101, 36); this.buttonEdit.TabIndex = 7; this.buttonEdit.Text = "Изменить"; this.buttonEdit.UseVisualStyleBackColor = true; this.buttonEdit.Click += new System.EventHandler(this.ButtonEdit_Click); // // buttonAdd // this.buttonAdd.Location = new System.Drawing.Point(516, 19); this.buttonAdd.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.buttonAdd.Name = "buttonAdd"; this.buttonAdd.Size = new System.Drawing.Size(101, 36); this.buttonAdd.TabIndex = 6; this.buttonAdd.Text = "Добавить"; this.buttonAdd.UseVisualStyleBackColor = true; this.buttonAdd.Click += new System.EventHandler(this.ButtonAdd_Click); // // dataGridView // this.dataGridView.AllowUserToAddRows = false; this.dataGridView.AllowUserToDeleteRows = false; this.dataGridView.BackgroundColor = System.Drawing.SystemColors.ControlLightLight; this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Dock = System.Windows.Forms.DockStyle.Left; this.dataGridView.Location = new System.Drawing.Point(0, 0); this.dataGridView.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); this.dataGridView.MultiSelect = false; this.dataGridView.Name = "dataGridView"; this.dataGridView.ReadOnly = true; this.dataGridView.RowHeadersVisible = false; this.dataGridView.RowHeadersWidth = 51; this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dataGridView.Size = new System.Drawing.Size(466, 494); this.dataGridView.TabIndex = 5; // // FormImplementers // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(638, 494); this.Controls.Add(this.buttonUpd); this.Controls.Add(this.buttonDel); this.Controls.Add(this.buttonEdit); this.Controls.Add(this.buttonAdd); this.Controls.Add(this.dataGridView); this.Name = "FormImplementers"; this.Text = "Исполнители"; ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ResumeLayout(false); } #endregion private Button buttonUpd; private Button buttonDel; private Button buttonEdit; private Button buttonAdd; private DataGridView dataGridView; } }