FormAutorization.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. namespace СУБД_Альфапол
  2. {
  3. partial class FormAutorization
  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(FormAutorization));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.tbxLogin = new System.Windows.Forms.TextBox();
  36. this.tbxPass = new System.Windows.Forms.TextBox();
  37. this.cbxShowPass = new System.Windows.Forms.CheckBox();
  38. this.btnLogin = new System.Windows.Forms.Button();
  39. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  40. this.dbAlphapolAGDataSet = new СУБД_Альфапол.dbAlphapolAGDataSet();
  41. this.managerTableAdapter = new СУБД_Альфапол.dbAlphapolAGDataSetTableAdapters.ManagerTableAdapter();
  42. this.PanelInputCaptcha = new System.Windows.Forms.Panel();
  43. this.label7 = new System.Windows.Forms.Label();
  44. this.TbxCaptcha = new System.Windows.Forms.TextBox();
  45. this.PanelCaptcha = new System.Windows.Forms.Panel();
  46. this.LblC4 = new System.Windows.Forms.Label();
  47. this.LblC3 = new System.Windows.Forms.Label();
  48. this.LblC2 = new System.Windows.Forms.Label();
  49. this.LblC1 = new System.Windows.Forms.Label();
  50. this.timerForLogin = new System.Windows.Forms.Timer(this.components);
  51. this.panel1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).BeginInit();
  55. this.PanelInputCaptcha.SuspendLayout();
  56. this.PanelCaptcha.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // panel1
  60. //
  61. this.panel1.BackColor = System.Drawing.Color.LightGray;
  62. this.panel1.Controls.Add(this.label1);
  63. this.panel1.Controls.Add(this.pictureBox1);
  64. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  65. this.panel1.Location = new System.Drawing.Point(0, 0);
  66. this.panel1.Name = "panel1";
  67. this.panel1.Size = new System.Drawing.Size(446, 108);
  68. this.panel1.TabIndex = 0;
  69. this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
  70. //
  71. // label1
  72. //
  73. this.label1.AutoSize = true;
  74. this.label1.Font = new System.Drawing.Font("Courier New", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  75. this.label1.Location = new System.Drawing.Point(160, 30);
  76. this.label1.Name = "label1";
  77. this.label1.Size = new System.Drawing.Size(260, 41);
  78. this.label1.TabIndex = 1;
  79. this.label1.Text = "Авторизация";
  80. //
  81. // pictureBox1
  82. //
  83. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  84. this.pictureBox1.Image = global::СУБД_Альфапол.Properties.Resources.Альфапол;
  85. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  86. this.pictureBox1.Name = "pictureBox1";
  87. this.pictureBox1.Size = new System.Drawing.Size(124, 108);
  88. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  89. this.pictureBox1.TabIndex = 0;
  90. this.pictureBox1.TabStop = false;
  91. //
  92. // label2
  93. //
  94. this.label2.AutoSize = true;
  95. this.label2.Location = new System.Drawing.Point(119, 127);
  96. this.label2.Name = "label2";
  97. this.label2.Size = new System.Drawing.Size(148, 18);
  98. this.label2.TabIndex = 1;
  99. this.label2.Text = "Введите логин:";
  100. //
  101. // label3
  102. //
  103. this.label3.AutoSize = true;
  104. this.label3.Location = new System.Drawing.Point(119, 186);
  105. this.label3.Name = "label3";
  106. this.label3.Size = new System.Drawing.Size(158, 18);
  107. this.label3.TabIndex = 2;
  108. this.label3.Text = "Введите пароль:";
  109. //
  110. // tbxLogin
  111. //
  112. this.tbxLogin.Location = new System.Drawing.Point(122, 148);
  113. this.tbxLogin.Name = "tbxLogin";
  114. this.tbxLogin.Size = new System.Drawing.Size(204, 26);
  115. this.tbxLogin.TabIndex = 3;
  116. this.tbxLogin.Text = "m2";
  117. //
  118. // tbxPass
  119. //
  120. this.tbxPass.Location = new System.Drawing.Point(122, 218);
  121. this.tbxPass.Name = "tbxPass";
  122. this.tbxPass.Size = new System.Drawing.Size(204, 26);
  123. this.tbxPass.TabIndex = 4;
  124. this.tbxPass.Text = "m2";
  125. this.tbxPass.UseSystemPasswordChar = true;
  126. this.tbxPass.TextChanged += new System.EventHandler(this.tbxPass_TextChanged);
  127. //
  128. // cbxShowPass
  129. //
  130. this.cbxShowPass.AutoSize = true;
  131. this.cbxShowPass.Location = new System.Drawing.Point(133, 250);
  132. this.cbxShowPass.Name = "cbxShowPass";
  133. this.cbxShowPass.Size = new System.Drawing.Size(177, 22);
  134. this.cbxShowPass.TabIndex = 5;
  135. this.cbxShowPass.Text = "показать пароль";
  136. this.cbxShowPass.UseVisualStyleBackColor = true;
  137. this.cbxShowPass.CheckedChanged += new System.EventHandler(this.cbxShowPass_CheckedChanged);
  138. //
  139. // btnLogin
  140. //
  141. this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
  142. this.btnLogin.ForeColor = System.Drawing.SystemColors.Control;
  143. this.btnLogin.Location = new System.Drawing.Point(122, 281);
  144. this.btnLogin.Name = "btnLogin";
  145. this.btnLogin.Size = new System.Drawing.Size(204, 30);
  146. this.btnLogin.TabIndex = 6;
  147. this.btnLogin.Text = "Вход";
  148. this.btnLogin.UseVisualStyleBackColor = false;
  149. this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
  150. //
  151. // BsUsers
  152. //
  153. this.BsUsers.DataMember = "Manager";
  154. this.BsUsers.DataSource = this.dbAlphapolAGDataSet;
  155. //
  156. // dbAlphapolAGDataSet
  157. //
  158. this.dbAlphapolAGDataSet.DataSetName = "dbAlphapolAGDataSet";
  159. this.dbAlphapolAGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  160. //
  161. // managerTableAdapter
  162. //
  163. this.managerTableAdapter.ClearBeforeFill = true;
  164. //
  165. // PanelInputCaptcha
  166. //
  167. this.PanelInputCaptcha.Controls.Add(this.label7);
  168. this.PanelInputCaptcha.Controls.Add(this.TbxCaptcha);
  169. this.PanelInputCaptcha.Controls.Add(this.PanelCaptcha);
  170. this.PanelInputCaptcha.Location = new System.Drawing.Point(106, 317);
  171. this.PanelInputCaptcha.Name = "PanelInputCaptcha";
  172. this.PanelInputCaptcha.Size = new System.Drawing.Size(250, 160);
  173. this.PanelInputCaptcha.TabIndex = 8;
  174. this.PanelInputCaptcha.Visible = false;
  175. //
  176. // label7
  177. //
  178. this.label7.AutoSize = true;
  179. this.label7.Location = new System.Drawing.Point(3, 101);
  180. this.label7.Name = "label7";
  181. this.label7.Size = new System.Drawing.Size(148, 18);
  182. this.label7.TabIndex = 2;
  183. this.label7.Text = "Введите капчу:";
  184. //
  185. // TbxCaptcha
  186. //
  187. this.TbxCaptcha.Location = new System.Drawing.Point(3, 122);
  188. this.TbxCaptcha.Name = "TbxCaptcha";
  189. this.TbxCaptcha.Size = new System.Drawing.Size(244, 26);
  190. this.TbxCaptcha.TabIndex = 1;
  191. //
  192. // PanelCaptcha
  193. //
  194. this.PanelCaptcha.BackgroundImage = global::СУБД_Альфапол.Properties.Resources.Безымянный;
  195. this.PanelCaptcha.Controls.Add(this.LblC4);
  196. this.PanelCaptcha.Controls.Add(this.LblC3);
  197. this.PanelCaptcha.Controls.Add(this.LblC2);
  198. this.PanelCaptcha.Controls.Add(this.LblC1);
  199. this.PanelCaptcha.Dock = System.Windows.Forms.DockStyle.Top;
  200. this.PanelCaptcha.Location = new System.Drawing.Point(0, 0);
  201. this.PanelCaptcha.Name = "PanelCaptcha";
  202. this.PanelCaptcha.Size = new System.Drawing.Size(250, 95);
  203. this.PanelCaptcha.TabIndex = 0;
  204. //
  205. // LblC4
  206. //
  207. this.LblC4.AutoSize = true;
  208. this.LblC4.BackColor = System.Drawing.Color.Transparent;
  209. this.LblC4.Font = new System.Drawing.Font("Bahnschrift Condensed", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  210. this.LblC4.Location = new System.Drawing.Point(221, 10);
  211. this.LblC4.Name = "LblC4";
  212. this.LblC4.Size = new System.Drawing.Size(26, 35);
  213. this.LblC4.TabIndex = 3;
  214. this.LblC4.Text = "F";
  215. //
  216. // LblC3
  217. //
  218. this.LblC3.AutoSize = true;
  219. this.LblC3.BackColor = System.Drawing.Color.Transparent;
  220. this.LblC3.Font = new System.Drawing.Font("Monotype Corsiva", 21.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  221. this.LblC3.Location = new System.Drawing.Point(157, 46);
  222. this.LblC3.Name = "LblC3";
  223. this.LblC3.Size = new System.Drawing.Size(33, 36);
  224. this.LblC3.TabIndex = 2;
  225. this.LblC3.Text = "F";
  226. //
  227. // LblC2
  228. //
  229. this.LblC2.AutoSize = true;
  230. this.LblC2.BackColor = System.Drawing.Color.Transparent;
  231. this.LblC2.Font = new System.Drawing.Font("Haettenschweiler", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  232. this.LblC2.Location = new System.Drawing.Point(97, 30);
  233. this.LblC2.Name = "LblC2";
  234. this.LblC2.Size = new System.Drawing.Size(23, 30);
  235. this.LblC2.TabIndex = 1;
  236. this.LblC2.Text = "F";
  237. //
  238. // LblC1
  239. //
  240. this.LblC1.AutoSize = true;
  241. this.LblC1.BackColor = System.Drawing.Color.Transparent;
  242. this.LblC1.Font = new System.Drawing.Font("MV Boli", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  243. this.LblC1.Location = new System.Drawing.Point(9, 10);
  244. this.LblC1.Name = "LblC1";
  245. this.LblC1.Size = new System.Drawing.Size(34, 39);
  246. this.LblC1.TabIndex = 0;
  247. this.LblC1.Text = "F";
  248. //
  249. // timerForLogin
  250. //
  251. this.timerForLogin.Interval = 10000;
  252. this.timerForLogin.Tick += new System.EventHandler(this.timerForLogin_Tick);
  253. //
  254. // FormAutorization
  255. //
  256. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
  257. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  258. this.BackColor = System.Drawing.SystemColors.Window;
  259. this.ClientSize = new System.Drawing.Size(446, 484);
  260. this.Controls.Add(this.PanelInputCaptcha);
  261. this.Controls.Add(this.btnLogin);
  262. this.Controls.Add(this.cbxShowPass);
  263. this.Controls.Add(this.tbxPass);
  264. this.Controls.Add(this.tbxLogin);
  265. this.Controls.Add(this.label3);
  266. this.Controls.Add(this.label2);
  267. this.Controls.Add(this.panel1);
  268. this.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  269. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  270. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  271. this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  272. this.MaximizeBox = false;
  273. this.MinimizeBox = false;
  274. this.Name = "FormAutorization";
  275. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  276. this.Text = "\"ООО\" Альфапол";
  277. this.Load += new System.EventHandler(this.Form1_Load);
  278. this.panel1.ResumeLayout(false);
  279. this.panel1.PerformLayout();
  280. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  281. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  282. ((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).EndInit();
  283. this.PanelInputCaptcha.ResumeLayout(false);
  284. this.PanelInputCaptcha.PerformLayout();
  285. this.PanelCaptcha.ResumeLayout(false);
  286. this.PanelCaptcha.PerformLayout();
  287. this.ResumeLayout(false);
  288. this.PerformLayout();
  289. }
  290. #endregion
  291. private System.Windows.Forms.Panel panel1;
  292. private System.Windows.Forms.PictureBox pictureBox1;
  293. private System.Windows.Forms.Label label1;
  294. private System.Windows.Forms.Label label2;
  295. private System.Windows.Forms.Label label3;
  296. private System.Windows.Forms.TextBox tbxLogin;
  297. private System.Windows.Forms.TextBox tbxPass;
  298. private System.Windows.Forms.CheckBox cbxShowPass;
  299. private System.Windows.Forms.Button btnLogin;
  300. private System.Windows.Forms.BindingSource BsUsers;
  301. private dbAlphapolAGDataSet dbAlphapolAGDataSet;
  302. private dbAlphapolAGDataSetTableAdapters.ManagerTableAdapter managerTableAdapter;
  303. private System.Windows.Forms.Panel PanelInputCaptcha;
  304. private System.Windows.Forms.Label label7;
  305. private System.Windows.Forms.TextBox TbxCaptcha;
  306. private System.Windows.Forms.Panel PanelCaptcha;
  307. private System.Windows.Forms.Label LblC4;
  308. private System.Windows.Forms.Label LblC3;
  309. private System.Windows.Forms.Label LblC2;
  310. private System.Windows.Forms.Label LblC1;
  311. private System.Windows.Forms.Timer timerForLogin;
  312. }
  313. }