FormReg.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. namespace Швейная_фабрика
  2. {
  3. partial class FormReg
  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.Windows.Forms.Label loginLabel;
  30. System.Windows.Forms.Label passLabel;
  31. System.Windows.Forms.Label surnameLabel;
  32. System.Windows.Forms.Label nameLabel;
  33. System.Windows.Forms.Label otchLabel;
  34. System.Windows.Forms.Label phoneLabel1;
  35. System.Windows.Forms.Label label2;
  36. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormReg));
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  40. this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
  41. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  42. this.usersTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter();
  43. this.loginTextBox = new System.Windows.Forms.TextBox();
  44. this.passTextBox = new System.Windows.Forms.TextBox();
  45. this.surnameTextBox = new System.Windows.Forms.TextBox();
  46. this.nameTextBox = new System.Windows.Forms.TextBox();
  47. this.otchTextBox = new System.Windows.Forms.TextBox();
  48. this.phoneMaskedTextBox = new System.Windows.Forms.MaskedTextBox();
  49. this.CbxShowPass = new System.Windows.Forms.CheckBox();
  50. this.BtnCancel = new System.Windows.Forms.Button();
  51. this.BtnReg = new System.Windows.Forms.Button();
  52. this.passTextBox2 = new System.Windows.Forms.TextBox();
  53. loginLabel = new System.Windows.Forms.Label();
  54. passLabel = new System.Windows.Forms.Label();
  55. surnameLabel = new System.Windows.Forms.Label();
  56. nameLabel = new System.Windows.Forms.Label();
  57. otchLabel = new System.Windows.Forms.Label();
  58. phoneLabel1 = new System.Windows.Forms.Label();
  59. label2 = new System.Windows.Forms.Label();
  60. this.panel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  64. this.SuspendLayout();
  65. //
  66. // loginLabel
  67. //
  68. loginLabel.AutoSize = true;
  69. loginLabel.Location = new System.Drawing.Point(104, 190);
  70. loginLabel.Name = "loginLabel";
  71. loginLabel.Size = new System.Drawing.Size(49, 16);
  72. loginLabel.TabIndex = 3;
  73. loginLabel.Text = "Логин:";
  74. //
  75. // passLabel
  76. //
  77. passLabel.AutoSize = true;
  78. passLabel.Location = new System.Drawing.Point(94, 227);
  79. passLabel.Name = "passLabel";
  80. passLabel.Size = new System.Drawing.Size(59, 16);
  81. passLabel.TabIndex = 4;
  82. passLabel.Text = "Пароль:";
  83. //
  84. // surnameLabel
  85. //
  86. surnameLabel.AutoSize = true;
  87. surnameLabel.Location = new System.Drawing.Point(84, 359);
  88. surnameLabel.Name = "surnameLabel";
  89. surnameLabel.Size = new System.Drawing.Size(69, 16);
  90. surnameLabel.TabIndex = 5;
  91. surnameLabel.Text = "Фамилия:";
  92. //
  93. // nameLabel
  94. //
  95. nameLabel.AutoSize = true;
  96. nameLabel.Location = new System.Drawing.Point(117, 396);
  97. nameLabel.Name = "nameLabel";
  98. nameLabel.Size = new System.Drawing.Size(36, 16);
  99. nameLabel.TabIndex = 7;
  100. nameLabel.Text = "Имя:";
  101. //
  102. // otchLabel
  103. //
  104. otchLabel.AutoSize = true;
  105. otchLabel.Location = new System.Drawing.Point(80, 433);
  106. otchLabel.Name = "otchLabel";
  107. otchLabel.Size = new System.Drawing.Size(73, 16);
  108. otchLabel.TabIndex = 9;
  109. otchLabel.Text = "Отчество:";
  110. //
  111. // phoneLabel1
  112. //
  113. phoneLabel1.AutoSize = true;
  114. phoneLabel1.Location = new System.Drawing.Point(83, 302);
  115. phoneLabel1.Name = "phoneLabel1";
  116. phoneLabel1.Size = new System.Drawing.Size(70, 16);
  117. phoneLabel1.TabIndex = 14;
  118. phoneLabel1.Text = "Телефон:";
  119. //
  120. // panel1
  121. //
  122. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  123. this.panel1.Controls.Add(this.label1);
  124. this.panel1.Controls.Add(this.pictureBox1);
  125. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  126. this.panel1.Location = new System.Drawing.Point(0, 0);
  127. this.panel1.Name = "panel1";
  128. this.panel1.Size = new System.Drawing.Size(446, 130);
  129. this.panel1.TabIndex = 2;
  130. //
  131. // label1
  132. //
  133. this.label1.AutoSize = true;
  134. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  135. this.label1.Location = new System.Drawing.Point(205, 51);
  136. this.label1.Name = "label1";
  137. this.label1.Size = new System.Drawing.Size(159, 29);
  138. this.label1.TabIndex = 1;
  139. this.label1.Text = "Регистрация";
  140. //
  141. // pictureBox1
  142. //
  143. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  144. this.pictureBox1.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
  145. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  146. this.pictureBox1.Name = "pictureBox1";
  147. this.pictureBox1.Size = new System.Drawing.Size(133, 130);
  148. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  149. this.pictureBox1.TabIndex = 0;
  150. this.pictureBox1.TabStop = false;
  151. //
  152. // сlothesFactoryLGDataSet
  153. //
  154. this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
  155. this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  156. //
  157. // BsUsers
  158. //
  159. this.BsUsers.DataMember = "Users";
  160. this.BsUsers.DataSource = this.сlothesFactoryLGDataSet;
  161. //
  162. // usersTableAdapter
  163. //
  164. this.usersTableAdapter.ClearBeforeFill = true;
  165. //
  166. // loginTextBox
  167. //
  168. this.loginTextBox.Location = new System.Drawing.Point(171, 187);
  169. this.loginTextBox.Name = "loginTextBox";
  170. this.loginTextBox.Size = new System.Drawing.Size(193, 22);
  171. this.loginTextBox.TabIndex = 4;
  172. //
  173. // passTextBox
  174. //
  175. this.passTextBox.Location = new System.Drawing.Point(171, 224);
  176. this.passTextBox.Name = "passTextBox";
  177. this.passTextBox.Size = new System.Drawing.Size(193, 22);
  178. this.passTextBox.TabIndex = 5;
  179. //
  180. // surnameTextBox
  181. //
  182. this.surnameTextBox.Location = new System.Drawing.Point(171, 356);
  183. this.surnameTextBox.Name = "surnameTextBox";
  184. this.surnameTextBox.Size = new System.Drawing.Size(193, 22);
  185. this.surnameTextBox.TabIndex = 6;
  186. //
  187. // nameTextBox
  188. //
  189. this.nameTextBox.Location = new System.Drawing.Point(171, 393);
  190. this.nameTextBox.Name = "nameTextBox";
  191. this.nameTextBox.Size = new System.Drawing.Size(193, 22);
  192. this.nameTextBox.TabIndex = 8;
  193. //
  194. // otchTextBox
  195. //
  196. this.otchTextBox.Location = new System.Drawing.Point(171, 430);
  197. this.otchTextBox.Name = "otchTextBox";
  198. this.otchTextBox.Size = new System.Drawing.Size(193, 22);
  199. this.otchTextBox.TabIndex = 10;
  200. //
  201. // phoneMaskedTextBox
  202. //
  203. this.phoneMaskedTextBox.Location = new System.Drawing.Point(171, 299);
  204. this.phoneMaskedTextBox.Mask = "+7(999) 000-0000";
  205. this.phoneMaskedTextBox.Name = "phoneMaskedTextBox";
  206. this.phoneMaskedTextBox.Size = new System.Drawing.Size(193, 22);
  207. this.phoneMaskedTextBox.TabIndex = 15;
  208. //
  209. // CbxShowPass
  210. //
  211. this.CbxShowPass.AutoSize = true;
  212. this.CbxShowPass.Location = new System.Drawing.Point(145, 327);
  213. this.CbxShowPass.Name = "CbxShowPass";
  214. this.CbxShowPass.Size = new System.Drawing.Size(219, 20);
  215. this.CbxShowPass.TabIndex = 18;
  216. this.CbxShowPass.Text = "Показывать символы пароля";
  217. this.CbxShowPass.UseVisualStyleBackColor = true;
  218. this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged);
  219. //
  220. // BtnCancel
  221. //
  222. this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  223. this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  224. this.BtnCancel.Location = new System.Drawing.Point(239, 470);
  225. this.BtnCancel.Name = "BtnCancel";
  226. this.BtnCancel.Size = new System.Drawing.Size(154, 40);
  227. this.BtnCancel.TabIndex = 20;
  228. this.BtnCancel.Text = "Отмена";
  229. this.BtnCancel.UseVisualStyleBackColor = false;
  230. this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
  231. //
  232. // BtnReg
  233. //
  234. this.BtnReg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  235. this.BtnReg.Location = new System.Drawing.Point(59, 470);
  236. this.BtnReg.Name = "BtnReg";
  237. this.BtnReg.Size = new System.Drawing.Size(163, 39);
  238. this.BtnReg.TabIndex = 19;
  239. this.BtnReg.Text = "Зарегистрировать";
  240. this.BtnReg.UseVisualStyleBackColor = false;
  241. this.BtnReg.Click += new System.EventHandler(this.BtnReg_Click);
  242. //
  243. // label2
  244. //
  245. label2.AutoSize = true;
  246. label2.Location = new System.Drawing.Point(25, 264);
  247. label2.Name = "label2";
  248. label2.Size = new System.Drawing.Size(140, 16);
  249. label2.TabIndex = 21;
  250. label2.Text = "Потвердите пароль:";
  251. //
  252. // passTextBox2
  253. //
  254. this.passTextBox2.Location = new System.Drawing.Point(171, 261);
  255. this.passTextBox2.Name = "passTextBox2";
  256. this.passTextBox2.Size = new System.Drawing.Size(193, 22);
  257. this.passTextBox2.TabIndex = 22;
  258. //
  259. // FormReg
  260. //
  261. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  262. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  263. this.ClientSize = new System.Drawing.Size(446, 580);
  264. this.Controls.Add(label2);
  265. this.Controls.Add(this.passTextBox2);
  266. this.Controls.Add(this.BtnCancel);
  267. this.Controls.Add(this.BtnReg);
  268. this.Controls.Add(this.CbxShowPass);
  269. this.Controls.Add(phoneLabel1);
  270. this.Controls.Add(this.phoneMaskedTextBox);
  271. this.Controls.Add(otchLabel);
  272. this.Controls.Add(this.otchTextBox);
  273. this.Controls.Add(nameLabel);
  274. this.Controls.Add(this.nameTextBox);
  275. this.Controls.Add(surnameLabel);
  276. this.Controls.Add(this.surnameTextBox);
  277. this.Controls.Add(passLabel);
  278. this.Controls.Add(this.passTextBox);
  279. this.Controls.Add(loginLabel);
  280. this.Controls.Add(this.loginTextBox);
  281. this.Controls.Add(this.panel1);
  282. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  283. this.Name = "FormReg";
  284. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  285. this.Text = "СУБД \"Швейная фабрика\"";
  286. this.Load += new System.EventHandler(this.FormReg_Load);
  287. this.panel1.ResumeLayout(false);
  288. this.panel1.PerformLayout();
  289. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  290. ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
  291. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  292. this.ResumeLayout(false);
  293. this.PerformLayout();
  294. }
  295. #endregion
  296. private System.Windows.Forms.Panel panel1;
  297. private System.Windows.Forms.Label label1;
  298. private System.Windows.Forms.PictureBox pictureBox1;
  299. private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
  300. private System.Windows.Forms.BindingSource BsUsers;
  301. private СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  302. private System.Windows.Forms.TextBox loginTextBox;
  303. private System.Windows.Forms.TextBox passTextBox;
  304. private System.Windows.Forms.TextBox surnameTextBox;
  305. private System.Windows.Forms.TextBox nameTextBox;
  306. private System.Windows.Forms.TextBox otchTextBox;
  307. private System.Windows.Forms.MaskedTextBox phoneMaskedTextBox;
  308. private System.Windows.Forms.CheckBox CbxShowPass;
  309. private System.Windows.Forms.Button BtnCancel;
  310. private System.Windows.Forms.Button BtnReg;
  311. private System.Windows.Forms.TextBox passTextBox2;
  312. }
  313. }