namespace ImpulseVision { partial class FormEditingGuard { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEditingGuard)); this.LblTextEditUser = new System.Windows.Forms.Label(); this.RPanelTextEditUser = new ImpulseVision.RPanel(); this.TbxLogin = new ImpulseVision.EgoldsGoogleTextBox(); this.BsGuard = new System.Windows.Forms.BindingSource(this.components); this.impulseVisionAppDataSet1 = new ImpulseVision.ImpulseVisionAppDataSet(); this.BtnSaveEditing = new System.Windows.Forms.Button(); this.BtnCancel = new System.Windows.Forms.Button(); this.TbxPassportNumber = new ImpulseVision.EgoldsGoogleTextBox(); this.TbxPassportSeria = new ImpulseVision.EgoldsGoogleTextBox(); this.TbxPatronymic = new ImpulseVision.EgoldsGoogleTextBox(); this.TbxFirstname = new ImpulseVision.EgoldsGoogleTextBox(); this.TbxLastname = new ImpulseVision.EgoldsGoogleTextBox(); this.TbxPass = new ImpulseVision.EgoldsGoogleTextBox(); this.TbxConfirmPass = new ImpulseVision.EgoldsGoogleTextBox(); this.LblUserType = new System.Windows.Forms.Label(); this.staffsTableAdapter = new ImpulseVision.ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter(); this.RPanelTextEditUser.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.BsGuard)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).BeginInit(); this.SuspendLayout(); // // LblTextEditUser // this.LblTextEditUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.LblTextEditUser.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold); this.LblTextEditUser.Location = new System.Drawing.Point(3, 0); this.LblTextEditUser.Name = "LblTextEditUser"; this.LblTextEditUser.Size = new System.Drawing.Size(366, 25); this.LblTextEditUser.TabIndex = 1; this.LblTextEditUser.Text = "<О сотруднике>"; this.LblTextEditUser.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // RPanelTextEditUser // this.RPanelTextEditUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.RPanelTextEditUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112))))); this.RPanelTextEditUser.BackColorAdditional = System.Drawing.Color.Gray; this.RPanelTextEditUser.BackColorGradientEnabled = false; this.RPanelTextEditUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal; this.RPanelTextEditUser.BorderColor = System.Drawing.Color.Tomato; this.RPanelTextEditUser.BorderColorEnabled = false; this.RPanelTextEditUser.BorderColorOnHover = System.Drawing.Color.Tomato; this.RPanelTextEditUser.BorderColorOnHoverEnabled = false; this.RPanelTextEditUser.Controls.Add(this.LblTextEditUser); this.RPanelTextEditUser.Cursor = System.Windows.Forms.Cursors.Default; this.RPanelTextEditUser.Font = new System.Drawing.Font("Verdana", 8.25F); this.RPanelTextEditUser.ForeColor = System.Drawing.Color.White; this.RPanelTextEditUser.Location = new System.Drawing.Point(2, 2); this.RPanelTextEditUser.Name = "RPanelTextEditUser"; this.RPanelTextEditUser.RippleColor = System.Drawing.Color.Black; this.RPanelTextEditUser.RoundingEnable = true; this.RPanelTextEditUser.Size = new System.Drawing.Size(372, 27); this.RPanelTextEditUser.TabIndex = 1; this.RPanelTextEditUser.TextHover = null; this.RPanelTextEditUser.UseDownPressEffectOnClick = false; this.RPanelTextEditUser.UseRippleEffect = true; this.RPanelTextEditUser.UseZoomEffectOnHover = false; // // TbxLogin // this.TbxLogin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TbxLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252))))); this.TbxLogin.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143))))); this.TbxLogin.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144))))); this.TbxLogin.Cursor = System.Windows.Forms.Cursors.IBeam; this.TbxLogin.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsGuard, "Login", true)); this.TbxLogin.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold); this.TbxLogin.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold); this.TbxLogin.ForeColor = System.Drawing.Color.Black; this.TbxLogin.Location = new System.Drawing.Point(11, 266); this.TbxLogin.Name = "TbxLogin"; this.TbxLogin.SelectionStart = 0; this.TbxLogin.Size = new System.Drawing.Size(352, 40); this.TbxLogin.TabIndex = 17; this.TbxLogin.TextInput = ""; this.TbxLogin.TextPreview = "Логин"; this.TbxLogin.UseSystemPasswordChar = false; // // BsGuard // this.BsGuard.DataMember = "Staffs"; this.BsGuard.DataSource = this.impulseVisionAppDataSet1; // // impulseVisionAppDataSet1 // this.impulseVisionAppDataSet1.DataSetName = "ImpulseVisionAppDataSet"; this.impulseVisionAppDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // BtnSaveEditing // this.BtnSaveEditing.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.BtnSaveEditing.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144))))); this.BtnSaveEditing.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold); this.BtnSaveEditing.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248))))); this.BtnSaveEditing.Location = new System.Drawing.Point(198, 408); this.BtnSaveEditing.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.BtnSaveEditing.Name = "BtnSaveEditing"; this.BtnSaveEditing.Size = new System.Drawing.Size(165, 35); this.BtnSaveEditing.TabIndex = 16; this.BtnSaveEditing.Text = "Сохранить"; this.BtnSaveEditing.UseVisualStyleBackColor = false; this.BtnSaveEditing.Click += new System.EventHandler(this.BtnSaveEditing_Click); // // BtnCancel // this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144))))); this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BtnCancel.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold); this.BtnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248))))); this.BtnCancel.Location = new System.Drawing.Point(11, 408); this.BtnCancel.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.BtnCancel.Name = "BtnCancel"; this.BtnCancel.Size = new System.Drawing.Size(165, 35); this.BtnCancel.TabIndex = 15; this.BtnCancel.Text = "Отменить"; this.BtnCancel.UseVisualStyleBackColor = false; // // TbxPassportNumber // this.TbxPassportNumber.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TbxPassportNumber.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252))))); this.TbxPassportNumber.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143))))); this.TbxPassportNumber.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144))))); this.TbxPassportNumber.Cursor = System.Windows.Forms.Cursors.IBeam; this.TbxPassportNumber.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsGuard, "PassportNum", true)); this.TbxPassportNumber.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold); this.TbxPassportNumber.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold); this.TbxPassportNumber.ForeColor = System.Drawing.Color.Black; this.TbxPassportNumber.Location = new System.Drawing.Point(11, 220); this.TbxPassportNumber.Name = "TbxPassportNumber"; this.TbxPassportNumber.SelectionStart = 0; this.TbxPassportNumber.Size = new System.Drawing.Size(352, 40); this.TbxPassportNumber.TabIndex = 14; this.TbxPassportNumber.TextInput = ""; this.TbxPassportNumber.TextPreview = "Номер паспорта"; this.TbxPassportNumber.UseSystemPasswordChar = false; this.TbxPassportNumber.Validated += new System.EventHandler(this.TbxPassportNumber_Validated); // // TbxPassportSeria // this.TbxPassportSeria.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TbxPassportSeria.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252))))); this.TbxPassportSeria.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143))))); this.TbxPassportSeria.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144))))); this.TbxPassportSeria.Cursor = System.Windows.Forms.Cursors.IBeam; this.TbxPassportSeria.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsGuard, "PassportSeria", true)); this.TbxPassportSeria.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold); this.TbxPassportSeria.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold); this.TbxPassportSeria.ForeColor = System.Drawing.Color.Black; this.TbxPassportSeria.Location = new System.Drawing.Point(11, 174); this.TbxPassportSeria.Name = "TbxPassportSeria"; this.TbxPassportSeria.SelectionStart = 0; this.TbxPassportSeria.Size = new System.Drawing.Size(352, 40); this.TbxPassportSeria.TabIndex = 13; this.TbxPassportSeria.TextInput = ""; this.TbxPassportSeria.TextPreview = "Серия паспорта"; this.TbxPassportSeria.UseSystemPasswordChar = false; this.TbxPassportSeria.Validated += new System.EventHandler(this.TbxPassportSeria_Validated); // // TbxPatronymic // this.TbxPatronymic.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TbxPatronymic.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252))))); this.TbxPatronymic.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143))))); this.TbxPatronymic.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144))))); this.TbxPatronymic.Cursor = System.Windows.Forms.Cursors.IBeam; this.TbxPatronymic.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsGuard, "Patronymic", true)); this.TbxPatronymic.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold); this.TbxPatronymic.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold); this.TbxPatronymic.ForeColor = System.Drawing.Color.Black; this.TbxPatronymic.Location = new System.Drawing.Point(11, 128); this.TbxPatronymic.Name = "TbxPatronymic"; this.TbxPatronymic.SelectionStart = 0; this.TbxPatronymic.Size = new System.Drawing.Size(352, 40); this.TbxPatronymic.TabIndex = 12; this.TbxPatronymic.TextInput = ""; this.TbxPatronymic.TextPreview = "Отчество"; this.TbxPatronymic.UseSystemPasswordChar = false; // // TbxFirstname // this.TbxFirstname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TbxFirstname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252))))); this.TbxFirstname.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143))))); this.TbxFirstname.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144))))); this.TbxFirstname.Cursor = System.Windows.Forms.Cursors.IBeam; this.TbxFirstname.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsGuard, "Firstname", true)); this.TbxFirstname.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold); this.TbxFirstname.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold); this.TbxFirstname.ForeColor = System.Drawing.Color.Black; this.TbxFirstname.Location = new System.Drawing.Point(11, 82); this.TbxFirstname.Name = "TbxFirstname"; this.TbxFirstname.SelectionStart = 0; this.TbxFirstname.Size = new System.Drawing.Size(352, 40); this.TbxFirstname.TabIndex = 11; this.TbxFirstname.TextInput = ""; this.TbxFirstname.TextPreview = "Имя"; this.TbxFirstname.UseSystemPasswordChar = false; // // TbxLastname // this.TbxLastname.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TbxLastname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252))))); this.TbxLastname.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143))))); this.TbxLastname.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144))))); this.TbxLastname.Cursor = System.Windows.Forms.Cursors.IBeam; this.TbxLastname.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsGuard, "Lastname", true)); this.TbxLastname.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold); this.TbxLastname.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold); this.TbxLastname.ForeColor = System.Drawing.Color.Black; this.TbxLastname.Location = new System.Drawing.Point(11, 36); this.TbxLastname.Name = "TbxLastname"; this.TbxLastname.SelectionStart = 0; this.TbxLastname.Size = new System.Drawing.Size(352, 40); this.TbxLastname.TabIndex = 10; this.TbxLastname.TextInput = ""; this.TbxLastname.TextPreview = "Фамилия"; this.TbxLastname.UseSystemPasswordChar = false; // // TbxPass // this.TbxPass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TbxPass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252))))); this.TbxPass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143))))); this.TbxPass.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144))))); this.TbxPass.Cursor = System.Windows.Forms.Cursors.IBeam; this.TbxPass.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsGuard, "Password", true)); this.TbxPass.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold); this.TbxPass.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold); this.TbxPass.ForeColor = System.Drawing.Color.Black; this.TbxPass.Location = new System.Drawing.Point(11, 312); this.TbxPass.Name = "TbxPass"; this.TbxPass.SelectionStart = 0; this.TbxPass.Size = new System.Drawing.Size(352, 40); this.TbxPass.TabIndex = 18; this.TbxPass.TextInput = ""; this.TbxPass.TextPreview = "Пароль"; this.TbxPass.UseSystemPasswordChar = false; // // TbxConfirmPass // this.TbxConfirmPass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TbxConfirmPass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252))))); this.TbxConfirmPass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143))))); this.TbxConfirmPass.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144))))); this.TbxConfirmPass.Cursor = System.Windows.Forms.Cursors.IBeam; this.TbxConfirmPass.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold); this.TbxConfirmPass.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold); this.TbxConfirmPass.ForeColor = System.Drawing.Color.Black; this.TbxConfirmPass.Location = new System.Drawing.Point(11, 358); this.TbxConfirmPass.Name = "TbxConfirmPass"; this.TbxConfirmPass.SelectionStart = 0; this.TbxConfirmPass.Size = new System.Drawing.Size(352, 40); this.TbxConfirmPass.TabIndex = 19; this.TbxConfirmPass.TextInput = ""; this.TbxConfirmPass.TextPreview = "Подтвердите пароль"; this.TbxConfirmPass.UseSystemPasswordChar = false; // // LblUserType // this.LblUserType.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.LblUserType.AutoSize = true; this.LblUserType.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsGuard, "IDStaffsType", true)); this.LblUserType.Location = new System.Drawing.Point(355, 32); this.LblUserType.Name = "LblUserType"; this.LblUserType.Size = new System.Drawing.Size(19, 21); this.LblUserType.TabIndex = 20; this.LblUserType.Text = "2"; // // staffsTableAdapter // this.staffsTableAdapter.ClearBeforeFill = true; // // FormEditingGuard // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252))))); this.ClientSize = new System.Drawing.Size(375, 455); this.Controls.Add(this.LblUserType); this.Controls.Add(this.TbxConfirmPass); this.Controls.Add(this.TbxPass); this.Controls.Add(this.TbxLogin); this.Controls.Add(this.BtnSaveEditing); this.Controls.Add(this.BtnCancel); this.Controls.Add(this.TbxPassportNumber); this.Controls.Add(this.TbxPassportSeria); this.Controls.Add(this.TbxPatronymic); this.Controls.Add(this.TbxFirstname); this.Controls.Add(this.TbxLastname); this.Controls.Add(this.RPanelTextEditUser); this.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormEditingGuard"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "ImpulseVision"; this.Load += new System.EventHandler(this.FormEditingGuard_Load); this.RPanelTextEditUser.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.BsGuard)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label LblTextEditUser; private RPanel RPanelTextEditUser; private EgoldsGoogleTextBox TbxLogin; private System.Windows.Forms.Button BtnSaveEditing; private System.Windows.Forms.Button BtnCancel; private EgoldsGoogleTextBox TbxPassportNumber; private EgoldsGoogleTextBox TbxPassportSeria; private EgoldsGoogleTextBox TbxPatronymic; private EgoldsGoogleTextBox TbxFirstname; private EgoldsGoogleTextBox TbxLastname; private EgoldsGoogleTextBox TbxPass; private EgoldsGoogleTextBox TbxConfirmPass; private System.Windows.Forms.Label LblUserType; private ImpulseVisionAppDataSet impulseVisionAppDataSet1; private System.Windows.Forms.BindingSource BsGuard; private ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter staffsTableAdapter; } }