FormReg.Designer.cs 17 KB

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