Browse Source

finish base function

liuyuqi-dellpc 2 years ago
parent
commit
772afb340f

+ 2 - 0
.gitignore

@@ -1,2 +1,4 @@
 /BatteryIndicator/obj/Debug
 /PackagingProj/obj
+BatteryIndicator/bin/
+PackagingProj/bin/

+ 56 - 0
BatteryIndicator.sln

@@ -5,16 +5,72 @@ VisualStudioVersion = 16.0.32802.440
 MinimumVisualStudioVersion = 10.0.40219.1
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BatteryIndicator", "BatteryIndicator\BatteryIndicator.csproj", "{0FE642A2-82EA-4571-A140-047CEA1FA4A5}"
 EndProject
+Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "PackagingProj", "PackagingProj\PackagingProj.wapproj", "{B7A04D3E-12CC-421E-94B3-98F86E176D48}"
+EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Any CPU = Debug|Any CPU
+		Debug|ARM = Debug|ARM
+		Debug|ARM64 = Debug|ARM64
+		Debug|x64 = Debug|x64
+		Debug|x86 = Debug|x86
 		Release|Any CPU = Release|Any CPU
+		Release|ARM = Release|ARM
+		Release|ARM64 = Release|ARM64
+		Release|x64 = Release|x64
+		Release|x86 = Release|x86
 	EndGlobalSection
 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
 		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
 		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Debug|ARM.ActiveCfg = Debug|Any CPU
+		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Debug|ARM.Build.0 = Debug|Any CPU
+		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Debug|ARM64.ActiveCfg = Debug|Any CPU
+		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Debug|ARM64.Build.0 = Debug|Any CPU
+		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Debug|x64.ActiveCfg = Debug|Any CPU
+		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Debug|x64.Build.0 = Debug|Any CPU
+		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Debug|x86.ActiveCfg = Debug|Any CPU
+		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Debug|x86.Build.0 = Debug|Any CPU
 		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
 		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Release|Any CPU.Build.0 = Release|Any CPU
+		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Release|ARM.ActiveCfg = Release|Any CPU
+		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Release|ARM.Build.0 = Release|Any CPU
+		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Release|ARM64.ActiveCfg = Release|Any CPU
+		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Release|ARM64.Build.0 = Release|Any CPU
+		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Release|x64.ActiveCfg = Release|Any CPU
+		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Release|x64.Build.0 = Release|Any CPU
+		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Release|x86.ActiveCfg = Release|Any CPU
+		{0FE642A2-82EA-4571-A140-047CEA1FA4A5}.Release|x86.Build.0 = Release|Any CPU
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Debug|Any CPU.Build.0 = Debug|Any CPU
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Debug|ARM.ActiveCfg = Debug|ARM
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Debug|ARM.Build.0 = Debug|ARM
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Debug|ARM.Deploy.0 = Debug|ARM
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Debug|ARM64.ActiveCfg = Debug|ARM64
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Debug|ARM64.Build.0 = Debug|ARM64
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Debug|ARM64.Deploy.0 = Debug|ARM64
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Debug|x64.ActiveCfg = Debug|x64
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Debug|x64.Build.0 = Debug|x64
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Debug|x64.Deploy.0 = Debug|x64
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Debug|x86.ActiveCfg = Debug|x86
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Debug|x86.Build.0 = Debug|x86
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Debug|x86.Deploy.0 = Debug|x86
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Release|Any CPU.ActiveCfg = Release|Any CPU
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Release|Any CPU.Build.0 = Release|Any CPU
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Release|Any CPU.Deploy.0 = Release|Any CPU
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Release|ARM.ActiveCfg = Release|ARM
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Release|ARM.Build.0 = Release|ARM
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Release|ARM.Deploy.0 = Release|ARM
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Release|ARM64.ActiveCfg = Release|ARM64
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Release|ARM64.Build.0 = Release|ARM64
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Release|ARM64.Deploy.0 = Release|ARM64
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Release|x64.ActiveCfg = Release|x64
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Release|x64.Build.0 = Release|x64
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Release|x64.Deploy.0 = Release|x64
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Release|x86.ActiveCfg = Release|x86
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Release|x86.Build.0 = Release|x86
+		{B7A04D3E-12CC-421E-94B3-98F86E176D48}.Release|x86.Deploy.0 = Release|x86
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE

+ 18 - 3
BatteryIndicator/BatteryIndicator.csproj

@@ -46,14 +46,22 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
-    <Compile Include="Form1.cs">
+    <Compile Include="MainForm.cs">
       <SubType>Form</SubType>
     </Compile>
-    <Compile Include="Form1.Designer.cs">
-      <DependentUpon>Form1.cs</DependentUpon>
+    <Compile Include="MainForm.Designer.cs">
+      <DependentUpon>MainForm.cs</DependentUpon>
     </Compile>
+    <Compile Include="Model\PTConfig.cs" />
     <Compile Include="Program.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
+    <Compile Include="UI\Settings.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="UI\Settings.Designer.cs">
+      <DependentUpon>Settings.cs</DependentUpon>
+    </Compile>
+    <Compile Include="Views\TrayIcon.cs" />
     <EmbeddedResource Include="Properties\Resources.resx">
       <Generator>ResXFileCodeGenerator</Generator>
       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
@@ -63,6 +71,9 @@
       <AutoGen>True</AutoGen>
       <DependentUpon>Resources.resx</DependentUpon>
     </Compile>
+    <EmbeddedResource Include="UI\Settings.resx">
+      <DependentUpon>Settings.cs</DependentUpon>
+    </EmbeddedResource>
     <None Include="Properties\Settings.settings">
       <Generator>SettingsSingleFileGenerator</Generator>
       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
@@ -76,5 +87,9 @@
   <ItemGroup>
     <None Include="App.config" />
   </ItemGroup>
+  <ItemGroup>
+    <Folder Include="Control\" />
+    <Folder Include="Utils\" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 </Project>

+ 1 - 1
BatteryIndicator/Form1.Designer.cs → BatteryIndicator/MainForm.Designer.cs

@@ -1,7 +1,7 @@
 
 namespace BatteryIndicator
 {
-    partial class Form1
+    partial class MainForm
     {
         /// <summary>
         /// Required designer variable.

+ 2 - 2
BatteryIndicator/Form1.cs → BatteryIndicator/MainForm.cs

@@ -10,9 +10,9 @@ using System.Windows.Forms;
 
 namespace BatteryIndicator
 {
-    public partial class Form1 : Form
+    public partial class MainForm : Form
     {
-        public Form1()
+        public MainForm()
         {
             InitializeComponent();
         }

+ 93 - 0
BatteryIndicator/Model/PTConfig.cs

@@ -0,0 +1,93 @@
+using System;
+using System.IO;
+using System.Xml.Linq;
+
+namespace BatteryIndicator.Model
+{
+    class PTConfig
+    {
+        private string _cfgFile = null;
+
+
+        public string FontSize { get; set; }
+        public string XOffset { get; set; }
+        public string YOffset { get; set; }
+        public string NormalColor { get; set; }
+        public string ChargingColor { get; set; }
+        public string LowColor { get; set; }
+        public string AutoHide { get; set; }
+
+
+        public PTConfig()
+        {
+            _cfgFile = AppDomain.CurrentDomain.BaseDirectory + "ptcfg.xml";
+        }
+
+        public bool ConfigExist()
+        {
+            if (_cfgFile != null && File.Exists(_cfgFile))
+            {
+                try
+                {
+                    XDocument.Load(_cfgFile);
+                    return true;
+                }
+                catch
+                {
+                    return false;
+                }
+            }
+            else
+            {
+                return false;
+            }
+        }
+
+        private void InitConfig()
+        {
+            XDocument doc = new XDocument();
+            XElement root = new XElement("configs");
+            root.Add(new XElement("fontsize") { Value = "28" });
+            root.Add(new XElement("xoffset") { Value = "0" });
+            root.Add(new XElement("yoffset") { Value = "0" });
+            root.Add(new XElement("normalColor") { Value = "255,255,255" });
+            root.Add(new XElement("chargingColor") { Value = "254,190,4" });
+            root.Add(new XElement("lowColor") { Value = "254,97,82" });
+            root.Add(new XElement("autoHide") { Value = "false" });
+            doc.Add(root);
+            doc.Save(_cfgFile);
+        }
+
+        public void Load()
+        {
+            if (!ConfigExist())
+            {
+                InitConfig();
+            }
+            XDocument doc = XDocument.Load(_cfgFile);
+            XElement root = doc.Root;
+            FontSize = root.Element("fontsize").Value;
+            XOffset = root.Element("xoffset").Value;
+            YOffset = root.Element("yoffset").Value;
+            NormalColor = root.Element("normalColor").Value;
+            ChargingColor = root.Element("chargingColor").Value;
+            LowColor = root.Element("lowColor").Value;
+            AutoHide = root.Element("autoHide").Value;
+        }
+
+        public void Update()
+        {
+            XDocument doc = new XDocument();
+            XElement root = new XElement("configs");
+            root.Add(new XElement("fontsize") { Value = FontSize });
+            root.Add(new XElement("xoffset") { Value = XOffset });
+            root.Add(new XElement("yoffset") { Value = YOffset });
+            root.Add(new XElement("normalColor") { Value = NormalColor });
+            root.Add(new XElement("chargingColor") { Value = ChargingColor });
+            root.Add(new XElement("lowColor") { Value = LowColor });
+            root.Add(new XElement("autoHide") { Value = AutoHide });
+            doc.Add(root);
+            doc.Save(_cfgFile);
+        }
+    }
+}

+ 6 - 2
BatteryIndicator/Program.cs

@@ -1,4 +1,5 @@
-using System;
+using BatteryIndicator.Views;
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Threading.Tasks;
@@ -16,7 +17,10 @@ namespace BatteryIndicator
         {
             Application.EnableVisualStyles();
             Application.SetCompatibleTextRenderingDefault(false);
-            Application.Run(new Form1());
+            //Application.Run(new MainForm());
+
+            TrayIcon trayIcon = new TrayIcon();
+            Application.Run();
         }
     }
 }

+ 288 - 0
BatteryIndicator/UI/Settings.Designer.cs

@@ -0,0 +1,288 @@
+namespace BatteryIndicator.UI
+{
+    partial class Settings
+    {
+        /// <summary>
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Windows Form Designer generated code
+
+        /// <summary>
+        /// Required method for Designer support - do not modify
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Settings));
+            this.label1 = new System.Windows.Forms.Label();
+            this.label2 = new System.Windows.Forms.Label();
+            this.label3 = new System.Windows.Forms.Label();
+            this.label4 = new System.Windows.Forms.Label();
+            this.textBox1 = new System.Windows.Forms.TextBox();
+            this.textBox2 = new System.Windows.Forms.TextBox();
+            this.textBox3 = new System.Windows.Forms.TextBox();
+            this.label5 = new System.Windows.Forms.Label();
+            this.textBox4 = new System.Windows.Forms.TextBox();
+            this.label6 = new System.Windows.Forms.Label();
+            this.pictureBox3 = new System.Windows.Forms.PictureBox();
+            this.pictureBox2 = new System.Windows.Forms.PictureBox();
+            this.pictureBox1 = new System.Windows.Forms.PictureBox();
+            this.label7 = new System.Windows.Forms.Label();
+            this.label8 = new System.Windows.Forms.Label();
+            this.checkBox1 = new System.Windows.Forms.CheckBox();
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
+            this.SuspendLayout();
+            // 
+            // label1
+            // 
+            this.label1.AutoSize = true;
+            this.label1.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label1.Location = new System.Drawing.Point(84, 15);
+            this.label1.Name = "label1";
+            this.label1.Size = new System.Drawing.Size(89, 20);
+            this.label1.TabIndex = 0;
+            this.label1.Text = "字体大小";
+            this.label1.Click += new System.EventHandler(this.label1_Click);
+            // 
+            // label2
+            // 
+            this.label2.AutoSize = true;
+            this.label2.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label2.Location = new System.Drawing.Point(73, 216);
+            this.label2.Name = "label2";
+            this.label2.Size = new System.Drawing.Size(109, 20);
+            this.label2.TabIndex = 1;
+            this.label2.Text = "充电时颜色";
+            this.label2.Click += new System.EventHandler(this.label2_Click);
+            // 
+            // label3
+            // 
+            this.label3.AutoSize = true;
+            this.label3.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label3.Location = new System.Drawing.Point(57, 269);
+            this.label3.Name = "label3";
+            this.label3.Size = new System.Drawing.Size(129, 20);
+            this.label3.TabIndex = 2;
+            this.label3.Text = "低电量时颜色";
+            this.label3.Click += new System.EventHandler(this.label3_Click);
+            // 
+            // label4
+            // 
+            this.label4.AutoSize = true;
+            this.label4.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label4.Location = new System.Drawing.Point(93, 163);
+            this.label4.Name = "label4";
+            this.label4.Size = new System.Drawing.Size(69, 20);
+            this.label4.TabIndex = 3;
+            this.label4.Text = "主颜色";
+            this.label4.Click += new System.EventHandler(this.label4_Click);
+            // 
+            // textBox1
+            // 
+            this.textBox1.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.textBox1.Location = new System.Drawing.Point(215, 15);
+            this.textBox1.Name = "textBox1";
+            this.textBox1.Size = new System.Drawing.Size(47, 30);
+            this.textBox1.TabIndex = 6;
+            this.textBox1.Text = "28";
+            this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            this.textBox1.WordWrap = false;
+            this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
+            this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress);
+            // 
+            // textBox2
+            // 
+            this.textBox2.Location = new System.Drawing.Point(8, 9);
+            this.textBox2.Name = "textBox2";
+            this.textBox2.Size = new System.Drawing.Size(38, 25);
+            this.textBox2.TabIndex = 10;
+            // 
+            // textBox3
+            // 
+            this.textBox3.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.textBox3.Location = new System.Drawing.Point(215, 61);
+            this.textBox3.Name = "textBox3";
+            this.textBox3.Size = new System.Drawing.Size(47, 30);
+            this.textBox3.TabIndex = 12;
+            this.textBox3.Text = "0";
+            this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            this.textBox3.WordWrap = false;
+            this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
+            this.textBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox3_KeyPress);
+            // 
+            // label5
+            // 
+            this.label5.AutoSize = true;
+            this.label5.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label5.Location = new System.Drawing.Point(84, 61);
+            this.label5.Name = "label5";
+            this.label5.Size = new System.Drawing.Size(89, 20);
+            this.label5.TabIndex = 11;
+            this.label5.Text = "水平偏移";
+            // 
+            // textBox4
+            // 
+            this.textBox4.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.textBox4.Location = new System.Drawing.Point(215, 106);
+            this.textBox4.Name = "textBox4";
+            this.textBox4.Size = new System.Drawing.Size(47, 30);
+            this.textBox4.TabIndex = 14;
+            this.textBox4.Text = "0";
+            this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+            this.textBox4.WordWrap = false;
+            this.textBox4.TextChanged += new System.EventHandler(this.textBox4_TextChanged);
+            this.textBox4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox4_KeyPress);
+            // 
+            // label6
+            // 
+            this.label6.AutoSize = true;
+            this.label6.Font = new System.Drawing.Font("幼圆", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
+            this.label6.Location = new System.Drawing.Point(84, 106);
+            this.label6.Name = "label6";
+            this.label6.Size = new System.Drawing.Size(89, 20);
+            this.label6.TabIndex = 13;
+            this.label6.Text = "垂直偏移";
+            // 
+            // pictureBox3
+            // 
+            this.pictureBox3.BackColor = System.Drawing.SystemColors.Control;
+            this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.pictureBox3.Location = new System.Drawing.Point(215, 258);
+            this.pictureBox3.Name = "pictureBox3";
+            this.pictureBox3.Size = new System.Drawing.Size(47, 38);
+            this.pictureBox3.TabIndex = 9;
+            this.pictureBox3.TabStop = false;
+            this.pictureBox3.Click += new System.EventHandler(this.pictureBox3_Click);
+            // 
+            // pictureBox2
+            // 
+            this.pictureBox2.BackColor = System.Drawing.SystemColors.Control;
+            this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.pictureBox2.Location = new System.Drawing.Point(215, 210);
+            this.pictureBox2.Name = "pictureBox2";
+            this.pictureBox2.Size = new System.Drawing.Size(47, 38);
+            this.pictureBox2.TabIndex = 8;
+            this.pictureBox2.TabStop = false;
+            this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
+            // 
+            // pictureBox1
+            // 
+            this.pictureBox1.BackColor = System.Drawing.SystemColors.Control;
+            this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+            this.pictureBox1.Location = new System.Drawing.Point(215, 152);
+            this.pictureBox1.Name = "pictureBox1";
+            this.pictureBox1.Size = new System.Drawing.Size(47, 38);
+            this.pictureBox1.TabIndex = 7;
+            this.pictureBox1.TabStop = false;
+            this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click_1);
+            // 
+            // label7
+            // 
+            this.label7.AutoSize = true;
+            this.label7.Cursor = System.Windows.Forms.Cursors.Hand;
+            this.label7.Font = new System.Drawing.Font("Consolas", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.label7.ForeColor = System.Drawing.Color.DarkSlateGray;
+            this.label7.Location = new System.Drawing.Point(144, 373);
+            this.label7.Name = "label7";
+            this.label7.Size = new System.Drawing.Size(56, 17);
+            this.label7.TabIndex = 16;
+            this.label7.Text = "GITHUB";
+            this.label7.Click += new System.EventHandler(this.label7_Click);
+            // 
+            // label8
+            // 
+            this.label8.AutoSize = true;
+            this.label8.Font = new System.Drawing.Font("幼圆", 12F);
+            this.label8.Location = new System.Drawing.Point(33, 320);
+            this.label8.Name = "label8";
+            this.label8.Size = new System.Drawing.Size(229, 20);
+            this.label8.TabIndex = 17;
+            this.label8.Text = "电量充满时隐藏托盘图标";
+            this.label8.Click += new System.EventHandler(this.label8_Click);
+            // 
+            // checkBox1
+            // 
+            this.checkBox1.AutoSize = true;
+            this.checkBox1.Location = new System.Drawing.Point(281, 323);
+            this.checkBox1.Name = "checkBox1";
+            this.checkBox1.Size = new System.Drawing.Size(18, 17);
+            this.checkBox1.TabIndex = 18;
+            this.checkBox1.UseVisualStyleBackColor = true;
+            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
+            // 
+            // Settings
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.BackColor = System.Drawing.Color.White;
+            this.ClientSize = new System.Drawing.Size(336, 402);
+            this.Controls.Add(this.checkBox1);
+            this.Controls.Add(this.label8);
+            this.Controls.Add(this.label7);
+            this.Controls.Add(this.textBox4);
+            this.Controls.Add(this.label6);
+            this.Controls.Add(this.textBox3);
+            this.Controls.Add(this.label5);
+            this.Controls.Add(this.textBox2);
+            this.Controls.Add(this.pictureBox3);
+            this.Controls.Add(this.pictureBox2);
+            this.Controls.Add(this.pictureBox1);
+            this.Controls.Add(this.textBox1);
+            this.Controls.Add(this.label4);
+            this.Controls.Add(this.label3);
+            this.Controls.Add(this.label2);
+            this.Controls.Add(this.label1);
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
+            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+            this.MaximizeBox = false;
+            this.MinimizeBox = false;
+            this.Name = "Settings";
+            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
+            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
+            this.Text = "设置";
+            this.Load += new System.EventHandler(this.Settings_Load);
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
+            this.ResumeLayout(false);
+            this.PerformLayout();
+
+        }
+
+        #endregion
+
+        private System.Windows.Forms.Label label1;
+        private System.Windows.Forms.Label label2;
+        private System.Windows.Forms.Label label3;
+        private System.Windows.Forms.Label label4;
+        private System.Windows.Forms.TextBox textBox1;
+        private System.Windows.Forms.PictureBox pictureBox1;
+        private System.Windows.Forms.PictureBox pictureBox2;
+        private System.Windows.Forms.PictureBox pictureBox3;
+        private System.Windows.Forms.TextBox textBox2;
+        private System.Windows.Forms.TextBox textBox3;
+        private System.Windows.Forms.Label label5;
+        private System.Windows.Forms.TextBox textBox4;
+        private System.Windows.Forms.Label label6;
+        private System.Windows.Forms.Label label7;
+        private System.Windows.Forms.Label label8;
+        private System.Windows.Forms.CheckBox checkBox1;
+    }
+}

+ 268 - 0
BatteryIndicator/UI/Settings.cs

@@ -0,0 +1,268 @@
+using BatteryIndicator.Model;
+using BatteryIndicator.Views;
+using Microsoft.Win32;
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Text.RegularExpressions;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace BatteryIndicator.UI
+{
+    public partial class Settings : Form
+    {
+        public Settings()
+        {
+            PTConfig cfg = new PTConfig();
+            cfg.Load();
+            string fontsize = cfg.FontSize;
+            string xoffset = cfg.XOffset;
+            string yoffset = cfg.YOffset;
+            string normalColor = cfg.NormalColor;
+            string chargingColor = cfg.ChargingColor;
+            string lowColor = cfg.LowColor;
+
+            InitializeComponent(); //绘制控件
+            textBox1.Text = fontsize;
+            textBox3.Text = xoffset;
+            textBox4.Text = yoffset;
+            pictureBox1.BackColor = (Color)new ColorConverter().ConvertFromString(normalColor);   // 从字符串获取颜色
+            pictureBox2.BackColor = (Color)new ColorConverter().ConvertFromString(chargingColor);
+            pictureBox3.BackColor = (Color)new ColorConverter().ConvertFromString(lowColor);
+
+            // 解决textbox1自动聚焦的问题
+            textBox2.Visible = false;
+            textBox2.Enabled = false;
+            ActiveControl = textBox2;
+        }
+
+        private void label1_Click(object sender, EventArgs e)
+        {
+
+        }
+
+        private void label2_Click(object sender, EventArgs e)
+        {
+
+        }
+
+        private void label4_Click(object sender, EventArgs e)
+        {
+
+        }
+
+        private void label3_Click(object sender, EventArgs e)
+        {
+
+        }
+
+        private void textBox1_TextChanged(object sender, EventArgs e)
+        {
+            try
+            {
+                TrayIcon.iconFontSize = Convert.ToInt32(textBox1.Text);
+                // 将设置的字号保存到注册表中
+                //RegistryKey hklm = Registry.CurrentUser;
+                //RegistryKey lgn = hklm.OpenSubKey(@"Software", true).CreateSubKey("BatteryIcon");
+                //lgn.SetValue("fontsize", textBox1.Text, RegistryValueKind.String);
+
+                PTConfig cfg = new PTConfig();
+                cfg.Load();
+                cfg.FontSize = textBox1.Text;
+                cfg.Update();
+            }
+            catch
+            {
+                // do nothing
+            }
+        }
+
+        private void textBox3_TextChanged(object sender, EventArgs e)
+        {
+            try
+            {
+                TrayIcon.xoffset = Convert.ToInt32(textBox3.Text);
+                //RegistryKey hklm = Registry.CurrentUser;
+                //RegistryKey lgn = hklm.OpenSubKey(@"Software", true).CreateSubKey("BatteryIcon");
+                //lgn.SetValue("xoffset", textBox3.Text, RegistryValueKind.String);
+
+                PTConfig cfg = new PTConfig();
+                cfg.Load();
+                cfg.XOffset = textBox3.Text;
+                cfg.Update();
+            }
+            catch
+            {
+                // do nothing
+            }
+        }
+
+
+        private void textBox4_TextChanged(object sender, EventArgs e)
+        {
+            try
+            {
+                TrayIcon.yoffset = Convert.ToInt32(textBox4.Text);
+                //RegistryKey hklm = Registry.CurrentUser;
+                //RegistryKey lgn = hklm.OpenSubKey(@"Software", true).CreateSubKey("BatteryIcon");
+                //lgn.SetValue("yoffset", textBox4.Text, RegistryValueKind.String);
+
+                PTConfig cfg = new PTConfig();
+                cfg.Load();
+                cfg.YOffset = textBox4.Text;
+                cfg.Update();
+            }
+            catch
+            {
+                // do nothing
+            }
+        }
+
+        private void pictureBox1_Click_1(object sender, EventArgs e)
+        {
+            ColorDialog loColorForm = new ColorDialog();
+            if (loColorForm.ShowDialog() == DialogResult.OK)
+            {
+                pictureBox1.BackColor = loColorForm.Color;
+                TrayIcon.normalColor = loColorForm.Color;
+                // 将设置的颜色保存到注册表中
+                //RegistryKey hklm = Registry.CurrentUser;
+                //RegistryKey lgn = hklm.OpenSubKey(@"Software", true).CreateSubKey("BatteryIcon");
+                //lgn.SetValue("normalColor", new ColorConverter().ConvertToString(TrayIcon.normalColor), RegistryValueKind.String);
+
+                PTConfig cfg = new PTConfig();
+                cfg.Load();
+                cfg.NormalColor = new ColorConverter().ConvertToString(TrayIcon.normalColor);
+                cfg.Update();
+            }
+        }
+
+        private void pictureBox2_Click(object sender, EventArgs e)
+        {
+            ColorDialog loColorForm = new ColorDialog();
+            if (loColorForm.ShowDialog() == DialogResult.OK)
+            {
+                pictureBox2.BackColor = loColorForm.Color;
+                TrayIcon.chargingColor = loColorForm.Color;
+                // 将设置的颜色保存到注册表中
+                //RegistryKey hklm = Registry.CurrentUser;
+                //RegistryKey lgn = hklm.OpenSubKey(@"Software", true).CreateSubKey("BatteryIcon");
+                //lgn.SetValue("chargingColor", new ColorConverter().ConvertToString(TrayIcon.chargingColor), RegistryValueKind.String);
+
+                PTConfig cfg = new PTConfig();
+                cfg.Load();
+                cfg.ChargingColor = new ColorConverter().ConvertToString(TrayIcon.chargingColor);
+                cfg.Update();
+            }
+        }
+
+        private void pictureBox3_Click(object sender, EventArgs e)
+        {
+            ColorDialog loColorForm = new ColorDialog();
+            if (loColorForm.ShowDialog() == DialogResult.OK)
+            {
+                pictureBox3.BackColor = loColorForm.Color;
+                TrayIcon.lowColor = loColorForm.Color;          // 更新颜色
+                                                                // 将设置的颜色保存到注册表中
+                                                                //RegistryKey hklm = Registry.CurrentUser;
+                                                                //RegistryKey lgn = hklm.OpenSubKey(@"Software", true).CreateSubKey("BatteryIcon");
+                                                                //lgn.SetValue("lowColor", new ColorConverter().ConvertToString(TrayIcon.lowColor), RegistryValueKind.String);
+
+                PTConfig cfg = new PTConfig();
+                cfg.Load();
+                cfg.LowColor = new ColorConverter().ConvertToString(TrayIcon.lowColor);
+                cfg.Update();
+            }
+        }
+
+        // 限制文本框只能输入数字
+        private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
+        {
+            if (!Char.IsNumber(e.KeyChar) && e.KeyChar != (char)8)
+            {
+                e.Handled = true;
+            }
+        }
+
+        private void textBox3_KeyPress(object sender, KeyPressEventArgs e)
+        {
+            if (!Char.IsNumber(e.KeyChar) && e.KeyChar != (char)8 && e.KeyChar != '-')
+            {
+                e.Handled = true;
+            }
+        }
+
+        private void textBox4_KeyPress(object sender, KeyPressEventArgs e)
+        {
+            if (!Char.IsNumber(e.KeyChar) && e.KeyChar != (char)8 && e.KeyChar != '-')
+            {
+                e.Handled = true;
+            }
+        }
+
+        private void pictureBox4_Click(object sender, EventArgs e)
+        {
+
+        }
+
+        private void label7_Click(object sender, EventArgs e)
+        {
+            RegistryKey key = Registry.ClassesRoot.OpenSubKey(@"http\shell\open\command\");
+            string s = key.GetValue("").ToString();
+
+            Regex reg = new Regex("\"([^\"]+)\"");
+            MatchCollection matchs = reg.Matches(s);
+
+            string filename = "";
+            if (matchs.Count > 0)
+            {
+                filename = matchs[0].Groups[1].Value;
+                System.Diagnostics.Process.Start(filename, "https://github.com/loliMay/PercentageBatteryIcon");
+            }
+        }
+
+        private void label8_Click(object sender, EventArgs e)
+        {
+
+        }
+
+        private void label9_Click(object sender, EventArgs e)
+        {
+
+        }
+
+        private void Settings_Load(object sender, EventArgs e)
+        {
+
+        }
+
+        // 电池电量充满后是否自动隐藏电池图标
+        private void checkBox1_CheckedChanged(object sender, EventArgs e)
+        {
+            //RegistryKey hklm = Registry.CurrentUser;
+            //RegistryKey lgn = hklm.OpenSubKey(@"Software\BatteryIcon", true);
+
+            PTConfig cfg = new PTConfig();
+            cfg.Load();
+
+            if (checkBox1.Checked == true)
+            {
+                TrayIcon.autoHide = "true";
+                //lgn.SetValue("autoHide", "true", RegistryValueKind.String);
+                cfg.AutoHide = "true";
+            }
+            else
+            {
+                TrayIcon.autoHide = "false";
+                //lgn.SetValue("autoHide", "false", RegistryValueKind.String);
+                cfg.AutoHide = "false";
+            }
+            cfg.Update();
+        }
+    }
+}

+ 196 - 0
BatteryIndicator/UI/Settings.resx

@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+  <!-- 
+    Microsoft ResX Schema 
+    
+    Version 2.0
+    
+    The primary goals of this format is to allow a simple XML format 
+    that is mostly human readable. The generation and parsing of the 
+    various data types are done through the TypeConverter classes 
+    associated with the data types.
+    
+    Example:
+    
+    ... ado.net/XML headers & schema ...
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
+    <resheader name="version">2.0</resheader>
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
+    </data>
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+        <comment>This is a comment</comment>
+    </data>
+                
+    There are any number of "resheader" rows that contain simple 
+    name/value pairs.
+    
+    Each data row contains a name, and value. The row also contains a 
+    type or mimetype. Type corresponds to a .NET class that support 
+    text/value conversion through the TypeConverter architecture. 
+    Classes that don't support this are serialized and stored with the 
+    mimetype set.
+    
+    The mimetype is used for serialized objects, and tells the 
+    ResXResourceReader how to depersist the object. This is currently not 
+    extensible. For a given mimetype the value must be set accordingly:
+    
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
+    that the ResXResourceWriter will generate, however the reader can 
+    read any of the formats listed below.
+    
+    mimetype: application/x-microsoft.net.object.binary.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+            : and then encoded with base64 encoding.
+    
+    mimetype: application/x-microsoft.net.object.soap.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+            : and then encoded with base64 encoding.
+
+    mimetype: application/x-microsoft.net.object.bytearray.base64
+    value   : The object must be serialized into a byte array 
+            : using a System.ComponentModel.TypeConverter
+            : and then encoded with base64 encoding.
+    -->
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+    <xsd:element name="root" msdata:IsDataSet="true">
+      <xsd:complexType>
+        <xsd:choice maxOccurs="unbounded">
+          <xsd:element name="metadata">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
+              </xsd:sequence>
+              <xsd:attribute name="name" use="required" type="xsd:string" />
+              <xsd:attribute name="type" type="xsd:string" />
+              <xsd:attribute name="mimetype" type="xsd:string" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="assembly">
+            <xsd:complexType>
+              <xsd:attribute name="alias" type="xsd:string" />
+              <xsd:attribute name="name" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="data">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="resheader">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" />
+            </xsd:complexType>
+          </xsd:element>
+        </xsd:choice>
+      </xsd:complexType>
+    </xsd:element>
+  </xsd:schema>
+  <resheader name="resmimetype">
+    <value>text/microsoft-resx</value>
+  </resheader>
+  <resheader name="version">
+    <value>2.0</value>
+  </resheader>
+  <resheader name="reader">
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <resheader name="writer">
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+   <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+    <value>
+        AAABAAEAICAAAAEAIACoEAAAFgAAACgAAAAgAAAAQAAAAAEAIAAAAAAAABAAABILAAASCwAAAAAAAAAA
+        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0eDgANHg4ADR4OAI0eDgL9Hg4GbR4OC00eDg6NHg
+        4PrR4OD/0eDg/9Hg4PjR4ODm0eDgr9Hg4GPR4OAs0eDgB9Hg4ADR4OAAAAAAAAAAAAAAAAAAAAAAAAAA
+        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANHg4ADR4OAH0eDgOtHg4KDR4ODk0eDg+tHg
+        4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg+tHg4OPR4OCZ0eDgN9Hg4AbR4OAAAAAAAAAA
+        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANHg4ADR4OAA0eDgINHg4JPR4ODu0eDg/9Hg
+        4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4ODs0eDgidHg
+        4BzR4OAA0eDgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADR4OAA0eDgAdHg4DzR4ODK0eDg/tHg
+        4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg
+        4P/R4OD+0eDgxtHg4DfR4OAB0eDgAAAAAAAAAAAAAAAAAAAAAAAAAAAA0eDgANHg4AHR4OBK0eDg3tHg
+        4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg
+        4P/R4OD/0eDg/9Hg4P/R4OD/0eDg29Hg4ELR4OAA0eDgAAAAAAAAAAAAAAAAANHg4ADR4OAA0eDgP9Hg
+        4N/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg
+        4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg29Hg4DfR4OAA0eDgAAAAAAAAAAAA0eDgANHg
+        4CHR4ODM0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg
+        4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDgxtHg4B3R4OAAAAAAANHg
+        4ADR4OAG0eDgm9Hg4P/R4OD/0eDg/9Hg4P/O3dz/zdzb/83c2//N3Nv/zdzb/83c2//N3Nv/zdzb/83c
+        2//N3Nv/zdzb/83c2//N3Nv/zdzb/83c2//N3Nv/zdzb/87d3P/R4OD/0eDg/9Hg4P/R4OD+0eDgidHg
+        4AXR4OAA0eDgANHg4D/R4ODs0eDg/9Hg4P/R4OD/w9DR/6y2wf+ossD/qLPA/6izwP+os8D/qLPA/6iz
+        wP+os8D/qLPA/6izwP+os8D/qLPA/6izwP+os8D/qLPA/6izwP+ossD/rLfC/8XS0//R4OD/0eDg/9Hg
+        4P/R4ODr0eDgN9Hg4ADR4OAI0eDgqdHg4P/R4OD/0eDg/83c3f+Um8X/aGrE/2Vmxf9lZ8X/ZWfF/2Vn
+        xf9lZ8X/ZWfF/2Vnxf9lZ8X/ZWfF/2Vnxf9lZ8X/ZWfF/2Vnxf9lZ8X/ZWfF/2Vnxf9pa8T/l5/F/83c
+        3f/R4OD/0eDg/9Hg4P/R4OCY0eDgBtHg4C3R4ODi0eDg/9Hg4P/S4eD/xdPd/21vyf9aWsf/W1vH/1tb
+        x/9bW8f/W1vH/1tbx/9bW8f/W1vH/1tbx/9bW8f/W1vH/1tbx/9bW8f/W1vH/1tbx/9bW8f/W1vH/1pa
+        x/9ucMn/xdPd/9Lh4P/R4OD/0eDg/9Hg4OLR4OAs0eDgfdHg4PvR4OD/0eDg/9Lh4P/D0N3/amzK/1tb
+        x/9cXMf/XFzH/1xcx/9cXMf/XFzH/1xcx/9cXMf/XFzH/1xcx/9cXMf/XFzH/1xcx/9cXMf/XFzH/1xc
+        x/9cXMf/W1vH/2pryv/D0N3/0uHg/9Hg4P/R4OD/0eDg+dHg4GPR4ODG0eDg/9Hg4P/R4OD/0uHg/8PQ
+        3f9qbMr/W1vH/1xcx/9cXMf/XFzH/1xcx/9cXMf/XFzH/1xcx/9cXMf/XFzH/1xcx/9cXMf/XFzH/1xc
+        x/9cXMf/XFzH/1xcx/9bW8f/amzK/8PQ3f/S4eD/0eDg/9Hg4P/R4OD/0eDgr9Hg4ObR4OD/0eDg/9Hg
+        4P/S4eD/w9Dd/2psyv9bW8f/XFzH/1xcx/9cXMf/XFzH/1xbx/9bWsb/W1rG/1taxv9bWsb/W1rG/1ta
+        xv9cW8f/XFzH/1xcx/9cXMf/XFzH/1tbx/9qbMr/w9Dd/9Lh4P/R4OD/0eDg/9Hg4P/R4ODm0eDg+NHg
+        4P/R4OD/0eDg/9Lh4P/D0N3/amzK/1tbx/9cXMf/XFzH/1xcx/9cXMf/YWnM/2yG2P9ujNr/bova/26L
+        2v9ujNr/a4XY/2BnzP9cXMf/XFzH/1xcx/9cXMf/W1vH/2psyv/D0N3/0uHg/9Hg4P/R4OD/0eDg/9Hg
+        4PjR4OD/0eDg/9Hg4P/R4OD/0uHg/8PQ3f9qbMr/W1vH/1xcyP9cXMj/XFzH/15hyv96rOj/iND2/4jS
+        9/+I0vf/iNL3/4jS9/+H0Pb/eajm/15hyv9cXMf/XFzI/1xcyP9bW8f/amzK/8PQ3f/S4eD/0eDg/9Hg
+        4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/S4eD/wtDb/2Vnvf9WVrn/V1e5/1dXuf9XVrn/W2O+/3q2
+        3/99vuL/cp/W/3Ca1P9wmtT/cp/W/32+4v96tt//W2O+/1dWuf9XV7n/V1e5/1ZWuf9lZ73/wtDb/9Lh
+        4P/R4OD/0eDg/9Hg4P/R4OD/0eDg+tHg4P/R4OD/0eDg/9Lh4P/Cz9v/ZGW5/1RUs/9VVbP/VVWz/1VU
+        s/9XW7b/Z4XH/2eFx/9XW7b/VFSz/1RUs/9XW7b/Z4XH/2eFx/9XW7b/VVSz/1VVs/9VVbP/VFSz/2Rl
+        uf/Cz9v/0uHg/9Hg4P/R4OD/0eDg/9Hg4PrR4ODo0eDg/9Hg4P/R4OD/0uHg/8PQ3f9qbMr/W1vH/1xc
+        x/9cXMf/XFzH/1xcx/9cXMf/XFzH/1xcx/9cXMf/XFzH/1xcx/9cXMf/XFzH/1xcx/9cXMf/XFzH/1xc
+        x/9bW8f/amzK/8PQ3f/S4eD/0eDg/9Hg4P/R4OD/0eDg6NHg4MjR4OD/0eDg/9Hg4P/S4eD/w9Dd/2pr
+        yv9bW8f/XFzH/1xcx/9cXMf/XFzH/1xcx/9cXMf/XFzH/1xcx/9cXMf/XFzH/1xcx/9cXMf/XFzH/1xc
+        x/9cXMf/XFzH/1tbx/9qa8r/w9Dd/9Lh4P/R4OD/0eDg/9Hg4P/R4OC00eDgg9Hg4PzR4OD/0eDg/9Lh
+        4P/F097/bW/L/1pZx/9bW8f/W1vH/1tbx/9cXMj/XFzI/1tbx/9bW8f/W1vH/1tbx/9bW8f/W1vH/1xc
+        yP9cXMj/W1vH/1tbx/9bW8f/WlnH/29xy//G097/0uHg/9Hg4P/R4OD/0eDg+tHg4GbR4OAw0eDg49Hg
+        4P/R4OD/0eDg/9Df4P+dptX/bXDL/2pryv9qbMr/aWrI/2Beu/9gXrv/aWrI/2psyv9qbMr/amzK/2ps
+        yv9pasj/YF67/2Beu/9pasj/amzK/2pryv9uccv/pK3W/9Df4P/R4OD/0eDg/9Hg4P/R4ODj0eDgL9Hg
+        4AnR4OCs0eDg/9Hg4P/R4OD/0eDg/9Df4P/G097/w9Dd/8TR3v+5w87/eWpr/3pqbP+7xdD/xdTh/8XT
+        4P/F0+D/xdTh/7vF0P96amz/eWpr/7nDzv/E0d7/w9Dd/8bU3v/Q3+D/0eDg/9Hg4P/R4OD/0eDg/9Hg
+        4J/R4OAI0eDgANHg4EPR4ODu0eDg/9Hg4P/R4OD/0eDg/9Lh4P/S4eD/0+Lh/8bRz/9+bF7/eWVX/6Wi
+        mv+srKX/q6ul/6urpf+srKX/paKa/3llV/9+bF7/x9LP/9Pi4f/S4eD/0uHg/9Hg4P/R4OD/0eDg/9Hg
+        4P/R4ODt0eDgO9Hg4ADR4OAA0eDgB9Hg4KDR4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OH/zNnY/4+D
+        ev9yW03/cVpL/3FaS/9xWkv/cVpL/3FaS/9xWkv/clxO/5GHff/M2dn/0eDh/9Hg4P/R4OD/0eDg/9Hg
+        4P/R4OD/0eDg/9Hg4JPR4OAG0eDgAAAAAADR4OAA0eDgJNHg4NDR4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg
+        4P/R4OD/xc/O/6Kel/+Zkor/mpOL/5qTi/+ak4v/mpOL/5mSiv+joJn/x9LQ/9Hh4f/R4OD/0eDg/9Hg
+        4P/R4OD/0eDg/9Hg4P/R4ODK0eDgINHg4AAAAAAAAAAAANHg4ADR4OAA0eDgRNHg4OPR4OD/0eDg/9Hg
+        4P/R4OD/0eDg/9Hg4P/S4eH/0uHh/9Lh4f/S4eH/0uHh/9Lh4f/S4eH/0uHh/9Lh4f/R4eH/0eDg/9Hg
+        4P/R4OD/0eDg/9Hg4P/R4OD/0eDg3tHg4DzR4OAA0eDgAAAAAAAAAAAAAAAAANHg4ADR4OAB0eDgVNHg
+        4OPR4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg
+        4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4N/R4OBJ0eDgANHg4AAAAAAAAAAAAAAAAAAAAAAAAAAAANHg
+        4ADR4OAB0eDgRNHg4NDR4OD+0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg
+        4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P7R4ODM0eDgPtHg4ADR4OAAAAAAAAAAAAAAAAAAAAAAAAAA
+        AAAAAAAAAAAAANHg4ADR4OAA0eDgJNHg4KDR4ODv0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg
+        4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4P/R4ODt0eDgm9Hg4CDR4OAA0eDgAAAAAAAAAAAAAAAAAAAA
+        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADR4OAA0eDgB9Hg4EPR4OCt0eDg5NHg4PvR4OD/0eDg/9Hg
+        4P/R4OD/0eDg/9Hg4P/R4OD/0eDg/9Hg4PrR4ODj0eDgqdHg4D/R4OAG0eDgAAAAAAAAAAAAAAAAAAAA
+        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADR4OAA0eDgANHg4AnR4OAw0eDgg9Hg
+        4MjR4ODo0eDg+tHg4P/R4OD/0eDg+NHg4ObR4ODG0eDgfdHg4C3R4OAI0eDgANHg4AAAAAAAAAAAAAAA
+        AAAAAAAAAAAAAAAAAAAAAAAA/4AB//4AAH/4AAA/8AAAD+AAAAfgAAAHwAAAA4AAAAGAAAABAAAAAAAA
+        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAABgAAAAcAA
+        AAPgAAAH4AAAD/AAAA/8AAA//gAAf/+AAf8=
+</value>
+  </data>
+</root>

+ 253 - 0
BatteryIndicator/Views/TrayIcon.cs

@@ -0,0 +1,253 @@
+using BatteryIndicator.Model;
+using BatteryIndicator.UI;
+using System;
+using System.Drawing;
+using System.Runtime.InteropServices;
+using System.Windows.Forms;
+
+namespace BatteryIndicator.Views
+{
+    class TrayIcon
+    {
+        [DllImport("user32.dll", CharSet = CharSet.Auto)]
+        static extern bool DestroyIcon(IntPtr handle);
+
+        private const string iconFont = "Microsoft Yahei";
+
+        //全局变量
+        public static int iconFontSize = 28;    // 带渲染文本的字体大小(全局变量)
+        public static int xoffset = 0;
+        public static int yoffset = 0;
+        public static Color normalColor = Color.FromArgb(255, 255, 255); // 主颜色
+        public static Color chargingColor = Color.FromArgb(254, 190, 4);   // 充电时颜色
+        public static Color lowColor = Color.FromArgb(254, 97, 82);   // 低电量时颜色
+        public static int isHideIcon = 1;
+        public static int isShowPercent = 0;
+        public static string autoHide;
+
+        private string batteryPercentage;
+        private NotifyIcon notifyIcon;
+
+        private Color batteryColor = Color.Green;   // 电池数字颜色            
+
+        public TrayIcon()
+        {
+            //// 从注册表加载颜色
+            //RegistryKey hklm = Registry.CurrentUser;
+            //RegistryKey lgn0 = hklm.OpenSubKey(@"Software\BatteryIcon", true);
+            //if (lgn0 != null)   //当该注册表存在则应用注册表中的值
+            //{ 
+            //    RegistryKey lgn = hklm.OpenSubKey(@"Software\BatteryIcon", true);
+            //    string fontsize = lgn.GetValue("fontsize").ToString();
+            //    string xoff = lgn.GetValue("xoffset").ToString();
+            //    string yoff = lgn.GetValue("yoffset").ToString();
+            //    string normal = lgn.GetValue("normalColor").ToString();
+            //    string charging = lgn.GetValue("chargingColor").ToString();
+            //    string low = lgn.GetValue("lowColor").ToString();
+            //    autoHide = lgn.GetValue("autoHide").ToString();
+            //    try
+            //    {
+            //        iconFontSize = Convert.ToInt32(fontsize);   // 从字符串获取字体大小
+            //        xoffset = Convert.ToInt32(xoff);
+            //        yoffset = Convert.ToInt32(yoff);
+            //    } catch
+            //    {
+            //        // do nothing
+            //    }
+            //    normalColor = (Color)new ColorConverter().ConvertFromString(normal);   // 从字符串获取颜色
+            //    chargingColor = (Color)new ColorConverter().ConvertFromString(charging);   // 从字符串获取颜色
+            //    lowColor = (Color)new ColorConverter().ConvertFromString(low);   // 从字符串获取颜色
+            //}
+
+
+            PTConfig cfg = new PTConfig();
+            cfg.Load();
+            string fontsize = cfg.FontSize;
+            string xoff = cfg.XOffset;
+            string yoff = cfg.YOffset;
+            string normal = cfg.NormalColor;
+            string charging = cfg.ChargingColor;
+            string low = cfg.LowColor;
+            autoHide = cfg.AutoHide;
+            try
+            {
+                iconFontSize = Convert.ToInt32(fontsize);   // 从字符串获取字体大小
+            }
+            catch
+            {
+                iconFontSize = 15;
+            }
+            try
+            {
+                xoffset = Convert.ToInt32(xoff);
+            }
+            catch
+            {
+                xoffset = 0;
+            }
+            try
+            {
+                yoffset = Convert.ToInt32(yoff);
+            }
+            catch
+            {
+                yoffset = 0;
+            }
+            normalColor = (Color)new ColorConverter().ConvertFromString(normal);   // 从字符串获取颜色
+            chargingColor = (Color)new ColorConverter().ConvertFromString(charging);   // 从字符串获取颜色
+            lowColor = (Color)new ColorConverter().ConvertFromString(low);   // 从字符串获取颜色
+
+
+
+
+            ContextMenu contextMenu = new ContextMenu();
+            MenuItem menuItem1 = new MenuItem();    //设置按钮
+            MenuItem menuItem2 = new MenuItem();    //退出按钮
+
+            notifyIcon = new NotifyIcon();
+
+            // 初始化上下文菜单
+            contextMenu.MenuItems.AddRange(new MenuItem[] { menuItem1, menuItem2 });
+
+            // 初始化上下文菜单项
+            // 初始化上下文菜单项
+            menuItem1.Index = 0;
+            menuItem1.Text = "设置";
+            menuItem1.Click += new EventHandler(settingButton_Click);     // 注册上下文菜单点击事件
+
+            menuItem2.Index = 1;
+            menuItem2.Text = "退出";
+            menuItem2.Click += new EventHandler(exitButton_Click);     // 注册上下文菜单点击事件
+
+            notifyIcon.ContextMenu = contextMenu;
+
+            batteryPercentage = "?";
+
+            notifyIcon.Visible = true;
+
+            // 设定计时器
+            Timer timer = new Timer();
+            timer.Tick += new EventHandler(timer_Tick); // 注册计时器事件(用于更新电池百分比数字)
+            timer.Interval = 1000; // 计时器频率:1s (也就是电池百分比的更新频率)
+            timer.Start();
+        }
+
+        /**
+         * 电池百分比更新事件
+         */
+        private void timer_Tick(object sender, EventArgs e)
+        {
+            PowerStatus powerStatus = SystemInformation.PowerStatus;
+            batteryPercentage = (powerStatus.BatteryLifePercent * 100).ToString();
+
+            // 从注册表加载偏移信息
+            //RegistryKey hklm = Registry.CurrentUser;
+            //RegistryKey lgn = hklm.OpenSubKey(@"Software\BatteryIcon", true);
+            //iconFontSize = Convert.ToInt32(lgn.GetValue("fontsize").ToString()); // 更新信息
+            //xoffset = Convert.ToInt32(lgn.GetValue("xoffset").ToString());
+            //yoffset = Convert.ToInt32(lgn.GetValue("yoffset").ToString());
+
+            PTConfig cfg = new PTConfig();
+            cfg.Load();
+            iconFontSize = Convert.ToInt32(cfg.FontSize);
+            xoffset = Convert.ToInt32(cfg.XOffset);
+            yoffset = Convert.ToInt32(cfg.YOffset);
+
+            // 如果电量充满则不显示
+            if (batteryPercentage == "100" && autoHide == "true")
+            {
+                notifyIcon.Visible = false;
+            }
+            else
+            {
+                if (batteryPercentage == "100")
+                {
+                    iconFontSize = 23;
+                    xoffset = -10;
+                    yoffset = 5;
+                    batteryPercentage = "100";
+                }
+                notifyIcon.Visible = true;
+            }
+
+            // 如果电池正在充电,则将数字颜色改为金黄色
+            if (powerStatus.BatteryChargeStatus.ToString().Contains(BatteryChargeStatus.Charging.ToString()))
+            {
+                batteryColor = chargingColor;
+            }
+            else
+            {
+                if (powerStatus.BatteryChargeStatus.ToString().Contains(BatteryChargeStatus.Low.ToString()))
+                {
+                    batteryColor = lowColor;
+                }
+                else
+                {
+                    batteryColor = normalColor;
+                }
+            }                                         // 渲染字体内容
+            using (Bitmap bitmap = new Bitmap(DrawText(batteryPercentage, new Font(iconFont, iconFontSize), batteryColor, Color.Transparent)))   // 背景色透明
+            {
+                IntPtr intPtr = bitmap.GetHicon();
+                try
+                {
+                    using (Icon icon = Icon.FromHandle(intPtr))
+                    {
+                        notifyIcon.Icon = icon;
+                        notifyIcon.Text = batteryPercentage + "%";
+                    }
+                }
+                finally
+                {
+                    DestroyIcon(intPtr);
+                }
+            }
+        }
+
+        /**
+         * 右键菜单设置按钮点击事件
+         */
+        private void settingButton_Click(object sender, EventArgs e)
+        {
+            new Settings().ShowDialog();
+        }
+
+        /**
+         * 右键菜单退出按钮点击事件
+         */
+        private void exitButton_Click(object sender, EventArgs e)
+        {
+            notifyIcon.Visible = false;
+            notifyIcon.Dispose();
+            Application.Exit();
+        }
+
+        private Image DrawText(String text, Font font, Color textColor, Color backColor)
+        {
+            var textSize = GetImageSize(text, font);
+            Image image = new Bitmap(48, 45);       // 位图大小
+            using (Graphics graphics = Graphics.FromImage(image))
+            {
+                // 绘制背景
+                graphics.Clear(backColor);
+
+                // 文本笔刷
+                using (Brush textBrush = new SolidBrush(textColor))
+                {
+                    graphics.TextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault;   //字体渲染方案
+                    graphics.DrawString(text, font, textBrush, xoffset, yoffset);   //渲染文本的偏移
+                    graphics.Save();
+                }
+            }
+
+            return image;
+        }
+
+        private static SizeF GetImageSize(string text, Font font)
+        {
+            using (Image image = new Bitmap(32, 32))
+            using (Graphics graphics = Graphics.FromImage(image))
+                return graphics.MeasureString(text, font);
+        }
+    }
+}

+ 4 - 12
PackagingProj/PackagingProj.wapproj

@@ -1,10 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-
   <PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '15.0'">
     <VisualStudioVersion>15.0</VisualStudioVersion>
   </PropertyGroup>
-
   <ItemGroup Label="ProjectConfigurations">
     <ProjectConfiguration Include="Debug|x86">
       <Configuration>Debug</Configuration>
@@ -47,29 +45,23 @@
       <Platform>AnyCPU</Platform>
     </ProjectConfiguration>
   </ItemGroup>
-
   <PropertyGroup>
     <WapProjPath Condition="'$(WapProjPath)'==''">$(MSBuildExtensionsPath)\Microsoft\DesktopBridge\</WapProjPath>
   </PropertyGroup>
-
   <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.props" />
-
   <PropertyGroup>
     <ProjectGuid>b7a04d3e-12cc-421e-94b3-98f86e176d48</ProjectGuid>
     <TargetPlatformVersion>10.0.19041.0</TargetPlatformVersion>
     <TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
     <DefaultLanguage>en-US</DefaultLanguage>
-    
     <AppxPackageSigningEnabled>false</AppxPackageSigningEnabled>
+    <EntryPointProjectUniqueName>..\BatteryIndicator\BatteryIndicator.csproj</EntryPointProjectUniqueName>
   </PropertyGroup>
-
   <ItemGroup>
     <AppxManifest Include="Package.appxmanifest">
       <SubType>Designer</SubType>
     </AppxManifest>
-    
   </ItemGroup>
-
   <ItemGroup>
     <Content Include="Images\SplashScreen.scale-200.png" />
     <Content Include="Images\LockScreenLogo.scale-200.png" />
@@ -79,11 +71,11 @@
     <Content Include="Images\StoreLogo.png" />
     <Content Include="Images\Wide310x150Logo.scale-200.png" />
   </ItemGroup>
-
   <Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
-
   <ItemGroup>
     <PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.19041.8" PrivateAssets="all" />
   </ItemGroup>
-
+  <ItemGroup>
+    <ProjectReference Include="..\BatteryIndicator\BatteryIndicator.csproj" />
+  </ItemGroup>
 </Project>