namespace ekz_lednev { partial class Form4 { /// /// 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(Form4)); dataGridView1 = new DataGridView(); button2 = new Button(); button5 = new Button(); ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); SuspendLayout(); // // dataGridView1 // dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView1.Location = new Point(21, 25); dataGridView1.Name = "dataGridView1"; dataGridView1.Size = new Size(629, 471); dataGridView1.TabIndex = 0; // // button2 // button2.BackColor = Color.FromArgb(171, 207, 206); button2.Location = new Point(655, 428); button2.Margin = new Padding(2, 3, 2, 3); button2.Name = "button2"; button2.Size = new Size(86, 68); button2.TabIndex = 22; button2.Text = "Назад"; button2.UseVisualStyleBackColor = false; button2.Click += button2_Click; // // button5 // button5.Location = new Point(712, 383); button5.Name = "button5"; button5.Size = new Size(28, 39); button5.TabIndex = 36; button5.Text = "?"; button5.UseVisualStyleBackColor = true; button5.Click += button5_Click; // // Form4 // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(752, 510); Controls.Add(button5); Controls.Add(button2); Controls.Add(dataGridView1); Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204); FormBorderStyle = FormBorderStyle.FixedDialog; Icon = (Icon)resources.GetObject("$this.Icon"); Name = "Form4"; Text = "Список Поставщиков"; Load += Form4_Load; ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); ResumeLayout(false); } #endregion private DataGridView dataGridView1; private Button button2; private Button button5; } }