基本信息
源码名称:WPF 隐蔽查看股票行情工具
源码大小:0.20M
文件格式:.rar
开发语言:C#
更新时间:2021-02-02
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
可以隐蔽的查看股票行情,上班时可以随时看股票,被发现概率较低。
在“代码”中输入股票代码,深圳用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