可以隐蔽的查看股票行情,上班时可以随时看股票,被发现概率较低。
在“代码”中输入股票代码,深圳用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
评论