FormEditingGuard.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. namespace ImpulseVision
  2. {
  3. partial class FormEditingGuard
  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(FormEditingGuard));
  30. this.LblTextEditUser = new System.Windows.Forms.Label();
  31. this.RPanelTextEditUser = new ImpulseVision.RPanel();
  32. this.TbxLogin = new ImpulseVision.EgoldsGoogleTextBox();
  33. this.BsGuard = new System.Windows.Forms.BindingSource(this.components);
  34. this.impulseVisionAppDataSet1 = new ImpulseVision.ImpulseVisionAppDataSet();
  35. this.BtnSaveEditing = new System.Windows.Forms.Button();
  36. this.BtnCancel = new System.Windows.Forms.Button();
  37. this.TbxPassportNumber = new ImpulseVision.EgoldsGoogleTextBox();
  38. this.TbxPassportSeria = new ImpulseVision.EgoldsGoogleTextBox();
  39. this.TbxPatronymic = new ImpulseVision.EgoldsGoogleTextBox();
  40. this.TbxFirstname = new ImpulseVision.EgoldsGoogleTextBox();
  41. this.TbxLastname = new ImpulseVision.EgoldsGoogleTextBox();
  42. this.TbxPass = new ImpulseVision.EgoldsGoogleTextBox();
  43. this.TbxConfirmPass = new ImpulseVision.EgoldsGoogleTextBox();
  44. this.LblUserType = new System.Windows.Forms.Label();
  45. this.staffsTableAdapter = new ImpulseVision.ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter();
  46. this.RPanelTextEditUser.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.BsGuard)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // LblTextEditUser
  52. //
  53. this.LblTextEditUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  54. | System.Windows.Forms.AnchorStyles.Right)));
  55. this.LblTextEditUser.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  56. this.LblTextEditUser.Location = new System.Drawing.Point(3, 0);
  57. this.LblTextEditUser.Name = "LblTextEditUser";
  58. this.LblTextEditUser.Size = new System.Drawing.Size(366, 25);
  59. this.LblTextEditUser.TabIndex = 1;
  60. this.LblTextEditUser.Text = "<О сотруднике>";
  61. this.LblTextEditUser.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  62. //
  63. // RPanelTextEditUser
  64. //
  65. this.RPanelTextEditUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  66. | System.Windows.Forms.AnchorStyles.Right)));
  67. this.RPanelTextEditUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  68. this.RPanelTextEditUser.BackColorAdditional = System.Drawing.Color.Gray;
  69. this.RPanelTextEditUser.BackColorGradientEnabled = false;
  70. this.RPanelTextEditUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  71. this.RPanelTextEditUser.BorderColor = System.Drawing.Color.Tomato;
  72. this.RPanelTextEditUser.BorderColorEnabled = false;
  73. this.RPanelTextEditUser.BorderColorOnHover = System.Drawing.Color.Tomato;
  74. this.RPanelTextEditUser.BorderColorOnHoverEnabled = false;
  75. this.RPanelTextEditUser.Controls.Add(this.LblTextEditUser);
  76. this.RPanelTextEditUser.Cursor = System.Windows.Forms.Cursors.Default;
  77. this.RPanelTextEditUser.Font = new System.Drawing.Font("Verdana", 8.25F);
  78. this.RPanelTextEditUser.ForeColor = System.Drawing.Color.White;
  79. this.RPanelTextEditUser.Location = new System.Drawing.Point(2, 2);
  80. this.RPanelTextEditUser.Name = "RPanelTextEditUser";
  81. this.RPanelTextEditUser.RippleColor = System.Drawing.Color.Black;
  82. this.RPanelTextEditUser.RoundingEnable = true;
  83. this.RPanelTextEditUser.Size = new System.Drawing.Size(372, 27);
  84. this.RPanelTextEditUser.TabIndex = 1;
  85. this.RPanelTextEditUser.TextHover = null;
  86. this.RPanelTextEditUser.UseDownPressEffectOnClick = false;
  87. this.RPanelTextEditUser.UseRippleEffect = true;
  88. this.RPanelTextEditUser.UseZoomEffectOnHover = false;
  89. //
  90. // TbxLogin
  91. //
  92. this.TbxLogin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  93. | System.Windows.Forms.AnchorStyles.Right)));
  94. this.TbxLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  95. this.TbxLogin.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  96. this.TbxLogin.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  97. this.TbxLogin.Cursor = System.Windows.Forms.Cursors.IBeam;
  98. this.TbxLogin.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsGuard, "Login", true));
  99. this.TbxLogin.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  100. this.TbxLogin.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  101. this.TbxLogin.ForeColor = System.Drawing.Color.Black;
  102. this.TbxLogin.Location = new System.Drawing.Point(11, 266);
  103. this.TbxLogin.Name = "TbxLogin";
  104. this.TbxLogin.SelectionStart = 0;
  105. this.TbxLogin.Size = new System.Drawing.Size(352, 40);
  106. this.TbxLogin.TabIndex = 17;
  107. this.TbxLogin.TextInput = "";
  108. this.TbxLogin.TextPreview = "Логин";
  109. this.TbxLogin.UseSystemPasswordChar = false;
  110. //
  111. // BsGuard
  112. //
  113. this.BsGuard.DataMember = "Staffs";
  114. this.BsGuard.DataSource = this.impulseVisionAppDataSet1;
  115. //
  116. // impulseVisionAppDataSet1
  117. //
  118. this.impulseVisionAppDataSet1.DataSetName = "ImpulseVisionAppDataSet";
  119. this.impulseVisionAppDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  120. //
  121. // BtnSaveEditing
  122. //
  123. this.BtnSaveEditing.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  124. this.BtnSaveEditing.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  125. this.BtnSaveEditing.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  126. this.BtnSaveEditing.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  127. this.BtnSaveEditing.Location = new System.Drawing.Point(198, 408);
  128. this.BtnSaveEditing.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  129. this.BtnSaveEditing.Name = "BtnSaveEditing";
  130. this.BtnSaveEditing.Size = new System.Drawing.Size(165, 35);
  131. this.BtnSaveEditing.TabIndex = 16;
  132. this.BtnSaveEditing.Text = "Сохранить";
  133. this.BtnSaveEditing.UseVisualStyleBackColor = false;
  134. this.BtnSaveEditing.Click += new System.EventHandler(this.BtnSaveEditing_Click);
  135. //
  136. // BtnCancel
  137. //
  138. this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  139. this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  140. this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  141. this.BtnCancel.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  142. this.BtnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  143. this.BtnCancel.Location = new System.Drawing.Point(11, 408);
  144. this.BtnCancel.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  145. this.BtnCancel.Name = "BtnCancel";
  146. this.BtnCancel.Size = new System.Drawing.Size(165, 35);
  147. this.BtnCancel.TabIndex = 15;
  148. this.BtnCancel.Text = "Отменить";
  149. this.BtnCancel.UseVisualStyleBackColor = false;
  150. //
  151. // TbxPassportNumber
  152. //
  153. this.TbxPassportNumber.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  154. | System.Windows.Forms.AnchorStyles.Right)));
  155. this.TbxPassportNumber.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  156. this.TbxPassportNumber.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  157. this.TbxPassportNumber.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  158. this.TbxPassportNumber.Cursor = System.Windows.Forms.Cursors.IBeam;
  159. this.TbxPassportNumber.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsGuard, "PassportNum", true));
  160. this.TbxPassportNumber.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  161. this.TbxPassportNumber.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  162. this.TbxPassportNumber.ForeColor = System.Drawing.Color.Black;
  163. this.TbxPassportNumber.Location = new System.Drawing.Point(11, 220);
  164. this.TbxPassportNumber.Name = "TbxPassportNumber";
  165. this.TbxPassportNumber.SelectionStart = 0;
  166. this.TbxPassportNumber.Size = new System.Drawing.Size(352, 40);
  167. this.TbxPassportNumber.TabIndex = 14;
  168. this.TbxPassportNumber.TextInput = "";
  169. this.TbxPassportNumber.TextPreview = "Номер паспорта";
  170. this.TbxPassportNumber.UseSystemPasswordChar = false;
  171. this.TbxPassportNumber.Validated += new System.EventHandler(this.TbxPassportNumber_Validated);
  172. //
  173. // TbxPassportSeria
  174. //
  175. this.TbxPassportSeria.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  176. | System.Windows.Forms.AnchorStyles.Right)));
  177. this.TbxPassportSeria.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  178. this.TbxPassportSeria.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  179. this.TbxPassportSeria.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  180. this.TbxPassportSeria.Cursor = System.Windows.Forms.Cursors.IBeam;
  181. this.TbxPassportSeria.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsGuard, "PassportSeria", true));
  182. this.TbxPassportSeria.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  183. this.TbxPassportSeria.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  184. this.TbxPassportSeria.ForeColor = System.Drawing.Color.Black;
  185. this.TbxPassportSeria.Location = new System.Drawing.Point(11, 174);
  186. this.TbxPassportSeria.Name = "TbxPassportSeria";
  187. this.TbxPassportSeria.SelectionStart = 0;
  188. this.TbxPassportSeria.Size = new System.Drawing.Size(352, 40);
  189. this.TbxPassportSeria.TabIndex = 13;
  190. this.TbxPassportSeria.TextInput = "";
  191. this.TbxPassportSeria.TextPreview = "Серия паспорта";
  192. this.TbxPassportSeria.UseSystemPasswordChar = false;
  193. this.TbxPassportSeria.Validated += new System.EventHandler(this.TbxPassportSeria_Validated);
  194. //
  195. // TbxPatronymic
  196. //
  197. this.TbxPatronymic.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  198. | System.Windows.Forms.AnchorStyles.Right)));
  199. this.TbxPatronymic.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  200. this.TbxPatronymic.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  201. this.TbxPatronymic.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  202. this.TbxPatronymic.Cursor = System.Windows.Forms.Cursors.IBeam;
  203. this.TbxPatronymic.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsGuard, "Patronymic", true));
  204. this.TbxPatronymic.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  205. this.TbxPatronymic.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  206. this.TbxPatronymic.ForeColor = System.Drawing.Color.Black;
  207. this.TbxPatronymic.Location = new System.Drawing.Point(11, 128);
  208. this.TbxPatronymic.Name = "TbxPatronymic";
  209. this.TbxPatronymic.SelectionStart = 0;
  210. this.TbxPatronymic.Size = new System.Drawing.Size(352, 40);
  211. this.TbxPatronymic.TabIndex = 12;
  212. this.TbxPatronymic.TextInput = "";
  213. this.TbxPatronymic.TextPreview = "Отчество";
  214. this.TbxPatronymic.UseSystemPasswordChar = false;
  215. //
  216. // TbxFirstname
  217. //
  218. this.TbxFirstname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  219. | System.Windows.Forms.AnchorStyles.Right)));
  220. this.TbxFirstname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  221. this.TbxFirstname.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  222. this.TbxFirstname.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  223. this.TbxFirstname.Cursor = System.Windows.Forms.Cursors.IBeam;
  224. this.TbxFirstname.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsGuard, "Firstname", true));
  225. this.TbxFirstname.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  226. this.TbxFirstname.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  227. this.TbxFirstname.ForeColor = System.Drawing.Color.Black;
  228. this.TbxFirstname.Location = new System.Drawing.Point(11, 82);
  229. this.TbxFirstname.Name = "TbxFirstname";
  230. this.TbxFirstname.SelectionStart = 0;
  231. this.TbxFirstname.Size = new System.Drawing.Size(352, 40);
  232. this.TbxFirstname.TabIndex = 11;
  233. this.TbxFirstname.TextInput = "";
  234. this.TbxFirstname.TextPreview = "Имя";
  235. this.TbxFirstname.UseSystemPasswordChar = false;
  236. //
  237. // TbxLastname
  238. //
  239. this.TbxLastname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  240. | System.Windows.Forms.AnchorStyles.Right)));
  241. this.TbxLastname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  242. this.TbxLastname.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  243. this.TbxLastname.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  244. this.TbxLastname.Cursor = System.Windows.Forms.Cursors.IBeam;
  245. this.TbxLastname.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsGuard, "Lastname", true));
  246. this.TbxLastname.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  247. this.TbxLastname.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  248. this.TbxLastname.ForeColor = System.Drawing.Color.Black;
  249. this.TbxLastname.Location = new System.Drawing.Point(11, 36);
  250. this.TbxLastname.Name = "TbxLastname";
  251. this.TbxLastname.SelectionStart = 0;
  252. this.TbxLastname.Size = new System.Drawing.Size(352, 40);
  253. this.TbxLastname.TabIndex = 10;
  254. this.TbxLastname.TextInput = "";
  255. this.TbxLastname.TextPreview = "Фамилия";
  256. this.TbxLastname.UseSystemPasswordChar = false;
  257. //
  258. // TbxPass
  259. //
  260. this.TbxPass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  261. | System.Windows.Forms.AnchorStyles.Right)));
  262. this.TbxPass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  263. this.TbxPass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  264. this.TbxPass.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  265. this.TbxPass.Cursor = System.Windows.Forms.Cursors.IBeam;
  266. this.TbxPass.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsGuard, "Password", true));
  267. this.TbxPass.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  268. this.TbxPass.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  269. this.TbxPass.ForeColor = System.Drawing.Color.Black;
  270. this.TbxPass.Location = new System.Drawing.Point(11, 312);
  271. this.TbxPass.Name = "TbxPass";
  272. this.TbxPass.SelectionStart = 0;
  273. this.TbxPass.Size = new System.Drawing.Size(352, 40);
  274. this.TbxPass.TabIndex = 18;
  275. this.TbxPass.TextInput = "";
  276. this.TbxPass.TextPreview = "Пароль";
  277. this.TbxPass.UseSystemPasswordChar = true;
  278. //
  279. // TbxConfirmPass
  280. //
  281. this.TbxConfirmPass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  282. | System.Windows.Forms.AnchorStyles.Right)));
  283. this.TbxConfirmPass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  284. this.TbxConfirmPass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  285. this.TbxConfirmPass.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  286. this.TbxConfirmPass.Cursor = System.Windows.Forms.Cursors.IBeam;
  287. this.TbxConfirmPass.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  288. this.TbxConfirmPass.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  289. this.TbxConfirmPass.ForeColor = System.Drawing.Color.Black;
  290. this.TbxConfirmPass.Location = new System.Drawing.Point(11, 358);
  291. this.TbxConfirmPass.Name = "TbxConfirmPass";
  292. this.TbxConfirmPass.SelectionStart = 0;
  293. this.TbxConfirmPass.Size = new System.Drawing.Size(352, 40);
  294. this.TbxConfirmPass.TabIndex = 19;
  295. this.TbxConfirmPass.TextInput = "";
  296. this.TbxConfirmPass.TextPreview = "Подтвердите пароль";
  297. this.TbxConfirmPass.UseSystemPasswordChar = true;
  298. //
  299. // LblUserType
  300. //
  301. this.LblUserType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  302. this.LblUserType.AutoSize = true;
  303. this.LblUserType.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsGuard, "IDStaffsType", true));
  304. this.LblUserType.Location = new System.Drawing.Point(355, 32);
  305. this.LblUserType.Name = "LblUserType";
  306. this.LblUserType.Size = new System.Drawing.Size(19, 21);
  307. this.LblUserType.TabIndex = 20;
  308. this.LblUserType.Text = "2";
  309. //
  310. // staffsTableAdapter
  311. //
  312. this.staffsTableAdapter.ClearBeforeFill = true;
  313. //
  314. // FormEditingGuard
  315. //
  316. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
  317. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  318. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  319. this.ClientSize = new System.Drawing.Size(375, 455);
  320. this.Controls.Add(this.LblUserType);
  321. this.Controls.Add(this.TbxConfirmPass);
  322. this.Controls.Add(this.TbxPass);
  323. this.Controls.Add(this.TbxLogin);
  324. this.Controls.Add(this.BtnSaveEditing);
  325. this.Controls.Add(this.BtnCancel);
  326. this.Controls.Add(this.TbxPassportNumber);
  327. this.Controls.Add(this.TbxPassportSeria);
  328. this.Controls.Add(this.TbxPatronymic);
  329. this.Controls.Add(this.TbxFirstname);
  330. this.Controls.Add(this.TbxLastname);
  331. this.Controls.Add(this.RPanelTextEditUser);
  332. this.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  333. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  334. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  335. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  336. this.MaximizeBox = false;
  337. this.MinimizeBox = false;
  338. this.Name = "FormEditingGuard";
  339. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  340. this.Text = "ImpulseVision";
  341. this.Load += new System.EventHandler(this.FormEditingGuard_Load);
  342. this.RPanelTextEditUser.ResumeLayout(false);
  343. ((System.ComponentModel.ISupportInitialize)(this.BsGuard)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).EndInit();
  345. this.ResumeLayout(false);
  346. this.PerformLayout();
  347. }
  348. #endregion
  349. private System.Windows.Forms.Label LblTextEditUser;
  350. private RPanel RPanelTextEditUser;
  351. private EgoldsGoogleTextBox TbxLogin;
  352. private System.Windows.Forms.Button BtnSaveEditing;
  353. private System.Windows.Forms.Button BtnCancel;
  354. private EgoldsGoogleTextBox TbxPassportNumber;
  355. private EgoldsGoogleTextBox TbxPassportSeria;
  356. private EgoldsGoogleTextBox TbxPatronymic;
  357. private EgoldsGoogleTextBox TbxFirstname;
  358. private EgoldsGoogleTextBox TbxLastname;
  359. private EgoldsGoogleTextBox TbxPass;
  360. private EgoldsGoogleTextBox TbxConfirmPass;
  361. private System.Windows.Forms.Label LblUserType;
  362. private ImpulseVisionAppDataSet impulseVisionAppDataSet1;
  363. private System.Windows.Forms.BindingSource BsGuard;
  364. private ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter staffsTableAdapter;
  365. }
  366. }