FormProfile.Designer.cs 16 KB

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