FormProfile.Designer.cs 16 KB

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