FormAutorization.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  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.lblIdManager = new System.Windows.Forms.Label();
  52. this.panel1.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).BeginInit();
  56. this.PanelInputCaptcha.SuspendLayout();
  57. this.PanelCaptcha.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // panel1
  61. //
  62. this.panel1.BackColor = System.Drawing.Color.LightGray;
  63. this.panel1.Controls.Add(this.label1);
  64. this.panel1.Controls.Add(this.pictureBox1);
  65. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  66. this.panel1.Location = new System.Drawing.Point(0, 0);
  67. this.panel1.Name = "panel1";
  68. this.panel1.Size = new System.Drawing.Size(446, 108);
  69. this.panel1.TabIndex = 0;
  70. this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
  71. //
  72. // label1
  73. //
  74. this.label1.AutoSize = true;
  75. this.label1.Font = new System.Drawing.Font("Courier New", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  76. this.label1.Location = new System.Drawing.Point(160, 30);
  77. this.label1.Name = "label1";
  78. this.label1.Size = new System.Drawing.Size(260, 41);
  79. this.label1.TabIndex = 1;
  80. this.label1.Text = "Авторизация";
  81. //
  82. // pictureBox1
  83. //
  84. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  85. this.pictureBox1.Image = global::СУБД_Альфапол.Properties.Resources.Альфапол;
  86. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  87. this.pictureBox1.Name = "pictureBox1";
  88. this.pictureBox1.Size = new System.Drawing.Size(124, 108);
  89. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  90. this.pictureBox1.TabIndex = 0;
  91. this.pictureBox1.TabStop = false;
  92. //
  93. // label2
  94. //
  95. this.label2.AutoSize = true;
  96. this.label2.Location = new System.Drawing.Point(119, 127);
  97. this.label2.Name = "label2";
  98. this.label2.Size = new System.Drawing.Size(148, 18);
  99. this.label2.TabIndex = 1;
  100. this.label2.Text = "Введите логин:";
  101. //
  102. // label3
  103. //
  104. this.label3.AutoSize = true;
  105. this.label3.Location = new System.Drawing.Point(119, 186);
  106. this.label3.Name = "label3";
  107. this.label3.Size = new System.Drawing.Size(158, 18);
  108. this.label3.TabIndex = 2;
  109. this.label3.Text = "Введите пароль:";
  110. //
  111. // tbxLogin
  112. //
  113. this.tbxLogin.Location = new System.Drawing.Point(122, 148);
  114. this.tbxLogin.Name = "tbxLogin";
  115. this.tbxLogin.Size = new System.Drawing.Size(204, 26);
  116. this.tbxLogin.TabIndex = 3;
  117. this.tbxLogin.Text = "m2";
  118. //
  119. // tbxPass
  120. //
  121. this.tbxPass.Location = new System.Drawing.Point(122, 218);
  122. this.tbxPass.Name = "tbxPass";
  123. this.tbxPass.Size = new System.Drawing.Size(204, 26);
  124. this.tbxPass.TabIndex = 4;
  125. this.tbxPass.Text = "m2";
  126. this.tbxPass.UseSystemPasswordChar = true;
  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. // lblIdManager
  255. //
  256. this.lblIdManager.AutoSize = true;
  257. this.lblIdManager.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "idManager", true));
  258. this.lblIdManager.Location = new System.Drawing.Point(306, 186);
  259. this.lblIdManager.Name = "lblIdManager";
  260. this.lblIdManager.Size = new System.Drawing.Size(128, 18);
  261. this.lblIdManager.TabIndex = 2;
  262. this.lblIdManager.Text = "lblIdManager";
  263. //
  264. // FormAutorization
  265. //
  266. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
  267. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  268. this.BackColor = System.Drawing.SystemColors.Window;
  269. this.ClientSize = new System.Drawing.Size(446, 484);
  270. this.Controls.Add(this.lblIdManager);
  271. this.Controls.Add(this.PanelInputCaptcha);
  272. this.Controls.Add(this.btnLogin);
  273. this.Controls.Add(this.cbxShowPass);
  274. this.Controls.Add(this.tbxPass);
  275. this.Controls.Add(this.tbxLogin);
  276. this.Controls.Add(this.label3);
  277. this.Controls.Add(this.label2);
  278. this.Controls.Add(this.panel1);
  279. this.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  280. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  281. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  282. this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  283. this.MaximizeBox = false;
  284. this.MinimizeBox = false;
  285. this.Name = "FormAutorization";
  286. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  287. this.Text = "\"ООО\" Альфапол";
  288. this.Load += new System.EventHandler(this.Form1_Load);
  289. this.panel1.ResumeLayout(false);
  290. this.panel1.PerformLayout();
  291. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  292. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  293. ((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).EndInit();
  294. this.PanelInputCaptcha.ResumeLayout(false);
  295. this.PanelInputCaptcha.PerformLayout();
  296. this.PanelCaptcha.ResumeLayout(false);
  297. this.PanelCaptcha.PerformLayout();
  298. this.ResumeLayout(false);
  299. this.PerformLayout();
  300. }
  301. #endregion
  302. private System.Windows.Forms.Panel panel1;
  303. private System.Windows.Forms.PictureBox pictureBox1;
  304. private System.Windows.Forms.Label label1;
  305. private System.Windows.Forms.Label label2;
  306. private System.Windows.Forms.Label label3;
  307. private System.Windows.Forms.TextBox tbxLogin;
  308. private System.Windows.Forms.TextBox tbxPass;
  309. private System.Windows.Forms.CheckBox cbxShowPass;
  310. private System.Windows.Forms.Button btnLogin;
  311. private System.Windows.Forms.BindingSource BsUsers;
  312. private dbAlphapolAGDataSet dbAlphapolAGDataSet;
  313. private dbAlphapolAGDataSetTableAdapters.ManagerTableAdapter managerTableAdapter;
  314. private System.Windows.Forms.Panel PanelInputCaptcha;
  315. private System.Windows.Forms.Label label7;
  316. private System.Windows.Forms.TextBox TbxCaptcha;
  317. private System.Windows.Forms.Panel PanelCaptcha;
  318. private System.Windows.Forms.Label LblC4;
  319. private System.Windows.Forms.Label LblC3;
  320. private System.Windows.Forms.Label LblC2;
  321. private System.Windows.Forms.Label LblC1;
  322. private System.Windows.Forms.Timer timerForLogin;
  323. public System.Windows.Forms.Label lblIdManager;
  324. }
  325. }