资源简介
c# 动态编译代码 执行脚本代码 关键字还会变色
// debug it step by step (F10, F11)
using System; // for Console.WriteLine
using System.Windows.Forms; // for MessageBox.Show, ...
using System.Diagnostics; // for Debug.WriteLine
using System.Collections.Generic; // for List
// we can call static functions
MessageBox.Sh

代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Windows.Forms;
using System.Drawing;
using System.ComponentModel;
namespace CSSDemo
{
public class EditCtrl : UserControl
{
public EditCtrl()
{
BackColor = SystemColors.Window;
AutoScroll = true;
DoubleBuffered = true;
Font = new Font(“Courier New“ 13 Fontstyle.Regular GraphicsUnit.Pixel);
linemarker = -1;
timer = new Timer();
timer.Interval = 500;
timer.Tick += new EventHandler(OnTimer);
text = ““;
}
public void Select(int a)
{
Select(a a);
}
public void Select(int a int b)
{
if ((selstart == a) && (selend == b)) return;
selstart = a; selend = b;
if (!this.IsHandleCreated) return;
bool war = timer.Enabled;
timer.Enabled = false;
careton = true;
timer.Enabled = war;
Invalidate();
OnSelChanged();
lastx = 0;
}
public void ScrollVisible()
{
int y = 4 + LineFromPos(selend) * chardy;
if (y + AutoScrollPosition.Y < 0)
{
AutoScrollPosition = new Point(0 y);
Update();
}
else
if (y + chardy + AutoScrollPosition.Y > Height)
{
AutoScrollPosition = new Point(0 y + chardy - Height);
Update();
}
}
void Replace(String s)
{
int a = Math.Min(selstart selend);
int b = Math.Max(selstart selend);
UndoUnit undo = new UndoUnit();
undo.s = !String.IsNullOrEmpty(s) ? s : null;
undo.i = a;
undo.n = b - a;
undo.Execute(this);
if (undos.Count > iundo)
undos.RemoveRange(iundo undos.Count - iundo);
undos.Add(undo); iundo++;
}
public void ClearUndo()
{
undos.Clear(); iundo = 0;
}
public bool ReadOnly
{
get { return _readonly; }
set
{
if (_readonly == value) return;
_readonly = value;
BackColor = _readonly ? SystemColors.Control : SystemColors.Window;
}
}
public String EditText
{
get { return text; }
set
{
ClearUndo(); selstart = selend = 0;
text = value;
Format(); OnTextChanged();
}
}
public bool IsModified { get { return iundo > 0; } }
public String GetSelectedText()
{
int a = Math.Min(selstart selend);
int b = Math.Max(selstart selend);
return text.Substring(a b - a);
}
public int SelStart { get { return selstart; } }
public int SelEnd { get { return selend; } }
public int SelMin { get { return Math.Min(selstart selend); } }
public int SelMax { get { return Math.Max(selstart selend); } }
public int LineMarker { get { return linemarker; } set { if (linemarker != value) { linemarker = value; Invalidate(); } } }
public List BreakPoints
{
get
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-05-09 11:36 CSSDemo\bin\
目录 0 2011-05-09 11:36 CSSDemo\bin\Debug\
文件 69120 2011-05-09 18:38 CSSDemo\bin\Debug\CSSDemo.exe
文件 14848 2011-05-09 18:38 CSSDemo\bin\Debug\CSSDemo.vshost.exe
文件 3647 2011-05-09 14:17 CSSDemo\CSSDemo.csproj
文件 903 2011-05-09 11:36 CSSDemo\CSSDemo.sln
文件 20992 2011-05-09 18:38 CSSDemo\CSSDemo.suo
目录 0 2011-05-09 15:56 CSSDemo\Demos\
文件 1975 2011-05-09 16:48 CSSDemo\Demos\Test1.csss
文件 288 2011-05-09 16:51 CSSDemo\Demos\Test2.csss
文件 23424 2011-05-09 15:31 CSSDemo\EditCtrl.cs
文件 11445 2011-05-09 18:38 CSSDemo\Program.cs
目录 0 2011-05-09 11:38 CSSDemo\Properties\
文件 511 2011-05-09 11:38 CSSDemo\Properties\AssemblyInfo.cs
文件 2808 2011-05-09 11:36 CSSDemo\Properties\Resources.Designer.cs
文件 5612 2011-05-09 11:36 CSSDemo\Properties\Resources.resx
文件 1040 2011-05-09 11:36 CSSDemo\Properties\Settings.Designer.cs
文件 249 2011-05-09 11:36 CSSDemo\Properties\Settings.settings
文件 79348 2011-05-09 15:42 CSSDemo\sc
- 上一篇:C# 新手:在窗体上显示图片和文字
- 下一篇:C# 增量式PID控制
相关资源
- 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
评论
共有 条评论