FormAutorize.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAutorize));
  30. this.impulseVisionAppDataSet1 = new ImpulseVision.ImpulseVisionAppDataSet();
  31. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  32. this.staffsTableAdapter = new ImpulseVision.ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter();
  33. this.LblRole = new System.Windows.Forms.Label();
  34. this.BtnLogin = new System.Windows.Forms.Button();
  35. this.PanelAutorize = new ImpulseVision.RPanel();
  36. this.Card = new ImpulseVision.FDCard();
  37. this.TbxLogin = new ImpulseVision.EgoldsGoogleTextBox();
  38. this.TbxPassword = new ImpulseVision.EgoldsGoogleTextBox();
  39. ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  41. this.PanelAutorize.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // impulseVisionAppDataSet1
  45. //
  46. this.impulseVisionAppDataSet1.DataSetName = "ImpulseVisionAppDataSet";
  47. this.impulseVisionAppDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  48. //
  49. // BsUsers
  50. //
  51. this.BsUsers.DataMember = "Staffs";
  52. this.BsUsers.DataSource = this.impulseVisionAppDataSet1;
  53. //
  54. // staffsTableAdapter
  55. //
  56. this.staffsTableAdapter.ClearBeforeFill = true;
  57. //
  58. // LblRole
  59. //
  60. this.LblRole.AutoSize = true;
  61. this.LblRole.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "IDStaffsType", true));
  62. this.LblRole.Location = new System.Drawing.Point(12, 9);
  63. this.LblRole.Name = "LblRole";
  64. this.LblRole.Size = new System.Drawing.Size(37, 21);
  65. this.LblRole.TabIndex = 11;
  66. this.LblRole.Text = "role";
  67. //
  68. // BtnLogin
  69. //
  70. this.BtnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  71. this.BtnLogin.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  72. this.BtnLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  73. this.BtnLogin.Location = new System.Drawing.Point(323, 185);
  74. this.BtnLogin.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  75. this.BtnLogin.Name = "BtnLogin";
  76. this.BtnLogin.Size = new System.Drawing.Size(152, 35);
  77. this.BtnLogin.TabIndex = 3;
  78. this.BtnLogin.Text = "Войти";
  79. this.BtnLogin.UseVisualStyleBackColor = false;
  80. this.BtnLogin.Click += new System.EventHandler(this.BtnLogin_Click);
  81. //
  82. // PanelAutorize
  83. //
  84. this.PanelAutorize.Anchor = System.Windows.Forms.AnchorStyles.None;
  85. this.PanelAutorize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(188)))), ((int)(((byte)(193)))));
  86. this.PanelAutorize.BackColorAdditional = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  87. this.PanelAutorize.BackColorGradientEnabled = false;
  88. this.PanelAutorize.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  89. this.PanelAutorize.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  90. this.PanelAutorize.BorderColorEnabled = false;
  91. this.PanelAutorize.BorderColorOnHover = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(229)))), ((int)(((byte)(233)))));
  92. this.PanelAutorize.BorderColorOnHoverEnabled = false;
  93. this.PanelAutorize.Controls.Add(this.Card);
  94. this.PanelAutorize.Controls.Add(this.TbxLogin);
  95. this.PanelAutorize.Controls.Add(this.BtnLogin);
  96. this.PanelAutorize.Controls.Add(this.TbxPassword);
  97. this.PanelAutorize.Cursor = System.Windows.Forms.Cursors.Default;
  98. this.PanelAutorize.Font = new System.Drawing.Font("Verdana", 8.25F);
  99. this.PanelAutorize.ForeColor = System.Drawing.Color.White;
  100. this.PanelAutorize.Location = new System.Drawing.Point(79, 51);
  101. this.PanelAutorize.Name = "PanelAutorize";
  102. this.PanelAutorize.RippleColor = System.Drawing.Color.Black;
  103. this.PanelAutorize.Rounding = 10;
  104. this.PanelAutorize.RoundingEnable = true;
  105. this.PanelAutorize.Size = new System.Drawing.Size(538, 274);
  106. this.PanelAutorize.TabIndex = 10;
  107. this.PanelAutorize.TextHover = null;
  108. this.PanelAutorize.UseDownPressEffectOnClick = false;
  109. this.PanelAutorize.UseRippleEffect = true;
  110. this.PanelAutorize.UseZoomEffectOnHover = false;
  111. //
  112. // Card
  113. //
  114. this.Card.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  115. this.Card.BackColorCurtain = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  116. this.Card.Cursor = System.Windows.Forms.Cursors.Hand;
  117. this.Card.Dock = System.Windows.Forms.DockStyle.Left;
  118. this.Card.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  119. this.Card.FontDescrition = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  120. this.Card.FontHeader = new System.Drawing.Font("Segoe UI Variable Small Semibol", 18F, System.Drawing.FontStyle.Bold);
  121. this.Card.ForeColor = System.Drawing.Color.Black;
  122. this.Card.ForeColorDescrition = System.Drawing.Color.Black;
  123. this.Card.ForeColorHeader = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  124. this.Card.Location = new System.Drawing.Point(0, 0);
  125. this.Card.Name = "Card";
  126. this.Card.Size = new System.Drawing.Size(261, 274);
  127. this.Card.TabIndex = 0;
  128. this.Card.Text = "Создать аккаунт";
  129. this.Card.TextDescrition = "Здесь могла быть ваша реклама";
  130. this.Card.TextHeader = "Авторизация";
  131. //
  132. // TbxLogin
  133. //
  134. this.TbxLogin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  135. this.TbxLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(188)))), ((int)(((byte)(193)))));
  136. this.TbxLogin.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(89)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  137. this.TbxLogin.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(62)))), ((int)(((byte)(71)))));
  138. this.TbxLogin.Cursor = System.Windows.Forms.Cursors.IBeam;
  139. this.TbxLogin.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  140. this.TbxLogin.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  141. this.TbxLogin.ForeColor = System.Drawing.Color.Black;
  142. this.TbxLogin.Location = new System.Drawing.Point(291, 59);
  143. this.TbxLogin.Name = "TbxLogin";
  144. this.TbxLogin.SelectionStart = 0;
  145. this.TbxLogin.Size = new System.Drawing.Size(210, 40);
  146. this.TbxLogin.TabIndex = 0;
  147. this.TbxLogin.TextInput = "";
  148. this.TbxLogin.TextPreview = "Логин";
  149. this.TbxLogin.UseSystemPasswordChar = false;
  150. //
  151. // TbxPassword
  152. //
  153. this.TbxPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  154. this.TbxPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(171)))), ((int)(((byte)(188)))), ((int)(((byte)(193)))));
  155. this.TbxPassword.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(89)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  156. this.TbxPassword.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(62)))), ((int)(((byte)(71)))));
  157. this.TbxPassword.Cursor = System.Windows.Forms.Cursors.IBeam;
  158. this.TbxPassword.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  159. this.TbxPassword.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  160. this.TbxPassword.ForeColor = System.Drawing.Color.Black;
  161. this.TbxPassword.Location = new System.Drawing.Point(291, 105);
  162. this.TbxPassword.Name = "TbxPassword";
  163. this.TbxPassword.SelectionStart = 0;
  164. this.TbxPassword.Size = new System.Drawing.Size(210, 40);
  165. this.TbxPassword.TabIndex = 2;
  166. this.TbxPassword.TextInput = "";
  167. this.TbxPassword.TextPreview = "Пароль";
  168. this.TbxPassword.UseSystemPasswordChar = false;
  169. //
  170. // FormAutorize
  171. //
  172. this.AcceptButton = this.BtnLogin;
  173. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
  174. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  175. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(24)))), ((int)(((byte)(62)))), ((int)(((byte)(71)))));
  176. this.ClientSize = new System.Drawing.Size(690, 390);
  177. this.Controls.Add(this.LblRole);
  178. this.Controls.Add(this.PanelAutorize);
  179. this.Font = new System.Drawing.Font("Segoe UI", 12F);
  180. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  181. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  182. this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  183. this.MaximizeBox = false;
  184. this.Name = "FormAutorize";
  185. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  186. this.Text = "ImpulseVision";
  187. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormAutorize_FormClosing);
  188. this.Load += new System.EventHandler(this.FormAutorize_Load);
  189. this.Paint += new System.Windows.Forms.PaintEventHandler(this.FormAutorize_Paint);
  190. this.Resize += new System.EventHandler(this.FormAutorize_Resize);
  191. ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).EndInit();
  192. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  193. this.PanelAutorize.ResumeLayout(false);
  194. this.ResumeLayout(false);
  195. this.PerformLayout();
  196. }
  197. #endregion
  198. private System.Windows.Forms.Button BtnLogin;
  199. private EgoldsGoogleTextBox TbxLogin;
  200. private EgoldsGoogleTextBox TbxPassword;
  201. private FDCard Card;
  202. private RPanel PanelAutorize;
  203. private ImpulseVisionAppDataSet impulseVisionAppDataSet1;
  204. private System.Windows.Forms.BindingSource BsUsers;
  205. private ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter staffsTableAdapter;
  206. private System.Windows.Forms.Label LblRole;
  207. }
  208. }