FormEditUser.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. namespace ImpulseVision
  2. {
  3. partial class FormEditUser
  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(FormEditUser));
  30. this.BtnCancel = new System.Windows.Forms.Button();
  31. this.BtnSaveEditing = new System.Windows.Forms.Button();
  32. this.LblSelectUserID = new System.Windows.Forms.Label();
  33. this.impulseVisionAppDataSet1 = new ImpulseVision.ImpulseVisionAppDataSet();
  34. this.BsUserInfo = new System.Windows.Forms.BindingSource(this.components);
  35. this.impulseVisionAppDataSet11 = new ImpulseVision.ImpulseVisionAppDataSet1();
  36. this.usersTableAdapter = new ImpulseVision.ImpulseVisionAppDataSet1TableAdapters.UsersTableAdapter();
  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.RPanelTextEditUser = new ImpulseVision.RPanel();
  43. this.LblTextEditUser = new System.Windows.Forms.Label();
  44. ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.BsUserInfo)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet11)).BeginInit();
  47. this.RPanelTextEditUser.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // BtnCancel
  51. //
  52. this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  53. this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  54. this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  55. this.BtnCancel.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  56. this.BtnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  57. this.BtnCancel.Location = new System.Drawing.Point(19, 302);
  58. this.BtnCancel.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  59. this.BtnCancel.Name = "BtnCancel";
  60. this.BtnCancel.Size = new System.Drawing.Size(165, 35);
  61. this.BtnCancel.TabIndex = 6;
  62. this.BtnCancel.Text = "Отменить";
  63. this.BtnCancel.UseVisualStyleBackColor = false;
  64. //
  65. // BtnSaveEditing
  66. //
  67. this.BtnSaveEditing.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  68. this.BtnSaveEditing.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  69. this.BtnSaveEditing.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  70. this.BtnSaveEditing.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
  71. this.BtnSaveEditing.Location = new System.Drawing.Point(195, 302);
  72. this.BtnSaveEditing.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
  73. this.BtnSaveEditing.Name = "BtnSaveEditing";
  74. this.BtnSaveEditing.Size = new System.Drawing.Size(165, 35);
  75. this.BtnSaveEditing.TabIndex = 7;
  76. this.BtnSaveEditing.Text = "Сохранить";
  77. this.BtnSaveEditing.UseVisualStyleBackColor = false;
  78. this.BtnSaveEditing.Click += new System.EventHandler(this.BtnSaveEditing_Click);
  79. //
  80. // LblSelectUserID
  81. //
  82. this.LblSelectUserID.AutoSize = true;
  83. this.LblSelectUserID.Location = new System.Drawing.Point(341, 283);
  84. this.LblSelectUserID.Name = "LblSelectUserID";
  85. this.LblSelectUserID.Size = new System.Drawing.Size(22, 21);
  86. this.LblSelectUserID.TabIndex = 8;
  87. this.LblSelectUserID.Text = "...";
  88. //
  89. // impulseVisionAppDataSet1
  90. //
  91. this.impulseVisionAppDataSet1.DataSetName = "ImpulseVisionAppDataSet";
  92. this.impulseVisionAppDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  93. //
  94. // BsUserInfo
  95. //
  96. this.BsUserInfo.DataMember = "Users";
  97. this.BsUserInfo.DataSource = this.impulseVisionAppDataSet11;
  98. //
  99. // impulseVisionAppDataSet11
  100. //
  101. this.impulseVisionAppDataSet11.DataSetName = "ImpulseVisionAppDataSet1";
  102. this.impulseVisionAppDataSet11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  103. //
  104. // usersTableAdapter
  105. //
  106. this.usersTableAdapter.ClearBeforeFill = true;
  107. //
  108. // TbxPassportNumber
  109. //
  110. this.TbxPassportNumber.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  111. | System.Windows.Forms.AnchorStyles.Right)));
  112. this.TbxPassportNumber.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  113. this.TbxPassportNumber.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  114. this.TbxPassportNumber.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  115. this.TbxPassportNumber.Cursor = System.Windows.Forms.Cursors.IBeam;
  116. this.TbxPassportNumber.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUserInfo, "PassportNum", true));
  117. this.TbxPassportNumber.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  118. this.TbxPassportNumber.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  119. this.TbxPassportNumber.ForeColor = System.Drawing.Color.Black;
  120. this.TbxPassportNumber.Location = new System.Drawing.Point(19, 240);
  121. this.TbxPassportNumber.Name = "TbxPassportNumber";
  122. this.TbxPassportNumber.SelectionStart = 0;
  123. this.TbxPassportNumber.Size = new System.Drawing.Size(341, 40);
  124. this.TbxPassportNumber.TabIndex = 5;
  125. this.TbxPassportNumber.TextInput = "";
  126. this.TbxPassportNumber.TextPreview = "Номер паспорта";
  127. this.TbxPassportNumber.UseSystemPasswordChar = false;
  128. this.TbxPassportNumber.TextChanged += new System.EventHandler(this.TbxPassportNumber_TextChanged);
  129. this.TbxPassportNumber.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TbxPassportSeria_KeyPress);
  130. //
  131. // TbxPassportSeria
  132. //
  133. this.TbxPassportSeria.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  134. | System.Windows.Forms.AnchorStyles.Right)));
  135. this.TbxPassportSeria.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  136. this.TbxPassportSeria.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  137. this.TbxPassportSeria.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  138. this.TbxPassportSeria.Cursor = System.Windows.Forms.Cursors.IBeam;
  139. this.TbxPassportSeria.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUserInfo, "PassportSeria", true));
  140. this.TbxPassportSeria.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  141. this.TbxPassportSeria.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  142. this.TbxPassportSeria.ForeColor = System.Drawing.Color.Black;
  143. this.TbxPassportSeria.Location = new System.Drawing.Point(19, 194);
  144. this.TbxPassportSeria.Name = "TbxPassportSeria";
  145. this.TbxPassportSeria.SelectionStart = 0;
  146. this.TbxPassportSeria.Size = new System.Drawing.Size(341, 40);
  147. this.TbxPassportSeria.TabIndex = 4;
  148. this.TbxPassportSeria.TextInput = "";
  149. this.TbxPassportSeria.TextPreview = "Серия паспорта";
  150. this.TbxPassportSeria.UseSystemPasswordChar = false;
  151. this.TbxPassportSeria.TextChanged += new System.EventHandler(this.TbxPassportSeria_TextChanged);
  152. this.TbxPassportSeria.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TbxPassportSeria_KeyPress);
  153. //
  154. // TbxPatronymic
  155. //
  156. this.TbxPatronymic.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  157. | System.Windows.Forms.AnchorStyles.Right)));
  158. this.TbxPatronymic.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  159. this.TbxPatronymic.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  160. this.TbxPatronymic.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  161. this.TbxPatronymic.Cursor = System.Windows.Forms.Cursors.IBeam;
  162. this.TbxPatronymic.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUserInfo, "Patronymic", true));
  163. this.TbxPatronymic.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  164. this.TbxPatronymic.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  165. this.TbxPatronymic.ForeColor = System.Drawing.Color.Black;
  166. this.TbxPatronymic.Location = new System.Drawing.Point(19, 148);
  167. this.TbxPatronymic.Name = "TbxPatronymic";
  168. this.TbxPatronymic.SelectionStart = 0;
  169. this.TbxPatronymic.Size = new System.Drawing.Size(341, 40);
  170. this.TbxPatronymic.TabIndex = 3;
  171. this.TbxPatronymic.TextInput = "";
  172. this.TbxPatronymic.TextPreview = "Отчество";
  173. this.TbxPatronymic.UseSystemPasswordChar = false;
  174. //
  175. // TbxFirstname
  176. //
  177. this.TbxFirstname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  178. | System.Windows.Forms.AnchorStyles.Right)));
  179. this.TbxFirstname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  180. this.TbxFirstname.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  181. this.TbxFirstname.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  182. this.TbxFirstname.Cursor = System.Windows.Forms.Cursors.IBeam;
  183. this.TbxFirstname.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUserInfo, "Firstname", true));
  184. this.TbxFirstname.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  185. this.TbxFirstname.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  186. this.TbxFirstname.ForeColor = System.Drawing.Color.Black;
  187. this.TbxFirstname.Location = new System.Drawing.Point(19, 102);
  188. this.TbxFirstname.Name = "TbxFirstname";
  189. this.TbxFirstname.SelectionStart = 0;
  190. this.TbxFirstname.Size = new System.Drawing.Size(341, 40);
  191. this.TbxFirstname.TabIndex = 2;
  192. this.TbxFirstname.TextInput = "";
  193. this.TbxFirstname.TextPreview = "Имя";
  194. this.TbxFirstname.UseSystemPasswordChar = false;
  195. //
  196. // TbxLastname
  197. //
  198. this.TbxLastname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  199. | System.Windows.Forms.AnchorStyles.Right)));
  200. this.TbxLastname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  201. this.TbxLastname.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
  202. this.TbxLastname.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
  203. this.TbxLastname.Cursor = System.Windows.Forms.Cursors.IBeam;
  204. this.TbxLastname.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUserInfo, "Lastname", true));
  205. this.TbxLastname.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  206. this.TbxLastname.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
  207. this.TbxLastname.ForeColor = System.Drawing.Color.Black;
  208. this.TbxLastname.Location = new System.Drawing.Point(19, 56);
  209. this.TbxLastname.Name = "TbxLastname";
  210. this.TbxLastname.SelectionStart = 0;
  211. this.TbxLastname.Size = new System.Drawing.Size(341, 40);
  212. this.TbxLastname.TabIndex = 1;
  213. this.TbxLastname.TextInput = "";
  214. this.TbxLastname.TextPreview = "Фамилия";
  215. this.TbxLastname.UseSystemPasswordChar = false;
  216. //
  217. // RPanelTextEditUser
  218. //
  219. this.RPanelTextEditUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  220. | System.Windows.Forms.AnchorStyles.Right)));
  221. this.RPanelTextEditUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
  222. this.RPanelTextEditUser.BackColorAdditional = System.Drawing.Color.Gray;
  223. this.RPanelTextEditUser.BackColorGradientEnabled = false;
  224. this.RPanelTextEditUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  225. this.RPanelTextEditUser.BorderColor = System.Drawing.Color.Tomato;
  226. this.RPanelTextEditUser.BorderColorEnabled = false;
  227. this.RPanelTextEditUser.BorderColorOnHover = System.Drawing.Color.Tomato;
  228. this.RPanelTextEditUser.BorderColorOnHoverEnabled = false;
  229. this.RPanelTextEditUser.Controls.Add(this.LblTextEditUser);
  230. this.RPanelTextEditUser.Cursor = System.Windows.Forms.Cursors.Default;
  231. this.RPanelTextEditUser.Font = new System.Drawing.Font("Verdana", 8.25F);
  232. this.RPanelTextEditUser.ForeColor = System.Drawing.Color.White;
  233. this.RPanelTextEditUser.Location = new System.Drawing.Point(12, 12);
  234. this.RPanelTextEditUser.Name = "RPanelTextEditUser";
  235. this.RPanelTextEditUser.RippleColor = System.Drawing.Color.Black;
  236. this.RPanelTextEditUser.RoundingEnable = true;
  237. this.RPanelTextEditUser.Size = new System.Drawing.Size(351, 27);
  238. this.RPanelTextEditUser.TabIndex = 0;
  239. this.RPanelTextEditUser.TextHover = null;
  240. this.RPanelTextEditUser.UseDownPressEffectOnClick = false;
  241. this.RPanelTextEditUser.UseRippleEffect = true;
  242. this.RPanelTextEditUser.UseZoomEffectOnHover = false;
  243. //
  244. // LblTextEditUser
  245. //
  246. this.LblTextEditUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  247. | System.Windows.Forms.AnchorStyles.Right)));
  248. this.LblTextEditUser.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  249. this.LblTextEditUser.Location = new System.Drawing.Point(3, 0);
  250. this.LblTextEditUser.Name = "LblTextEditUser";
  251. this.LblTextEditUser.Size = new System.Drawing.Size(345, 25);
  252. this.LblTextEditUser.TabIndex = 1;
  253. this.LblTextEditUser.Text = "<Редактирование пользователя>";
  254. this.LblTextEditUser.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  255. //
  256. // FormEditUser
  257. //
  258. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
  259. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  260. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  261. this.ClientSize = new System.Drawing.Size(375, 349);
  262. this.Controls.Add(this.LblSelectUserID);
  263. this.Controls.Add(this.BtnSaveEditing);
  264. this.Controls.Add(this.BtnCancel);
  265. this.Controls.Add(this.TbxPassportNumber);
  266. this.Controls.Add(this.TbxPassportSeria);
  267. this.Controls.Add(this.TbxPatronymic);
  268. this.Controls.Add(this.TbxFirstname);
  269. this.Controls.Add(this.TbxLastname);
  270. this.Controls.Add(this.RPanelTextEditUser);
  271. this.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  272. this.ForeColor = System.Drawing.Color.Black;
  273. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  274. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  275. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  276. this.MaximizeBox = false;
  277. this.MinimizeBox = false;
  278. this.MinimumSize = new System.Drawing.Size(391, 388);
  279. this.Name = "FormEditUser";
  280. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  281. this.Text = "ImpulseVision";
  282. this.Load += new System.EventHandler(this.FormEditUser_Load);
  283. ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).EndInit();
  284. ((System.ComponentModel.ISupportInitialize)(this.BsUserInfo)).EndInit();
  285. ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet11)).EndInit();
  286. this.RPanelTextEditUser.ResumeLayout(false);
  287. this.ResumeLayout(false);
  288. this.PerformLayout();
  289. }
  290. #endregion
  291. private RPanel RPanelTextEditUser;
  292. private System.Windows.Forms.Label LblTextEditUser;
  293. private EgoldsGoogleTextBox TbxLastname;
  294. private EgoldsGoogleTextBox TbxFirstname;
  295. private EgoldsGoogleTextBox TbxPatronymic;
  296. private EgoldsGoogleTextBox TbxPassportSeria;
  297. private EgoldsGoogleTextBox TbxPassportNumber;
  298. private System.Windows.Forms.Button BtnCancel;
  299. private System.Windows.Forms.Button BtnSaveEditing;
  300. public System.Windows.Forms.Label LblSelectUserID;
  301. private ImpulseVisionAppDataSet impulseVisionAppDataSet1;
  302. private System.Windows.Forms.BindingSource BsUserInfo;
  303. private ImpulseVisionAppDataSet1 impulseVisionAppDataSet11;
  304. private ImpulseVisionAppDataSet1TableAdapters.UsersTableAdapter usersTableAdapter;
  305. }
  306. }