FormProfile.Designer.cs 18 KB

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