FProfile.Designer.cs 18 KB

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