FormAutorization.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  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. //
  127. // cbxShowPass
  128. //
  129. this.cbxShowPass.AutoSize = true;
  130. this.cbxShowPass.Location = new System.Drawing.Point(133, 250);
  131. this.cbxShowPass.Name = "cbxShowPass";
  132. this.cbxShowPass.Size = new System.Drawing.Size(177, 22);
  133. this.cbxShowPass.TabIndex = 5;
  134. this.cbxShowPass.Text = "показать пароль";
  135. this.cbxShowPass.UseVisualStyleBackColor = true;
  136. this.cbxShowPass.CheckedChanged += new System.EventHandler(this.cbxShowPass_CheckedChanged);
  137. //
  138. // btnLogin
  139. //
  140. this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(161)))), ((int)(((byte)(99)))), ((int)(((byte)(245)))));
  141. this.btnLogin.ForeColor = System.Drawing.SystemColors.Control;
  142. this.btnLogin.Location = new System.Drawing.Point(122, 281);
  143. this.btnLogin.Name = "btnLogin";
  144. this.btnLogin.Size = new System.Drawing.Size(204, 30);
  145. this.btnLogin.TabIndex = 6;
  146. this.btnLogin.Text = "Вход";
  147. this.btnLogin.UseVisualStyleBackColor = false;
  148. this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
  149. //
  150. // BsUsers
  151. //
  152. this.BsUsers.DataMember = "Manager";
  153. this.BsUsers.DataSource = this.dbAlphapolAGDataSet;
  154. //
  155. // dbAlphapolAGDataSet
  156. //
  157. this.dbAlphapolAGDataSet.DataSetName = "dbAlphapolAGDataSet";
  158. this.dbAlphapolAGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  159. //
  160. // managerTableAdapter
  161. //
  162. this.managerTableAdapter.ClearBeforeFill = true;
  163. //
  164. // PanelInputCaptcha
  165. //
  166. this.PanelInputCaptcha.Controls.Add(this.label7);
  167. this.PanelInputCaptcha.Controls.Add(this.TbxCaptcha);
  168. this.PanelInputCaptcha.Controls.Add(this.PanelCaptcha);
  169. this.PanelInputCaptcha.Location = new System.Drawing.Point(106, 317);
  170. this.PanelInputCaptcha.Name = "PanelInputCaptcha";
  171. this.PanelInputCaptcha.Size = new System.Drawing.Size(250, 160);
  172. this.PanelInputCaptcha.TabIndex = 8;
  173. this.PanelInputCaptcha.Visible = false;
  174. //
  175. // label7
  176. //
  177. this.label7.AutoSize = true;
  178. this.label7.Location = new System.Drawing.Point(3, 101);
  179. this.label7.Name = "label7";
  180. this.label7.Size = new System.Drawing.Size(148, 18);
  181. this.label7.TabIndex = 2;
  182. this.label7.Text = "Введите капчу:";
  183. //
  184. // TbxCaptcha
  185. //
  186. this.TbxCaptcha.Location = new System.Drawing.Point(3, 122);
  187. this.TbxCaptcha.Name = "TbxCaptcha";
  188. this.TbxCaptcha.Size = new System.Drawing.Size(244, 26);
  189. this.TbxCaptcha.TabIndex = 1;
  190. //
  191. // PanelCaptcha
  192. //
  193. this.PanelCaptcha.BackgroundImage = global::СУБД_Альфапол.Properties.Resources.Безымянный;
  194. this.PanelCaptcha.Controls.Add(this.LblC4);
  195. this.PanelCaptcha.Controls.Add(this.LblC3);
  196. this.PanelCaptcha.Controls.Add(this.LblC2);
  197. this.PanelCaptcha.Controls.Add(this.LblC1);
  198. this.PanelCaptcha.Dock = System.Windows.Forms.DockStyle.Top;
  199. this.PanelCaptcha.Location = new System.Drawing.Point(0, 0);
  200. this.PanelCaptcha.Name = "PanelCaptcha";
  201. this.PanelCaptcha.Size = new System.Drawing.Size(250, 95);
  202. this.PanelCaptcha.TabIndex = 0;
  203. //
  204. // LblC4
  205. //
  206. this.LblC4.AutoSize = true;
  207. this.LblC4.BackColor = System.Drawing.Color.Transparent;
  208. this.LblC4.Font = new System.Drawing.Font("Bahnschrift Condensed", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  209. this.LblC4.Location = new System.Drawing.Point(221, 10);
  210. this.LblC4.Name = "LblC4";
  211. this.LblC4.Size = new System.Drawing.Size(26, 35);
  212. this.LblC4.TabIndex = 3;
  213. this.LblC4.Text = "F";
  214. //
  215. // LblC3
  216. //
  217. this.LblC3.AutoSize = true;
  218. this.LblC3.BackColor = System.Drawing.Color.Transparent;
  219. 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)));
  220. this.LblC3.Location = new System.Drawing.Point(157, 46);
  221. this.LblC3.Name = "LblC3";
  222. this.LblC3.Size = new System.Drawing.Size(33, 36);
  223. this.LblC3.TabIndex = 2;
  224. this.LblC3.Text = "F";
  225. //
  226. // LblC2
  227. //
  228. this.LblC2.AutoSize = true;
  229. this.LblC2.BackColor = System.Drawing.Color.Transparent;
  230. this.LblC2.Font = new System.Drawing.Font("Haettenschweiler", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  231. this.LblC2.Location = new System.Drawing.Point(97, 30);
  232. this.LblC2.Name = "LblC2";
  233. this.LblC2.Size = new System.Drawing.Size(23, 30);
  234. this.LblC2.TabIndex = 1;
  235. this.LblC2.Text = "F";
  236. //
  237. // LblC1
  238. //
  239. this.LblC1.AutoSize = true;
  240. this.LblC1.BackColor = System.Drawing.Color.Transparent;
  241. this.LblC1.Font = new System.Drawing.Font("MV Boli", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  242. this.LblC1.Location = new System.Drawing.Point(9, 10);
  243. this.LblC1.Name = "LblC1";
  244. this.LblC1.Size = new System.Drawing.Size(34, 39);
  245. this.LblC1.TabIndex = 0;
  246. this.LblC1.Text = "F";
  247. //
  248. // timerForLogin
  249. //
  250. this.timerForLogin.Interval = 10000;
  251. this.timerForLogin.Tick += new System.EventHandler(this.timerForLogin_Tick);
  252. //
  253. // FormAutorization
  254. //
  255. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 18F);
  256. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  257. this.BackColor = System.Drawing.SystemColors.Window;
  258. this.ClientSize = new System.Drawing.Size(446, 484);
  259. this.Controls.Add(this.PanelInputCaptcha);
  260. this.Controls.Add(this.btnLogin);
  261. this.Controls.Add(this.cbxShowPass);
  262. this.Controls.Add(this.tbxPass);
  263. this.Controls.Add(this.tbxLogin);
  264. this.Controls.Add(this.label3);
  265. this.Controls.Add(this.label2);
  266. this.Controls.Add(this.panel1);
  267. this.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  268. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  269. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  270. this.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
  271. this.MaximizeBox = false;
  272. this.MinimizeBox = false;
  273. this.Name = "FormAutorization";
  274. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  275. this.Text = "\"ООО\" Альфапол";
  276. this.Load += new System.EventHandler(this.Form1_Load);
  277. this.panel1.ResumeLayout(false);
  278. this.panel1.PerformLayout();
  279. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  280. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  281. ((System.ComponentModel.ISupportInitialize)(this.dbAlphapolAGDataSet)).EndInit();
  282. this.PanelInputCaptcha.ResumeLayout(false);
  283. this.PanelInputCaptcha.PerformLayout();
  284. this.PanelCaptcha.ResumeLayout(false);
  285. this.PanelCaptcha.PerformLayout();
  286. this.ResumeLayout(false);
  287. this.PerformLayout();
  288. }
  289. #endregion
  290. private System.Windows.Forms.Panel panel1;
  291. private System.Windows.Forms.PictureBox pictureBox1;
  292. private System.Windows.Forms.Label label1;
  293. private System.Windows.Forms.Label label2;
  294. private System.Windows.Forms.Label label3;
  295. private System.Windows.Forms.TextBox tbxLogin;
  296. private System.Windows.Forms.TextBox tbxPass;
  297. private System.Windows.Forms.CheckBox cbxShowPass;
  298. private System.Windows.Forms.Button btnLogin;
  299. private System.Windows.Forms.BindingSource BsUsers;
  300. private dbAlphapolAGDataSet dbAlphapolAGDataSet;
  301. private dbAlphapolAGDataSetTableAdapters.ManagerTableAdapter managerTableAdapter;
  302. private System.Windows.Forms.Panel PanelInputCaptcha;
  303. private System.Windows.Forms.Label label7;
  304. private System.Windows.Forms.TextBox TbxCaptcha;
  305. private System.Windows.Forms.Panel PanelCaptcha;
  306. private System.Windows.Forms.Label LblC4;
  307. private System.Windows.Forms.Label LblC3;
  308. private System.Windows.Forms.Label LblC2;
  309. private System.Windows.Forms.Label LblC1;
  310. private System.Windows.Forms.Timer timerForLogin;
  311. }
  312. }