From d3bf1c45fd914e9fa2ad5f0f31d060d097506302 Mon Sep 17 00:00:00 2001 From: qualcosa Date: Tue, 4 Jul 2023 21:28:42 +0300 Subject: [PATCH] v1.1.2 --- Compact RAM Cleaner/Controls/GroupPanel.cs | 2 +- Compact RAM Cleaner/Forms/Notify.Designer.cs | 10 +++++----- Compact RAM Cleaner/Forms/Settings.Designer.cs | 6 +++--- Compact RAM Cleaner/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Compact RAM Cleaner/Controls/GroupPanel.cs b/Compact RAM Cleaner/Controls/GroupPanel.cs index 41132a2..a419914 100644 --- a/Compact RAM Cleaner/Controls/GroupPanel.cs +++ b/Compact RAM Cleaner/Controls/GroupPanel.cs @@ -22,7 +22,7 @@ public string Title public GroupPanel() { - _label = new Label { AutoSize = true, Location = new Point(20, 3), Text = Title }; + _label = new Label { AutoSize = true, Location = new Point(_indent * 2, 3), Text = Title }; Controls.Add(_label); } diff --git a/Compact RAM Cleaner/Forms/Notify.Designer.cs b/Compact RAM Cleaner/Forms/Notify.Designer.cs index 15a27ee..b3c9ec9 100644 --- a/Compact RAM Cleaner/Forms/Notify.Designer.cs +++ b/Compact RAM Cleaner/Forms/Notify.Designer.cs @@ -48,19 +48,19 @@ private void InitializeComponent() this.Label1.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Label1.Location = new System.Drawing.Point(54, 18); this.Label1.Name = "Label1"; - this.Label1.Size = new System.Drawing.Size(150, 17); + this.Label1.Size = new System.Drawing.Size(116, 17); this.Label1.TabIndex = 1; - this.Label1.Text = "Memory released: 0 МБ"; + this.Label1.Text = "Memory released:"; // // Label2 // this.Label2.AutoSize = true; this.Label2.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); - this.Label2.Location = new System.Drawing.Point(210, 18); + this.Label2.Location = new System.Drawing.Point(166, 18); this.Label2.Name = "Label2"; - this.Label2.Size = new System.Drawing.Size(46, 17); + this.Label2.Size = new System.Drawing.Size(28, 17); this.Label2.TabIndex = 2; - this.Label2.Text = "12 MB"; + this.Label2.Text = "0 B"; // // Notify // diff --git a/Compact RAM Cleaner/Forms/Settings.Designer.cs b/Compact RAM Cleaner/Forms/Settings.Designer.cs index fa2e180..0374b1b 100644 --- a/Compact RAM Cleaner/Forms/Settings.Designer.cs +++ b/Compact RAM Cleaner/Forms/Settings.Designer.cs @@ -475,7 +475,7 @@ private void InitializeComponent() // radioButton2 // this.radioButton2.AutoSize = true; - this.radioButton2.Location = new System.Drawing.Point(105, 93); + this.radioButton2.Location = new System.Drawing.Point(99, 93); this.radioButton2.Name = "radioButton2"; this.radioButton2.Size = new System.Drawing.Size(119, 17); this.radioButton2.TabIndex = 9; @@ -506,7 +506,7 @@ private void InitializeComponent() // TrayTextShadowColor // this.TrayTextShadowColor.Color = System.Drawing.Color.Black; - this.TrayTextShadowColor.Location = new System.Drawing.Point(112, 46); + this.TrayTextShadowColor.Location = new System.Drawing.Point(110, 46); this.TrayTextShadowColor.Name = "TrayTextShadowColor"; this.TrayTextShadowColor.Size = new System.Drawing.Size(40, 18); this.TrayTextShadowColor.TabIndex = 6; @@ -526,7 +526,7 @@ private void InitializeComponent() // TrayTextColor // this.TrayTextColor.Color = System.Drawing.Color.White; - this.TrayTextColor.Location = new System.Drawing.Point(82, 22); + this.TrayTextColor.Location = new System.Drawing.Point(79, 22); this.TrayTextColor.Name = "TrayTextColor"; this.TrayTextColor.Size = new System.Drawing.Size(40, 18); this.TrayTextColor.TabIndex = 4; diff --git a/Compact RAM Cleaner/Properties/AssemblyInfo.cs b/Compact RAM Cleaner/Properties/AssemblyInfo.cs index 18d007d..cc72761 100644 --- a/Compact RAM Cleaner/Properties/AssemblyInfo.cs +++ b/Compact RAM Cleaner/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.1.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] +[assembly: AssemblyVersion("1.1.2.0")] +[assembly: AssemblyFileVersion("1.1.2.0")]