namespace PrecastConcretePlantView { 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(); panel1 = new Panel(); buttonAdd = new Button(); buttonUpd = new Button(); buttonDel = new Button(); buttonRef = new Button(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); panel1.SuspendLayout(); SuspendLayout(); // // dataGridView // dataGridView.BackgroundColor = SystemColors.ControlLightLight; dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Location = new Point(12, 12); dataGridView.Name = "dataGridView"; dataGridView.RowHeadersWidth = 51; dataGridView.RowTemplate.Height = 29; dataGridView.Size = new Size(590, 387); dataGridView.TabIndex = 0; // // panel1 // panel1.Controls.Add(buttonAdd); panel1.Controls.Add(buttonUpd); panel1.Controls.Add(buttonDel); panel1.Controls.Add(buttonRef); panel1.Location = new Point(608, 12); panel1.Name = "panel1"; panel1.Size = new Size(164, 387); panel1.TabIndex = 1; // // buttonAdd // buttonAdd.Location = new Point(17, 148); buttonAdd.Name = "buttonAdd"; buttonAdd.Size = new Size(126, 36); buttonAdd.TabIndex = 3; buttonAdd.Text = "Добавить"; buttonAdd.UseVisualStyleBackColor = true; buttonAdd.Click += buttonAdd_Click; // // buttonUpd // buttonUpd.Location = new Point(17, 106); buttonUpd.Name = "buttonUpd"; buttonUpd.Size = new Size(126, 36); buttonUpd.TabIndex = 2; buttonUpd.Text = "Изменить"; buttonUpd.UseVisualStyleBackColor = true; buttonUpd.Click += buttonUpd_Click; // // buttonDel // buttonDel.Location = new Point(17, 64); buttonDel.Name = "buttonDel"; buttonDel.Size = new Size(126, 36); buttonDel.TabIndex = 1; buttonDel.Text = "Удалить"; buttonDel.UseVisualStyleBackColor = true; buttonDel.Click += buttonDel_Click; // // buttonRef // buttonRef.Location = new Point(17, 22); buttonRef.Name = "buttonRef"; buttonRef.Size = new Size(126, 36); buttonRef.TabIndex = 0; buttonRef.Text = "Обновить"; buttonRef.UseVisualStyleBackColor = true; buttonRef.Click += buttonRef_Click; // // FormComponents // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(784, 411); Controls.Add(panel1); Controls.Add(dataGridView); Name = "FormComponents"; Text = "Компоненты"; Load += FormComponents_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); panel1.ResumeLayout(false); ResumeLayout(false); } #endregion private DataGridView dataGridView; private Panel panel1; private Button buttonAdd; private Button buttonUpd; private Button buttonDel; private Button buttonRef; } }