FormEditUser.Designer.cs 22 KB

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