FormProfile.Designer.cs 17 KB

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