FormReg.Designer.cs 16 KB

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