资源简介
C# 编写的绘图板(可绘了直线,矩形,圆形,填充矩形,填充圆形等)

代码片段和文件信息
//Download by http://www.NewXing.com
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace WindowsApplication1
{
public partial class Anteprima : Form
{
public Anteprima()
{
InitializeComponent();
}
private void toolStripButton1_Click_1(object sender EventArgs e)
{
this.Close();
}
private void toolStripButton2_Click(object sender EventArgs e)
{
this.docToPrint.Print();
}
private void Anteprima_Load(object sender EventArgs e)
{
}
private void Anteprima_Resize(object sender EventArgs e)
{
this.PrintPreviewControl1.Width = this.Width - 10;
this.PrintPreviewControl1.Height = this.Height - this.toolStrip1.Height - 37;
}
private void toolStripMenuItem2_Click(object sender EventArgs e)
{
this.PrintPreviewControl1.Zoom = (float)System.Convert.ToDouble(toolStripMenuItem2.Text) / 100;
}
private void toolStripMenuItem3_Click(object sender EventArgs e)
{
this.PrintPreviewControl1.Zoom = (float)System.Convert.ToDouble(toolStripMenuItem3.Text) / 100;
}
private void toolStripMenuItem4_Click(object sender EventArgs e)
{
this.PrintPreviewControl1.Zoom = (float)System.Convert.ToDouble(toolStripMenuItem4.Text) / 100;
}
private void toolStripMenuItem5_Click(object sender EventArgs e)
{
this.PrintPreviewControl1.Zoom = (float)System.Convert.ToDouble(toolStripMenuItem5.Text) / 100;
}
private void toolStripMenuItem6_Click(object sender EventArgs e)
{
this.PrintPreviewControl1.Zoom = (float)System.Convert.ToDouble(toolStripMenuItem6.Text) / 100;
}
private void toolStripMenuItem7_Click(object sender EventArgs e)
{
this.PrintPreviewControl1.Zoom = (float)System.Convert.ToDouble(toolStripMenuItem7.Text) / 100;
}
private void toolStripMenuItem8_Click(object sender EventArgs e)
{
this.PrintPreviewControl1.Zoom = (float)System.Convert.ToDouble(toolStripMenuItem8.Text) / 100;
}
private void PrintPreviewControl1_MouseMove(object sender MouseEventArgs e)
{
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
....... 1146 2010-04-20 17:58 www.NewXing.com\WindowsApplication1\obj\Debug\WindowsApplication1.csproj.GenerateResource.Cache
....... 543 2010-04-20 17:57 www.NewXing.com\WindowsApplication1\obj\Debug\WindowsApplication1.csproj.ResolveComReference.cache
文件 2575 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\Anteprima.cs
文件 9560 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\Anteprima.Designer.cs
文件 1337 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\Properties\AssemblyInfo.cs
文件 4426 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\CommandForm.cs
文件 11775 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\CommandForm.Designer.cs
文件 3195 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\Form1.cs
文件 5216 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\Form1.Designer.cs
文件 13910 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\Handle.cs
文件 2279 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\Help.cs
文件 3717 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\Help.Designer.cs
文件 524 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\Program.cs
文件 2901 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\Properties\Resources.Designer.cs
文件 10501 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\richForm2.cs
文件 16533 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\richForm2.Designer.cs
文件 7135 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\RichTextBoxPrintCtrl.cs
文件 1303 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\Settings.cs
文件 1136 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\Properties\Settings.Designer.cs
....... 120641 2007-12-04 11:37 www.NewXing.com\WindowsApplication1\Shapes.cs
文件 17002 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\toolBox.cs
文件 48269 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\toolBox.Designer.cs
文件 499 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\bin\Release\UserControl1.cs
文件 6228 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\UserControl1.cs
文件 1510 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\bin\Release\UserControl1.Designer.cs
文件 1847 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\UserControl1.Designer.cs
文件 45591 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\vectShapes.cs
文件 2022 2011-06-25 09:18 www.NewXing.com\WindowsApplication1\vectShapes.Designer.cs
....... 5889 2007-11-29 11:46 www.NewXing.com\WindowsApplication1\WindowsApplication1.csproj
....... 45056 2009-02-13 11:12 www.NewXing.com\WindowsApplication1\bin\Debug\AxInterop.SHDocVw.dll
............此处省略49个文件信息
- 上一篇:C#动态获取局域网中所有在线的IP地址
- 下一篇:图像处理各种颜色空间互相转换
相关资源
- C# OCR数字识别实例,采用TessnetOcr,对
- 考试管理系统 - C#源码
- asp.net C#购物车源代码
- C#实时网络流量监听源码
- C#百度地图源码
- Visual C#.2010从入门到精通配套源程序
- C# 软件版本更新
- C#屏幕软键盘源码,可以自己定制界面
- 智慧城市 智能家居 C# 源代码
- c#获取mobile手机的IMEI和IMSI
- C#实现简单QQ聊天程序
- 操作系统 模拟的 欢迎下载 C#版
- C#写的计算机性能监控程序
- 用C#实现邮件发送,有点类似于outlo
- MVC model层代码生成器 C#
- c#小型图书销售系统
- C# Socket Server Client 通讯应用 完整的服
- c# winform 自动登录 百度账户 源代码
- C#编写的16进制计算器
- C#TCP通信协议
- C# 数据表(Dataset)操作 合并 查询一
- C#语音识别系统speechsdk51,SpeechSDK51L
- 数据库备份还原工具1.0 C# 源码
-
[免费]xm
lDocument 节点遍历C# - EQ2008LEDc#开发实例
- DirectX.Capturec# winform 操作摄像头录像附
- c# 实现的最大最小距离方法对鸢尾花
- C#版保龄球记分代码
- C#自定义控件
- 基于c#的实验室设备管理系统621530
评论
共有 条评论