StartForm.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. namespace WindowsFormsApp4
  2. {
  3. partial class StartForm
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. protected override void Dispose(bool disposing)
  7. {
  8. if (disposing && (components != null))
  9. {
  10. components.Dispose();
  11. }
  12. base.Dispose(disposing);
  13. }
  14. private void InitializeComponent()
  15. {
  16. this.btnLogin = new System.Windows.Forms.Button();
  17. this.btnRegister = new System.Windows.Forms.Button();
  18. this.lblTitle = new System.Windows.Forms.Label();
  19. this.lblSubtitle = new System.Windows.Forms.Label();
  20. this.panelHeader = new System.Windows.Forms.Panel();
  21. this.panelHeader.SuspendLayout();
  22. this.SuspendLayout();
  23. //
  24. // btnLogin
  25. //
  26. this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
  27. this.btnLogin.FlatAppearance.BorderSize = 0;
  28. this.btnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  29. this.btnLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
  30. this.btnLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  31. this.btnLogin.Location = new System.Drawing.Point(75, 114);
  32. this.btnLogin.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  33. this.btnLogin.Name = "btnLogin";
  34. this.btnLogin.Size = new System.Drawing.Size(225, 41);
  35. this.btnLogin.TabIndex = 1;
  36. this.btnLogin.Text = "Вход в систему";
  37. this.btnLogin.UseVisualStyleBackColor = false;
  38. //
  39. // btnRegister
  40. //
  41. this.btnRegister.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  42. this.btnRegister.FlatAppearance.BorderSize = 0;
  43. this.btnRegister.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  44. this.btnRegister.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
  45. this.btnRegister.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  46. this.btnRegister.Location = new System.Drawing.Point(75, 171);
  47. this.btnRegister.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  48. this.btnRegister.Name = "btnRegister";
  49. this.btnRegister.Size = new System.Drawing.Size(225, 41);
  50. this.btnRegister.TabIndex = 2;
  51. this.btnRegister.Text = "Регистрация";
  52. this.btnRegister.UseVisualStyleBackColor = false;
  53. //
  54. // lblTitle
  55. //
  56. this.lblTitle.AutoSize = true;
  57. this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold);
  58. this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  59. this.lblTitle.Location = new System.Drawing.Point(54, 9);
  60. this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  61. this.lblTitle.Name = "lblTitle";
  62. this.lblTitle.Size = new System.Drawing.Size(261, 31);
  63. this.lblTitle.TabIndex = 0;
  64. this.lblTitle.Text = "Обработка заявок";
  65. this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  66. //
  67. // lblSubtitle
  68. //
  69. this.lblSubtitle.AutoSize = true;
  70. this.lblSubtitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
  71. this.lblSubtitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
  72. this.lblSubtitle.Location = new System.Drawing.Point(72, 51);
  73. this.lblSubtitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  74. this.lblSubtitle.Name = "lblSubtitle";
  75. this.lblSubtitle.Size = new System.Drawing.Size(212, 17);
  76. this.lblSubtitle.TabIndex = 1;
  77. this.lblSubtitle.Text = "Система управления заявками";
  78. this.lblSubtitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  79. //
  80. // panelHeader
  81. //
  82. this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  83. this.panelHeader.Controls.Add(this.lblTitle);
  84. this.panelHeader.Controls.Add(this.lblSubtitle);
  85. this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
  86. this.panelHeader.Location = new System.Drawing.Point(0, 0);
  87. this.panelHeader.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  88. this.panelHeader.Name = "panelHeader";
  89. this.panelHeader.Size = new System.Drawing.Size(375, 81);
  90. this.panelHeader.TabIndex = 0;
  91. //
  92. // StartForm
  93. //
  94. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  95. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  96. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
  97. this.ClientSize = new System.Drawing.Size(375, 260);
  98. this.Controls.Add(this.btnRegister);
  99. this.Controls.Add(this.btnLogin);
  100. this.Controls.Add(this.panelHeader);
  101. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  102. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  103. this.MaximizeBox = false;
  104. this.Name = "StartForm";
  105. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  106. this.Text = "Обработка заявок - Добро пожаловать";
  107. this.panelHeader.ResumeLayout(false);
  108. this.panelHeader.PerformLayout();
  109. this.ResumeLayout(false);
  110. }
  111. private System.Windows.Forms.Button btnLogin;
  112. private System.Windows.Forms.Button btnRegister;
  113. private System.Windows.Forms.Label lblTitle;
  114. private System.Windows.Forms.Label lblSubtitle;
  115. private System.Windows.Forms.Panel panelHeader;
  116. }
  117. }