namespace ComputersShop { 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.dataGridView = new System.Windows.Forms.DataGridView(); this.buttonRefresh = new System.Windows.Forms.Button(); this.buttonDelete = new System.Windows.Forms.Button(); this.buttonEdit = new System.Windows.Forms.Button(); this.buttonCreate = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.SuspendLayout(); // // dataGridView // this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Location = new System.Drawing.Point(12, 11); this.dataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.dataGridView.Name = "dataGridView"; this.dataGridView.RowHeadersWidth = 51; this.dataGridView.RowTemplate.Height = 29; this.dataGridView.Size = new System.Drawing.Size(568, 320); this.dataGridView.TabIndex = 9; // // buttonRefresh // this.buttonRefresh.Location = new System.Drawing.Point(586, 90); this.buttonRefresh.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonRefresh.Name = "buttonRefresh"; this.buttonRefresh.Size = new System.Drawing.Size(106, 22); this.buttonRefresh.TabIndex = 8; this.buttonRefresh.Text = "Обновить"; this.buttonRefresh.UseVisualStyleBackColor = true; this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click); // // buttonDelete // this.buttonDelete.Location = new System.Drawing.Point(586, 64); this.buttonDelete.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonDelete.Name = "buttonDelete"; this.buttonDelete.Size = new System.Drawing.Size(106, 22); this.buttonDelete.TabIndex = 7; this.buttonDelete.Text = "Удалить"; this.buttonDelete.UseVisualStyleBackColor = true; this.buttonDelete.Click += new System.EventHandler(this.buttonDelete_Click); // // buttonEdit // this.buttonEdit.Location = new System.Drawing.Point(586, 37); this.buttonEdit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonEdit.Name = "buttonEdit"; this.buttonEdit.Size = new System.Drawing.Size(106, 22); this.buttonEdit.TabIndex = 6; this.buttonEdit.Text = "Изменить"; this.buttonEdit.UseVisualStyleBackColor = true; this.buttonEdit.Click += new System.EventHandler(this.buttonEdit_Click); // // buttonCreate // this.buttonCreate.Location = new System.Drawing.Point(586, 11); this.buttonCreate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonCreate.Name = "buttonCreate"; this.buttonCreate.Size = new System.Drawing.Size(106, 22); this.buttonCreate.TabIndex = 5; this.buttonCreate.Text = "Добавить"; this.buttonCreate.UseVisualStyleBackColor = true; this.buttonCreate.Click += new System.EventHandler(this.buttonCreate_Click); // // FormImplementers // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(702, 344); this.Controls.Add(this.dataGridView); this.Controls.Add(this.buttonRefresh); this.Controls.Add(this.buttonDelete); this.Controls.Add(this.buttonEdit); this.Controls.Add(this.buttonCreate); this.Name = "FormImplementers"; this.Text = "FormImplementers"; this.Load += new System.EventHandler(this.FormImplementers_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ResumeLayout(false); } #endregion private DataGridView dataGridView; private Button buttonRefresh; private Button buttonDelete; private Button buttonEdit; private Button buttonCreate; } }