Form1.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. namespace СУБД_Агентство
  2. {
  3. partial class Form1
  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. this.label1 = new System.Windows.Forms.Label();
  30. this.cmbTypeUser = new System.Windows.Forms.ComboBox();
  31. this.tbxLogin = new System.Windows.Forms.TextBox();
  32. this.tbxPass = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.cbxShowPass = new System.Windows.Forms.CheckBox();
  36. this.btnLogin = new System.Windows.Forms.Button();
  37. this.lblReg = new System.Windows.Forms.Label();
  38. this.dbAgentstvoDataSet1 = new СУБД_Агентство.DBAgentstvoDataSet();
  39. this.bsUsers = new System.Windows.Forms.BindingSource(this.components);
  40. this.usersTableAdapter = new СУБД_Агентство.DBAgentstvoDataSetTableAdapters.UsersTableAdapter();
  41. this.panel1 = new System.Windows.Forms.Panel();
  42. this.label4 = new System.Windows.Forms.Label();
  43. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.TbxCapcha = new System.Windows.Forms.TextBox();
  46. this.label6 = new System.Windows.Forms.Label();
  47. this.LblCapcha = new System.Windows.Forms.Label();
  48. ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
  50. this.panel1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // label1
  55. //
  56. this.label1.AutoSize = true;
  57. this.label1.Location = new System.Drawing.Point(110, 163);
  58. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  59. this.label1.Name = "label1";
  60. this.label1.Size = new System.Drawing.Size(223, 23);
  61. this.label1.TabIndex = 0;
  62. this.label1.Text = "Выберите, кто авторизуется";
  63. //
  64. // cmbTypeUser
  65. //
  66. this.cmbTypeUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  67. this.cmbTypeUser.FormattingEnabled = true;
  68. this.cmbTypeUser.Items.AddRange(new object[] {
  69. "риелтер",
  70. "клиент"});
  71. this.cmbTypeUser.Location = new System.Drawing.Point(115, 189);
  72. this.cmbTypeUser.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  73. this.cmbTypeUser.Name = "cmbTypeUser";
  74. this.cmbTypeUser.Size = new System.Drawing.Size(269, 28);
  75. this.cmbTypeUser.TabIndex = 1;
  76. //
  77. // tbxLogin
  78. //
  79. this.tbxLogin.Location = new System.Drawing.Point(113, 250);
  80. this.tbxLogin.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  81. this.tbxLogin.Name = "tbxLogin";
  82. this.tbxLogin.Size = new System.Drawing.Size(264, 29);
  83. this.tbxLogin.TabIndex = 2;
  84. //
  85. // tbxPass
  86. //
  87. this.tbxPass.Location = new System.Drawing.Point(113, 309);
  88. this.tbxPass.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  89. this.tbxPass.Name = "tbxPass";
  90. this.tbxPass.Size = new System.Drawing.Size(264, 29);
  91. this.tbxPass.TabIndex = 3;
  92. this.tbxPass.UseSystemPasswordChar = true;
  93. //
  94. // label2
  95. //
  96. this.label2.AutoSize = true;
  97. this.label2.Location = new System.Drawing.Point(112, 223);
  98. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  99. this.label2.Name = "label2";
  100. this.label2.Size = new System.Drawing.Size(122, 23);
  101. this.label2.TabIndex = 4;
  102. this.label2.Text = "Введите логин";
  103. //
  104. // label3
  105. //
  106. this.label3.AutoSize = true;
  107. this.label3.Location = new System.Drawing.Point(110, 282);
  108. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  109. this.label3.Name = "label3";
  110. this.label3.Size = new System.Drawing.Size(130, 23);
  111. this.label3.TabIndex = 5;
  112. this.label3.Text = "Введите пароль";
  113. //
  114. // cbxShowPass
  115. //
  116. this.cbxShowPass.AutoSize = true;
  117. this.cbxShowPass.Location = new System.Drawing.Point(113, 347);
  118. this.cbxShowPass.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  119. this.cbxShowPass.Name = "cbxShowPass";
  120. this.cbxShowPass.Size = new System.Drawing.Size(258, 27);
  121. this.cbxShowPass.TabIndex = 6;
  122. this.cbxShowPass.Text = "Показывать символы пароля";
  123. this.cbxShowPass.UseVisualStyleBackColor = true;
  124. this.cbxShowPass.CheckedChanged += new System.EventHandler(this.cbxShowPass_CheckedChanged);
  125. //
  126. // btnLogin
  127. //
  128. this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  129. this.btnLogin.Location = new System.Drawing.Point(185, 508);
  130. this.btnLogin.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  131. this.btnLogin.Name = "btnLogin";
  132. this.btnLogin.Size = new System.Drawing.Size(112, 36);
  133. this.btnLogin.TabIndex = 7;
  134. this.btnLogin.Text = "Вход";
  135. this.btnLogin.UseVisualStyleBackColor = false;
  136. this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
  137. //
  138. // lblReg
  139. //
  140. this.lblReg.AutoSize = true;
  141. this.lblReg.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  142. this.lblReg.ForeColor = System.Drawing.Color.Blue;
  143. this.lblReg.Location = new System.Drawing.Point(135, 566);
  144. this.lblReg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  145. this.lblReg.Name = "lblReg";
  146. this.lblReg.Size = new System.Drawing.Size(198, 17);
  147. this.lblReg.TabIndex = 8;
  148. this.lblReg.Text = "Регистрация нового клиента";
  149. this.lblReg.Click += new System.EventHandler(this.lblReg_Click);
  150. //
  151. // dbAgentstvoDataSet1
  152. //
  153. this.dbAgentstvoDataSet1.DataSetName = "DBAgentstvoDataSet";
  154. this.dbAgentstvoDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  155. //
  156. // bsUsers
  157. //
  158. this.bsUsers.DataMember = "Users";
  159. this.bsUsers.DataSource = this.dbAgentstvoDataSet1;
  160. //
  161. // usersTableAdapter
  162. //
  163. this.usersTableAdapter.ClearBeforeFill = true;
  164. //
  165. // panel1
  166. //
  167. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(250)))), ((int)(((byte)(191)))));
  168. this.panel1.Controls.Add(this.label4);
  169. this.panel1.Controls.Add(this.pictureBox1);
  170. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  171. this.panel1.Location = new System.Drawing.Point(0, 0);
  172. this.panel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  173. this.panel1.Name = "panel1";
  174. this.panel1.Size = new System.Drawing.Size(482, 119);
  175. this.panel1.TabIndex = 9;
  176. //
  177. // label4
  178. //
  179. this.label4.AutoSize = true;
  180. this.label4.Font = new System.Drawing.Font("Comic Sans MS", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  181. this.label4.Location = new System.Drawing.Point(53, 40);
  182. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  183. this.label4.Name = "label4";
  184. this.label4.Size = new System.Drawing.Size(190, 39);
  185. this.label4.TabIndex = 1;
  186. this.label4.Text = "Авторизация";
  187. //
  188. // pictureBox1
  189. //
  190. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
  191. this.pictureBox1.Image = global::СУБД_Агентство.Properties.Resources.logo;
  192. this.pictureBox1.Location = new System.Drawing.Point(310, 0);
  193. this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
  194. this.pictureBox1.Name = "pictureBox1";
  195. this.pictureBox1.Size = new System.Drawing.Size(172, 119);
  196. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  197. this.pictureBox1.TabIndex = 0;
  198. this.pictureBox1.TabStop = false;
  199. //
  200. // label5
  201. //
  202. this.label5.AutoSize = true;
  203. this.label5.Location = new System.Drawing.Point(14, 127);
  204. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  205. this.label5.Name = "label5";
  206. this.label5.Size = new System.Drawing.Size(352, 23);
  207. this.label5.TabIndex = 10;
  208. this.label5.Text = "Для проверки можно использовать k k, r r";
  209. //
  210. // TbxCapcha
  211. //
  212. this.TbxCapcha.Location = new System.Drawing.Point(235, 449);
  213. this.TbxCapcha.Name = "TbxCapcha";
  214. this.TbxCapcha.Size = new System.Drawing.Size(115, 29);
  215. this.TbxCapcha.TabIndex = 15;
  216. //
  217. // label6
  218. //
  219. this.label6.AutoSize = true;
  220. this.label6.Location = new System.Drawing.Point(120, 452);
  221. this.label6.Name = "label6";
  222. this.label6.Size = new System.Drawing.Size(125, 23);
  223. this.label6.TabIndex = 14;
  224. this.label6.Text = "Введите капчу:";
  225. //
  226. // LblCapcha
  227. //
  228. this.LblCapcha.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  229. this.LblCapcha.Font = new System.Drawing.Font("Segoe Script", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  230. this.LblCapcha.Location = new System.Drawing.Point(156, 388);
  231. this.LblCapcha.Name = "LblCapcha";
  232. this.LblCapcha.Size = new System.Drawing.Size(159, 49);
  233. this.LblCapcha.TabIndex = 13;
  234. this.LblCapcha.Text = "label5";
  235. this.LblCapcha.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  236. this.LblCapcha.Paint += new System.Windows.Forms.PaintEventHandler(this.LblCapcha_Paint);
  237. //
  238. // Form1
  239. //
  240. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  241. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  242. this.BackColor = System.Drawing.Color.White;
  243. this.ClientSize = new System.Drawing.Size(482, 598);
  244. this.Controls.Add(this.TbxCapcha);
  245. this.Controls.Add(this.label6);
  246. this.Controls.Add(this.LblCapcha);
  247. this.Controls.Add(this.label5);
  248. this.Controls.Add(this.panel1);
  249. this.Controls.Add(this.lblReg);
  250. this.Controls.Add(this.btnLogin);
  251. this.Controls.Add(this.cbxShowPass);
  252. this.Controls.Add(this.label3);
  253. this.Controls.Add(this.label2);
  254. this.Controls.Add(this.tbxPass);
  255. this.Controls.Add(this.tbxLogin);
  256. this.Controls.Add(this.cmbTypeUser);
  257. this.Controls.Add(this.label1);
  258. this.Font = new System.Drawing.Font("Comic Sans MS", 9.2F);
  259. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  260. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  261. this.MaximizeBox = false;
  262. this.Name = "Form1";
  263. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  264. this.Text = "СУБД \"Агентство недвижимости\"";
  265. this.Load += new System.EventHandler(this.Form1_Load);
  266. ((System.ComponentModel.ISupportInitialize)(this.dbAgentstvoDataSet1)).EndInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
  268. this.panel1.ResumeLayout(false);
  269. this.panel1.PerformLayout();
  270. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  271. this.ResumeLayout(false);
  272. this.PerformLayout();
  273. }
  274. #endregion
  275. private System.Windows.Forms.Label label1;
  276. private System.Windows.Forms.ComboBox cmbTypeUser;
  277. private System.Windows.Forms.TextBox tbxLogin;
  278. private System.Windows.Forms.TextBox tbxPass;
  279. private System.Windows.Forms.Label label2;
  280. private System.Windows.Forms.Label label3;
  281. private System.Windows.Forms.CheckBox cbxShowPass;
  282. private System.Windows.Forms.Button btnLogin;
  283. private System.Windows.Forms.Label lblReg;
  284. private DBAgentstvoDataSet dbAgentstvoDataSet1;
  285. private System.Windows.Forms.BindingSource bsUsers;
  286. private DBAgentstvoDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  287. private System.Windows.Forms.Panel panel1;
  288. private System.Windows.Forms.PictureBox pictureBox1;
  289. private System.Windows.Forms.Label label4;
  290. private System.Windows.Forms.Label label5;
  291. private System.Windows.Forms.TextBox TbxCapcha;
  292. private System.Windows.Forms.Label label6;
  293. private System.Windows.Forms.Label LblCapcha;
  294. }
  295. }