• 大小: 0.52M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: 放大镜  C#  

资源简介

支持方法鼠标区域与 放大电影字幕

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using sendkey;
namespace magnifier
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        public key kk = new key();
        private void Form1_Load(object sender EventArgs e)
        {
            
            InitializeComponent();
            Initializenotifyicon();
            this.Hide();
        }
        private Icon mNetTrayIcon = new Icon(“favicon.ico“);
        private NotifyIcon TrayIcon;
        private ContextMenu notifyiconMnu;
        private void Initializenotifyicon()
        {
            //设定托盘程序的各个属性 

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

     文件      24576  2007-12-14 20:45  magnifier.exe

     文件       2238  2007-12-13 20:59  favicon.ico

     文件      32768  2007-12-14 20:43  sendkey.dll

     文件     367104  2007-10-13 11:05  activ.dll

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

               426686                    4


评论

共有 条评论