namespace WindowsFormsApp4 { partial class RequestsForm { 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.dgvRequests = new System.Windows.Forms.DataGridView(); this.btnRefresh = new System.Windows.Forms.Button(); this.btnChangeStatus = new System.Windows.Forms.Button(); this.btnNewRequest = new System.Windows.Forms.Button(); this.btnCancelRequest = new System.Windows.Forms.Button(); this.btnTakeToWork = new System.Windows.Forms.Button(); this.btnAssignManager = 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.dgvRequests)).BeginInit(); this.panelHeader.SuspendLayout(); this.SuspendLayout(); // // dgvRequests // this.dgvRequests.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.dgvRequests.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.dgvRequests.BorderStyle = System.Windows.Forms.BorderStyle.None; this.dgvRequests.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvRequests.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255))))); this.dgvRequests.Location = new System.Drawing.Point(15, 65); this.dgvRequests.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.dgvRequests.Name = "dgvRequests"; this.dgvRequests.ReadOnly = true; this.dgvRequests.RowHeadersVisible = false; this.dgvRequests.RowTemplate.Height = 30; this.dgvRequests.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.dgvRequests.Size = new System.Drawing.Size(645, 325); this.dgvRequests.TabIndex = 1; // // btnRefresh // this.btnRefresh.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255))))); this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnRefresh.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); 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, 2, 2, 2); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(75, 32); this.btnRefresh.TabIndex = 6; this.btnRefresh.Text = "Обновить"; this.btnRefresh.UseVisualStyleBackColor = false; // // btnChangeStatus // this.btnChangeStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.btnChangeStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnChangeStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.btnChangeStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnChangeStatus.Location = new System.Drawing.Point(98, 406); this.btnChangeStatus.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnChangeStatus.Name = "btnChangeStatus"; this.btnChangeStatus.Size = new System.Drawing.Size(98, 32); this.btnChangeStatus.TabIndex = 5; this.btnChangeStatus.Text = "✏️ Изменить статус"; this.btnChangeStatus.UseVisualStyleBackColor = false; this.btnChangeStatus.Visible = false; // // btnNewRequest // this.btnNewRequest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255))))); this.btnNewRequest.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnNewRequest.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.btnNewRequest.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnNewRequest.Location = new System.Drawing.Point(98, 406); this.btnNewRequest.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnNewRequest.Name = "btnNewRequest"; this.btnNewRequest.Size = new System.Drawing.Size(100, 32); this.btnNewRequest.TabIndex = 4; this.btnNewRequest.Text = "Новая заявка"; this.btnNewRequest.UseVisualStyleBackColor = false; this.btnNewRequest.Visible = false; // // btnCancelRequest // this.btnCancelRequest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnCancelRequest.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCancelRequest.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold); this.btnCancelRequest.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.btnCancelRequest.Location = new System.Drawing.Point(202, 406); this.btnCancelRequest.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnCancelRequest.Name = "btnCancelRequest"; this.btnCancelRequest.Size = new System.Drawing.Size(58, 32); this.btnCancelRequest.TabIndex = 3; this.btnCancelRequest.Text = "🗑️"; this.btnCancelRequest.UseVisualStyleBackColor = false; this.btnCancelRequest.Visible = false; // // btnTakeToWork // this.btnTakeToWork.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255))))); this.btnTakeToWork.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnTakeToWork.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.btnTakeToWork.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnTakeToWork.Location = new System.Drawing.Point(264, 406); this.btnTakeToWork.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnTakeToWork.Name = "btnTakeToWork"; this.btnTakeToWork.Size = new System.Drawing.Size(112, 32); this.btnTakeToWork.TabIndex = 2; this.btnTakeToWork.Text = "Взять в работу"; this.btnTakeToWork.UseVisualStyleBackColor = false; this.btnTakeToWork.Visible = false; // // btnAssignManager // this.btnAssignManager.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.btnAssignManager.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAssignManager.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.btnAssignManager.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnAssignManager.Location = new System.Drawing.Point(380, 406); this.btnAssignManager.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnAssignManager.Name = "btnAssignManager"; this.btnAssignManager.Size = new System.Drawing.Size(154, 32); this.btnAssignManager.TabIndex = 1; this.btnAssignManager.Text = "Назначить менеджера"; this.btnAssignManager.UseVisualStyleBackColor = false; this.btnAssignManager.Visible = 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, 2, 2, 2); this.btnBack.Name = "btnBack"; this.btnBack.Size = new System.Drawing.Size(90, 32); this.btnBack.TabIndex = 0; 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(91, 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, 2, 2, 2); this.panelHeader.Name = "panelHeader"; this.panelHeader.Size = new System.Drawing.Size(675, 49); this.panelHeader.TabIndex = 0; // // RequestsForm // 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.btnAssignManager); this.Controls.Add(this.btnTakeToWork); this.Controls.Add(this.btnCancelRequest); this.Controls.Add(this.btnNewRequest); this.Controls.Add(this.btnChangeStatus); this.Controls.Add(this.btnRefresh); this.Controls.Add(this.dgvRequests); this.Controls.Add(this.panelHeader); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.MaximizeBox = false; this.Name = "RequestsForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Заявки - Обработка заявок"; ((System.ComponentModel.ISupportInitialize)(this.dgvRequests)).EndInit(); this.panelHeader.ResumeLayout(false); this.panelHeader.PerformLayout(); this.ResumeLayout(false); } private System.Windows.Forms.DataGridView dgvRequests; private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.Button btnChangeStatus; private System.Windows.Forms.Button btnNewRequest; private System.Windows.Forms.Button btnCancelRequest; private System.Windows.Forms.Button btnTakeToWork; private System.Windows.Forms.Button btnAssignManager; private System.Windows.Forms.Button btnBack; private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.Panel panelHeader; } }