登录
首页 » C# » C# 雷塞运动控制卡圆弧插补

C# 雷塞运动控制卡圆弧插补

于 2016-12-26 发布
0 119
下载积分: 1 下载次数: 1

代码说明:

C# 雷塞运动控制卡圆弧插补

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • c++ 校招面试题(附答案与解析).pdf(219页)
    C 面试真题题库
    2020-06-26下载
    积分:1
  • 网络升级上位机源码(STM32远程升级程序)
    STM32网络IAP
    2020-11-02下载
    积分:1
  • 学堂在线+C++高级程序设计+郑莉+课程所有代码
    郑莉老师课程代码,解压后200多M
    2020-02-15下载
    积分:1
  • C#学生信息打印(含打印预览)
    C#学生信息打印(含打印预览)
    2019-08-28下载
    积分:1
  • sql数据库分离和转移
    用于远程数据库的维护,转移数据库。比手动远程服务器转移要方便。
    2014-11-18下载
    积分:1
  • C# 台达PLC485通信实例
    【实例简介】
    2021-08-23 00:31:05下载
    积分:1
  • 于winform的串口调试助手
    基于winform的串口调试助手
    2019-12-27下载
    积分:1
  • Socket连接监听/发送实现
    【实例简介】Socket连接监听/发送实现
    2021-11-30 00:45:46下载
    积分:1
  • C# 套打Demo
    套打Demo 【核心代码】using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Drawing.Printing;namespace Print_Demo{ public partial class Form1 : Form { public PrintDocument printDt = new PrintDocument(); //打印文档对象 Font printFont; //打印使用的字体 public Form1() { InitializeComponent(); } void printDt_PrintPage(object sender, PrintPageEventArgs e) { float pointX = 10; float pointY = 10; e.Graphics.DrawString("打印内容", new Font("宋体", 16F), Brushes.Black, pointX 60, pointY); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 26,pointX 300,pointY 26); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 35); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 56, pointX 300, pointY 56); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 65); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 86, pointX 300, pointY 86); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 95); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 116, pointX 300, pointY 116); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 125); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 146, pointX 300, pointY 146); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 155); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 176, pointX 300, pointY 176); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 185); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 206, pointX 300, pointY 206); e.Graphics.DrawString("检测结果", printFont, Brushes.Black, pointX, pointY 233); e.Graphics.DrawString("通过", new Font("宋体",22F,FontStyle.Bold), Brushes.Black, pointX 90, pointY 225); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 265, pointX 300, pointY 265); e.Graphics.DrawString("单位名称", printFont, Brushes.Black, pointX, pointY 275); } private void Form1_Load(object sender, EventArgs e) { printDt.PrintPage = new PrintPageEventHandler(printDt_PrintPage); printFont = new Font("宋体", 12F); } private void btnPrint_Click(object sender, EventArgs e) { //PrintDialog printDlg = new PrintDialog(); //printDlg.Document = printDt; //printDlg.AllowPrintToFile = true; //printDlg.AllowCurrentPage = true; //printDlg.AllowSelection = true; //printDlg.ShowDialog(); //printDlg.ShowDialog(); printDt.Print(); } private void btnLook_Click(object sender, EventArgs e) { PrintPreviewDialog printPreview = new PrintPreviewDialog(); printPreview.PrintPreviewControl.Document = printDt; printPreview.ShowDialog(this); } }}
    2021-05-06下载
    积分:1
  • C#图书馆管理系统(源码+数据库)
    实现图书馆图书的增删改查等功能,数据库脚本在 C#图书管理系统项目源码BookManageSystemBookDB.sql 文件中
    2019-07-09下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载