• 大小: 0.20M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2024-05-02
  • 语言: C#
  • 标签: wpf  PF  股票  wp  工具  

资源简介

可以隐蔽的查看股票行情,上班时可以随时看股票,被发现概率较低。
在“代码”中输入股票代码,深圳用sz开头,例如sz000601,
上海用sh开头,例如sh600360。
使用新浪接口数据和分时gif图,并作了去水印处理和修改显示颜色处理。
悬浮窗:左侧为实时涨跌幅,右侧上面为当前价格,右侧下方为卖一和买一。
助手:显示实时图,红色横线为昨收线,红色曲线为趋势线,白线为分时线。其他无效
每秒刷新1次。
窗体始终保持在最上层,不会被遮挡。
方式就是这样,可以进行进一步修改、美化,进一步降低被发现的概率。

第一次觉得360还是很有用的。

【核心代码】

shelter

├── Shelter_WPF
│   ├── Shelter_WPF
│   │   ├── App.config
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Image
│   │   │   ├── 01.png
│   │   │   ├── 02.png
│   │   │   ├── 03.png
│   │   │   ├── a1.png
│   │   │   ├── a2.png
│   │   │   ├── backimage.png
│   │   │   ├── cloud.png
│   │   │   ├── down.png
│   │   │   └── up.png
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Shelter_Glob.cs
│   │   ├── Shelter_ViewInfo.xaml
│   │   ├── Shelter_ViewInfo.xaml.cs
│   │   ├── Shelter_ViewLine.xaml
│   │   ├── Shelter_ViewLine.xaml.cs
│   │   ├── Shelter_WPF.csproj
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Shelter_WPF.exe
│   │   │   │   ├── Shelter_WPF.exe.config
│   │   │   │   ├── Shelter_WPF.pdb
│   │   │   │   └── en.ttf
│   │   │   └── Release
│   │   └── obj
│   │       └── Debug
│   └── Shelter_WPF.sln
├── exe
│   ├── Shelter_WPF.exe
│   └── en.ttf
├── exe.rar
└── source.rar

10 directories, 34 files


资源截图

代码片段和文件信息

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      74584  2021-02-02 19:56  exe.rar

     文件     132269  2021-02-02 19:55  source.rar

----------- ---------  ---------- -----  ----

               206853                    2


评论

共有 条评论