namespace SushiBarView { partial class FormSushis { /// /// 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() { buttonRefreshSushi = new Button(); buttonRemoveSushi = new Button(); buttonUpdateSushi = new Button(); buttonAddSushi = new Button(); dataGridView = new DataGridView(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // buttonRefreshSushi // buttonRefreshSushi.Font = new Font("Candara", 12F); buttonRefreshSushi.Location = new Point(658, 424); buttonRefreshSushi.Name = "buttonRefreshSushi"; buttonRefreshSushi.Size = new Size(121, 46); buttonRefreshSushi.TabIndex = 9; buttonRefreshSushi.Text = "Обновить"; buttonRefreshSushi.UseVisualStyleBackColor = true; buttonRefreshSushi.Click += buttonRefreshSushis_Click; // // buttonRemoveSushi // buttonRemoveSushi.Font = new Font("Candara", 12F); buttonRemoveSushi.Location = new Point(658, 287); buttonRemoveSushi.Name = "buttonRemoveSushi"; buttonRemoveSushi.Size = new Size(121, 46); buttonRemoveSushi.TabIndex = 8; buttonRemoveSushi.Text = "Удалить"; buttonRemoveSushi.UseVisualStyleBackColor = true; buttonRemoveSushi.Click += buttonRemoveSushi_Click; // // buttonUpdateSushi // buttonUpdateSushi.Font = new Font("Candara", 12F); buttonUpdateSushi.Location = new Point(658, 147); buttonUpdateSushi.Name = "buttonUpdateSushi"; buttonUpdateSushi.Size = new Size(121, 46); buttonUpdateSushi.TabIndex = 7; buttonUpdateSushi.Text = "Изменить"; buttonUpdateSushi.UseVisualStyleBackColor = true; buttonUpdateSushi.Click += buttonUpdateSushi_Click; // // buttonAddSushi // buttonAddSushi.Font = new Font("Candara", 12F); buttonAddSushi.Location = new Point(658, 15); buttonAddSushi.Name = "buttonAddSushi"; buttonAddSushi.Size = new Size(121, 46); buttonAddSushi.TabIndex = 6; buttonAddSushi.Text = "Добавить"; buttonAddSushi.UseVisualStyleBackColor = true; buttonAddSushi.Click += buttonAddSushi_Click; // // dataGridView // dataGridView.BackgroundColor = Color.DarkSalmon; 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(569, 509); dataGridView.TabIndex = 5; // // FormSushis // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(851, 509); Controls.Add(buttonRefreshSushi); Controls.Add(buttonRemoveSushi); Controls.Add(buttonUpdateSushi); Controls.Add(buttonAddSushi); Controls.Add(dataGridView); Name = "FormSushis"; Text = "Суши"; Load += FormSushis_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); } #endregion private Button buttonRefreshSushi; private Button buttonRemoveSushi; private Button buttonUpdateSushi; private Button buttonAddSushi; private DataGridView dataGridView; } }