• 大小: 5.61M
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: cognex  实例  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace VisionApplication
{
  public partial class Form1 : Form
  {
    public Form1()
    {
      InitializeComponent();
    }

    private void Form1_Load(object sender EventArgs e)
    {
      // set the title of this application using the title supplied in the generated control
      this.Text = visionControl1.ApplicationName;
    }

    private void FormClosingHandler(object sender FormClosingEventArgs e)
    {
      visionControl1.Close();
    }
  }
}

评论

共有 条评论