namespace WindowsFormsApp4 { partial class MainForm { 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.lblWelcome = new System.Windows.Forms.Label(); this.lblUserInfo = new System.Windows.Forms.Label(); this.btnRequests = new System.Windows.Forms.Button(); this.btnClients = new System.Windows.Forms.Button(); this.btnManagers = new System.Windows.Forms.Button(); this.btnReports = new System.Windows.Forms.Button(); this.btnAddresses = new System.Windows.Forms.Button(); this.btnLogout = new System.Windows.Forms.Button(); this.SuspendLayout(); // // lblWelcome // this.lblWelcome.AutoSize = true; this.lblWelcome.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold); this.lblWelcome.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.lblWelcome.Location = new System.Drawing.Point(20, 20); this.lblWelcome.Name = "lblWelcome"; this.lblWelcome.Size = new System.Drawing.Size(216, 26); this.lblWelcome.TabIndex = 7; this.lblWelcome.Text = "Обработка заявок"; // // lblUserInfo // this.lblUserInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblUserInfo.AutoSize = true; this.lblUserInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.lblUserInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.lblUserInfo.Location = new System.Drawing.Point(420, 25); this.lblUserInfo.Name = "lblUserInfo"; this.lblUserInfo.Size = new System.Drawing.Size(105, 17); this.lblUserInfo.TabIndex = 6; this.lblUserInfo.Text = "Пользователь:"; // // btnRequests // this.btnRequests.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255))))); this.btnRequests.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnRequests.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.btnRequests.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnRequests.Location = new System.Drawing.Point(180, 80); this.btnRequests.Name = "btnRequests"; this.btnRequests.Size = new System.Drawing.Size(240, 50); this.btnRequests.TabIndex = 5; this.btnRequests.Text = "Заявки"; this.btnRequests.UseVisualStyleBackColor = false; // // btnClients // this.btnClients.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255))))); this.btnClients.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClients.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.btnClients.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnClients.Location = new System.Drawing.Point(180, 140); this.btnClients.Name = "btnClients"; this.btnClients.Size = new System.Drawing.Size(240, 50); this.btnClients.TabIndex = 4; this.btnClients.Text = "Клиенты"; this.btnClients.UseVisualStyleBackColor = false; // // btnManagers // this.btnManagers.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255))))); this.btnManagers.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnManagers.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.btnManagers.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnManagers.Location = new System.Drawing.Point(180, 200); this.btnManagers.Name = "btnManagers"; this.btnManagers.Size = new System.Drawing.Size(240, 50); this.btnManagers.TabIndex = 3; this.btnManagers.Text = "Менеджеры"; this.btnManagers.UseVisualStyleBackColor = false; // // btnReports // this.btnReports.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255))))); this.btnReports.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnReports.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.btnReports.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnReports.Location = new System.Drawing.Point(180, 260); this.btnReports.Name = "btnReports"; this.btnReports.Size = new System.Drawing.Size(240, 50); this.btnReports.TabIndex = 2; this.btnReports.Text = "Отчёты"; this.btnReports.UseVisualStyleBackColor = false; // // btnAddresses // this.btnAddresses.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255))))); this.btnAddresses.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAddresses.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.btnAddresses.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnAddresses.Location = new System.Drawing.Point(180, 320); this.btnAddresses.Name = "btnAddresses"; this.btnAddresses.Size = new System.Drawing.Size(240, 50); this.btnAddresses.TabIndex = 1; this.btnAddresses.Text = "Мои адреса"; this.btnAddresses.UseVisualStyleBackColor = false; // // btnLogout // this.btnLogout.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87))))); this.btnLogout.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnLogout.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.btnLogout.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67))))); this.btnLogout.Location = new System.Drawing.Point(180, 380); this.btnLogout.Name = "btnLogout"; this.btnLogout.Size = new System.Drawing.Size(240, 50); this.btnLogout.TabIndex = 0; this.btnLogout.Text = "Выход"; this.btnLogout.UseVisualStyleBackColor = false; // // MainForm // 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(600, 470); this.Controls.Add(this.btnLogout); this.Controls.Add(this.btnAddresses); this.Controls.Add(this.btnReports); this.Controls.Add(this.btnManagers); this.Controls.Add(this.btnClients); this.Controls.Add(this.btnRequests); this.Controls.Add(this.lblUserInfo); this.Controls.Add(this.lblWelcome); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Главное меню - Обработка заявок"; this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.Label lblWelcome; private System.Windows.Forms.Label lblUserInfo; private System.Windows.Forms.Button btnRequests; private System.Windows.Forms.Button btnClients; private System.Windows.Forms.Button btnManagers; private System.Windows.Forms.Button btnReports; private System.Windows.Forms.Button btnAddresses; private System.Windows.Forms.Button btnLogout; } }