Jelajahi Sumber

Закругления заголовков

Вячеслав Терешенко 2 tahun lalu
induk
melakukan
fcec6bc643
2 mengubah file dengan 131 tambahan dan 37 penghapusan
  1. 131 37
      ImpulseVision/FormMain.Designer.cs
  2. TEMPAT SAMPAH
      ImpulseVision/bin/Debug/ImpulseVision.exe

+ 131 - 37
ImpulseVision/FormMain.Designer.cs

@@ -71,12 +71,15 @@
             this.label1 = new System.Windows.Forms.Label();
             this.BtnSave = new System.Windows.Forms.Button();
             this.TbSettings = new System.Windows.Forms.TabPage();
-            this.label3 = new System.Windows.Forms.Label();
+            this.RPanelSettings = new ImpulseVision.RPanel();
+            this.SwSavePositionForm = new ImpulseVision.EgoldsToggleSwitch();
+            this.LblTextSettings = new System.Windows.Forms.Label();
             this.TbUsers = new System.Windows.Forms.TabPage();
             this.label4 = new System.Windows.Forms.Label();
             this.LswView = new System.Windows.Forms.ListView();
             this.ImList = new System.Windows.Forms.ImageList(this.components);
-            this.SwSavePositionForm = new ImpulseVision.EgoldsToggleSwitch();
+            this.RPanelUser = new ImpulseVision.RPanel();
+            this.RPanelForAddUser = new ImpulseVision.RPanel();
             this.menuStrip1.SuspendLayout();
             this.ToolsMenu.SuspendLayout();
             this.statusStrip1.SuspendLayout();
@@ -86,7 +89,10 @@
             ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).BeginInit();
             this.panel1.SuspendLayout();
             this.TbSettings.SuspendLayout();
+            this.RPanelSettings.SuspendLayout();
             this.TbUsers.SuspendLayout();
+            this.RPanelUser.SuspendLayout();
+            this.RPanelForAddUser.SuspendLayout();
             this.SuspendLayout();
             // 
             // menuStrip1
@@ -415,8 +421,8 @@
             // panel1
             // 
             this.panel1.BackColor = System.Drawing.Color.White;
+            this.panel1.Controls.Add(this.RPanelForAddUser);
             this.panel1.Controls.Add(this.TbxName);
-            this.panel1.Controls.Add(this.label1);
             this.panel1.Controls.Add(this.BtnSave);
             this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.panel1.Location = new System.Drawing.Point(3, 3);
@@ -444,15 +450,16 @@
             // 
             // label1
             // 
-            this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(227)))), ((int)(((byte)(222)))));
-            this.label1.Dock = System.Windows.Forms.DockStyle.Top;
+            this.label1.BackColor = System.Drawing.Color.Transparent;
+            this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
             this.label1.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
             this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(45)))), ((int)(((byte)(66)))));
             this.label1.Location = new System.Drawing.Point(0, 0);
             this.label1.Name = "label1";
-            this.label1.Size = new System.Drawing.Size(250, 25);
+            this.label1.Size = new System.Drawing.Size(244, 25);
             this.label1.TabIndex = 0;
             this.label1.Text = "Добавление пользователя:";
+            this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
             // 
             // BtnSave
             // 
@@ -470,8 +477,8 @@
             // TbSettings
             // 
             this.TbSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
+            this.TbSettings.Controls.Add(this.RPanelSettings);
             this.TbSettings.Controls.Add(this.SwSavePositionForm);
-            this.TbSettings.Controls.Add(this.label3);
             this.TbSettings.Location = new System.Drawing.Point(4, 30);
             this.TbSettings.Name = "TbSettings";
             this.TbSettings.Padding = new System.Windows.Forms.Padding(3);
@@ -479,23 +486,64 @@
             this.TbSettings.TabIndex = 1;
             this.TbSettings.Text = "tabPage2";
             // 
-            // label3
+            // RPanelSettings
+            // 
+            this.RPanelSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.RPanelSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(227)))), ((int)(((byte)(222)))));
+            this.RPanelSettings.BackColorAdditional = System.Drawing.Color.Gray;
+            this.RPanelSettings.BackColorGradientEnabled = false;
+            this.RPanelSettings.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
+            this.RPanelSettings.BorderColor = System.Drawing.Color.Tomato;
+            this.RPanelSettings.BorderColorEnabled = false;
+            this.RPanelSettings.BorderColorOnHover = System.Drawing.Color.Tomato;
+            this.RPanelSettings.BorderColorOnHoverEnabled = false;
+            this.RPanelSettings.Controls.Add(this.LblTextSettings);
+            this.RPanelSettings.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.RPanelSettings.Font = new System.Drawing.Font("Verdana", 8.25F);
+            this.RPanelSettings.ForeColor = System.Drawing.Color.White;
+            this.RPanelSettings.Location = new System.Drawing.Point(3, 6);
+            this.RPanelSettings.Name = "RPanelSettings";
+            this.RPanelSettings.RippleColor = System.Drawing.Color.Black;
+            this.RPanelSettings.RoundingEnable = true;
+            this.RPanelSettings.Size = new System.Drawing.Size(717, 25);
+            this.RPanelSettings.TabIndex = 2;
+            this.RPanelSettings.TextHover = null;
+            this.RPanelSettings.UseDownPressEffectOnClick = false;
+            this.RPanelSettings.UseRippleEffect = true;
+            this.RPanelSettings.UseZoomEffectOnHover = false;
+            // 
+            // SwSavePositionForm
             // 
-            this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(227)))), ((int)(((byte)(222)))));
-            this.label3.Dock = System.Windows.Forms.DockStyle.Top;
-            this.label3.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
-            this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(45)))), ((int)(((byte)(66)))));
-            this.label3.Location = new System.Drawing.Point(3, 3);
-            this.label3.Name = "label3";
-            this.label3.Size = new System.Drawing.Size(717, 24);
-            this.label3.TabIndex = 0;
-            this.label3.Text = "<Настройки>";
-            this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
+            this.SwSavePositionForm.BackColor = System.Drawing.Color.White;
+            this.SwSavePositionForm.BackColorOFF = System.Drawing.Color.Silver;
+            this.SwSavePositionForm.BackColorON = System.Drawing.Color.LimeGreen;
+            this.SwSavePositionForm.Checked = false;
+            this.SwSavePositionForm.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.SwSavePositionForm.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
+            this.SwSavePositionForm.Location = new System.Drawing.Point(22, 104);
+            this.SwSavePositionForm.Name = "SwSavePositionForm";
+            this.SwSavePositionForm.Size = new System.Drawing.Size(43, 15);
+            this.SwSavePositionForm.TabIndex = 1;
+            this.SwSavePositionForm.TextOnChecked = "";
+            // 
+            // LblTextSettings
+            // 
+            this.LblTextSettings.BackColor = System.Drawing.Color.Transparent;
+            this.LblTextSettings.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.LblTextSettings.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
+            this.LblTextSettings.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(45)))), ((int)(((byte)(66)))));
+            this.LblTextSettings.Location = new System.Drawing.Point(0, 0);
+            this.LblTextSettings.Name = "LblTextSettings";
+            this.LblTextSettings.Size = new System.Drawing.Size(717, 25);
+            this.LblTextSettings.TabIndex = 0;
+            this.LblTextSettings.Text = "<Настройки>";
+            this.LblTextSettings.TextAlign = System.Drawing.ContentAlignment.TopCenter;
             // 
             // TbUsers
             // 
             this.TbUsers.BackColor = System.Drawing.Color.White;
-            this.TbUsers.Controls.Add(this.label4);
+            this.TbUsers.Controls.Add(this.RPanelUser);
             this.TbUsers.Controls.Add(this.LswView);
             this.TbUsers.Location = new System.Drawing.Point(4, 30);
             this.TbUsers.Name = "TbUsers";
@@ -505,13 +553,13 @@
             // 
             // label4
             // 
-            this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(227)))), ((int)(((byte)(222)))));
-            this.label4.Dock = System.Windows.Forms.DockStyle.Top;
+            this.label4.BackColor = System.Drawing.Color.Transparent;
+            this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
             this.label4.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
             this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(45)))), ((int)(((byte)(66)))));
             this.label4.Location = new System.Drawing.Point(0, 0);
             this.label4.Name = "label4";
-            this.label4.Size = new System.Drawing.Size(723, 24);
+            this.label4.Size = new System.Drawing.Size(717, 25);
             this.label4.TabIndex = 5;
             this.label4.Text = "<Пользователи>";
             this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
@@ -526,9 +574,9 @@
             this.LswView.HideSelection = false;
             this.LswView.LabelEdit = true;
             this.LswView.LargeImageList = this.ImList;
-            this.LswView.Location = new System.Drawing.Point(0, 27);
+            this.LswView.Location = new System.Drawing.Point(0, 34);
             this.LswView.Name = "LswView";
-            this.LswView.Size = new System.Drawing.Size(723, 258);
+            this.LswView.Size = new System.Drawing.Size(715, 251);
             this.LswView.TabIndex = 3;
             this.LswView.UseCompatibleStateImageBehavior = false;
             // 
@@ -538,19 +586,59 @@
             this.ImList.ImageSize = new System.Drawing.Size(100, 100);
             this.ImList.TransparentColor = System.Drawing.Color.Transparent;
             // 
-            // SwSavePositionForm
+            // RPanelUser
             // 
-            this.SwSavePositionForm.BackColor = System.Drawing.Color.White;
-            this.SwSavePositionForm.BackColorOFF = System.Drawing.Color.Silver;
-            this.SwSavePositionForm.BackColorON = System.Drawing.Color.LimeGreen;
-            this.SwSavePositionForm.Checked = false;
-            this.SwSavePositionForm.Cursor = System.Windows.Forms.Cursors.Hand;
-            this.SwSavePositionForm.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
-            this.SwSavePositionForm.Location = new System.Drawing.Point(174, 92);
-            this.SwSavePositionForm.Name = "SwSavePositionForm";
-            this.SwSavePositionForm.Size = new System.Drawing.Size(43, 15);
-            this.SwSavePositionForm.TabIndex = 1;
-            this.SwSavePositionForm.TextOnChecked = "";
+            this.RPanelUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.RPanelUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(227)))), ((int)(((byte)(222)))));
+            this.RPanelUser.BackColorAdditional = System.Drawing.Color.Gray;
+            this.RPanelUser.BackColorGradientEnabled = false;
+            this.RPanelUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
+            this.RPanelUser.BorderColor = System.Drawing.Color.Tomato;
+            this.RPanelUser.BorderColorEnabled = false;
+            this.RPanelUser.BorderColorOnHover = System.Drawing.Color.Tomato;
+            this.RPanelUser.BorderColorOnHoverEnabled = false;
+            this.RPanelUser.Controls.Add(this.label4);
+            this.RPanelUser.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.RPanelUser.Font = new System.Drawing.Font("Verdana", 8.25F);
+            this.RPanelUser.ForeColor = System.Drawing.Color.White;
+            this.RPanelUser.Location = new System.Drawing.Point(3, 3);
+            this.RPanelUser.Name = "RPanelUser";
+            this.RPanelUser.RippleColor = System.Drawing.Color.Black;
+            this.RPanelUser.RoundingEnable = true;
+            this.RPanelUser.Size = new System.Drawing.Size(717, 25);
+            this.RPanelUser.TabIndex = 6;
+            this.RPanelUser.TextHover = null;
+            this.RPanelUser.UseDownPressEffectOnClick = false;
+            this.RPanelUser.UseRippleEffect = true;
+            this.RPanelUser.UseZoomEffectOnHover = false;
+            // 
+            // RPanelForAddUser
+            // 
+            this.RPanelForAddUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.RPanelForAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(227)))), ((int)(((byte)(222)))));
+            this.RPanelForAddUser.BackColorAdditional = System.Drawing.Color.Gray;
+            this.RPanelForAddUser.BackColorGradientEnabled = false;
+            this.RPanelForAddUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
+            this.RPanelForAddUser.BorderColor = System.Drawing.Color.Tomato;
+            this.RPanelForAddUser.BorderColorEnabled = false;
+            this.RPanelForAddUser.BorderColorOnHover = System.Drawing.Color.Tomato;
+            this.RPanelForAddUser.BorderColorOnHoverEnabled = false;
+            this.RPanelForAddUser.Controls.Add(this.label1);
+            this.RPanelForAddUser.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.RPanelForAddUser.Font = new System.Drawing.Font("Verdana", 8.25F);
+            this.RPanelForAddUser.ForeColor = System.Drawing.Color.White;
+            this.RPanelForAddUser.Location = new System.Drawing.Point(3, 3);
+            this.RPanelForAddUser.Name = "RPanelForAddUser";
+            this.RPanelForAddUser.RippleColor = System.Drawing.Color.Black;
+            this.RPanelForAddUser.RoundingEnable = true;
+            this.RPanelForAddUser.Size = new System.Drawing.Size(244, 25);
+            this.RPanelForAddUser.TabIndex = 5;
+            this.RPanelForAddUser.TextHover = null;
+            this.RPanelForAddUser.UseDownPressEffectOnClick = false;
+            this.RPanelForAddUser.UseRippleEffect = true;
+            this.RPanelForAddUser.UseZoomEffectOnHover = false;
             // 
             // FormMain
             // 
@@ -584,7 +672,10 @@
             ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).EndInit();
             this.panel1.ResumeLayout(false);
             this.TbSettings.ResumeLayout(false);
+            this.RPanelSettings.ResumeLayout(false);
             this.TbUsers.ResumeLayout(false);
+            this.RPanelUser.ResumeLayout(false);
+            this.RPanelForAddUser.ResumeLayout(false);
             this.ResumeLayout(false);
             this.PerformLayout();
 
@@ -629,7 +720,7 @@
         private System.Windows.Forms.ToolStripMenuItem SHistory;
         private System.Windows.Forms.ToolStripMenuItem SUsers;
         private System.Windows.Forms.TabPage TbUsers;
-        private System.Windows.Forms.Label label3;
+        private System.Windows.Forms.Label LblTextSettings;
         private System.Windows.Forms.ImageList ImList;
         private System.Windows.Forms.Label label4;
         private System.Windows.Forms.ListView LswView;
@@ -639,6 +730,9 @@
         private System.Windows.Forms.ToolStripButton BtnHistory;
         private EgoldsGoogleTextBox TbxName;
         private EgoldsToggleSwitch SwSavePositionForm;
+        private RPanel RPanelSettings;
+        private RPanel RPanelUser;
+        private RPanel RPanelForAddUser;
     }
 }
 

TEMPAT SAMPAH
ImpulseVision/bin/Debug/ImpulseVision.exe