fRegistration.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. namespace Швейная_фабрика
  2. {
  3. partial class fRegistration
  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.bCancel = new System.Windows.Forms.Button();
  29. this.bOK = new System.Windows.Forms.Button();
  30. this.tbxPhoneNumber = new System.Windows.Forms.TextBox();
  31. this.tbxName = new System.Windows.Forms.TextBox();
  32. this.tbxPatronymic = new System.Windows.Forms.TextBox();
  33. this.tbxSurname = new System.Windows.Forms.TextBox();
  34. this.tbxLogin = new System.Windows.Forms.TextBox();
  35. this.tbxPassword = new System.Windows.Forms.TextBox();
  36. this.tbxConfirmPassword = new System.Windows.Forms.TextBox();
  37. this.lblName = new System.Windows.Forms.Label();
  38. this.lblPatronymic = new System.Windows.Forms.Label();
  39. this.lblSurname = new System.Windows.Forms.Label();
  40. this.lblLogin = new System.Windows.Forms.Label();
  41. this.lblEnterPassword = new System.Windows.Forms.Label();
  42. this.lblConfirmPassword = new System.Windows.Forms.Label();
  43. this.lblPhoneNumber = new System.Windows.Forms.Label();
  44. this.chbxShowPassword = new System.Windows.Forms.CheckBox();
  45. this.pnlLogo = new System.Windows.Forms.Panel();
  46. this.pnlName = new System.Windows.Forms.Panel();
  47. this.lblTitle = new System.Windows.Forms.Label();
  48. this.pbxLogo = new System.Windows.Forms.PictureBox();
  49. this.pnlLogo.SuspendLayout();
  50. this.pnlName.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // bCancel
  55. //
  56. this.bCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  57. this.bCancel.Cursor = System.Windows.Forms.Cursors.Hand;
  58. this.bCancel.Location = new System.Drawing.Point(163, 276);
  59. this.bCancel.Name = "bCancel";
  60. this.bCancel.Size = new System.Drawing.Size(146, 23);
  61. this.bCancel.TabIndex = 0;
  62. this.bCancel.Text = "Отменить регистрацию";
  63. this.bCancel.UseVisualStyleBackColor = false;
  64. this.bCancel.Click += new System.EventHandler(this.bCancel_Click);
  65. //
  66. // bOK
  67. //
  68. this.bOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  69. this.bOK.Cursor = System.Windows.Forms.Cursors.Hand;
  70. this.bOK.Location = new System.Drawing.Point(11, 276);
  71. this.bOK.Name = "bOK";
  72. this.bOK.Size = new System.Drawing.Size(146, 23);
  73. this.bOK.TabIndex = 1;
  74. this.bOK.Text = "Зарегистрироваться";
  75. this.bOK.UseVisualStyleBackColor = false;
  76. this.bOK.Click += new System.EventHandler(this.bOK_Click);
  77. //
  78. // tbxPhoneNumber
  79. //
  80. this.tbxPhoneNumber.Location = new System.Drawing.Point(156, 148);
  81. this.tbxPhoneNumber.Name = "tbxPhoneNumber";
  82. this.tbxPhoneNumber.Size = new System.Drawing.Size(154, 20);
  83. this.tbxPhoneNumber.TabIndex = 2;
  84. //
  85. // tbxName
  86. //
  87. this.tbxName.Location = new System.Drawing.Point(156, 96);
  88. this.tbxName.Name = "tbxName";
  89. this.tbxName.Size = new System.Drawing.Size(154, 20);
  90. this.tbxName.TabIndex = 3;
  91. //
  92. // tbxPatronymic
  93. //
  94. this.tbxPatronymic.Location = new System.Drawing.Point(156, 122);
  95. this.tbxPatronymic.Name = "tbxPatronymic";
  96. this.tbxPatronymic.Size = new System.Drawing.Size(154, 20);
  97. this.tbxPatronymic.TabIndex = 4;
  98. //
  99. // tbxSurname
  100. //
  101. this.tbxSurname.Location = new System.Drawing.Point(156, 70);
  102. this.tbxSurname.Name = "tbxSurname";
  103. this.tbxSurname.Size = new System.Drawing.Size(154, 20);
  104. this.tbxSurname.TabIndex = 5;
  105. //
  106. // tbxLogin
  107. //
  108. this.tbxLogin.Location = new System.Drawing.Point(156, 174);
  109. this.tbxLogin.Name = "tbxLogin";
  110. this.tbxLogin.Size = new System.Drawing.Size(154, 20);
  111. this.tbxLogin.TabIndex = 6;
  112. //
  113. // tbxPassword
  114. //
  115. this.tbxPassword.Location = new System.Drawing.Point(156, 200);
  116. this.tbxPassword.Name = "tbxPassword";
  117. this.tbxPassword.Size = new System.Drawing.Size(154, 20);
  118. this.tbxPassword.TabIndex = 7;
  119. this.tbxPassword.UseSystemPasswordChar = true;
  120. //
  121. // tbxConfirmPassword
  122. //
  123. this.tbxConfirmPassword.Location = new System.Drawing.Point(156, 226);
  124. this.tbxConfirmPassword.Name = "tbxConfirmPassword";
  125. this.tbxConfirmPassword.Size = new System.Drawing.Size(154, 20);
  126. this.tbxConfirmPassword.TabIndex = 8;
  127. this.tbxConfirmPassword.UseSystemPasswordChar = true;
  128. //
  129. // lblName
  130. //
  131. this.lblName.AutoSize = true;
  132. this.lblName.Location = new System.Drawing.Point(11, 99);
  133. this.lblName.Name = "lblName";
  134. this.lblName.Size = new System.Drawing.Size(75, 13);
  135. this.lblName.TabIndex = 10;
  136. this.lblName.Text = "Введите имя.";
  137. //
  138. // lblPatronymic
  139. //
  140. this.lblPatronymic.AutoSize = true;
  141. this.lblPatronymic.Location = new System.Drawing.Point(11, 125);
  142. this.lblPatronymic.Name = "lblPatronymic";
  143. this.lblPatronymic.Size = new System.Drawing.Size(100, 13);
  144. this.lblPatronymic.TabIndex = 11;
  145. this.lblPatronymic.Text = "Введите отчество.";
  146. //
  147. // lblSurname
  148. //
  149. this.lblSurname.AutoSize = true;
  150. this.lblSurname.Location = new System.Drawing.Point(11, 73);
  151. this.lblSurname.Name = "lblSurname";
  152. this.lblSurname.Size = new System.Drawing.Size(103, 13);
  153. this.lblSurname.TabIndex = 12;
  154. this.lblSurname.Text = "Введите фамилию.";
  155. //
  156. // lblLogin
  157. //
  158. this.lblLogin.AutoSize = true;
  159. this.lblLogin.Location = new System.Drawing.Point(11, 177);
  160. this.lblLogin.Name = "lblLogin";
  161. this.lblLogin.Size = new System.Drawing.Size(84, 13);
  162. this.lblLogin.TabIndex = 13;
  163. this.lblLogin.Text = "Введите логин.";
  164. //
  165. // lblEnterPassword
  166. //
  167. this.lblEnterPassword.AutoSize = true;
  168. this.lblEnterPassword.Location = new System.Drawing.Point(11, 203);
  169. this.lblEnterPassword.Name = "lblEnterPassword";
  170. this.lblEnterPassword.Size = new System.Drawing.Size(91, 13);
  171. this.lblEnterPassword.TabIndex = 14;
  172. this.lblEnterPassword.Text = "Введите пароль.";
  173. //
  174. // lblConfirmPassword
  175. //
  176. this.lblConfirmPassword.AutoSize = true;
  177. this.lblConfirmPassword.Location = new System.Drawing.Point(11, 229);
  178. this.lblConfirmPassword.Name = "lblConfirmPassword";
  179. this.lblConfirmPassword.Size = new System.Drawing.Size(115, 13);
  180. this.lblConfirmPassword.TabIndex = 15;
  181. this.lblConfirmPassword.Text = "Подтвердите пароль.";
  182. //
  183. // lblPhoneNumber
  184. //
  185. this.lblPhoneNumber.AutoSize = true;
  186. this.lblPhoneNumber.Location = new System.Drawing.Point(11, 151);
  187. this.lblPhoneNumber.Name = "lblPhoneNumber";
  188. this.lblPhoneNumber.Size = new System.Drawing.Size(139, 13);
  189. this.lblPhoneNumber.TabIndex = 16;
  190. this.lblPhoneNumber.Text = "Введите номер телефона.";
  191. //
  192. // chbxShowPassword
  193. //
  194. this.chbxShowPassword.AutoSize = true;
  195. this.chbxShowPassword.Location = new System.Drawing.Point(11, 253);
  196. this.chbxShowPassword.Name = "chbxShowPassword";
  197. this.chbxShowPassword.Size = new System.Drawing.Size(114, 17);
  198. this.chbxShowPassword.TabIndex = 18;
  199. this.chbxShowPassword.Text = "Показать пароли";
  200. this.chbxShowPassword.UseVisualStyleBackColor = true;
  201. this.chbxShowPassword.CheckedChanged += new System.EventHandler(this.chbxShowPassword_CheckedChanged);
  202. //
  203. // pnlLogo
  204. //
  205. this.pnlLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  206. this.pnlLogo.Controls.Add(this.pnlName);
  207. this.pnlLogo.Controls.Add(this.pbxLogo);
  208. this.pnlLogo.Dock = System.Windows.Forms.DockStyle.Top;
  209. this.pnlLogo.Location = new System.Drawing.Point(0, 0);
  210. this.pnlLogo.Name = "pnlLogo";
  211. this.pnlLogo.Size = new System.Drawing.Size(322, 64);
  212. this.pnlLogo.TabIndex = 19;
  213. //
  214. // pnlName
  215. //
  216. this.pnlName.Controls.Add(this.lblTitle);
  217. this.pnlName.Dock = System.Windows.Forms.DockStyle.Fill;
  218. this.pnlName.Location = new System.Drawing.Point(64, 0);
  219. this.pnlName.Name = "pnlName";
  220. this.pnlName.Size = new System.Drawing.Size(256, 62);
  221. this.pnlName.TabIndex = 2;
  222. //
  223. // lblTitle
  224. //
  225. this.lblTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  226. this.lblTitle.Dock = System.Windows.Forms.DockStyle.Fill;
  227. this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  228. this.lblTitle.Location = new System.Drawing.Point(0, 0);
  229. this.lblTitle.Name = "lblTitle";
  230. this.lblTitle.Size = new System.Drawing.Size(256, 62);
  231. this.lblTitle.TabIndex = 0;
  232. this.lblTitle.Text = "Регистрация заказчика";
  233. this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  234. //
  235. // pbxLogo
  236. //
  237. this.pbxLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  238. this.pbxLogo.Dock = System.Windows.Forms.DockStyle.Left;
  239. this.pbxLogo.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
  240. this.pbxLogo.Location = new System.Drawing.Point(0, 0);
  241. this.pbxLogo.Name = "pbxLogo";
  242. this.pbxLogo.Size = new System.Drawing.Size(64, 62);
  243. this.pbxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  244. this.pbxLogo.TabIndex = 1;
  245. this.pbxLogo.TabStop = false;
  246. //
  247. // fRegistration
  248. //
  249. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  250. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  251. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  252. this.ClientSize = new System.Drawing.Size(322, 309);
  253. this.Controls.Add(this.pnlLogo);
  254. this.Controls.Add(this.chbxShowPassword);
  255. this.Controls.Add(this.lblPhoneNumber);
  256. this.Controls.Add(this.lblConfirmPassword);
  257. this.Controls.Add(this.lblEnterPassword);
  258. this.Controls.Add(this.lblLogin);
  259. this.Controls.Add(this.lblSurname);
  260. this.Controls.Add(this.lblPatronymic);
  261. this.Controls.Add(this.lblName);
  262. this.Controls.Add(this.tbxConfirmPassword);
  263. this.Controls.Add(this.tbxPassword);
  264. this.Controls.Add(this.tbxLogin);
  265. this.Controls.Add(this.tbxSurname);
  266. this.Controls.Add(this.tbxPatronymic);
  267. this.Controls.Add(this.tbxName);
  268. this.Controls.Add(this.tbxPhoneNumber);
  269. this.Controls.Add(this.bOK);
  270. this.Controls.Add(this.bCancel);
  271. this.Name = "fRegistration";
  272. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  273. this.Text = "Швейная фабрика";
  274. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.fRegistration_FormClosing);
  275. this.pnlLogo.ResumeLayout(false);
  276. this.pnlName.ResumeLayout(false);
  277. ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).EndInit();
  278. this.ResumeLayout(false);
  279. this.PerformLayout();
  280. }
  281. #endregion
  282. private System.Windows.Forms.Button bCancel;
  283. private System.Windows.Forms.Button bOK;
  284. private System.Windows.Forms.TextBox tbxPhoneNumber;
  285. private System.Windows.Forms.TextBox tbxName;
  286. private System.Windows.Forms.TextBox tbxPatronymic;
  287. private System.Windows.Forms.TextBox tbxSurname;
  288. private System.Windows.Forms.TextBox tbxLogin;
  289. private System.Windows.Forms.TextBox tbxPassword;
  290. private System.Windows.Forms.TextBox tbxConfirmPassword;
  291. private System.Windows.Forms.Label lblName;
  292. private System.Windows.Forms.Label lblPatronymic;
  293. private System.Windows.Forms.Label lblSurname;
  294. private System.Windows.Forms.Label lblLogin;
  295. private System.Windows.Forms.Label lblEnterPassword;
  296. private System.Windows.Forms.Label lblConfirmPassword;
  297. private System.Windows.Forms.Label lblPhoneNumber;
  298. private System.Windows.Forms.CheckBox chbxShowPassword;
  299. private System.Windows.Forms.Panel pnlLogo;
  300. private System.Windows.Forms.Panel pnlName;
  301. private System.Windows.Forms.Label lblTitle;
  302. private System.Windows.Forms.PictureBox pbxLogo;
  303. }
  304. }