| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- namespace WindowsFormsApp4
- {
- partial class StartForm
- {
- 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.btnLogin = new System.Windows.Forms.Button();
- this.btnRegister = new System.Windows.Forms.Button();
- this.lblTitle = new System.Windows.Forms.Label();
- this.lblSubtitle = new System.Windows.Forms.Label();
- this.panelHeader = new System.Windows.Forms.Panel();
- this.panelHeader.SuspendLayout();
- this.SuspendLayout();
- //
- // btnLogin
- //
- this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
- this.btnLogin.FlatAppearance.BorderSize = 0;
- this.btnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
- this.btnLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnLogin.Location = new System.Drawing.Point(75, 114);
- this.btnLogin.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.btnLogin.Name = "btnLogin";
- this.btnLogin.Size = new System.Drawing.Size(225, 41);
- this.btnLogin.TabIndex = 1;
- this.btnLogin.Text = "Вход в систему";
- this.btnLogin.UseVisualStyleBackColor = false;
- //
- // btnRegister
- //
- this.btnRegister.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.btnRegister.FlatAppearance.BorderSize = 0;
- this.btnRegister.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnRegister.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
- this.btnRegister.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnRegister.Location = new System.Drawing.Point(75, 171);
- this.btnRegister.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.btnRegister.Name = "btnRegister";
- this.btnRegister.Size = new System.Drawing.Size(225, 41);
- this.btnRegister.TabIndex = 2;
- this.btnRegister.Text = "Регистрация";
- this.btnRegister.UseVisualStyleBackColor = false;
- //
- // lblTitle
- //
- this.lblTitle.AutoSize = true;
- this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, 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(54, 9);
- this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(261, 31);
- this.lblTitle.TabIndex = 0;
- this.lblTitle.Text = "Обработка заявок";
- this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // lblSubtitle
- //
- this.lblSubtitle.AutoSize = true;
- this.lblSubtitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblSubtitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblSubtitle.Location = new System.Drawing.Point(72, 51);
- this.lblSubtitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblSubtitle.Name = "lblSubtitle";
- this.lblSubtitle.Size = new System.Drawing.Size(212, 17);
- this.lblSubtitle.TabIndex = 1;
- this.lblSubtitle.Text = "Система управления заявками";
- this.lblSubtitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // 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.Controls.Add(this.lblSubtitle);
- 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(375, 81);
- this.panelHeader.TabIndex = 0;
- //
- // StartForm
- //
- 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(375, 260);
- this.Controls.Add(this.btnRegister);
- this.Controls.Add(this.btnLogin);
- 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 = "StartForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Обработка заявок - Добро пожаловать";
- this.panelHeader.ResumeLayout(false);
- this.panelHeader.PerformLayout();
- this.ResumeLayout(false);
- }
- private System.Windows.Forms.Button btnLogin;
- private System.Windows.Forms.Button btnRegister;
- private System.Windows.Forms.Label lblTitle;
- private System.Windows.Forms.Label lblSubtitle;
- private System.Windows.Forms.Panel panelHeader;
- }
- }
|