• 大小: 0.22M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 监控  系统  远程  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Windows.Forms;
using ServerDLL;
using ListenerDLL;
using System.Drawing.Imaging;
namespace CameraServer
{
    public partial class frmServer : Form
    {
        private ClassVedioCapture VC = new ClassVedioCapture();
        public frmServer()
        {
            InitializeComponent();
        }

        private void btnClose_Click(object sender EventArgs e)
        {
            this.tSave.Enabled = false;
            Application.Exit();
        }

        private void Form1_Load(object sender EventArgs e)
        {
            try
            {
                VC.Initialize(this.pictureBoxShow this.pictureBoxShow.Width this

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

     文件      20480  2008-06-23 01:47  CameraServer.exe

     文件      16384  2008-06-23 01:46  ListenerDLL.dll

     文件      24576  2008-06-23 01:39  ServerDLL.dll

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

                61440                    3


评论

共有 条评论