fProfil.Designer.cs 19 KB

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