FRegistr.Designer.cs 19 KB

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