|
@@ -71,13 +71,14 @@
|
|
|
this.BtnSave = new System.Windows.Forms.Button();
|
|
|
this.TbSettings = new System.Windows.Forms.TabPage();
|
|
|
this.GbxUserParameters = new System.Windows.Forms.GroupBox();
|
|
|
+ this.LblAdminID = new System.Windows.Forms.Label();
|
|
|
+ this.BsAdministrator = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.impulseVisionAppDataSet1 = new ImpulseVision.ImpulseVisionAppDataSet();
|
|
|
this.BtnEditUserParameters = new System.Windows.Forms.Button();
|
|
|
this.TbxConfirmNewPass = new ImpulseVision.EgoldsGoogleTextBox();
|
|
|
this.TbxNewPass = new ImpulseVision.EgoldsGoogleTextBox();
|
|
|
this.TbxOldPass = new ImpulseVision.EgoldsGoogleTextBox();
|
|
|
this.TbxLogin = new ImpulseVision.EgoldsGoogleTextBox();
|
|
|
- this.BsAdministrator = new System.Windows.Forms.BindingSource(this.components);
|
|
|
- this.impulseVisionAppDataSet1 = new ImpulseVision.ImpulseVisionAppDataSet();
|
|
|
this.GbxSystemParameters = new System.Windows.Forms.GroupBox();
|
|
|
this.SwSaveSizeWindow = new ImpulseVision.EgoldsToggleSwitch();
|
|
|
this.SwAutoRun = new ImpulseVision.EgoldsToggleSwitch();
|
|
@@ -120,7 +121,6 @@
|
|
|
this.TimerSaving = new System.Windows.Forms.Timer(this.components);
|
|
|
this.TmAnim = new System.Windows.Forms.Timer(this.components);
|
|
|
this.staffsTableAdapter = new ImpulseVision.ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter();
|
|
|
- this.LblAdminID = new System.Windows.Forms.Label();
|
|
|
this.menuStrip1.SuspendLayout();
|
|
|
this.ToolsMenu.SuspendLayout();
|
|
|
this.statusStrip1.SuspendLayout();
|
|
@@ -358,7 +358,7 @@
|
|
|
this.TableUsers.Name = "TableUsers";
|
|
|
this.TableUsers.RowCount = 1;
|
|
|
this.TableUsers.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
- this.TableUsers.Size = new System.Drawing.Size(781, 291);
|
|
|
+ this.TableUsers.Size = new System.Drawing.Size(781, 283);
|
|
|
this.TableUsers.TabIndex = 7;
|
|
|
//
|
|
|
// RPanelUser
|
|
@@ -492,6 +492,8 @@
|
|
|
this.TbxPasportNum.TextInput = "";
|
|
|
this.TbxPasportNum.TextPreview = "Номер паспорта";
|
|
|
this.TbxPasportNum.UseSystemPasswordChar = false;
|
|
|
+ this.TbxPasportNum.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TbxPasportSeria_KeyPress);
|
|
|
+ this.TbxPasportNum.Validated += new System.EventHandler(this.TbxPasportNum_Validated);
|
|
|
//
|
|
|
// TbxPasportSeria
|
|
|
//
|
|
@@ -510,6 +512,8 @@
|
|
|
this.TbxPasportSeria.TextInput = "";
|
|
|
this.TbxPasportSeria.TextPreview = "Серия паспорта";
|
|
|
this.TbxPasportSeria.UseSystemPasswordChar = false;
|
|
|
+ this.TbxPasportSeria.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TbxPasportSeria_KeyPress);
|
|
|
+ this.TbxPasportSeria.Validated += new System.EventHandler(this.TbxPasportSeria_Validated);
|
|
|
//
|
|
|
// TbxPatronymic
|
|
|
//
|
|
@@ -645,18 +649,38 @@
|
|
|
this.GbxUserParameters.Controls.Add(this.TbxLogin);
|
|
|
this.GbxUserParameters.Location = new System.Drawing.Point(543, 37);
|
|
|
this.GbxUserParameters.Name = "GbxUserParameters";
|
|
|
- this.GbxUserParameters.Size = new System.Drawing.Size(232, 314);
|
|
|
+ this.GbxUserParameters.Size = new System.Drawing.Size(232, 322);
|
|
|
this.GbxUserParameters.TabIndex = 12;
|
|
|
this.GbxUserParameters.TabStop = false;
|
|
|
this.GbxUserParameters.Text = "Параметры пользователя";
|
|
|
//
|
|
|
+ // LblAdminID
|
|
|
+ //
|
|
|
+ this.LblAdminID.AutoSize = true;
|
|
|
+ this.LblAdminID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsAdministrator, "ID", true));
|
|
|
+ this.LblAdminID.Location = new System.Drawing.Point(6, 209);
|
|
|
+ this.LblAdminID.Name = "LblAdminID";
|
|
|
+ this.LblAdminID.Size = new System.Drawing.Size(77, 21);
|
|
|
+ this.LblAdminID.TabIndex = 12;
|
|
|
+ this.LblAdminID.Text = "AdminID";
|
|
|
+ //
|
|
|
+ // BsAdministrator
|
|
|
+ //
|
|
|
+ this.BsAdministrator.DataMember = "Staffs";
|
|
|
+ this.BsAdministrator.DataSource = this.impulseVisionAppDataSet1;
|
|
|
+ //
|
|
|
+ // impulseVisionAppDataSet1
|
|
|
+ //
|
|
|
+ this.impulseVisionAppDataSet1.DataSetName = "ImpulseVisionAppDataSet";
|
|
|
+ this.impulseVisionAppDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
+ //
|
|
|
// BtnEditUserParameters
|
|
|
//
|
|
|
this.BtnEditUserParameters.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.BtnEditUserParameters.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
|
|
|
this.BtnEditUserParameters.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
|
|
|
this.BtnEditUserParameters.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
|
|
|
- this.BtnEditUserParameters.Location = new System.Drawing.Point(6, 273);
|
|
|
+ this.BtnEditUserParameters.Location = new System.Drawing.Point(6, 281);
|
|
|
this.BtnEditUserParameters.Name = "BtnEditUserParameters";
|
|
|
this.BtnEditUserParameters.Size = new System.Drawing.Size(220, 35);
|
|
|
this.BtnEditUserParameters.TabIndex = 11;
|
|
@@ -745,16 +769,6 @@
|
|
|
this.TbxLogin.TextPreview = "Логин";
|
|
|
this.TbxLogin.UseSystemPasswordChar = false;
|
|
|
//
|
|
|
- // BsAdministrator
|
|
|
- //
|
|
|
- this.BsAdministrator.DataMember = "Staffs";
|
|
|
- this.BsAdministrator.DataSource = this.impulseVisionAppDataSet1;
|
|
|
- //
|
|
|
- // impulseVisionAppDataSet1
|
|
|
- //
|
|
|
- this.impulseVisionAppDataSet1.DataSetName = "ImpulseVisionAppDataSet";
|
|
|
- this.impulseVisionAppDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
- //
|
|
|
// GbxSystemParameters
|
|
|
//
|
|
|
this.GbxSystemParameters.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
@@ -770,7 +784,7 @@
|
|
|
this.GbxSystemParameters.Controls.Add(this.label10);
|
|
|
this.GbxSystemParameters.Location = new System.Drawing.Point(8, 37);
|
|
|
this.GbxSystemParameters.Name = "GbxSystemParameters";
|
|
|
- this.GbxSystemParameters.Size = new System.Drawing.Size(529, 314);
|
|
|
+ this.GbxSystemParameters.Size = new System.Drawing.Size(529, 322);
|
|
|
this.GbxSystemParameters.TabIndex = 11;
|
|
|
this.GbxSystemParameters.TabStop = false;
|
|
|
this.GbxSystemParameters.Text = "Параметры системы";
|
|
@@ -1163,7 +1177,7 @@
|
|
|
this.TabJournal.Name = "TabJournal";
|
|
|
this.TabJournal.RowCount = 1;
|
|
|
this.TabJournal.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
- this.TabJournal.Size = new System.Drawing.Size(781, 276);
|
|
|
+ this.TabJournal.Size = new System.Drawing.Size(781, 284);
|
|
|
this.TabJournal.TabIndex = 5;
|
|
|
//
|
|
|
// DtpFiniteDate
|
|
@@ -1260,7 +1274,7 @@
|
|
|
this.TabCard.Name = "TabCard";
|
|
|
this.TabCard.RowCount = 1;
|
|
|
this.TabCard.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
- this.TabCard.Size = new System.Drawing.Size(775, 355);
|
|
|
+ this.TabCard.Size = new System.Drawing.Size(775, 363);
|
|
|
this.TabCard.TabIndex = 8;
|
|
|
//
|
|
|
// RPanelTitleJournal
|
|
@@ -1322,16 +1336,6 @@
|
|
|
//
|
|
|
this.staffsTableAdapter.ClearBeforeFill = true;
|
|
|
//
|
|
|
- // LblAdminID
|
|
|
- //
|
|
|
- this.LblAdminID.AutoSize = true;
|
|
|
- this.LblAdminID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsAdministrator, "ID", true));
|
|
|
- this.LblAdminID.Location = new System.Drawing.Point(6, 209);
|
|
|
- this.LblAdminID.Name = "LblAdminID";
|
|
|
- this.LblAdminID.Size = new System.Drawing.Size(77, 21);
|
|
|
- this.LblAdminID.TabIndex = 12;
|
|
|
- this.LblAdminID.Text = "AdminID";
|
|
|
- //
|
|
|
// FormMain
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|