namespace ekz_lednev { partial class Form1 { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1)); dataGridView1 = new DataGridView(); button1 = new Button(); button2 = new Button(); button3 = new Button(); button4 = new Button(); button5 = new Button(); button6 = new Button(); ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); SuspendLayout(); // // dataGridView1 // dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView1.Location = new Point(12, 12); dataGridView1.Name = "dataGridView1"; dataGridView1.Size = new Size(602, 471); dataGridView1.TabIndex = 0; // // button1 // button1.BackColor = Color.FromArgb(171, 207, 206); button1.Location = new Point(632, 12); button1.Name = "button1"; button1.Size = new Size(172, 81); button1.TabIndex = 1; button1.Text = "Добавление"; button1.UseVisualStyleBackColor = false; button1.Click += button1_Click; // // button2 // button2.BackColor = Color.FromArgb(171, 207, 206); button2.Location = new Point(632, 110); button2.Name = "button2"; button2.Size = new Size(172, 80); button2.TabIndex = 2; button2.Text = "Редактирование"; button2.UseVisualStyleBackColor = false; button2.Click += button2_Click; // // button3 // button3.BackColor = Color.FromArgb(171, 207, 206); button3.Location = new Point(632, 209); button3.Name = "button3"; button3.Size = new Size(172, 86); button3.TabIndex = 3; button3.Text = "Удаление"; button3.UseVisualStyleBackColor = false; button3.Click += button3_Click; // // button4 // button4.BackColor = Color.FromArgb(171, 207, 206); button4.Location = new Point(632, 406); button4.Name = "button4"; button4.Size = new Size(172, 77); button4.TabIndex = 4; button4.Text = "Доп. Информация"; button4.UseVisualStyleBackColor = false; button4.Click += button4_Click; // // button5 // button5.Location = new Point(776, 301); button5.Name = "button5"; button5.Size = new Size(28, 34); button5.TabIndex = 35; button5.Text = "?"; button5.UseVisualStyleBackColor = true; button5.Click += button5_Click; // // button6 // button6.BackColor = Color.FromArgb(84, 111, 148); button6.ForeColor = SystemColors.Control; button6.Location = new Point(680, 374); button6.Name = "button6"; button6.Size = new Size(124, 26); button6.TabIndex = 36; button6.Text = "Поставщики"; button6.UseVisualStyleBackColor = false; button6.Click += button6_Click; // // Form1 // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(816, 510); Controls.Add(button6); Controls.Add(button5); Controls.Add(button4); Controls.Add(button3); Controls.Add(button2); Controls.Add(button1); Controls.Add(dataGridView1); Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204); Icon = (Icon)resources.GetObject("$this.Icon"); MaximizeBox = false; MinimizeBox = false; Name = "Form1"; Text = "Материалы"; Load += Form1_Load; ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); ResumeLayout(false); } #endregion private DataGridView dataGridView1; private Button button1; private Button button2; private Button button3; private Button button4; private Button button5; private Button button6; } }