FormProfil.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProfil));
  30. System.Windows.Forms.Label surnameLabel;
  31. System.Windows.Forms.Label nameLabel;
  32. System.Windows.Forms.Label patronymicLabel;
  33. System.Windows.Forms.Label passwordLabel;
  34. System.Windows.Forms.Label label1;
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.LblTitleWork = new System.Windows.Forms.Label();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.techServiceBAUDataSet = new СУБД_Техносервис.TechServiceBAUDataSet();
  39. this.BsMaster = new System.Windows.Forms.BindingSource(this.components);
  40. this.employeeTableAdapter = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.EmployeeTableAdapter();
  41. this.TbxSurname = new System.Windows.Forms.TextBox();
  42. this.TbxName = new System.Windows.Forms.TextBox();
  43. this.TbxOtch = new System.Windows.Forms.TextBox();
  44. this.tableAdapterManager = new СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.TableAdapterManager();
  45. this.TbxNewPassw = new System.Windows.Forms.TextBox();
  46. this.button1 = new System.Windows.Forms.Button();
  47. this.BtnAdd = new System.Windows.Forms.Button();
  48. this.TbxRefreshNewPassw = new System.Windows.Forms.TextBox();
  49. this.PbxPhoto = new System.Windows.Forms.PictureBox();
  50. this.label2 = new System.Windows.Forms.Label();
  51. this.LblOldPassw = new System.Windows.Forms.Label();
  52. this.BtnLoadPhoto = new System.Windows.Forms.Button();
  53. this.CbxShowPassw = new System.Windows.Forms.CheckBox();
  54. this.LblPhoto = new System.Windows.Forms.Label();
  55. this.OfdPhoto = new System.Windows.Forms.OpenFileDialog();
  56. this.BtnClear = new System.Windows.Forms.Button();
  57. surnameLabel = new System.Windows.Forms.Label();
  58. nameLabel = new System.Windows.Forms.Label();
  59. patronymicLabel = new System.Windows.Forms.Label();
  60. passwordLabel = new System.Windows.Forms.Label();
  61. label1 = new System.Windows.Forms.Label();
  62. this.panel1.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.BsMaster)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.PbxPhoto)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // panel1
  70. //
  71. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
  72. this.panel1.Controls.Add(this.LblTitleWork);
  73. this.panel1.Controls.Add(this.pictureBox1);
  74. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  75. this.panel1.Location = new System.Drawing.Point(0, 0);
  76. this.panel1.Name = "panel1";
  77. this.panel1.Size = new System.Drawing.Size(481, 100);
  78. this.panel1.TabIndex = 2;
  79. //
  80. // LblTitleWork
  81. //
  82. this.LblTitleWork.Anchor = System.Windows.Forms.AnchorStyles.Top;
  83. this.LblTitleWork.AutoSize = true;
  84. this.LblTitleWork.Font = new System.Drawing.Font("Arial Narrow", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  85. this.LblTitleWork.Location = new System.Drawing.Point(236, 35);
  86. this.LblTitleWork.Name = "LblTitleWork";
  87. this.LblTitleWork.Size = new System.Drawing.Size(132, 37);
  88. this.LblTitleWork.TabIndex = 1;
  89. this.LblTitleWork.Text = "Профиль";
  90. //
  91. // pictureBox1
  92. //
  93. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  94. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  95. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  96. this.pictureBox1.Name = "pictureBox1";
  97. this.pictureBox1.Size = new System.Drawing.Size(144, 100);
  98. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  99. this.pictureBox1.TabIndex = 0;
  100. this.pictureBox1.TabStop = false;
  101. //
  102. // techServiceBAUDataSet
  103. //
  104. this.techServiceBAUDataSet.DataSetName = "TechServiceBAUDataSet";
  105. this.techServiceBAUDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  106. //
  107. // BsMaster
  108. //
  109. this.BsMaster.DataMember = "Employee";
  110. this.BsMaster.DataSource = this.techServiceBAUDataSet;
  111. //
  112. // employeeTableAdapter
  113. //
  114. this.employeeTableAdapter.ClearBeforeFill = true;
  115. //
  116. // surnameLabel
  117. //
  118. surnameLabel.AutoSize = true;
  119. surnameLabel.Location = new System.Drawing.Point(49, 120);
  120. surnameLabel.Name = "surnameLabel";
  121. surnameLabel.Size = new System.Drawing.Size(49, 16);
  122. surnameLabel.TabIndex = 3;
  123. surnameLabel.Text = "Фамилия";
  124. //
  125. // TbxSurname
  126. //
  127. this.TbxSurname.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsMaster, "Surname", true));
  128. this.TbxSurname.Location = new System.Drawing.Point(104, 117);
  129. this.TbxSurname.Name = "TbxSurname";
  130. this.TbxSurname.Size = new System.Drawing.Size(148, 21);
  131. this.TbxSurname.TabIndex = 4;
  132. //
  133. // nameLabel
  134. //
  135. nameLabel.AutoSize = true;
  136. nameLabel.Location = new System.Drawing.Point(72, 147);
  137. nameLabel.Name = "nameLabel";
  138. nameLabel.Size = new System.Drawing.Size(26, 16);
  139. nameLabel.TabIndex = 4;
  140. nameLabel.Text = "Имя";
  141. //
  142. // TbxName
  143. //
  144. this.TbxName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsMaster, "Name", true));
  145. this.TbxName.Location = new System.Drawing.Point(104, 144);
  146. this.TbxName.Name = "TbxName";
  147. this.TbxName.Size = new System.Drawing.Size(148, 21);
  148. this.TbxName.TabIndex = 5;
  149. //
  150. // patronymicLabel
  151. //
  152. patronymicLabel.AutoSize = true;
  153. patronymicLabel.Location = new System.Drawing.Point(46, 174);
  154. patronymicLabel.Name = "patronymicLabel";
  155. patronymicLabel.Size = new System.Drawing.Size(52, 16);
  156. patronymicLabel.TabIndex = 6;
  157. patronymicLabel.Text = "Отчество";
  158. //
  159. // TbxOtch
  160. //
  161. this.TbxOtch.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsMaster, "Patronymic", true));
  162. this.TbxOtch.Location = new System.Drawing.Point(104, 171);
  163. this.TbxOtch.Name = "TbxOtch";
  164. this.TbxOtch.Size = new System.Drawing.Size(148, 21);
  165. this.TbxOtch.TabIndex = 7;
  166. //
  167. // tableAdapterManager
  168. //
  169. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  170. this.tableAdapterManager.ClientFIOTableAdapter = null;
  171. this.tableAdapterManager.ClientTableAdapter = null;
  172. this.tableAdapterManager.EmployeeTableAdapter = this.employeeTableAdapter;
  173. this.tableAdapterManager.ExecutionRequestTableAdapter = null;
  174. this.tableAdapterManager.RequestTableAdapter = null;
  175. this.tableAdapterManager.RoleTableAdapter = null;
  176. this.tableAdapterManager.StatusTableAdapter = null;
  177. this.tableAdapterManager.TypeDefectTableAdapter = null;
  178. this.tableAdapterManager.UpdateOrder = СУБД_Техносервис.TechServiceBAUDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  179. //
  180. // passwordLabel
  181. //
  182. passwordLabel.AutoSize = true;
  183. passwordLabel.Location = new System.Drawing.Point(57, 201);
  184. passwordLabel.Name = "passwordLabel";
  185. passwordLabel.Size = new System.Drawing.Size(41, 16);
  186. passwordLabel.TabIndex = 7;
  187. passwordLabel.Text = "Пароль";
  188. //
  189. // TbxNewPassw
  190. //
  191. this.TbxNewPassw.Location = new System.Drawing.Point(104, 198);
  192. this.TbxNewPassw.Name = "TbxNewPassw";
  193. this.TbxNewPassw.Size = new System.Drawing.Size(148, 21);
  194. this.TbxNewPassw.TabIndex = 8;
  195. this.TbxNewPassw.UseSystemPasswordChar = true;
  196. //
  197. // button1
  198. //
  199. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  200. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  201. this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  202. this.button1.ForeColor = System.Drawing.Color.White;
  203. this.button1.Location = new System.Drawing.Point(282, 348);
  204. this.button1.Name = "button1";
  205. this.button1.Size = new System.Drawing.Size(157, 26);
  206. this.button1.TabIndex = 11;
  207. this.button1.Text = "Отмена";
  208. this.button1.UseVisualStyleBackColor = false;
  209. //
  210. // BtnAdd
  211. //
  212. this.BtnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  213. this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  214. this.BtnAdd.ForeColor = System.Drawing.Color.White;
  215. this.BtnAdd.Location = new System.Drawing.Point(52, 348);
  216. this.BtnAdd.Name = "BtnAdd";
  217. this.BtnAdd.Size = new System.Drawing.Size(157, 26);
  218. this.BtnAdd.TabIndex = 10;
  219. this.BtnAdd.Text = "Сохранить";
  220. this.BtnAdd.UseVisualStyleBackColor = false;
  221. this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
  222. //
  223. // label1
  224. //
  225. label1.AutoSize = true;
  226. label1.Location = new System.Drawing.Point(23, 228);
  227. label1.Name = "label1";
  228. label1.Size = new System.Drawing.Size(75, 16);
  229. label1.TabIndex = 12;
  230. label1.Text = "Повтор пароля";
  231. //
  232. // TbxRefreshNewPassw
  233. //
  234. this.TbxRefreshNewPassw.Location = new System.Drawing.Point(104, 225);
  235. this.TbxRefreshNewPassw.Name = "TbxRefreshNewPassw";
  236. this.TbxRefreshNewPassw.Size = new System.Drawing.Size(148, 21);
  237. this.TbxRefreshNewPassw.TabIndex = 13;
  238. this.TbxRefreshNewPassw.UseSystemPasswordChar = true;
  239. //
  240. // PbxPhoto
  241. //
  242. this.PbxPhoto.Location = new System.Drawing.Point(282, 123);
  243. this.PbxPhoto.Name = "PbxPhoto";
  244. this.PbxPhoto.Size = new System.Drawing.Size(150, 150);
  245. this.PbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  246. this.PbxPhoto.TabIndex = 14;
  247. this.PbxPhoto.TabStop = false;
  248. //
  249. // label2
  250. //
  251. this.label2.AutoSize = true;
  252. this.label2.Location = new System.Drawing.Point(279, 104);
  253. this.label2.Name = "label2";
  254. this.label2.Size = new System.Drawing.Size(30, 16);
  255. this.label2.TabIndex = 15;
  256. this.label2.Text = "Фото";
  257. //
  258. // LblOldPassw
  259. //
  260. this.LblOldPassw.AutoSize = true;
  261. this.LblOldPassw.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsMaster, "Password", true));
  262. this.LblOldPassw.Location = new System.Drawing.Point(67, 279);
  263. this.LblOldPassw.Name = "LblOldPassw";
  264. this.LblOldPassw.Size = new System.Drawing.Size(31, 16);
  265. this.LblOldPassw.TabIndex = 16;
  266. this.LblOldPassw.Text = "label3";
  267. //
  268. // BtnLoadPhoto
  269. //
  270. this.BtnLoadPhoto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  271. this.BtnLoadPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  272. this.BtnLoadPhoto.ForeColor = System.Drawing.Color.White;
  273. this.BtnLoadPhoto.Location = new System.Drawing.Point(282, 316);
  274. this.BtnLoadPhoto.Name = "BtnLoadPhoto";
  275. this.BtnLoadPhoto.Size = new System.Drawing.Size(157, 26);
  276. this.BtnLoadPhoto.TabIndex = 17;
  277. this.BtnLoadPhoto.Text = "Загрузить фото";
  278. this.BtnLoadPhoto.UseVisualStyleBackColor = false;
  279. this.BtnLoadPhoto.Click += new System.EventHandler(this.BtnLoadPhoto_Click);
  280. //
  281. // CbxShowPassw
  282. //
  283. this.CbxShowPassw.AutoSize = true;
  284. this.CbxShowPassw.Location = new System.Drawing.Point(149, 253);
  285. this.CbxShowPassw.Name = "CbxShowPassw";
  286. this.CbxShowPassw.Size = new System.Drawing.Size(103, 20);
  287. this.CbxShowPassw.TabIndex = 18;
  288. this.CbxShowPassw.Text = "Показать пароль";
  289. this.CbxShowPassw.UseVisualStyleBackColor = true;
  290. this.CbxShowPassw.CheckedChanged += new System.EventHandler(this.CbxShowPassw_CheckedChanged);
  291. //
  292. // LblPhoto
  293. //
  294. this.LblPhoto.AutoSize = true;
  295. this.LblPhoto.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsMaster, "Photo", true));
  296. this.LblPhoto.Location = new System.Drawing.Point(352, 104);
  297. this.LblPhoto.Name = "LblPhoto";
  298. this.LblPhoto.Size = new System.Drawing.Size(31, 16);
  299. this.LblPhoto.TabIndex = 3;
  300. this.LblPhoto.Text = "label3";
  301. //
  302. // OfdPhoto
  303. //
  304. this.OfdPhoto.Filter = "Фото|*.jpg|Все файлы|*.*";
  305. //
  306. // BtnClear
  307. //
  308. this.BtnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  309. this.BtnClear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
  310. this.BtnClear.ForeColor = System.Drawing.Color.White;
  311. this.BtnClear.Location = new System.Drawing.Point(282, 284);
  312. this.BtnClear.Name = "BtnClear";
  313. this.BtnClear.Size = new System.Drawing.Size(157, 26);
  314. this.BtnClear.TabIndex = 19;
  315. this.BtnClear.Text = "Очистить фото";
  316. this.BtnClear.UseVisualStyleBackColor = false;
  317. this.BtnClear.Click += new System.EventHandler(this.BtnClear_Click);
  318. //
  319. // FormProfil
  320. //
  321. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 16F);
  322. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  323. this.BackColor = System.Drawing.Color.White;
  324. this.ClientSize = new System.Drawing.Size(481, 386);
  325. this.Controls.Add(this.BtnClear);
  326. this.Controls.Add(this.LblPhoto);
  327. this.Controls.Add(this.CbxShowPassw);
  328. this.Controls.Add(this.BtnLoadPhoto);
  329. this.Controls.Add(this.LblOldPassw);
  330. this.Controls.Add(this.label2);
  331. this.Controls.Add(this.PbxPhoto);
  332. this.Controls.Add(label1);
  333. this.Controls.Add(this.TbxRefreshNewPassw);
  334. this.Controls.Add(this.button1);
  335. this.Controls.Add(this.BtnAdd);
  336. this.Controls.Add(passwordLabel);
  337. this.Controls.Add(this.TbxNewPassw);
  338. this.Controls.Add(patronymicLabel);
  339. this.Controls.Add(this.TbxOtch);
  340. this.Controls.Add(nameLabel);
  341. this.Controls.Add(this.TbxName);
  342. this.Controls.Add(surnameLabel);
  343. this.Controls.Add(this.TbxSurname);
  344. this.Controls.Add(this.panel1);
  345. this.Font = new System.Drawing.Font("Arial Narrow", 9F);
  346. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  347. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  348. this.MaximizeBox = false;
  349. this.MinimizeBox = false;
  350. this.Name = "FormProfil";
  351. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  352. this.Text = "ООО \"Техносервис\"";
  353. this.Load += new System.EventHandler(this.FormProfil_Load);
  354. this.panel1.ResumeLayout(false);
  355. this.panel1.PerformLayout();
  356. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  357. ((System.ComponentModel.ISupportInitialize)(this.techServiceBAUDataSet)).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)(this.BsMaster)).EndInit();
  359. ((System.ComponentModel.ISupportInitialize)(this.PbxPhoto)).EndInit();
  360. this.ResumeLayout(false);
  361. this.PerformLayout();
  362. }
  363. #endregion
  364. private System.Windows.Forms.Panel panel1;
  365. private System.Windows.Forms.Label LblTitleWork;
  366. private System.Windows.Forms.PictureBox pictureBox1;
  367. private TechServiceBAUDataSet techServiceBAUDataSet;
  368. private TechServiceBAUDataSetTableAdapters.EmployeeTableAdapter employeeTableAdapter;
  369. private System.Windows.Forms.TextBox TbxSurname;
  370. private System.Windows.Forms.TextBox TbxName;
  371. private System.Windows.Forms.TextBox TbxOtch;
  372. private TechServiceBAUDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  373. private System.Windows.Forms.TextBox TbxNewPassw;
  374. private System.Windows.Forms.Button button1;
  375. private System.Windows.Forms.Button BtnAdd;
  376. private System.Windows.Forms.TextBox TbxRefreshNewPassw;
  377. private System.Windows.Forms.PictureBox PbxPhoto;
  378. private System.Windows.Forms.Label label2;
  379. private System.Windows.Forms.Label LblOldPassw;
  380. public System.Windows.Forms.BindingSource BsMaster;
  381. private System.Windows.Forms.Button BtnLoadPhoto;
  382. private System.Windows.Forms.CheckBox CbxShowPassw;
  383. private System.Windows.Forms.Label LblPhoto;
  384. private System.Windows.Forms.OpenFileDialog OfdPhoto;
  385. private System.Windows.Forms.Button BtnClear;
  386. }
  387. }