|
@@ -76,6 +76,8 @@
|
|
this.TbxNewPass = new ImpulseVision.EgoldsGoogleTextBox();
|
|
this.TbxNewPass = new ImpulseVision.EgoldsGoogleTextBox();
|
|
this.TbxOldPass = new ImpulseVision.EgoldsGoogleTextBox();
|
|
this.TbxOldPass = new ImpulseVision.EgoldsGoogleTextBox();
|
|
this.TbxLogin = 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.GbxSystemParameters = new System.Windows.Forms.GroupBox();
|
|
this.SwSaveSizeWindow = new ImpulseVision.EgoldsToggleSwitch();
|
|
this.SwSaveSizeWindow = new ImpulseVision.EgoldsToggleSwitch();
|
|
this.SwAutoRun = new ImpulseVision.EgoldsToggleSwitch();
|
|
this.SwAutoRun = new ImpulseVision.EgoldsToggleSwitch();
|
|
@@ -117,6 +119,8 @@
|
|
this.ImList = new System.Windows.Forms.ImageList(this.components);
|
|
this.ImList = new System.Windows.Forms.ImageList(this.components);
|
|
this.TimerSaving = new System.Windows.Forms.Timer(this.components);
|
|
this.TimerSaving = new System.Windows.Forms.Timer(this.components);
|
|
this.TmAnim = 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.menuStrip1.SuspendLayout();
|
|
this.ToolsMenu.SuspendLayout();
|
|
this.ToolsMenu.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
this.statusStrip1.SuspendLayout();
|
|
@@ -130,6 +134,8 @@
|
|
this.RPanelForAddUser.SuspendLayout();
|
|
this.RPanelForAddUser.SuspendLayout();
|
|
this.TbSettings.SuspendLayout();
|
|
this.TbSettings.SuspendLayout();
|
|
this.GbxUserParameters.SuspendLayout();
|
|
this.GbxUserParameters.SuspendLayout();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.BsAdministrator)).BeginInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).BeginInit();
|
|
this.GbxSystemParameters.SuspendLayout();
|
|
this.GbxSystemParameters.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NumCountDaySaveLogFiles)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NumCountDaySaveLogFiles)).BeginInit();
|
|
this.RPanelSettings.SuspendLayout();
|
|
this.RPanelSettings.SuspendLayout();
|
|
@@ -631,6 +637,7 @@
|
|
this.GbxUserParameters.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
this.GbxUserParameters.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
+ this.GbxUserParameters.Controls.Add(this.LblAdminID);
|
|
this.GbxUserParameters.Controls.Add(this.BtnEditUserParameters);
|
|
this.GbxUserParameters.Controls.Add(this.BtnEditUserParameters);
|
|
this.GbxUserParameters.Controls.Add(this.TbxConfirmNewPass);
|
|
this.GbxUserParameters.Controls.Add(this.TbxConfirmNewPass);
|
|
this.GbxUserParameters.Controls.Add(this.TbxNewPass);
|
|
this.GbxUserParameters.Controls.Add(this.TbxNewPass);
|
|
@@ -655,6 +662,7 @@
|
|
this.BtnEditUserParameters.TabIndex = 11;
|
|
this.BtnEditUserParameters.TabIndex = 11;
|
|
this.BtnEditUserParameters.Text = "Изменить";
|
|
this.BtnEditUserParameters.Text = "Изменить";
|
|
this.BtnEditUserParameters.UseVisualStyleBackColor = false;
|
|
this.BtnEditUserParameters.UseVisualStyleBackColor = false;
|
|
|
|
+ this.BtnEditUserParameters.Click += new System.EventHandler(this.BtnEditUserParameters_Click);
|
|
//
|
|
//
|
|
// TbxConfirmNewPass
|
|
// TbxConfirmNewPass
|
|
//
|
|
//
|
|
@@ -724,6 +732,7 @@
|
|
this.TbxLogin.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
|
|
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.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
|
|
this.TbxLogin.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
this.TbxLogin.Cursor = System.Windows.Forms.Cursors.IBeam;
|
|
|
|
+ this.TbxLogin.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsAdministrator, "Login", true));
|
|
this.TbxLogin.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
|
|
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.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
|
|
this.TbxLogin.ForeColor = System.Drawing.Color.Black;
|
|
this.TbxLogin.ForeColor = System.Drawing.Color.Black;
|
|
@@ -736,6 +745,16 @@
|
|
this.TbxLogin.TextPreview = "Логин";
|
|
this.TbxLogin.TextPreview = "Логин";
|
|
this.TbxLogin.UseSystemPasswordChar = false;
|
|
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
|
|
// GbxSystemParameters
|
|
//
|
|
//
|
|
this.GbxSystemParameters.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
this.GbxSystemParameters.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
@@ -1299,6 +1318,20 @@
|
|
//
|
|
//
|
|
this.TmAnim.Interval = 25;
|
|
this.TmAnim.Interval = 25;
|
|
//
|
|
//
|
|
|
|
+ // staffsTableAdapter
|
|
|
|
+ //
|
|
|
|
+ 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
|
|
// FormMain
|
|
//
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
|
|
@@ -1336,6 +1369,9 @@
|
|
this.RPanelForAddUser.ResumeLayout(false);
|
|
this.RPanelForAddUser.ResumeLayout(false);
|
|
this.TbSettings.ResumeLayout(false);
|
|
this.TbSettings.ResumeLayout(false);
|
|
this.GbxUserParameters.ResumeLayout(false);
|
|
this.GbxUserParameters.ResumeLayout(false);
|
|
|
|
+ this.GbxUserParameters.PerformLayout();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.BsAdministrator)).EndInit();
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).EndInit();
|
|
this.GbxSystemParameters.ResumeLayout(false);
|
|
this.GbxSystemParameters.ResumeLayout(false);
|
|
this.GbxSystemParameters.PerformLayout();
|
|
this.GbxSystemParameters.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.NumCountDaySaveLogFiles)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.NumCountDaySaveLogFiles)).EndInit();
|
|
@@ -1445,6 +1481,10 @@
|
|
private EgoldsGoogleTextBox TbxOldPass;
|
|
private EgoldsGoogleTextBox TbxOldPass;
|
|
private EgoldsGoogleTextBox TbxLogin;
|
|
private EgoldsGoogleTextBox TbxLogin;
|
|
private System.Windows.Forms.Button BtnEditUserParameters;
|
|
private System.Windows.Forms.Button BtnEditUserParameters;
|
|
|
|
+ private ImpulseVisionAppDataSet impulseVisionAppDataSet1;
|
|
|
|
+ public System.Windows.Forms.BindingSource BsAdministrator;
|
|
|
|
+ private ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter staffsTableAdapter;
|
|
|
|
+ private System.Windows.Forms.Label LblAdminID;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|