fRegistracia.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. namespace garment_factory
  2. {
  3. partial class fRegistracia
  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 passLabel;
  30. System.Windows.Forms.Label surnameLabel;
  31. System.Windows.Forms.Label nameLabel;
  32. System.Windows.Forms.Label otchLabel;
  33. System.Windows.Forms.Label phoneLabel;
  34. System.Windows.Forms.Label loginLabel1;
  35. System.Windows.Forms.Label passwLabel;
  36. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fRegistracia));
  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.checkBox1 = new System.Windows.Forms.CheckBox();
  41. this.PassTextBox2 = new System.Windows.Forms.TextBox();
  42. this.button1 = new System.Windows.Forms.Button();
  43. this.BtnReg = new System.Windows.Forms.Button();
  44. this.fabrika2024DataSet = new garment_factory.Fabrika2024DataSet();
  45. this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
  46. this.usersTableAdapter = new garment_factory.Fabrika2024DataSetTableAdapters.UsersTableAdapter();
  47. this.tableAdapterManager = new garment_factory.Fabrika2024DataSetTableAdapters.TableAdapterManager();
  48. this.LblRole = new System.Windows.Forms.Label();
  49. this.roleTextBox = new System.Windows.Forms.TextBox();
  50. this.surnameTextBox = new System.Windows.Forms.TextBox();
  51. this.nameTextBox = new System.Windows.Forms.TextBox();
  52. this.otchTextBox = new System.Windows.Forms.TextBox();
  53. this.phoneMaskedTextBox = new System.Windows.Forms.MaskedTextBox();
  54. this.loginTextBox1 = new System.Windows.Forms.TextBox();
  55. this.passwTextBox = new System.Windows.Forms.TextBox();
  56. passLabel = new System.Windows.Forms.Label();
  57. surnameLabel = new System.Windows.Forms.Label();
  58. nameLabel = new System.Windows.Forms.Label();
  59. otchLabel = new System.Windows.Forms.Label();
  60. phoneLabel = new System.Windows.Forms.Label();
  61. loginLabel1 = new System.Windows.Forms.Label();
  62. passwLabel = new System.Windows.Forms.Label();
  63. this.panel1.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.fabrika2024DataSet)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // passLabel
  70. //
  71. passLabel.AutoSize = true;
  72. passLabel.Font = new System.Drawing.Font("Arial", 14.25F);
  73. passLabel.Location = new System.Drawing.Point(12, 348);
  74. passLabel.Name = "passLabel";
  75. passLabel.Size = new System.Drawing.Size(197, 22);
  76. passLabel.TabIndex = 70;
  77. passLabel.Text = "Подтвердите пароль:";
  78. //
  79. // surnameLabel
  80. //
  81. surnameLabel.AutoSize = true;
  82. surnameLabel.Font = new System.Drawing.Font("Arial", 14.25F);
  83. surnameLabel.Location = new System.Drawing.Point(12, 139);
  84. surnameLabel.Name = "surnameLabel";
  85. surnameLabel.Size = new System.Drawing.Size(92, 22);
  86. surnameLabel.TabIndex = 84;
  87. surnameLabel.Text = "Фамилия:";
  88. //
  89. // nameLabel
  90. //
  91. nameLabel.AutoSize = true;
  92. nameLabel.Font = new System.Drawing.Font("Arial", 14.25F);
  93. nameLabel.Location = new System.Drawing.Point(12, 174);
  94. nameLabel.Name = "nameLabel";
  95. nameLabel.Size = new System.Drawing.Size(52, 22);
  96. nameLabel.TabIndex = 85;
  97. nameLabel.Text = "Имя:";
  98. //
  99. // otchLabel
  100. //
  101. otchLabel.AutoSize = true;
  102. otchLabel.Font = new System.Drawing.Font("Arial", 14.25F);
  103. otchLabel.Location = new System.Drawing.Point(12, 209);
  104. otchLabel.Name = "otchLabel";
  105. otchLabel.Size = new System.Drawing.Size(98, 22);
  106. otchLabel.TabIndex = 86;
  107. otchLabel.Text = "Отчество:";
  108. //
  109. // phoneLabel
  110. //
  111. phoneLabel.AutoSize = true;
  112. phoneLabel.Font = new System.Drawing.Font("Arial", 14.25F);
  113. phoneLabel.Location = new System.Drawing.Point(12, 244);
  114. phoneLabel.Name = "phoneLabel";
  115. phoneLabel.Size = new System.Drawing.Size(94, 22);
  116. phoneLabel.TabIndex = 87;
  117. phoneLabel.Text = "Телефон:";
  118. //
  119. // loginLabel1
  120. //
  121. loginLabel1.AutoSize = true;
  122. loginLabel1.Font = new System.Drawing.Font("Arial", 14.25F);
  123. loginLabel1.Location = new System.Drawing.Point(12, 279);
  124. loginLabel1.Name = "loginLabel1";
  125. loginLabel1.Size = new System.Drawing.Size(65, 22);
  126. loginLabel1.TabIndex = 88;
  127. loginLabel1.Text = "Логин:";
  128. //
  129. // passwLabel
  130. //
  131. passwLabel.AutoSize = true;
  132. passwLabel.Font = new System.Drawing.Font("Arial", 14.25F);
  133. passwLabel.Location = new System.Drawing.Point(12, 314);
  134. passwLabel.Name = "passwLabel";
  135. passwLabel.Size = new System.Drawing.Size(81, 22);
  136. passwLabel.TabIndex = 89;
  137. passwLabel.Text = "Пароль:";
  138. //
  139. // panel1
  140. //
  141. this.panel1.Controls.Add(this.label1);
  142. this.panel1.Controls.Add(this.pictureBox1);
  143. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  144. this.panel1.Location = new System.Drawing.Point(0, 0);
  145. this.panel1.Margin = new System.Windows.Forms.Padding(6);
  146. this.panel1.Name = "panel1";
  147. this.panel1.Size = new System.Drawing.Size(362, 123);
  148. this.panel1.TabIndex = 51;
  149. //
  150. // label1
  151. //
  152. this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  153. this.label1.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  154. this.label1.Location = new System.Drawing.Point(146, 0);
  155. this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  156. this.label1.Name = "label1";
  157. this.label1.Size = new System.Drawing.Size(227, 123);
  158. this.label1.TabIndex = 1;
  159. this.label1.Text = "Регистрация";
  160. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  161. //
  162. // pictureBox1
  163. //
  164. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  165. this.pictureBox1.Image = global::garment_factory.Properties.Resources.fabric_logo;
  166. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  167. this.pictureBox1.Margin = new System.Windows.Forms.Padding(6);
  168. this.pictureBox1.Name = "pictureBox1";
  169. this.pictureBox1.Size = new System.Drawing.Size(146, 123);
  170. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  171. this.pictureBox1.TabIndex = 0;
  172. this.pictureBox1.TabStop = false;
  173. //
  174. // checkBox1
  175. //
  176. this.checkBox1.AutoSize = true;
  177. this.checkBox1.Font = new System.Drawing.Font("Arial", 14.25F);
  178. this.checkBox1.Location = new System.Drawing.Point(16, 372);
  179. this.checkBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  180. this.checkBox1.Name = "checkBox1";
  181. this.checkBox1.Size = new System.Drawing.Size(181, 26);
  182. this.checkBox1.TabIndex = 77;
  183. this.checkBox1.Text = "Показать пароль:";
  184. this.checkBox1.UseVisualStyleBackColor = true;
  185. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  186. //
  187. // PassTextBox2
  188. //
  189. this.PassTextBox2.Font = new System.Drawing.Font("Arial", 14.25F);
  190. this.PassTextBox2.Location = new System.Drawing.Point(215, 341);
  191. this.PassTextBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  192. this.PassTextBox2.Name = "PassTextBox2";
  193. this.PassTextBox2.Size = new System.Drawing.Size(139, 29);
  194. this.PassTextBox2.TabIndex = 71;
  195. this.PassTextBox2.UseSystemPasswordChar = true;
  196. //
  197. // button1
  198. //
  199. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  200. this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  201. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  202. this.button1.Location = new System.Drawing.Point(-8, 446);
  203. this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  204. this.button1.Name = "button1";
  205. this.button1.Size = new System.Drawing.Size(381, 42);
  206. this.button1.TabIndex = 68;
  207. this.button1.Text = "Отмена";
  208. this.button1.UseVisualStyleBackColor = false;
  209. this.button1.Click += new System.EventHandler(this.button1_Click);
  210. //
  211. // BtnReg
  212. //
  213. this.BtnReg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  214. this.BtnReg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  215. this.BtnReg.Location = new System.Drawing.Point(-8, 402);
  216. this.BtnReg.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  217. this.BtnReg.Name = "BtnReg";
  218. this.BtnReg.Size = new System.Drawing.Size(381, 45);
  219. this.BtnReg.TabIndex = 66;
  220. this.BtnReg.Text = "Зарегистрироваться";
  221. this.BtnReg.UseVisualStyleBackColor = false;
  222. this.BtnReg.Click += new System.EventHandler(this.BtnReg_Click);
  223. //
  224. // fabrika2024DataSet
  225. //
  226. this.fabrika2024DataSet.DataSetName = "Fabrika2024DataSet";
  227. this.fabrika2024DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  228. //
  229. // BsUsers
  230. //
  231. this.BsUsers.DataMember = "Users";
  232. this.BsUsers.DataSource = this.fabrika2024DataSet;
  233. //
  234. // usersTableAdapter
  235. //
  236. this.usersTableAdapter.ClearBeforeFill = true;
  237. //
  238. // tableAdapterManager
  239. //
  240. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  241. this.tableAdapterManager.CvetaTableAdapter = null;
  242. this.tableAdapterManager.FurnituraTableAdapter = null;
  243. this.tableAdapterManager.IzdelieTableAdapter = null;
  244. this.tableAdapterManager.OrdersTableAdapter = null;
  245. this.tableAdapterManager.RoleTableAdapter = null;
  246. this.tableAdapterManager.TkaniTableAdapter = null;
  247. this.tableAdapterManager.UpdateOrder = garment_factory.Fabrika2024DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  248. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  249. //
  250. // LblRole
  251. //
  252. this.LblRole.AutoSize = true;
  253. this.LblRole.Location = new System.Drawing.Point(504, 189);
  254. this.LblRole.Name = "LblRole";
  255. this.LblRole.Size = new System.Drawing.Size(69, 24);
  256. this.LblRole.TabIndex = 82;
  257. this.LblRole.Text = "label2";
  258. //
  259. // roleTextBox
  260. //
  261. this.roleTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "id_role", true));
  262. this.roleTextBox.Location = new System.Drawing.Point(508, 234);
  263. this.roleTextBox.Name = "roleTextBox";
  264. this.roleTextBox.Size = new System.Drawing.Size(100, 32);
  265. this.roleTextBox.TabIndex = 84;
  266. this.roleTextBox.Text = "1";
  267. //
  268. // surnameTextBox
  269. //
  270. this.surnameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Surname", true));
  271. this.surnameTextBox.Font = new System.Drawing.Font("Arial", 14.25F);
  272. this.surnameTextBox.Location = new System.Drawing.Point(110, 132);
  273. this.surnameTextBox.Name = "surnameTextBox";
  274. this.surnameTextBox.Size = new System.Drawing.Size(244, 29);
  275. this.surnameTextBox.TabIndex = 85;
  276. //
  277. // nameTextBox
  278. //
  279. this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
  280. this.nameTextBox.Font = new System.Drawing.Font("Arial", 14.25F);
  281. this.nameTextBox.Location = new System.Drawing.Point(110, 167);
  282. this.nameTextBox.Name = "nameTextBox";
  283. this.nameTextBox.Size = new System.Drawing.Size(244, 29);
  284. this.nameTextBox.TabIndex = 86;
  285. //
  286. // otchTextBox
  287. //
  288. this.otchTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
  289. this.otchTextBox.Font = new System.Drawing.Font("Arial", 14.25F);
  290. this.otchTextBox.Location = new System.Drawing.Point(110, 202);
  291. this.otchTextBox.Name = "otchTextBox";
  292. this.otchTextBox.Size = new System.Drawing.Size(244, 29);
  293. this.otchTextBox.TabIndex = 87;
  294. //
  295. // phoneMaskedTextBox
  296. //
  297. this.phoneMaskedTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Phone", true));
  298. this.phoneMaskedTextBox.Font = new System.Drawing.Font("Arial", 14.25F);
  299. this.phoneMaskedTextBox.Location = new System.Drawing.Point(110, 237);
  300. this.phoneMaskedTextBox.Mask = "+0(000) 000-00-00";
  301. this.phoneMaskedTextBox.Name = "phoneMaskedTextBox";
  302. this.phoneMaskedTextBox.Size = new System.Drawing.Size(244, 29);
  303. this.phoneMaskedTextBox.TabIndex = 88;
  304. //
  305. // loginTextBox1
  306. //
  307. this.loginTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "login", true));
  308. this.loginTextBox1.Font = new System.Drawing.Font("Arial", 14.25F);
  309. this.loginTextBox1.Location = new System.Drawing.Point(110, 272);
  310. this.loginTextBox1.Name = "loginTextBox1";
  311. this.loginTextBox1.Size = new System.Drawing.Size(244, 29);
  312. this.loginTextBox1.TabIndex = 89;
  313. //
  314. // passwTextBox
  315. //
  316. this.passwTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Passw", true));
  317. this.passwTextBox.Font = new System.Drawing.Font("Arial", 14.25F);
  318. this.passwTextBox.Location = new System.Drawing.Point(110, 307);
  319. this.passwTextBox.Name = "passwTextBox";
  320. this.passwTextBox.Size = new System.Drawing.Size(244, 29);
  321. this.passwTextBox.TabIndex = 90;
  322. this.passwTextBox.UseSystemPasswordChar = true;
  323. //
  324. // fRegistracia
  325. //
  326. this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 24F);
  327. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  328. this.BackColor = System.Drawing.Color.White;
  329. this.ClientSize = new System.Drawing.Size(362, 486);
  330. this.Controls.Add(passwLabel);
  331. this.Controls.Add(this.passwTextBox);
  332. this.Controls.Add(loginLabel1);
  333. this.Controls.Add(this.loginTextBox1);
  334. this.Controls.Add(phoneLabel);
  335. this.Controls.Add(this.phoneMaskedTextBox);
  336. this.Controls.Add(otchLabel);
  337. this.Controls.Add(this.otchTextBox);
  338. this.Controls.Add(nameLabel);
  339. this.Controls.Add(this.nameTextBox);
  340. this.Controls.Add(surnameLabel);
  341. this.Controls.Add(this.surnameTextBox);
  342. this.Controls.Add(this.roleTextBox);
  343. this.Controls.Add(this.LblRole);
  344. this.Controls.Add(this.checkBox1);
  345. this.Controls.Add(passLabel);
  346. this.Controls.Add(this.PassTextBox2);
  347. this.Controls.Add(this.button1);
  348. this.Controls.Add(this.BtnReg);
  349. this.Controls.Add(this.panel1);
  350. this.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold);
  351. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  352. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  353. this.Margin = new System.Windows.Forms.Padding(6);
  354. this.MaximizeBox = false;
  355. this.Name = "fRegistracia";
  356. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  357. this.Text = "СУБД \"Швейная фабрика\"";
  358. this.Load += new System.EventHandler(this.fRegistracia_Load);
  359. this.panel1.ResumeLayout(false);
  360. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  361. ((System.ComponentModel.ISupportInitialize)(this.fabrika2024DataSet)).EndInit();
  362. ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
  363. this.ResumeLayout(false);
  364. this.PerformLayout();
  365. }
  366. #endregion
  367. private System.Windows.Forms.Panel panel1;
  368. private System.Windows.Forms.Label label1;
  369. private System.Windows.Forms.PictureBox pictureBox1;
  370. private System.Windows.Forms.CheckBox checkBox1;
  371. private System.Windows.Forms.TextBox PassTextBox2;
  372. private System.Windows.Forms.Button button1;
  373. private System.Windows.Forms.Button BtnReg;
  374. private Fabrika2024DataSet fabrika2024DataSet;
  375. private System.Windows.Forms.BindingSource BsUsers;
  376. private Fabrika2024DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  377. private Fabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager;
  378. private System.Windows.Forms.Label LblRole;
  379. private System.Windows.Forms.TextBox roleTextBox;
  380. private System.Windows.Forms.TextBox surnameTextBox;
  381. private System.Windows.Forms.TextBox nameTextBox;
  382. private System.Windows.Forms.TextBox otchTextBox;
  383. private System.Windows.Forms.MaskedTextBox phoneMaskedTextBox;
  384. private System.Windows.Forms.TextBox loginTextBox1;
  385. private System.Windows.Forms.TextBox passwTextBox;
  386. }
  387. }