namespace WindowsFormsApp4 { partial class AssignManagerForm { 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.cmbManager = new System.Windows.Forms.ComboBox(); this.btnAssign = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.lblTitle = new System.Windows.Forms.Label(); this.lblSelectManager = new System.Windows.Forms.Label(); this.panelHeader = new System.Windows.Forms.Panel(); this.panelHeader.SuspendLayout(); this.SuspendLayout(); // // cmbManager // this.cmbManager.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.cmbManager.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmbManager.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cmbManager.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.cmbManager.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.cmbManager.Location = new System.Drawing.Point(26, 98); this.cmbManager.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.cmbManager.Name = "cmbManager"; this.cmbManager.Size = new System.Drawing.Size(248, 28); this.cmbManager.TabIndex = 2; // // btnAssign // this.btnAssign.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255))))); this.btnAssign.FlatAppearance.BorderSize = 0; this.btnAssign.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAssign.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.btnAssign.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnAssign.Location = new System.Drawing.Point(42, 146); this.btnAssign.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnAssign.Name = "btnAssign"; this.btnAssign.Size = new System.Drawing.Size(112, 32); this.btnAssign.TabIndex = 3; this.btnAssign.Text = "Назначить"; this.btnAssign.UseVisualStyleBackColor = false; // // btnCancel // this.btnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.btnCancel.FlatAppearance.BorderSize = 0; this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.btnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnCancel.Location = new System.Drawing.Point(158, 146); this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(82, 32); this.btnCancel.TabIndex = 4; this.btnCancel.Text = "Отмена"; this.btnCancel.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(75, 12); this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(145, 26); this.lblTitle.TabIndex = 0; this.lblTitle.Text = "Назначение"; // // lblSelectManager // this.lblSelectManager.AutoSize = true; this.lblSelectManager.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F); this.lblSelectManager.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.lblSelectManager.Location = new System.Drawing.Point(22, 73); this.lblSelectManager.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblSelectManager.Name = "lblSelectManager"; this.lblSelectManager.Size = new System.Drawing.Size(180, 20); this.lblSelectManager.TabIndex = 1; this.lblSelectManager.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(300, 49); this.panelHeader.TabIndex = 0; // // AssignManagerForm // 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(300, 211); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnAssign); this.Controls.Add(this.cmbManager); this.Controls.Add(this.lblSelectManager); 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 = "AssignManagerForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Назначение менеджера"; this.panelHeader.ResumeLayout(false); this.panelHeader.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.ComboBox cmbManager; private System.Windows.Forms.Button btnAssign; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Label lblTitle; private System.Windows.Forms.Label lblSelectManager; private System.Windows.Forms.Panel panelHeader; } }