資源簡(jiǎn)介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?Touchless.Vision.Camera;
namespace?Demo
{
????public?partial?class?MainForm?:?Form
????{
????????public?MainForm()
????????{
????????????InitializeComponent();
????????}
????????private?void?MainForm_Load(object?sender?EventArgs?e)
????????{
????????????if?(!DesignMode)
????????????{
????????????????//?Refresh?the?list?of?available?cameras
????????????????comboBoxCameras.Items.Clear();
????????????????foreach?(Camera?cam?in?CameraService.AvailableCameras)
????????????????????comboBoxCameras.Items.Add(cam);
????????????????if?(comboBoxCameras.Items.Count?>?0)
????????????
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????1784??2018-12-19?15:06??Demo\bin\Debug\Demo.application
?????文件??????11776??2018-12-19?15:06??Demo\bin\Debug\Demo.exe
?????文件????????144??2012-01-09?18:58??Demo\bin\Debug\Demo.exe.config
?????文件???????6041??2018-12-19?15:06??Demo\bin\Debug\Demo.exe.manifest
?????文件??????32256??2018-12-19?15:06??Demo\bin\Debug\Demo.pdb
?????文件???????1784??2018-10-03?12:38??Demo\bin\Debug\Demo.vshost.application
?????文件??????11600??2018-10-03?12:41??Demo\bin\Debug\Demo.vshost.exe
?????文件????????144??2012-01-09?18:58??Demo\bin\Debug\Demo.vshost.exe.config
?????文件???????6041??2018-10-03?12:38??Demo\bin\Debug\Demo.vshost.exe.manifest
?????文件?????225280??2012-01-09?18:34??Demo\bin\Debug\System.ComponentModel.Composition.dll
?????文件??????25088??2018-12-19?15:06??Demo\bin\Debug\Touchless.Vision.dll
?????文件??????67072??2018-12-19?15:06??Demo\bin\Debug\Touchless.Vision.pdb
?????文件??????90112??2018-12-19?15:06??Demo\bin\Debug\WebCamLib.dll
?????文件?????650240??2018-12-19?15:06??Demo\bin\Debug\WebCamLib.pdb
?????文件???????6785??2013-01-01?10:56??Demo\Demo.csproj
?????文件???????1660??2012-02-15?23:12??Demo\Demo_TemporaryKey.pfx
?????文件???????4324??2018-10-03?12:59??Demo\MainForm.cs
?????文件???????6797??2012-01-09?18:34??Demo\MainForm.Designer.cs
?????文件???????5814??2012-01-09?18:34??Demo\MainForm.resx
?????文件???????1784??2018-12-19?15:06??Demo\obj\Debug\Demo.application
?????文件???????3755??2018-12-19?15:06??Demo\obj\Debug\Demo.csproj.FileListAbsolute.txt
?????文件????????978??2018-10-03?12:38??Demo\obj\Debug\Demo.csproj.GenerateResource.Cache
?????文件??????37876??2018-12-19?15:06??Demo\obj\Debug\Demo.csprojResolveAssemblyReference.cache
?????文件??????11776??2018-12-19?15:06??Demo\obj\Debug\Demo.exe
?????文件???????6041??2018-12-19?15:06??Demo\obj\Debug\Demo.exe.manifest
?????文件????????180??2018-12-19?15:06??Demo\obj\Debug\Demo.MainForm.resources
?????文件??????32256??2018-12-19?15:06??Demo\obj\Debug\Demo.pdb
?????文件????????180??2018-12-19?15:06??Demo\obj\Debug\Demo.Properties.Resources.resources
?????文件???????1326??2018-10-03?12:38??Demo\obj\Debug\Demo.TrustInfo.xm
?????文件????????863??2018-10-03?12:39??Demo\obj\Debug\DesignTimeResolveAssemblyReferences.cache
............此處省略107個(gè)文件信息
評(píng)論
共有 條評(píng)論