FormProfilZak.Designer.cs 16 KB

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