namespace ImpulseVision
{
partial class FormEditUser
{
///
/// 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(FormEditUser));
this.BtnCancel = new System.Windows.Forms.Button();
this.BtnSaveEditing = new System.Windows.Forms.Button();
this.LblSelectUserID = new System.Windows.Forms.Label();
this.TbxPassportNumber = new ImpulseVision.EgoldsGoogleTextBox();
this.BsUserInfo = new System.Windows.Forms.BindingSource(this.components);
this.impulseVisionAppDataSet1 = new ImpulseVision.ImpulseVisionAppDataSet();
this.TbxPassportSeria = new ImpulseVision.EgoldsGoogleTextBox();
this.TbxPatronymic = new ImpulseVision.EgoldsGoogleTextBox();
this.TbxFirstname = new ImpulseVision.EgoldsGoogleTextBox();
this.TbxLastname = new ImpulseVision.EgoldsGoogleTextBox();
this.RPanelTextEditUser = new ImpulseVision.RPanel();
this.LblTextEditUser = new System.Windows.Forms.Label();
this.TbxPhone = new ImpulseVision.EgoldsGoogleTextBox();
this.usersTableAdapter = new ImpulseVision.ImpulseVisionAppDataSetTableAdapters.UsersTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.BsUserInfo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).BeginInit();
this.RPanelTextEditUser.SuspendLayout();
this.SuspendLayout();
//
// 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(19, 325);
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 = 6;
this.BtnCancel.Text = "Отменить";
this.BtnCancel.UseVisualStyleBackColor = false;
//
// 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(195, 325);
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 = 7;
this.BtnSaveEditing.Text = "Сохранить";
this.BtnSaveEditing.UseVisualStyleBackColor = false;
this.BtnSaveEditing.Click += new System.EventHandler(this.BtnSaveEditing_Click);
//
// LblSelectUserID
//
this.LblSelectUserID.AutoSize = true;
this.LblSelectUserID.Location = new System.Drawing.Point(351, 21);
this.LblSelectUserID.Name = "LblSelectUserID";
this.LblSelectUserID.Size = new System.Drawing.Size(22, 21);
this.LblSelectUserID.TabIndex = 8;
this.LblSelectUserID.Text = "...";
//
// 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.BsUserInfo, "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(19, 220);
this.TbxPassportNumber.Name = "TbxPassportNumber";
this.TbxPassportNumber.SelectionStart = 0;
this.TbxPassportNumber.Size = new System.Drawing.Size(341, 40);
this.TbxPassportNumber.TabIndex = 5;
this.TbxPassportNumber.TextInput = "";
this.TbxPassportNumber.TextPreview = "Номер паспорта";
this.TbxPassportNumber.UseSystemPasswordChar = false;
this.TbxPassportNumber.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TbxPassportSeria_KeyPress);
this.TbxPassportNumber.Validated += new System.EventHandler(this.TbxPassportNumber_Validated);
//
// BsUserInfo
//
this.BsUserInfo.DataMember = "Users";
this.BsUserInfo.DataSource = this.impulseVisionAppDataSet1;
//
// impulseVisionAppDataSet1
//
this.impulseVisionAppDataSet1.DataSetName = "ImpulseVisionAppDataSet";
this.impulseVisionAppDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 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.BsUserInfo, "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(19, 174);
this.TbxPassportSeria.Name = "TbxPassportSeria";
this.TbxPassportSeria.SelectionStart = 0;
this.TbxPassportSeria.Size = new System.Drawing.Size(341, 40);
this.TbxPassportSeria.TabIndex = 4;
this.TbxPassportSeria.TextInput = "";
this.TbxPassportSeria.TextPreview = "Серия паспорта";
this.TbxPassportSeria.UseSystemPasswordChar = false;
this.TbxPassportSeria.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TbxPassportSeria_KeyPress);
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.BsUserInfo, "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(19, 128);
this.TbxPatronymic.Name = "TbxPatronymic";
this.TbxPatronymic.SelectionStart = 0;
this.TbxPatronymic.Size = new System.Drawing.Size(341, 40);
this.TbxPatronymic.TabIndex = 3;
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.BsUserInfo, "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(19, 82);
this.TbxFirstname.Name = "TbxFirstname";
this.TbxFirstname.SelectionStart = 0;
this.TbxFirstname.Size = new System.Drawing.Size(341, 40);
this.TbxFirstname.TabIndex = 2;
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.BsUserInfo, "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(19, 36);
this.TbxLastname.Name = "TbxLastname";
this.TbxLastname.SelectionStart = 0;
this.TbxLastname.Size = new System.Drawing.Size(341, 40);
this.TbxLastname.TabIndex = 1;
this.TbxLastname.TextInput = "";
this.TbxLastname.TextPreview = "Фамилия";
this.TbxLastname.UseSystemPasswordChar = false;
//
// 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(1, 3);
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 = 0;
this.RPanelTextEditUser.TextHover = null;
this.RPanelTextEditUser.UseDownPressEffectOnClick = false;
this.RPanelTextEditUser.UseRippleEffect = true;
this.RPanelTextEditUser.UseZoomEffectOnHover = false;
//
// 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;
//
// TbxPhone
//
this.TbxPhone.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TbxPhone.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
this.TbxPhone.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
this.TbxPhone.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
this.TbxPhone.Cursor = System.Windows.Forms.Cursors.IBeam;
this.TbxPhone.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUserInfo, "Phone", true));
this.TbxPhone.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.TbxPhone.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
this.TbxPhone.ForeColor = System.Drawing.Color.Black;
this.TbxPhone.Location = new System.Drawing.Point(19, 266);
this.TbxPhone.Name = "TbxPhone";
this.TbxPhone.SelectionStart = 0;
this.TbxPhone.Size = new System.Drawing.Size(341, 40);
this.TbxPhone.TabIndex = 9;
this.TbxPhone.TextInput = "";
this.TbxPhone.TextPreview = "Телефон";
this.TbxPhone.UseSystemPasswordChar = false;
//
// usersTableAdapter
//
this.usersTableAdapter.ClearBeforeFill = true;
//
// FormEditUser
//
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, 372);
this.Controls.Add(this.TbxPhone);
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.Controls.Add(this.LblSelectUserID);
this.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
this.ForeColor = System.Drawing.Color.Black;
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.MinimumSize = new System.Drawing.Size(391, 388);
this.Name = "FormEditUser";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "ImpulseVision";
this.Load += new System.EventHandler(this.FormEditUser_Load);
((System.ComponentModel.ISupportInitialize)(this.BsUserInfo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).EndInit();
this.RPanelTextEditUser.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private RPanel RPanelTextEditUser;
private System.Windows.Forms.Label LblTextEditUser;
private EgoldsGoogleTextBox TbxLastname;
private EgoldsGoogleTextBox TbxFirstname;
private EgoldsGoogleTextBox TbxPatronymic;
private EgoldsGoogleTextBox TbxPassportSeria;
private EgoldsGoogleTextBox TbxPassportNumber;
private System.Windows.Forms.Button BtnCancel;
private System.Windows.Forms.Button BtnSaveEditing;
public System.Windows.Forms.Label LblSelectUserID;
private EgoldsGoogleTextBox TbxPhone;
private ImpulseVisionAppDataSet impulseVisionAppDataSet1;
private System.Windows.Forms.BindingSource BsUserInfo;
private ImpulseVisionAppDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
}
}