FormRegistration.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. namespace СУБД_Швейная_фабрика
  2. {
  3. partial class FormRegistration
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormRegistration));
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.btnReg = new System.Windows.Forms.Button();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.tbxLogin = new System.Windows.Forms.TextBox();
  34. this.tbxPas = new System.Windows.Forms.TextBox();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.tbxPasRepeat = new System.Windows.Forms.TextBox();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.cbxPassword = new System.Windows.Forms.CheckBox();
  39. this.pbxPhoto = new System.Windows.Forms.PictureBox();
  40. this.tbxFam = new System.Windows.Forms.TextBox();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.tbxName = new System.Windows.Forms.TextBox();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.tbxOtch = new System.Windows.Forms.TextBox();
  45. this.label7 = new System.Windows.Forms.Label();
  46. this.label8 = new System.Windows.Forms.Label();
  47. this.tbxPhone = new System.Windows.Forms.MaskedTextBox();
  48. this.panel1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // panel1
  53. //
  54. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  55. this.panel1.Controls.Add(this.label1);
  56. this.panel1.Controls.Add(this.pbxPhoto);
  57. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  58. this.panel1.Location = new System.Drawing.Point(0, 0);
  59. this.panel1.Margin = new System.Windows.Forms.Padding(13, 7, 13, 7);
  60. this.panel1.Name = "panel1";
  61. this.panel1.Size = new System.Drawing.Size(542, 98);
  62. this.panel1.TabIndex = 1;
  63. //
  64. // label1
  65. //
  66. this.label1.AutoSize = true;
  67. this.label1.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  68. this.label1.Location = new System.Drawing.Point(152, 29);
  69. this.label1.Margin = new System.Windows.Forms.Padding(13, 0, 13, 0);
  70. this.label1.Name = "label1";
  71. this.label1.Size = new System.Drawing.Size(215, 37);
  72. this.label1.TabIndex = 1;
  73. this.label1.Text = "Регистрация";
  74. //
  75. // btnReg
  76. //
  77. this.btnReg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  78. this.btnReg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  79. this.btnReg.Location = new System.Drawing.Point(146, 568);
  80. this.btnReg.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  81. this.btnReg.Name = "btnReg";
  82. this.btnReg.Size = new System.Drawing.Size(245, 39);
  83. this.btnReg.TabIndex = 7;
  84. this.btnReg.Text = "Сохранить";
  85. this.btnReg.UseVisualStyleBackColor = false;
  86. this.btnReg.Click += new System.EventHandler(this.btnReg_Click);
  87. //
  88. // label2
  89. //
  90. this.label2.AutoSize = true;
  91. this.label2.Location = new System.Drawing.Point(192, 105);
  92. this.label2.Name = "label2";
  93. this.label2.Size = new System.Drawing.Size(137, 22);
  94. this.label2.TabIndex = 8;
  95. this.label2.Text = "Введите логин";
  96. //
  97. // tbxLogin
  98. //
  99. this.tbxLogin.Location = new System.Drawing.Point(12, 130);
  100. this.tbxLogin.Name = "tbxLogin";
  101. this.tbxLogin.Size = new System.Drawing.Size(518, 29);
  102. this.tbxLogin.TabIndex = 9;
  103. //
  104. // tbxPas
  105. //
  106. this.tbxPas.Location = new System.Drawing.Point(12, 200);
  107. this.tbxPas.Name = "tbxPas";
  108. this.tbxPas.Size = new System.Drawing.Size(518, 29);
  109. this.tbxPas.TabIndex = 11;
  110. this.tbxPas.UseSystemPasswordChar = true;
  111. //
  112. // label3
  113. //
  114. this.label3.AutoSize = true;
  115. this.label3.Location = new System.Drawing.Point(192, 175);
  116. this.label3.Name = "label3";
  117. this.label3.Size = new System.Drawing.Size(151, 22);
  118. this.label3.TabIndex = 10;
  119. this.label3.Text = "Введите пароль";
  120. //
  121. // tbxPasRepeat
  122. //
  123. this.tbxPasRepeat.Location = new System.Drawing.Point(12, 257);
  124. this.tbxPasRepeat.Name = "tbxPasRepeat";
  125. this.tbxPasRepeat.Size = new System.Drawing.Size(518, 29);
  126. this.tbxPasRepeat.TabIndex = 13;
  127. this.tbxPasRepeat.UseSystemPasswordChar = true;
  128. //
  129. // label4
  130. //
  131. this.label4.AutoSize = true;
  132. this.label4.Location = new System.Drawing.Point(192, 232);
  133. this.label4.Name = "label4";
  134. this.label4.Size = new System.Drawing.Size(170, 22);
  135. this.label4.TabIndex = 12;
  136. this.label4.Text = "Повторите пароль";
  137. //
  138. // cbxPassword
  139. //
  140. this.cbxPassword.AutoSize = true;
  141. this.cbxPassword.Location = new System.Drawing.Point(12, 292);
  142. this.cbxPassword.Name = "cbxPassword";
  143. this.cbxPassword.Size = new System.Drawing.Size(176, 26);
  144. this.cbxPassword.TabIndex = 14;
  145. this.cbxPassword.Text = "Показать пароль";
  146. this.cbxPassword.UseVisualStyleBackColor = true;
  147. this.cbxPassword.CheckedChanged += new System.EventHandler(this.cbxPassword_CheckedChanged);
  148. //
  149. // pbxPhoto
  150. //
  151. this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
  152. this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
  153. this.pbxPhoto.Location = new System.Drawing.Point(431, 0);
  154. this.pbxPhoto.Margin = new System.Windows.Forms.Padding(13, 7, 13, 7);
  155. this.pbxPhoto.Name = "pbxPhoto";
  156. this.pbxPhoto.Size = new System.Drawing.Size(111, 98);
  157. this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  158. this.pbxPhoto.TabIndex = 0;
  159. this.pbxPhoto.TabStop = false;
  160. //
  161. // tbxFam
  162. //
  163. this.tbxFam.Location = new System.Drawing.Point(12, 336);
  164. this.tbxFam.Name = "tbxFam";
  165. this.tbxFam.Size = new System.Drawing.Size(518, 29);
  166. this.tbxFam.TabIndex = 16;
  167. //
  168. // label5
  169. //
  170. this.label5.AutoSize = true;
  171. this.label5.Location = new System.Drawing.Point(192, 311);
  172. this.label5.Name = "label5";
  173. this.label5.Size = new System.Drawing.Size(172, 22);
  174. this.label5.TabIndex = 15;
  175. this.label5.Text = "Введите фамилию";
  176. //
  177. // tbxName
  178. //
  179. this.tbxName.Location = new System.Drawing.Point(12, 393);
  180. this.tbxName.Name = "tbxName";
  181. this.tbxName.Size = new System.Drawing.Size(518, 29);
  182. this.tbxName.TabIndex = 18;
  183. //
  184. // label6
  185. //
  186. this.label6.AutoSize = true;
  187. this.label6.Location = new System.Drawing.Point(207, 368);
  188. this.label6.Name = "label6";
  189. this.label6.Size = new System.Drawing.Size(122, 22);
  190. this.label6.TabIndex = 17;
  191. this.label6.Text = "Введите имя";
  192. //
  193. // tbxOtch
  194. //
  195. this.tbxOtch.Location = new System.Drawing.Point(12, 450);
  196. this.tbxOtch.Name = "tbxOtch";
  197. this.tbxOtch.Size = new System.Drawing.Size(518, 29);
  198. this.tbxOtch.TabIndex = 20;
  199. //
  200. // label7
  201. //
  202. this.label7.AutoSize = true;
  203. this.label7.Location = new System.Drawing.Point(192, 425);
  204. this.label7.Name = "label7";
  205. this.label7.Size = new System.Drawing.Size(168, 22);
  206. this.label7.TabIndex = 19;
  207. this.label7.Text = "Введите отчество";
  208. //
  209. // label8
  210. //
  211. this.label8.AutoSize = true;
  212. this.label8.Location = new System.Drawing.Point(155, 482);
  213. this.label8.Name = "label8";
  214. this.label8.Size = new System.Drawing.Size(236, 22);
  215. this.label8.TabIndex = 21;
  216. this.label8.Text = "Введите номер телефона";
  217. //
  218. // tbxPhone
  219. //
  220. this.tbxPhone.Location = new System.Drawing.Point(12, 507);
  221. this.tbxPhone.Mask = "+0(000) 000-00-00";
  222. this.tbxPhone.Name = "tbxPhone";
  223. this.tbxPhone.Size = new System.Drawing.Size(518, 29);
  224. this.tbxPhone.TabIndex = 23;
  225. this.tbxPhone.ValidatingType = typeof(int);
  226. //
  227. // FormRegistration
  228. //
  229. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
  230. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  231. this.BackColor = System.Drawing.Color.White;
  232. this.ClientSize = new System.Drawing.Size(542, 621);
  233. this.Controls.Add(this.tbxPhone);
  234. this.Controls.Add(this.label8);
  235. this.Controls.Add(this.tbxOtch);
  236. this.Controls.Add(this.label7);
  237. this.Controls.Add(this.tbxName);
  238. this.Controls.Add(this.label6);
  239. this.Controls.Add(this.tbxFam);
  240. this.Controls.Add(this.label5);
  241. this.Controls.Add(this.cbxPassword);
  242. this.Controls.Add(this.tbxPasRepeat);
  243. this.Controls.Add(this.label4);
  244. this.Controls.Add(this.tbxPas);
  245. this.Controls.Add(this.label3);
  246. this.Controls.Add(this.tbxLogin);
  247. this.Controls.Add(this.label2);
  248. this.Controls.Add(this.btnReg);
  249. this.Controls.Add(this.panel1);
  250. this.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  251. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  252. this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5);
  253. this.Name = "FormRegistration";
  254. this.Text = "СУБД Швейная фабрика";
  255. this.panel1.ResumeLayout(false);
  256. this.panel1.PerformLayout();
  257. ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
  258. this.ResumeLayout(false);
  259. this.PerformLayout();
  260. }
  261. #endregion
  262. private System.Windows.Forms.Panel panel1;
  263. private System.Windows.Forms.Label label1;
  264. private System.Windows.Forms.PictureBox pbxPhoto;
  265. private System.Windows.Forms.Button btnReg;
  266. private System.Windows.Forms.Label label2;
  267. private System.Windows.Forms.TextBox tbxLogin;
  268. private System.Windows.Forms.TextBox tbxPas;
  269. private System.Windows.Forms.Label label3;
  270. private System.Windows.Forms.TextBox tbxPasRepeat;
  271. private System.Windows.Forms.Label label4;
  272. private System.Windows.Forms.CheckBox cbxPassword;
  273. private System.Windows.Forms.TextBox tbxFam;
  274. private System.Windows.Forms.Label label5;
  275. private System.Windows.Forms.TextBox tbxName;
  276. private System.Windows.Forms.Label label6;
  277. private System.Windows.Forms.TextBox tbxOtch;
  278. private System.Windows.Forms.Label label7;
  279. private System.Windows.Forms.Label label8;
  280. private System.Windows.Forms.MaskedTextBox tbxPhone;
  281. }
  282. }