FormAutorize.Designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. namespace ImpulseVision
  2. {
  3. partial class FormAutorize
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAutorize));
  29. this.BtnLogin = new System.Windows.Forms.Button();
  30. this.TbxPassword = new ImpulseVision.EgoldsGoogleTextBox();
  31. this.TbxLogin = new ImpulseVision.EgoldsGoogleTextBox();
  32. this.Card = new ImpulseVision.FDCard();
  33. this.PanelAutorize = new ImpulseVision.RPanel();
  34. this.PanelAutorize.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // BtnLogin
  38. //
  39. this.BtnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  40. this.BtnLogin.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  41. this.BtnLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  42. this.BtnLogin.Location = new System.Drawing.Point(323, 185);
  43. this.BtnLogin.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  44. this.BtnLogin.Name = "BtnLogin";
  45. this.BtnLogin.Size = new System.Drawing.Size(152, 35);
  46. this.BtnLogin.TabIndex = 3;
  47. this.BtnLogin.Text = "Войти";
  48. this.BtnLogin.UseVisualStyleBackColor = false;
  49. this.BtnLogin.Click += new System.EventHandler(this.BtnLogin_Click);
  50. //
  51. // TbxPassword
  52. //
  53. this.TbxPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  54. this.TbxPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(240)))), ((int)(((byte)(244)))));
  55. this.TbxPassword.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(89)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  56. this.TbxPassword.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  57. this.TbxPassword.Cursor = System.Windows.Forms.Cursors.IBeam;
  58. this.TbxPassword.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  59. this.TbxPassword.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  60. this.TbxPassword.ForeColor = System.Drawing.Color.Black;
  61. this.TbxPassword.Location = new System.Drawing.Point(291, 105);
  62. this.TbxPassword.Name = "TbxPassword";
  63. this.TbxPassword.SelectionStart = 0;
  64. this.TbxPassword.Size = new System.Drawing.Size(210, 40);
  65. this.TbxPassword.TabIndex = 2;
  66. this.TbxPassword.TextInput = "";
  67. this.TbxPassword.TextPreview = "Пароль";
  68. this.TbxPassword.UseSystemPasswordChar = false;
  69. //
  70. // TbxLogin
  71. //
  72. this.TbxLogin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  73. this.TbxLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(240)))), ((int)(((byte)(244)))));
  74. this.TbxLogin.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(89)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  75. this.TbxLogin.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  76. this.TbxLogin.Cursor = System.Windows.Forms.Cursors.IBeam;
  77. this.TbxLogin.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  78. this.TbxLogin.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  79. this.TbxLogin.ForeColor = System.Drawing.Color.Black;
  80. this.TbxLogin.Location = new System.Drawing.Point(291, 59);
  81. this.TbxLogin.Name = "TbxLogin";
  82. this.TbxLogin.SelectionStart = 0;
  83. this.TbxLogin.Size = new System.Drawing.Size(210, 40);
  84. this.TbxLogin.TabIndex = 1;
  85. this.TbxLogin.TextInput = "";
  86. this.TbxLogin.TextPreview = "Логин";
  87. this.TbxLogin.UseSystemPasswordChar = false;
  88. //
  89. // Card
  90. //
  91. this.Card.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  92. this.Card.BackColorCurtain = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  93. this.Card.Cursor = System.Windows.Forms.Cursors.Hand;
  94. this.Card.Dock = System.Windows.Forms.DockStyle.Left;
  95. this.Card.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  96. this.Card.FontDescrition = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  97. this.Card.FontHeader = new System.Drawing.Font("Segoe UI Variable Small Semibol", 18F, System.Drawing.FontStyle.Bold);
  98. this.Card.ForeColor = System.Drawing.Color.Black;
  99. this.Card.ForeColorDescrition = System.Drawing.Color.Black;
  100. this.Card.ForeColorHeader = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  101. this.Card.Location = new System.Drawing.Point(0, 0);
  102. this.Card.Name = "Card";
  103. this.Card.Size = new System.Drawing.Size(261, 274);
  104. this.Card.TabIndex = 0;
  105. this.Card.Text = "Создать аккаунт";
  106. this.Card.TextDescrition = "Your description text for this control";
  107. this.Card.TextHeader = "Авторизация";
  108. //
  109. // PanelAutorize
  110. //
  111. this.PanelAutorize.Anchor = System.Windows.Forms.AnchorStyles.None;
  112. this.PanelAutorize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(188)))), ((int)(((byte)(193)))));
  113. this.PanelAutorize.BackColorAdditional = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  114. this.PanelAutorize.BackColorGradientEnabled = false;
  115. this.PanelAutorize.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  116. this.PanelAutorize.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  117. this.PanelAutorize.BorderColorEnabled = false;
  118. this.PanelAutorize.BorderColorOnHover = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(229)))), ((int)(((byte)(233)))));
  119. this.PanelAutorize.BorderColorOnHoverEnabled = false;
  120. this.PanelAutorize.Controls.Add(this.Card);
  121. this.PanelAutorize.Controls.Add(this.TbxLogin);
  122. this.PanelAutorize.Controls.Add(this.BtnLogin);
  123. this.PanelAutorize.Controls.Add(this.TbxPassword);
  124. this.PanelAutorize.Cursor = System.Windows.Forms.Cursors.Hand;
  125. this.PanelAutorize.Font = new System.Drawing.Font("Verdana", 8.25F);
  126. this.PanelAutorize.ForeColor = System.Drawing.Color.White;
  127. this.PanelAutorize.Location = new System.Drawing.Point(79, 51);
  128. this.PanelAutorize.Name = "PanelAutorize";
  129. this.PanelAutorize.RippleColor = System.Drawing.Color.Black;
  130. this.PanelAutorize.Rounding = 10;
  131. this.PanelAutorize.RoundingEnable = true;
  132. this.PanelAutorize.Size = new System.Drawing.Size(538, 274);
  133. this.PanelAutorize.TabIndex = 10;
  134. this.PanelAutorize.TextHover = null;
  135. this.PanelAutorize.UseDownPressEffectOnClick = false;
  136. this.PanelAutorize.UseRippleEffect = true;
  137. this.PanelAutorize.UseZoomEffectOnHover = false;
  138. //
  139. // FormAutorize
  140. //
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(62)))), ((int)(((byte)(71)))));
  144. this.ClientSize = new System.Drawing.Size(690, 390);
  145. this.Controls.Add(this.PanelAutorize);
  146. this.Font = new System.Drawing.Font("Segoe UI", 12F);
  147. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  148. this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  149. this.Name = "FormAutorize";
  150. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  151. this.Text = "ImpulseVision";
  152. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormAutorize_FormClosing);
  153. this.Load += new System.EventHandler(this.FormAutorize_Load);
  154. this.PanelAutorize.ResumeLayout(false);
  155. this.ResumeLayout(false);
  156. }
  157. #endregion
  158. private System.Windows.Forms.Button BtnLogin;
  159. private EgoldsGoogleTextBox TbxLogin;
  160. private EgoldsGoogleTextBox TbxPassword;
  161. private FDCard Card;
  162. private RPanel PanelAutorize;
  163. }
  164. }