liuyuqi-dellpc 2 months ago
parent
commit
81f2e122fb
4 changed files with 4 additions and 17 deletions
  1. 1 2
      BLETool/BLETool.csproj
  2. 0 1
      BLETool/MainForm.Designer.cs
  3. 3 14
      BLETool/MainForm.cs
  4. 0 0
      BLETool/Utils/ListviewSort.cs

+ 1 - 2
BLETool/BLETool.csproj

@@ -58,7 +58,7 @@
   <ItemGroup>
   <ItemGroup>
     <Compile Include="BLEInfo.cs" />
     <Compile Include="BLEInfo.cs" />
     <Compile Include="ClassSerialization.cs" />
     <Compile Include="ClassSerialization.cs" />
-    <Compile Include="ListviewSort.cs" />
+    <Compile Include="Utils\ListviewSort.cs" />
     <Compile Include="MainForm.cs">
     <Compile Include="MainForm.cs">
       <SubType>Form</SubType>
       <SubType>Form</SubType>
     </Compile>
     </Compile>
@@ -104,7 +104,6 @@
   </ItemGroup>
   </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <Folder Include="Service\" />
     <Folder Include="Service\" />
-    <Folder Include="Utils\" />
   </ItemGroup>
   </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <Content Include="bt.ico" />
     <Content Include="bt.ico" />

+ 0 - 1
BLETool/MainForm.Designer.cs

@@ -410,7 +410,6 @@
             this.groupBox4.Size = new System.Drawing.Size(858, 48);
             this.groupBox4.Size = new System.Drawing.Size(858, 48);
             this.groupBox4.TabIndex = 24;
             this.groupBox4.TabIndex = 24;
             this.groupBox4.TabStop = false;
             this.groupBox4.TabStop = false;
-            this.groupBox4.Enter += new System.EventHandler(this.groupBox4_Enter);
             // 
             // 
             // btn_getData
             // btn_getData
             // 
             // 

+ 3 - 14
BLETool/MainForm.cs

@@ -50,6 +50,7 @@ namespace BLETool
         GattPresentationFormat presentationFormat;
         GattPresentationFormat presentationFormat;
         //数据结果
         //数据结果
         IBuffer ble_result;
         IBuffer ble_result;
+
         public MainForm()
         public MainForm()
         {
         {
             InitializeComponent();
             InitializeComponent();
@@ -952,20 +953,7 @@ namespace BLETool
             btn_Write_Click(sender, e);
             btn_Write_Click(sender, e);
         }
         }
 
 
-        private void toolStripStatusLabel1_Click(object sender, EventArgs e)
-        {
-            Process.Start("https://shop319667793.taobao.com/index.htm?spm=2013.1.w5002-23636016701.2.82507181okoQR7");
-        }
-
-        private void status_text_Click(object sender, EventArgs e)
-        {
-            Process.Start("https://www.miuser.net/385.html");
-        }
-
-        private void groupBox4_Enter(object sender, EventArgs e)
-        {
-
-        }
+     
 
 
         private void cb_display_callbackData_Click(object sender, EventArgs e)
         private void cb_display_callbackData_Click(object sender, EventArgs e)
         {
         {
@@ -978,6 +966,7 @@ namespace BLETool
                 UnhookNotify();
                 UnhookNotify();
             }
             }
         }
         }
+
     }
     }
 
 
 }
 }

+ 0 - 0
BLETool/ListviewSort.cs → BLETool/Utils/ListviewSort.cs