LoginForm.Designer.cs 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. namespace DeanOfficeApp
  2. {
  3. partial class LoginForm
  4. {
  5. private System.ComponentModel.IContainer components = null;
  6. protected override void Dispose(bool disposing)
  7. {
  8. if (disposing && (components != null))
  9. components.Dispose();
  10. base.Dispose(disposing);
  11. }
  12. private void InitializeComponent()
  13. {
  14. this.txtUsername = new Guna.UI2.WinForms.Guna2TextBox();
  15. this.txtPassword = new Guna.UI2.WinForms.Guna2TextBox();
  16. this.btnLogin = new Guna.UI2.WinForms.Guna2Button();
  17. this.btnExit = new Guna.UI2.WinForms.Guna2Button();
  18. this.chkShowPassword = new Guna.UI2.WinForms.Guna2CheckBox();
  19. this.lblTitle = new Guna.UI2.WinForms.Guna2HtmlLabel();
  20. this.panelSide = new Guna.UI2.WinForms.Guna2Panel();
  21. this.panelLogin = new Guna.UI2.WinForms.Guna2Panel();
  22. this.SuspendLayout();
  23. //
  24. // txtUsername
  25. //
  26. this.txtUsername.Cursor = System.Windows.Forms.Cursors.IBeam;
  27. this.txtUsername.DefaultText = "";
  28. this.txtUsername.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250)))));
  29. this.txtUsername.Font = new System.Drawing.Font("Segoe UI", 10F);
  30. this.txtUsername.Location = new System.Drawing.Point(320, 180);
  31. this.txtUsername.Name = "txtUsername";
  32. this.txtUsername.PlaceholderText = "Логин";
  33. this.txtUsername.SelectedText = "";
  34. this.txtUsername.Size = new System.Drawing.Size(240, 42);
  35. this.txtUsername.TabIndex = 5;
  36. //
  37. // txtPassword
  38. //
  39. this.txtPassword.Cursor = System.Windows.Forms.Cursors.IBeam;
  40. this.txtPassword.DefaultText = "";
  41. this.txtPassword.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(249)))), ((int)(((byte)(250)))));
  42. this.txtPassword.Font = new System.Drawing.Font("Segoe UI", 10F);
  43. this.txtPassword.Location = new System.Drawing.Point(320, 240);
  44. this.txtPassword.Name = "txtPassword";
  45. this.txtPassword.PlaceholderText = "Пароль";
  46. this.txtPassword.SelectedText = "";
  47. this.txtPassword.Size = new System.Drawing.Size(240, 42);
  48. this.txtPassword.TabIndex = 4;
  49. //
  50. // btnLogin
  51. //
  52. this.btnLogin.BorderRadius = 12;
  53. this.btnLogin.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(167)))), ((int)(((byte)(69)))));
  54. this.btnLogin.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
  55. this.btnLogin.ForeColor = System.Drawing.Color.White;
  56. this.btnLogin.Location = new System.Drawing.Point(320, 330);
  57. this.btnLogin.Name = "btnLogin";
  58. this.btnLogin.Size = new System.Drawing.Size(110, 40);
  59. this.btnLogin.TabIndex = 3;
  60. this.btnLogin.Text = "Войти";
  61. this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
  62. //
  63. // btnExit
  64. //
  65. this.btnExit.BorderRadius = 12;
  66. this.btnExit.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(53)))), ((int)(((byte)(69)))));
  67. this.btnExit.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
  68. this.btnExit.ForeColor = System.Drawing.Color.White;
  69. this.btnExit.Location = new System.Drawing.Point(450, 330);
  70. this.btnExit.Name = "btnExit";
  71. this.btnExit.Size = new System.Drawing.Size(110, 40);
  72. this.btnExit.TabIndex = 2;
  73. this.btnExit.Text = "Выход";
  74. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  75. //
  76. // chkShowPassword
  77. //
  78. this.chkShowPassword.AutoSize = true;
  79. this.chkShowPassword.CheckedState.BorderRadius = 0;
  80. this.chkShowPassword.CheckedState.BorderThickness = 0;
  81. this.chkShowPassword.Font = new System.Drawing.Font("Segoe UI", 9F);
  82. this.chkShowPassword.Location = new System.Drawing.Point(320, 295);
  83. this.chkShowPassword.Name = "chkShowPassword";
  84. this.chkShowPassword.Size = new System.Drawing.Size(119, 19);
  85. this.chkShowPassword.TabIndex = 1;
  86. this.chkShowPassword.Text = "Показать пароль";
  87. this.chkShowPassword.UncheckedState.BorderRadius = 0;
  88. this.chkShowPassword.UncheckedState.BorderThickness = 0;
  89. this.chkShowPassword.CheckedChanged += new System.EventHandler(this.chkShowPassword_CheckedChanged);
  90. //
  91. // lblTitle
  92. //
  93. this.lblTitle.BackColor = System.Drawing.Color.Transparent;
  94. this.lblTitle.Font = new System.Drawing.Font("Segoe UI", 24F, System.Drawing.FontStyle.Bold);
  95. this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(44)))), ((int)(((byte)(62)))), ((int)(((byte)(80)))));
  96. this.lblTitle.Location = new System.Drawing.Point(320, 110);
  97. this.lblTitle.Name = "lblTitle";
  98. this.lblTitle.Size = new System.Drawing.Size(132, 47);
  99. this.lblTitle.TabIndex = 0;
  100. this.lblTitle.Text = "Деканат";
  101. this.lblTitle.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  102. //
  103. // panelSide
  104. //
  105. this.panelSide.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(73)))), ((int)(((byte)(94)))));
  106. this.panelSide.Location = new System.Drawing.Point(0, 0);
  107. this.panelSide.Name = "panelSide";
  108. this.panelSide.Size = new System.Drawing.Size(250, 450);
  109. this.panelSide.TabIndex = 6;
  110. //
  111. // panelLogin
  112. //
  113. this.panelLogin.FillColor = System.Drawing.Color.White;
  114. this.panelLogin.Location = new System.Drawing.Point(250, 0);
  115. this.panelLogin.Name = "panelLogin";
  116. this.panelLogin.Size = new System.Drawing.Size(470, 450);
  117. this.panelLogin.TabIndex = 7;
  118. this.panelLogin.Paint += new System.Windows.Forms.PaintEventHandler(this.panelLogin_Paint);
  119. //
  120. // LoginForm
  121. //
  122. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(242)))), ((int)(((byte)(245)))));
  123. this.ClientSize = new System.Drawing.Size(720, 450);
  124. this.Controls.Add(this.lblTitle);
  125. this.Controls.Add(this.chkShowPassword);
  126. this.Controls.Add(this.btnExit);
  127. this.Controls.Add(this.btnLogin);
  128. this.Controls.Add(this.txtPassword);
  129. this.Controls.Add(this.txtUsername);
  130. this.Controls.Add(this.panelSide);
  131. this.Controls.Add(this.panelLogin);
  132. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  133. this.Name = "LoginForm";
  134. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  135. this.Text = "Авторизация";
  136. this.ResumeLayout(false);
  137. this.PerformLayout();
  138. }
  139. private Guna.UI2.WinForms.Guna2TextBox txtUsername;
  140. private Guna.UI2.WinForms.Guna2TextBox txtPassword;
  141. private Guna.UI2.WinForms.Guna2Button btnLogin;
  142. private Guna.UI2.WinForms.Guna2Button btnExit;
  143. private Guna.UI2.WinForms.Guna2CheckBox chkShowPassword;
  144. private Guna.UI2.WinForms.Guna2HtmlLabel lblTitle;
  145. private Guna.UI2.WinForms.Guna2Panel panelSide;
  146. private Guna.UI2.WinForms.Guna2Panel panelLogin;
  147. }
  148. }