namespace ProjectGSM.Forms { partial class FormClients { /// /// 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() { panel1 = new Panel(); deleteButton = new Button(); editButton = new Button(); addButton = new Button(); dataGridView1 = new DataGridView(); panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); SuspendLayout(); // // panel1 // panel1.Controls.Add(deleteButton); panel1.Controls.Add(editButton); panel1.Controls.Add(addButton); panel1.Dock = DockStyle.Right; panel1.Location = new Point(604, 0); panel1.Name = "panel1"; panel1.Size = new Size(142, 450); panel1.TabIndex = 0; // // deleteButton // deleteButton.BackgroundImage = Properties.Resources.circle_x_svgrepo_com; deleteButton.BackgroundImageLayout = ImageLayout.Zoom; deleteButton.Location = new Point(33, 240); deleteButton.Name = "deleteButton"; deleteButton.Size = new Size(75, 75); deleteButton.TabIndex = 2; deleteButton.Text = " "; deleteButton.UseVisualStyleBackColor = true; deleteButton.Click += deleteButton_Click; // // editButton // editButton.BackgroundImage = Properties.Resources.pencil_svgrepo_com; editButton.BackgroundImageLayout = ImageLayout.Zoom; editButton.Location = new Point(33, 139); editButton.Name = "editButton"; editButton.Size = new Size(75, 75); editButton.TabIndex = 1; editButton.Text = " "; editButton.UseVisualStyleBackColor = true; editButton.Click += editButton_Click; // // addButton // addButton.BackgroundImage = Properties.Resources.circle_plus_svgrepo_com; addButton.BackgroundImageLayout = ImageLayout.Zoom; addButton.Location = new Point(33, 38); addButton.Name = "addButton"; addButton.Size = new Size(75, 75); addButton.TabIndex = 0; addButton.Text = " "; addButton.UseVisualStyleBackColor = true; addButton.Click += addButton_Click; // // dataGridView1 // dataGridView1.AllowUserToAddRows = false; dataGridView1.AllowUserToDeleteRows = false; dataGridView1.AllowUserToResizeColumns = false; dataGridView1.AllowUserToResizeRows = false; dataGridView1.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; dataGridView1.BackgroundColor = SystemColors.Info; dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView1.Dock = DockStyle.Fill; dataGridView1.Location = new Point(0, 0); dataGridView1.MultiSelect = false; dataGridView1.Name = "dataGridView1"; dataGridView1.ReadOnly = true; dataGridView1.RowHeadersVisible = false; dataGridView1.SelectionMode = DataGridViewSelectionMode.FullRowSelect; dataGridView1.Size = new Size(604, 450); dataGridView1.TabIndex = 1; // // FormClients // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(746, 450); Controls.Add(dataGridView1); Controls.Add(panel1); Name = "FormClients"; StartPosition = FormStartPosition.CenterScreen; Text = "Клиенты"; Load += FormClients_Load; panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); ResumeLayout(false); } #endregion private Panel panel1; private Button deleteButton; private Button editButton; private Button addButton; private DataGridView dataGridView1; } }