FormAuthorizathion.Designer.cs 15 KB

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