namespace SushiBarView { partial class FormComponents { /// /// 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(); buttonAddComponent = new Button(); buttonUpdateComponent = new Button(); buttonRemoveComponent = new Button(); buttonRefreshComponents = new Button(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // dataGridView // dataGridView.BackgroundColor = SystemColors.ActiveCaption; 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, 521); dataGridView.TabIndex = 0; // // buttonAddComponent // buttonAddComponent.Font = new Font("Candara", 12F); buttonAddComponent.Location = new Point(637, 35); buttonAddComponent.Name = "buttonAddComponent"; buttonAddComponent.Size = new Size(121, 46); buttonAddComponent.TabIndex = 1; buttonAddComponent.Text = "Добавить"; buttonAddComponent.UseVisualStyleBackColor = true; buttonAddComponent.Click += buttonAddComponent_Click; // // buttonUpdateComponent // buttonUpdateComponent.Font = new Font("Candara", 12F); buttonUpdateComponent.Location = new Point(637, 167); buttonUpdateComponent.Name = "buttonUpdateComponent"; buttonUpdateComponent.Size = new Size(121, 46); buttonUpdateComponent.TabIndex = 2; buttonUpdateComponent.Text = "Изменить"; buttonUpdateComponent.UseVisualStyleBackColor = true; buttonUpdateComponent.Click += buttonUpdateComponent_Click; // // buttonRemoveComponent // buttonRemoveComponent.Font = new Font("Candara", 12F); buttonRemoveComponent.Location = new Point(637, 307); buttonRemoveComponent.Name = "buttonRemoveComponent"; buttonRemoveComponent.Size = new Size(121, 46); buttonRemoveComponent.TabIndex = 3; buttonRemoveComponent.Text = "Удалить"; buttonRemoveComponent.UseVisualStyleBackColor = true; buttonRemoveComponent.Click += buttonRemoveComponent_Click; // // buttonRefreshComponents // buttonRefreshComponents.Font = new Font("Candara", 12F); buttonRefreshComponents.Location = new Point(637, 444); buttonRefreshComponents.Name = "buttonRefreshComponents"; buttonRefreshComponents.Size = new Size(121, 46); buttonRefreshComponents.TabIndex = 4; buttonRefreshComponents.Text = "Обновить"; buttonRefreshComponents.UseVisualStyleBackColor = true; buttonRefreshComponents.Click += buttonRefreshComponents_Click; // // FormComponents // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(800, 521); Controls.Add(buttonRefreshComponents); Controls.Add(buttonRemoveComponent); Controls.Add(buttonUpdateComponent); Controls.Add(buttonAddComponent); Controls.Add(dataGridView); Name = "FormComponents"; Text = "Компоненты"; Load += FormComponents_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); } #endregion private DataGridView dataGridView; private Button buttonAddComponent; private Button buttonUpdateComponent; private Button buttonRemoveComponent; private Button buttonRefreshComponents; } }