namespace WindowsFormsApp4 { partial class ClientsForm { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } private void InitializeComponent() { this.dgvClients = new System.Windows.Forms.DataGridView(); this.btnRefresh = new System.Windows.Forms.Button(); this.btnAdd = new System.Windows.Forms.Button(); this.btnEdit = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); this.btnBack = new System.Windows.Forms.Button(); this.lblTitle = new System.Windows.Forms.Label(); this.panelHeader = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.dgvClients)).BeginInit(); this.panelHeader.SuspendLayout(); this.SuspendLayout(); // // dgvClients // this.dgvClients.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dgvClients.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.dgvClients.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvClients.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvClients.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255))))); this.dgvClients.Location = new System.Drawing.Point(15, 65); this.dgvClients.Margin = new System.Windows.Forms.Padding(2); this.dgvClients.Name = "dgvClients"; this.dgvClients.ReadOnly = true; this.dgvClients.RowHeadersVisible = false; this.dgvClients.RowTemplate.Height = 30; this.dgvClients.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvClients.Size = new System.Drawing.Size(645, 325); this.dgvClients.TabIndex = 1; // // btnRefresh // this.btnRefresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255))))); this.btnRefresh.FlatAppearance.BorderSize = 0; this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.btnRefresh.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnRefresh.Location = new System.Drawing.Point(15, 406); this.btnRefresh.Margin = new System.Windows.Forms.Padding(2); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(93, 32); this.btnRefresh.TabIndex = 2; this.btnRefresh.Text = "Обновить"; this.btnRefresh.UseVisualStyleBackColor = false; // // btnAdd // this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255))))); this.btnAdd.FlatAppearance.BorderSize = 0; this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAdd.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.btnAdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnAdd.Location = new System.Drawing.Point(112, 406); this.btnAdd.Margin = new System.Windows.Forms.Padding(2); this.btnAdd.Name = "btnAdd"; this.btnAdd.Size = new System.Drawing.Size(95, 32); this.btnAdd.TabIndex = 3; this.btnAdd.Text = "Добавить"; this.btnAdd.UseVisualStyleBackColor = false; // // btnEdit // this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.btnEdit.FlatAppearance.BorderSize = 0; this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnEdit.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.btnEdit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnEdit.Location = new System.Drawing.Point(211, 406); this.btnEdit.Margin = new System.Windows.Forms.Padding(2); this.btnEdit.Name = "btnEdit"; this.btnEdit.Size = new System.Drawing.Size(140, 32); this.btnEdit.TabIndex = 4; this.btnEdit.Text = "Редактировать"; this.btnEdit.UseVisualStyleBackColor = false; // // btnDelete // this.btnDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDelete.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.btnDelete.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.btnDelete.Location = new System.Drawing.Point(355, 406); this.btnDelete.Margin = new System.Windows.Forms.Padding(2); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(82, 32); this.btnDelete.TabIndex = 5; this.btnDelete.Text = "Удалить"; this.btnDelete.UseVisualStyleBackColor = false; // // btnBack // this.btnBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.btnBack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.btnBack.Location = new System.Drawing.Point(570, 406); this.btnBack.Margin = new System.Windows.Forms.Padding(2); this.btnBack.Name = "btnBack"; this.btnBack.Size = new System.Drawing.Size(90, 32); this.btnBack.TabIndex = 6; this.btnBack.Text = "< Назад"; this.btnBack.UseVisualStyleBackColor = false; // // lblTitle // this.lblTitle.AutoSize = true; this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.lblTitle.Location = new System.Drawing.Point(285, 12); this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(109, 26); this.lblTitle.TabIndex = 0; this.lblTitle.Text = "Клиенты"; // // panelHeader // this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.panelHeader.Controls.Add(this.lblTitle); this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top; this.panelHeader.Location = new System.Drawing.Point(0, 0); this.panelHeader.Margin = new System.Windows.Forms.Padding(2); this.panelHeader.Name = "panelHeader"; this.panelHeader.Size = new System.Drawing.Size(675, 49); this.panelHeader.TabIndex = 0; // // ClientsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.ClientSize = new System.Drawing.Size(675, 455); this.Controls.Add(this.btnBack); this.Controls.Add(this.btnDelete); this.Controls.Add(this.btnEdit); this.Controls.Add(this.btnAdd); this.Controls.Add(this.btnRefresh); this.Controls.Add(this.dgvClients); this.Controls.Add(this.panelHeader); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.Name = "ClientsForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Клиенты - Обработка заявок"; ((System.ComponentModel.ISupportInitialize)(this.dgvClients)).EndInit(); this.panelHeader.ResumeLayout(false); this.panelHeader.PerformLayout(); this.ResumeLayout(false); } private System.Windows.Forms.DataGridView dgvClients; private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.Button btnAdd; private System.Windows.Forms.Button btnEdit; private System.Windows.Forms.Button btnDelete; private System.Windows.Forms.Button btnBack; private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.Panel panelHeader; } }