FormAutorize.Designer.cs 15 KB

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