FormProfil.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. namespace СУБД_Швейная_фабрика
  2. {
  3. partial class FormProfil
  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(FormProfil));
  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.BtnCancel = new System.Windows.Forms.Button();
  40. this.BtnSave = new System.Windows.Forms.Button();
  41. this.TbxPhone = new System.Windows.Forms.MaskedTextBox();
  42. this.otchTextBox = new System.Windows.Forms.TextBox();
  43. this.nameTextBox = new System.Windows.Forms.TextBox();
  44. this.famTextBox = new System.Windows.Forms.TextBox();
  45. this.panel1 = new System.Windows.Forms.Panel();
  46. this.label1 = new System.Windows.Forms.Label();
  47. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  48. this.LblPass = new System.Windows.Forms.Label();
  49. this.fabricDeryugoDataSet = new СУБД_Швейная_фабрика.FabricDeryugoDataSet();
  50. this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
  51. this.usersTableAdapter = new СУБД_Швейная_фабрика.FabricDeryugoDataSetTableAdapters.UsersTableAdapter();
  52. this.tableAdapterManager = new СУБД_Швейная_фабрика.FabricDeryugoDataSetTableAdapters.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.fabricDeryugoDataSet)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
  61. this.SuspendLayout();
  62. //
  63. // phoneLabel
  64. //
  65. phoneLabel.AutoSize = true;
  66. phoneLabel.Location = new System.Drawing.Point(236, 123);
  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(10, 171);
  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(38, 148);
  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(11, 123);
  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(254, 193);
  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(14, 223);
  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(254, 221);
  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(21, 194);
  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.Location = new System.Drawing.Point(71, 192);
  147. this.TbxNewPass.Margin = new System.Windows.Forms.Padding(2);
  148. this.TbxNewPass.Name = "TbxNewPass";
  149. this.TbxNewPass.Size = new System.Drawing.Size(151, 20);
  150. this.TbxNewPass.TabIndex = 36;
  151. this.TbxNewPass.UseSystemPasswordChar = true;
  152. //
  153. // BtnCancel
  154. //
  155. this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  156. this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  157. this.BtnCancel.Location = new System.Drawing.Point(286, 283);
  158. this.BtnCancel.Margin = new System.Windows.Forms.Padding(2);
  159. this.BtnCancel.Name = "BtnCancel";
  160. this.BtnCancel.Size = new System.Drawing.Size(116, 23);
  161. this.BtnCancel.TabIndex = 35;
  162. this.BtnCancel.Text = "Отмена";
  163. this.BtnCancel.UseVisualStyleBackColor = false;
  164. //
  165. // BtnSave
  166. //
  167. this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  168. this.BtnSave.Location = new System.Drawing.Point(62, 284);
  169. this.BtnSave.Margin = new System.Windows.Forms.Padding(2);
  170. this.BtnSave.Name = "BtnSave";
  171. this.BtnSave.Size = new System.Drawing.Size(122, 22);
  172. this.BtnSave.TabIndex = 34;
  173. this.BtnSave.Text = "Сохранить";
  174. this.BtnSave.UseVisualStyleBackColor = false;
  175. this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
  176. //
  177. // TbxPhone
  178. //
  179. this.TbxPhone.Location = new System.Drawing.Point(295, 123);
  180. this.TbxPhone.Margin = new System.Windows.Forms.Padding(2);
  181. this.TbxPhone.Mask = "+0(000) 000-00-00";
  182. this.TbxPhone.Name = "TbxPhone";
  183. this.TbxPhone.Size = new System.Drawing.Size(150, 20);
  184. this.TbxPhone.TabIndex = 33;
  185. //
  186. // otchTextBox
  187. //
  188. this.otchTextBox.Location = new System.Drawing.Point(71, 168);
  189. this.otchTextBox.Margin = new System.Windows.Forms.Padding(2);
  190. this.otchTextBox.Name = "otchTextBox";
  191. this.otchTextBox.Size = new System.Drawing.Size(151, 20);
  192. this.otchTextBox.TabIndex = 31;
  193. //
  194. // nameTextBox
  195. //
  196. this.nameTextBox.Location = new System.Drawing.Point(71, 145);
  197. this.nameTextBox.Margin = new System.Windows.Forms.Padding(2);
  198. this.nameTextBox.Name = "nameTextBox";
  199. this.nameTextBox.Size = new System.Drawing.Size(151, 20);
  200. this.nameTextBox.TabIndex = 29;
  201. //
  202. // famTextBox
  203. //
  204. this.famTextBox.Location = new System.Drawing.Point(71, 120);
  205. this.famTextBox.Margin = new System.Windows.Forms.Padding(2);
  206. this.famTextBox.Name = "famTextBox";
  207. this.famTextBox.Size = new System.Drawing.Size(151, 20);
  208. this.famTextBox.TabIndex = 28;
  209. //
  210. // panel1
  211. //
  212. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  213. this.panel1.Controls.Add(this.label1);
  214. this.panel1.Controls.Add(this.pictureBox1);
  215. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  216. this.panel1.Location = new System.Drawing.Point(0, 0);
  217. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  218. this.panel1.Name = "panel1";
  219. this.panel1.Size = new System.Drawing.Size(460, 106);
  220. this.panel1.TabIndex = 26;
  221. //
  222. // label1
  223. //
  224. this.label1.AutoSize = true;
  225. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  226. this.label1.Location = new System.Drawing.Point(196, 31);
  227. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  228. this.label1.Name = "label1";
  229. this.label1.Size = new System.Drawing.Size(222, 24);
  230. this.label1.TabIndex = 1;
  231. this.label1.Text = "Профиль пользователя";
  232. //
  233. // pictureBox1
  234. //
  235. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  236. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  237. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  238. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
  239. this.pictureBox1.Name = "pictureBox1";
  240. this.pictureBox1.Size = new System.Drawing.Size(100, 106);
  241. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  242. this.pictureBox1.TabIndex = 0;
  243. this.pictureBox1.TabStop = false;
  244. //
  245. // LblPass
  246. //
  247. this.LblPass.AutoSize = true;
  248. this.LblPass.Location = new System.Drawing.Point(568, 145);
  249. this.LblPass.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  250. this.LblPass.Name = "LblPass";
  251. this.LblPass.Size = new System.Drawing.Size(35, 13);
  252. this.LblPass.TabIndex = 41;
  253. this.LblPass.Text = "label4";
  254. //
  255. // fabricDeryugoDataSet
  256. //
  257. this.fabricDeryugoDataSet.DataSetName = "FabricDeryugoDataSet";
  258. this.fabricDeryugoDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  259. //
  260. // usersBindingSource
  261. //
  262. this.usersBindingSource.DataMember = "Users";
  263. this.usersBindingSource.DataSource = this.fabricDeryugoDataSet;
  264. //
  265. // usersTableAdapter
  266. //
  267. this.usersTableAdapter.ClearBeforeFill = true;
  268. //
  269. // tableAdapterManager
  270. //
  271. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  272. this.tableAdapterManager.FurnituraTableAdapter = null;
  273. this.tableAdapterManager.IzdeliyaTableAdapter = null;
  274. this.tableAdapterManager.sysdiagramsTableAdapter = null;
  275. this.tableAdapterManager.TkaniTableAdapter = null;
  276. this.tableAdapterManager.UpdateOrder = СУБД_Швейная_фабрика.FabricDeryugoDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  277. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  278. this.tableAdapterManager.ZakazTableAdapter = null;
  279. //
  280. // FormProfil
  281. //
  282. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  283. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  284. this.ClientSize = new System.Drawing.Size(460, 329);
  285. this.Controls.Add(this.LblPass);
  286. this.Controls.Add(this.CbxShowPass);
  287. this.Controls.Add(this.label3);
  288. this.Controls.Add(this.TbxOldPass);
  289. this.Controls.Add(this.label2);
  290. this.Controls.Add(this.TbxNewPass);
  291. this.Controls.Add(this.BtnCancel);
  292. this.Controls.Add(this.BtnSave);
  293. this.Controls.Add(this.TbxPhone);
  294. this.Controls.Add(phoneLabel);
  295. this.Controls.Add(otchLabel);
  296. this.Controls.Add(this.otchTextBox);
  297. this.Controls.Add(nameLabel);
  298. this.Controls.Add(this.nameTextBox);
  299. this.Controls.Add(famLabel);
  300. this.Controls.Add(this.famTextBox);
  301. this.Controls.Add(this.panel1);
  302. this.Name = "FormProfil";
  303. this.Text = "FormProfil";
  304. this.Load += new System.EventHandler(this.FormProfil_Load);
  305. this.panel1.ResumeLayout(false);
  306. this.panel1.PerformLayout();
  307. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  308. ((System.ComponentModel.ISupportInitialize)(this.fabricDeryugoDataSet)).EndInit();
  309. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
  310. this.ResumeLayout(false);
  311. this.PerformLayout();
  312. }
  313. #endregion
  314. private System.Windows.Forms.CheckBox CbxShowPass;
  315. private System.Windows.Forms.Label label3;
  316. private System.Windows.Forms.TextBox TbxOldPass;
  317. private System.Windows.Forms.Label label2;
  318. private System.Windows.Forms.TextBox TbxNewPass;
  319. private System.Windows.Forms.Button BtnCancel;
  320. private System.Windows.Forms.Button BtnSave;
  321. private System.Windows.Forms.MaskedTextBox TbxPhone;
  322. private System.Windows.Forms.TextBox otchTextBox;
  323. private System.Windows.Forms.TextBox nameTextBox;
  324. private System.Windows.Forms.TextBox famTextBox;
  325. private System.Windows.Forms.Panel panel1;
  326. private System.Windows.Forms.Label label1;
  327. private System.Windows.Forms.PictureBox pictureBox1;
  328. private System.Windows.Forms.Label LblPass;
  329. private FabricDeryugoDataSet fabricDeryugoDataSet;
  330. public System.Windows.Forms.BindingSource usersBindingSource;
  331. private FabricDeryugoDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  332. private FabricDeryugoDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  333. }
  334. }