namespace SushiBarView.Shops { partial class FormShops { /// /// 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() { dataGridView = new DataGridView(); buttonRefresh = new Button(); buttonRemove = new Button(); buttonUpdate = new Button(); buttonAdd = new Button(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // dataGridView // dataGridView.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; dataGridView.BackgroundColor = Color.FromArgb(150, 190, 255); dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Dock = DockStyle.Left; dataGridView.Location = new Point(0, 0); dataGridView.MultiSelect = false; dataGridView.Name = "dataGridView"; dataGridView.ReadOnly = true; dataGridView.RowHeadersVisible = false; dataGridView.RowHeadersWidth = 51; dataGridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect; dataGridView.Size = new Size(566, 543); dataGridView.TabIndex = 0; // // buttonRefresh // buttonRefresh.Font = new Font("Candara", 12F); buttonRefresh.Location = new Point(626, 453); buttonRefresh.Name = "buttonRefresh"; buttonRefresh.Size = new Size(121, 46); buttonRefresh.TabIndex = 8; buttonRefresh.Text = "Обновить"; buttonRefresh.UseVisualStyleBackColor = true; buttonRefresh.Click += buttonRefresh_Click; // // buttonRemove // buttonRemove.Font = new Font("Candara", 12F); buttonRemove.Location = new Point(626, 316); buttonRemove.Name = "buttonRemove"; buttonRemove.Size = new Size(121, 46); buttonRemove.TabIndex = 7; buttonRemove.Text = "Удалить"; buttonRemove.UseVisualStyleBackColor = true; buttonRemove.Click += buttonRemove_Click; // // buttonUpdate // buttonUpdate.Font = new Font("Candara", 12F); buttonUpdate.Location = new Point(626, 176); buttonUpdate.Name = "buttonUpdate"; buttonUpdate.Size = new Size(121, 46); buttonUpdate.TabIndex = 6; buttonUpdate.Text = "Изменить"; buttonUpdate.UseVisualStyleBackColor = true; buttonUpdate.Click += buttonUpdate_Click; // // buttonAdd // buttonAdd.Font = new Font("Candara", 12F); buttonAdd.Location = new Point(626, 44); buttonAdd.Name = "buttonAdd"; buttonAdd.Size = new Size(121, 46); buttonAdd.TabIndex = 5; buttonAdd.Text = "Добавить"; buttonAdd.UseVisualStyleBackColor = true; buttonAdd.Click += buttonAdd_Click; // // FormShops // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; BackColor = Color.FromArgb(190, 220, 255); ClientSize = new Size(800, 543); Controls.Add(buttonRefresh); Controls.Add(buttonRemove); Controls.Add(buttonUpdate); Controls.Add(buttonAdd); Controls.Add(dataGridView); Name = "FormShops"; Text = "Магазины"; Load += FormShops_LoadData; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); } #endregion private DataGridView dataGridView; private Button buttonRefresh; private Button buttonRemove; private Button buttonUpdate; private Button buttonAdd; } }