Преглед на файлове

Работа над окном отображения посещений

Вячеслав Терешенко преди 2 години
родител
ревизия
bedd28e4fa
променени са 4 файла, в които са добавени 181 реда и са изтрити 86 реда
  1. 3 3
      ImpulseVision/FormGuard.Designer.cs
  2. 178 83
      ImpulseVision/FormMain.Designer.cs
  3. BIN
      ImpulseVision/bin/Debug/ImpulseVision.exe
  4. BIN
      ImpulseVision/bin/Release/ImpulseVision.exe

+ 3 - 3
ImpulseVision/FormGuard.Designer.cs

@@ -120,16 +120,16 @@
             this.Lblus.ForeColor = System.Drawing.Color.Black;
             this.Lblus.Location = new System.Drawing.Point(14, 2);
             this.Lblus.Name = "Lblus";
-            this.Lblus.Size = new System.Drawing.Size(124, 21);
+            this.Lblus.Size = new System.Drawing.Size(161, 21);
             this.Lblus.TabIndex = 11;
-            this.Lblus.Text = "Пользователь:";
+            this.Lblus.Text = "Сотрудник охраны:";
             // 
             // LblRecognizeUser
             // 
             this.LblRecognizeUser.AutoSize = true;
             this.LblRecognizeUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsStaffs, "FIO", true));
             this.LblRecognizeUser.ForeColor = System.Drawing.Color.Black;
-            this.LblRecognizeUser.Location = new System.Drawing.Point(144, 2);
+            this.LblRecognizeUser.Location = new System.Drawing.Point(181, 2);
             this.LblRecognizeUser.Name = "LblRecognizeUser";
             this.LblRecognizeUser.Size = new System.Drawing.Size(103, 21);
             this.LblRecognizeUser.TabIndex = 13;

+ 178 - 83
ImpulseVision/FormMain.Designer.cs

@@ -78,12 +78,16 @@
             this.SwAutoLoad = new ImpulseVision.EgoldsToggleSwitch();
             this.TbVisits = new System.Windows.Forms.TabPage();
             this.PanelHeader = new System.Windows.Forms.Panel();
-            this.label11 = new System.Windows.Forms.Label();
-            this.label10 = new System.Windows.Forms.Label();
+            this.RPanelTitleDate = new ImpulseVision.RPanel();
+            this.label13 = new System.Windows.Forms.Label();
+            this.RPanelTitleExit = new ImpulseVision.RPanel();
+            this.label12 = new System.Windows.Forms.Label();
+            this.RPanelTitleEntrance = new ImpulseVision.RPanel();
+            this.label8 = new System.Windows.Forms.Label();
+            this.RPanelForNameUser = new ImpulseVision.RPanel();
+            this.LblTitleNameUser = new System.Windows.Forms.Label();
             this.TbxFindUser = new System.Windows.Forms.TextBox();
-            this.label9 = new System.Windows.Forms.Label();
             this.label7 = new System.Windows.Forms.Label();
-            this.label8 = new System.Windows.Forms.Label();
             this.TabJournal = new System.Windows.Forms.TableLayoutPanel();
             this.BtnJournal = new System.Windows.Forms.Button();
             this.DtpFiniteDate = new System.Windows.Forms.DateTimePicker();
@@ -96,7 +100,6 @@
             this.ImList = new System.Windows.Forms.ImageList(this.components);
             this.TimerSaving = new System.Windows.Forms.Timer(this.components);
             this.TmAnim = new System.Windows.Forms.Timer(this.components);
-            this.RPanelForNameUser = new ImpulseVision.RPanel();
             this.menuStrip1.SuspendLayout();
             this.ToolsMenu.SuspendLayout();
             this.statusStrip1.SuspendLayout();
@@ -111,8 +114,12 @@
             this.TbSettings.SuspendLayout();
             this.RPanelSettings.SuspendLayout();
             this.TbVisits.SuspendLayout();
-            this.PanelPeriod.SuspendLayout();
+            this.PanelHeader.SuspendLayout();
+            this.RPanelTitleDate.SuspendLayout();
+            this.RPanelTitleExit.SuspendLayout();
+            this.RPanelTitleEntrance.SuspendLayout();
             this.RPanelForNameUser.SuspendLayout();
+            this.PanelPeriod.SuspendLayout();
             this.SuspendLayout();
             // 
             // menuStrip1
@@ -686,12 +693,8 @@
             // TbVisits
             // 
             this.TbVisits.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
-            this.TbVisits.Controls.Add(this.RPanelForNameUser);
-            this.TbVisits.Controls.Add(this.label11);
             this.TbVisits.Controls.Add(this.PanelHeader);
-            this.TbVisits.Controls.Add(this.label10);
             this.TbVisits.Controls.Add(this.TbxFindUser);
-            this.TbVisits.Controls.Add(this.label9);
             this.TbVisits.Controls.Add(this.label7);
             this.TbVisits.Controls.Add(this.TabJournal);
             this.TbVisits.Controls.Add(this.BtnJournal);
@@ -709,31 +712,164 @@
             // 
             this.PanelHeader.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
             | System.Windows.Forms.AnchorStyles.Right)));
-            this.PanelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
+            this.PanelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
+            this.PanelHeader.Controls.Add(this.RPanelTitleDate);
+            this.PanelHeader.Controls.Add(this.RPanelTitleExit);
+            this.PanelHeader.Controls.Add(this.RPanelTitleEntrance);
+            this.PanelHeader.Controls.Add(this.RPanelForNameUser);
             this.PanelHeader.Location = new System.Drawing.Point(0, 49);
             this.PanelHeader.Name = "PanelHeader";
-            this.PanelHeader.Size = new System.Drawing.Size(720, 26);
+            this.PanelHeader.Size = new System.Drawing.Size(720, 32);
             this.PanelHeader.TabIndex = 8;
             // 
-            // label11
+            // RPanelTitleDate
+            // 
+            this.RPanelTitleDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+            this.RPanelTitleDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
+            this.RPanelTitleDate.BackColorAdditional = System.Drawing.Color.Gray;
+            this.RPanelTitleDate.BackColorGradientEnabled = false;
+            this.RPanelTitleDate.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
+            this.RPanelTitleDate.BorderColor = System.Drawing.Color.Tomato;
+            this.RPanelTitleDate.BorderColorEnabled = false;
+            this.RPanelTitleDate.BorderColorOnHover = System.Drawing.Color.Tomato;
+            this.RPanelTitleDate.BorderColorOnHoverEnabled = false;
+            this.RPanelTitleDate.Controls.Add(this.label13);
+            this.RPanelTitleDate.Cursor = System.Windows.Forms.Cursors.Default;
+            this.RPanelTitleDate.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
+            this.RPanelTitleDate.ForeColor = System.Drawing.Color.White;
+            this.RPanelTitleDate.Location = new System.Drawing.Point(592, 3);
+            this.RPanelTitleDate.Name = "RPanelTitleDate";
+            this.RPanelTitleDate.RippleColor = System.Drawing.Color.Black;
+            this.RPanelTitleDate.RoundingEnable = true;
+            this.RPanelTitleDate.Size = new System.Drawing.Size(123, 25);
+            this.RPanelTitleDate.TabIndex = 10;
+            this.RPanelTitleDate.TextHover = null;
+            this.RPanelTitleDate.UseDownPressEffectOnClick = false;
+            this.RPanelTitleDate.UseRippleEffect = true;
+            this.RPanelTitleDate.UseZoomEffectOnHover = false;
+            // 
+            // label13
+            // 
+            this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.label13.Location = new System.Drawing.Point(5, 0);
+            this.label13.Name = "label13";
+            this.label13.Size = new System.Drawing.Size(115, 25);
+            this.label13.TabIndex = 0;
+            this.label13.Text = "Дата";
+            this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter;
+            // 
+            // RPanelTitleExit
+            // 
+            this.RPanelTitleExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+            this.RPanelTitleExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
+            this.RPanelTitleExit.BackColorAdditional = System.Drawing.Color.Gray;
+            this.RPanelTitleExit.BackColorGradientEnabled = false;
+            this.RPanelTitleExit.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
+            this.RPanelTitleExit.BorderColor = System.Drawing.Color.Tomato;
+            this.RPanelTitleExit.BorderColorEnabled = false;
+            this.RPanelTitleExit.BorderColorOnHover = System.Drawing.Color.Tomato;
+            this.RPanelTitleExit.BorderColorOnHoverEnabled = false;
+            this.RPanelTitleExit.Controls.Add(this.label12);
+            this.RPanelTitleExit.Cursor = System.Windows.Forms.Cursors.Default;
+            this.RPanelTitleExit.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
+            this.RPanelTitleExit.ForeColor = System.Drawing.Color.White;
+            this.RPanelTitleExit.Location = new System.Drawing.Point(486, 3);
+            this.RPanelTitleExit.Name = "RPanelTitleExit";
+            this.RPanelTitleExit.RippleColor = System.Drawing.Color.Black;
+            this.RPanelTitleExit.RoundingEnable = true;
+            this.RPanelTitleExit.Size = new System.Drawing.Size(105, 25);
+            this.RPanelTitleExit.TabIndex = 10;
+            this.RPanelTitleExit.TextHover = null;
+            this.RPanelTitleExit.UseDownPressEffectOnClick = false;
+            this.RPanelTitleExit.UseRippleEffect = true;
+            this.RPanelTitleExit.UseZoomEffectOnHover = false;
+            // 
+            // label12
+            // 
+            this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.label12.Location = new System.Drawing.Point(5, 0);
+            this.label12.Name = "label12";
+            this.label12.Size = new System.Drawing.Size(97, 25);
+            this.label12.TabIndex = 0;
+            this.label12.Text = "Выход";
+            this.label12.TextAlign = System.Drawing.ContentAlignment.TopCenter;
+            // 
+            // RPanelTitleEntrance
+            // 
+            this.RPanelTitleEntrance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
+            this.RPanelTitleEntrance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
+            this.RPanelTitleEntrance.BackColorAdditional = System.Drawing.Color.Gray;
+            this.RPanelTitleEntrance.BackColorGradientEnabled = false;
+            this.RPanelTitleEntrance.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
+            this.RPanelTitleEntrance.BorderColor = System.Drawing.Color.Tomato;
+            this.RPanelTitleEntrance.BorderColorEnabled = false;
+            this.RPanelTitleEntrance.BorderColorOnHover = System.Drawing.Color.Tomato;
+            this.RPanelTitleEntrance.BorderColorOnHoverEnabled = false;
+            this.RPanelTitleEntrance.Controls.Add(this.label8);
+            this.RPanelTitleEntrance.Cursor = System.Windows.Forms.Cursors.Default;
+            this.RPanelTitleEntrance.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
+            this.RPanelTitleEntrance.ForeColor = System.Drawing.Color.White;
+            this.RPanelTitleEntrance.Location = new System.Drawing.Point(380, 3);
+            this.RPanelTitleEntrance.Name = "RPanelTitleEntrance";
+            this.RPanelTitleEntrance.RippleColor = System.Drawing.Color.Black;
+            this.RPanelTitleEntrance.RoundingEnable = true;
+            this.RPanelTitleEntrance.Size = new System.Drawing.Size(105, 25);
+            this.RPanelTitleEntrance.TabIndex = 10;
+            this.RPanelTitleEntrance.TextHover = null;
+            this.RPanelTitleEntrance.UseDownPressEffectOnClick = false;
+            this.RPanelTitleEntrance.UseRippleEffect = true;
+            this.RPanelTitleEntrance.UseZoomEffectOnHover = false;
+            // 
+            // label8
+            // 
+            this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.label8.Location = new System.Drawing.Point(5, 0);
+            this.label8.Name = "label8";
+            this.label8.Size = new System.Drawing.Size(97, 25);
+            this.label8.TabIndex = 0;
+            this.label8.Text = "Вход";
+            this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
+            // 
+            // RPanelForNameUser
             // 
-            this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.label11.Location = new System.Drawing.Point(578, 78);
-            this.label11.Name = "label11";
-            this.label11.Size = new System.Drawing.Size(149, 26);
-            this.label11.TabIndex = 3;
-            this.label11.Text = "Дата";
-            this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            this.RPanelForNameUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.RPanelForNameUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
+            this.RPanelForNameUser.BackColorAdditional = System.Drawing.Color.Gray;
+            this.RPanelForNameUser.BackColorGradientEnabled = false;
+            this.RPanelForNameUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
+            this.RPanelForNameUser.BorderColor = System.Drawing.Color.Tomato;
+            this.RPanelForNameUser.BorderColorEnabled = false;
+            this.RPanelForNameUser.BorderColorOnHover = System.Drawing.Color.Tomato;
+            this.RPanelForNameUser.BorderColorOnHoverEnabled = false;
+            this.RPanelForNameUser.Controls.Add(this.LblTitleNameUser);
+            this.RPanelForNameUser.Cursor = System.Windows.Forms.Cursors.Default;
+            this.RPanelForNameUser.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
+            this.RPanelForNameUser.ForeColor = System.Drawing.Color.White;
+            this.RPanelForNameUser.Location = new System.Drawing.Point(3, 3);
+            this.RPanelForNameUser.Name = "RPanelForNameUser";
+            this.RPanelForNameUser.RippleColor = System.Drawing.Color.Black;
+            this.RPanelForNameUser.RoundingEnable = true;
+            this.RPanelForNameUser.Size = new System.Drawing.Size(376, 25);
+            this.RPanelForNameUser.TabIndex = 9;
+            this.RPanelForNameUser.TextHover = null;
+            this.RPanelForNameUser.UseDownPressEffectOnClick = false;
+            this.RPanelForNameUser.UseRippleEffect = true;
+            this.RPanelForNameUser.UseZoomEffectOnHover = false;
             // 
-            // label10
+            // LblTitleNameUser
             // 
-            this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.label10.Location = new System.Drawing.Point(443, 78);
-            this.label10.Name = "label10";
-            this.label10.Size = new System.Drawing.Size(134, 26);
-            this.label10.TabIndex = 2;
-            this.label10.Text = "Время выхода";
-            this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
+            this.LblTitleNameUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.LblTitleNameUser.Location = new System.Drawing.Point(5, 0);
+            this.LblTitleNameUser.Name = "LblTitleNameUser";
+            this.LblTitleNameUser.Size = new System.Drawing.Size(368, 25);
+            this.LblTitleNameUser.TabIndex = 0;
+            this.LblTitleNameUser.Text = "Имя пользователя";
+            this.LblTitleNameUser.TextAlign = System.Drawing.ContentAlignment.TopCenter;
             // 
             // TbxFindUser
             // 
@@ -744,16 +880,6 @@
             this.TbxFindUser.TabIndex = 7;
             this.TbxFindUser.TextChanged += new System.EventHandler(this.TbxFindUser_TextChanged);
             // 
-            // label9
-            // 
-            this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
-            this.label9.Location = new System.Drawing.Point(280, 78);
-            this.label9.Name = "label9";
-            this.label9.Size = new System.Drawing.Size(149, 26);
-            this.label9.TabIndex = 1;
-            this.label9.Text = "Время входа";
-            this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
-            // 
             // label7
             // 
             this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
@@ -764,17 +890,6 @@
             this.label7.TabIndex = 6;
             this.label7.Text = "Поиск по ФИО:";
             // 
-            // label8
-            // 
-            this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
-            | System.Windows.Forms.AnchorStyles.Right)));
-            this.label8.Location = new System.Drawing.Point(5, 0);
-            this.label8.Name = "label8";
-            this.label8.Size = new System.Drawing.Size(235, 25);
-            this.label8.TabIndex = 0;
-            this.label8.Text = "Имя пользователя";
-            this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
-            // 
             // TabJournal
             // 
             this.TabJournal.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
@@ -783,11 +898,11 @@
             this.TabJournal.AutoScroll = true;
             this.TabJournal.ColumnCount = 1;
             this.TabJournal.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
-            this.TabJournal.Location = new System.Drawing.Point(0, 131);
+            this.TabJournal.Location = new System.Drawing.Point(0, 83);
             this.TabJournal.Name = "TabJournal";
             this.TabJournal.RowCount = 1;
             this.TabJournal.RowStyles.Add(new System.Windows.Forms.RowStyle());
-            this.TabJournal.Size = new System.Drawing.Size(723, 182);
+            this.TabJournal.Size = new System.Drawing.Size(723, 230);
             this.TabJournal.TabIndex = 5;
             // 
             // BtnJournal
@@ -886,33 +1001,6 @@
             this.TmAnim.Interval = 25;
             this.TmAnim.Tick += new System.EventHandler(this.TmAnim_Tick);
             // 
-            // RPanelForNameUser
-            // 
-            this.RPanelForNameUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
-            | System.Windows.Forms.AnchorStyles.Right)));
-            this.RPanelForNameUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
-            this.RPanelForNameUser.BackColorAdditional = System.Drawing.Color.Gray;
-            this.RPanelForNameUser.BackColorGradientEnabled = false;
-            this.RPanelForNameUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
-            this.RPanelForNameUser.BorderColor = System.Drawing.Color.Tomato;
-            this.RPanelForNameUser.BorderColorEnabled = false;
-            this.RPanelForNameUser.BorderColorOnHover = System.Drawing.Color.Tomato;
-            this.RPanelForNameUser.BorderColorOnHoverEnabled = false;
-            this.RPanelForNameUser.Controls.Add(this.label8);
-            this.RPanelForNameUser.Cursor = System.Windows.Forms.Cursors.Default;
-            this.RPanelForNameUser.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
-            this.RPanelForNameUser.ForeColor = System.Drawing.Color.White;
-            this.RPanelForNameUser.Location = new System.Drawing.Point(3, 98);
-            this.RPanelForNameUser.Name = "RPanelForNameUser";
-            this.RPanelForNameUser.RippleColor = System.Drawing.Color.Black;
-            this.RPanelForNameUser.RoundingEnable = true;
-            this.RPanelForNameUser.Size = new System.Drawing.Size(243, 25);
-            this.RPanelForNameUser.TabIndex = 9;
-            this.RPanelForNameUser.TextHover = null;
-            this.RPanelForNameUser.UseDownPressEffectOnClick = false;
-            this.RPanelForNameUser.UseRippleEffect = true;
-            this.RPanelForNameUser.UseZoomEffectOnHover = false;
-            // 
             // FormMain
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
@@ -953,9 +1041,13 @@
             this.RPanelSettings.ResumeLayout(false);
             this.TbVisits.ResumeLayout(false);
             this.TbVisits.PerformLayout();
+            this.PanelHeader.ResumeLayout(false);
+            this.RPanelTitleDate.ResumeLayout(false);
+            this.RPanelTitleExit.ResumeLayout(false);
+            this.RPanelTitleEntrance.ResumeLayout(false);
+            this.RPanelForNameUser.ResumeLayout(false);
             this.PanelPeriod.ResumeLayout(false);
             this.PanelPeriod.PerformLayout();
-            this.RPanelForNameUser.ResumeLayout(false);
             this.ResumeLayout(false);
             this.PerformLayout();
 
@@ -1025,11 +1117,14 @@
         private System.Windows.Forms.TextBox TbxFindUser;
         private System.Windows.Forms.Label label7;
         private System.Windows.Forms.Panel PanelHeader;
-        private System.Windows.Forms.Label label11;
-        private System.Windows.Forms.Label label10;
-        private System.Windows.Forms.Label label9;
-        private System.Windows.Forms.Label label8;
+        private System.Windows.Forms.Label LblTitleNameUser;
         private RPanel RPanelForNameUser;
+        private RPanel RPanelTitleDate;
+        private System.Windows.Forms.Label label13;
+        private RPanel RPanelTitleExit;
+        private System.Windows.Forms.Label label12;
+        private RPanel RPanelTitleEntrance;
+        private System.Windows.Forms.Label label8;
     }
 }
 

BIN
ImpulseVision/bin/Debug/ImpulseVision.exe


BIN
ImpulseVision/bin/Release/ImpulseVision.exe