FormEditUser.Designer.cs 22 KB

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