欢迎加我的QQ群:193522571,一起来讨论、交流!
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: HG206151中DN550为RF,FF的,后面应删除其它密封面的数据。RJ CLASS150 DN15 & DN20应删除。RJ DN550应删除。HG20623AWN,HG20623ABL中的RJ后面部分行应删除。 阅读全文
posted @ 2014-07-12 17:28 swtool 阅读(197) 评论(0) 推荐(0) 编辑
摘要: evaluate("1+2+3*4-5")=10 阅读全文
posted @ 2014-07-12 17:27 swtool 阅读(1175) 评论(0) 推荐(0) 编辑
摘要: ArrayList DnList = new ArrayList(); using (var LinkToSQL = new LinkToSQLDataContext())//连接SQLServer数据库 { var DneHead = from ee in LinkToSQL.CadDiamet... 阅读全文
posted @ 2014-07-12 17:26 swtool 阅读(462) 评论(0) 推荐(0) 编辑
摘要: pb_Heads.Image = (System.Drawing.Image)(Properties.Resources.THB); 阅读全文
posted @ 2014-07-12 17:24 swtool 阅读(289) 评论(0) 推荐(0) 编辑
摘要: if (cbb_HeadType.Text.Split('%').Count()==1)string str = cbb_HeadType.Text.Replace("%", ""); 阅读全文
posted @ 2014-07-12 17:23 swtool 阅读(315) 评论(0) 推荐(0) 编辑
摘要: private void tbORcbb_leave(object sender, EventArgs e) { if (typeof(TextBox).IsInstanceOfType(sender)) { if (((TextBox)sender).Text.IsNumeric() != tru... 阅读全文
posted @ 2014-07-12 17:21 swtool 阅读(247) 评论(0) 推荐(0) 编辑
摘要: #region 文本框和列表框的click事件 private void tbORcbb_click(object sender, EventArgs e) { if (typeof(TextBox).IsInstanceOfType(sender)) { if (!ifSelected) { ((... 阅读全文
posted @ 2014-07-12 17:19 swtool 阅读(510) 评论(0) 推荐(0) 编辑
摘要: CtrL+M+O可将全部代码一次性折叠 阅读全文
posted @ 2014-07-12 17:17 swtool 阅读(1275) 评论(0) 推荐(0) 编辑
摘要: #region 图片单击旋转事件 private void pb_Heads_Click(object sender, EventArgs e) { System.Drawing.Image myImage = pb_Heads.Image; myImage.RotateFlip(RotateFli... 阅读全文
posted @ 2014-07-12 17:15 swtool 阅读(355) 评论(0) 推荐(0) 编辑
摘要: #region 重命名块参照 /// /// 重命名块参照 /// /// 当前数据库 /// 块参照旧名 /// 块参照新名 public static void RenameBlock(this Database db, string oldBlockname, string newBlo... 阅读全文
posted @ 2014-07-12 17:14 swtool 阅读(501) 评论(0) 推荐(0) 编辑
摘要: 补强圈设计补强圈外径与宽度中的TAG设置为相同的唯一标识。外径、内径leave成功时,宽度内容清空。宽度leave成功时,外径、内径内容清空。外径、内径的mouseenter事件中加入tooltip:外径或内径与宽度只允许输入一项!\n如输入两项则先输入的会被清空!外径输入了内径必输入。内径输入了外... 阅读全文
posted @ 2014-07-12 17:13 swtool 阅读(457) 评论(0) 推荐(0) 编辑
摘要: foreach (Control c inthis.textBox1.Parent.Controls) 阅读全文
posted @ 2014-07-12 17:12 swtool 阅读(373) 评论(0) 推荐(0) 编辑
摘要: //取得特定名称的控件Control control = Controls.Find("button1", true)[0];//取得该控件的属性object o = control.GetType().GetProperty("PropertyName").GetValue(control, nu... 阅读全文
posted @ 2014-07-12 17:12 swtool 阅读(899) 评论(0) 推荐(0) 编辑
摘要: #region 回车键当Tab键使用 private void enter_KeyPress(object sender, KeyPressEventArgs e) { foreach (Control c in this.Controls) { c.KeyPress += new System.W... 阅读全文
posted @ 2014-07-12 17:11 swtool 阅读(430) 评论(0) 推荐(0) 编辑
摘要: //替换CAD中原有命令为开发人员自己开发的命令的方法 //在CAD中执行一次RegisterMyCommand命令后,再执行line时就会loadhead程序了 [CommandMethod("RegisterMyCommand")] public void RegisterMyCommand()... 阅读全文
posted @ 2014-07-12 17:10 swtool 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 锁定窗体大小:FormborderStyle=FixedDialog 去掉最大化:maxminzebox=false 去掉最小化:minminzebox=false 阅读全文
posted @ 2014-07-12 17:09 swtool 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 由于tag属性是object类型,所以不能按string来判断control.Tag!=null 阅读全文
posted @ 2014-07-12 17:07 swtool 阅读(504) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ToDictionaryDemo{ class Program { public clas... 阅读全文
posted @ 2014-07-12 17:06 swtool 阅读(1205) 评论(0) 推荐(0) 编辑
摘要: 在VS界面中直接按Ctrl+alt+i或打开命令窗口,输入immed今天想看看这个int.Parse("01")是否可得到,此时即时窗口正好派上用场! 阅读全文
posted @ 2014-07-12 17:04 swtool 阅读(232) 评论(0) 推荐(0) 编辑
摘要: noztable.GetType().GetProperty("RDO").SetValue(noztable, Convert.ToDouble(tb_RDO.Text), null);上面的RDO实际上可以用control名替代,这样可以实现批量赋值。 阅读全文
posted @ 2014-07-12 16:39 swtool 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 如:var TasComID = (from ee in LinkToSQL.TasCom where ee.TasComNum == cbb_TasComNum.SelectedItem.ToString() && ee.IsDeleted == false select ee.TasComID)... 阅读全文
posted @ 2014-07-12 16:37 swtool 阅读(4778) 评论(0) 推荐(0) 编辑
摘要: var allLineData = from ss in LinkToSQL.CadNozTable from tt in LinkToSQL.TasCom where tt.TasComID == ss.FK_TasComID && ss.FK_TasComID == ID select ss; ... 阅读全文
posted @ 2014-07-12 16:36 swtool 阅读(269) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace OfTypeDemo{ class Program { static void Main(... 阅读全文
posted @ 2014-07-12 15:37 swtool 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 1.this.Close(); 只是关闭当前窗口,若不是主窗体的话,是无法退出程序的,另外若有托管线程(非主线程),也无法干净地退出;2.Application.Exit(); 强制所有消息中止,退出所有的窗体,但是若有托管线程(非主线程),也无法干净地退出;3.Application.ExitTh... 阅读全文
posted @ 2014-07-09 20:46 swtool 阅读(1270) 评论(0) 推荐(0) 编辑
摘要: private void button1_Click(object sender, EventArgs e) { if (test(10)) MessageBox.Show("代码成功执行!"); else MessageBox.Show("代码未执行!"); } private bool test... 阅读全文
posted @ 2014-07-09 20:45 swtool 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 扩展文字应有一套完备的命名体制eHeaddnidthkhdHeaddnidthkhdrxrcHeaddnidthkhdrxrh1id1dh 阅读全文
posted @ 2014-07-09 20:44 swtool 阅读(154) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/OpenCoder/archive/2010/02/23/1672043.html 阅读全文
posted @ 2014-07-09 20:42 swtool 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 1、查询Student表中的所有记录的Sname、Ssex和Class列。selectsname,ssex,classfromstudentLinq:fromsinStudentsselectnew{s.SNAME,s.SSEX,s.CLASS}Lambda:Students.Select(s=>n... 阅读全文
posted @ 2014-07-09 20:39 swtool 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 工具->选项->项目和解决方案->生成并运行->当项目过期时->从不生成这是因为运行时生成的DLL与目前VS现有的代码版本不一样造成的,把Bin下的Dll删除,再重新生成。工具->选项->调试->常规->去掉“要求源文件与原始版本完全匹配”复选框就OK。全选CPP文件内容,选择 “编辑”-“高级”-... 阅读全文
posted @ 2014-07-09 20:32 swtool 阅读(4019) 评论(0) 推荐(0) 编辑
摘要: 首先需要将DataGridView的RowHeadersWidthSizeMode设置为EnableResizing,才可以设置RowHeadersWidth值! 阅读全文
posted @ 2014-07-09 19:55 swtool 阅读(3492) 评论(0) 推荐(0) 编辑
摘要: //根据输入内容绑定工作令号下拉框值,匹配与输入内容相似的值 var Tcn = (from ee in LinkToSQL.TasCom from ff in ... 阅读全文
posted @ 2014-07-09 19:48 swtool 阅读(1364) 评论(1) 推荐(0) 编辑
摘要: typ.GetType().GetProperty("BPlate").GetValue(typ, null).ToString();spa1.GetType().GetProperty(KeyString).SetValue(spa1, val, null);返回结果是:SA-240 304 阅读全文
posted @ 2014-07-09 11:41 swtool 阅读(1895) 评论(0) 推荐(1) 编辑
摘要: 在处理一些数据时,我们希望能用“四舍五入”法实现,但是C#采用的是“四舍六入五成双”的方法,如下面的例子,就是用“四舍六入五成双”得到的结果:double d1 = Math.Round(1.25, 1);//1.2double d2 = Math.Round(1.24, 1);//1.2doubl... 阅读全文
posted @ 2014-07-08 21:34 swtool 阅读(445) 评论(0) 推荐(0) 编辑
摘要: 一、设置对齐方式1.列标题居中对齐dataGridView1.ColumnHeadersDefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter;但实际上看上去仍然偏左,这是因为存在排序三角形,需要取消排序功能2.内... 阅读全文
posted @ 2014-07-08 21:34 swtool 阅读(759) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using Autodesk.AutoCAD.DatabaseServices;using Autodesk.AutoCAD.Edito... 阅读全文
posted @ 2014-07-08 21:33 swtool 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 将下面的代码放到你的窗口中即可,哈哈!protected override CreateParams CreateParams { get { CreateParams cp = base.CreateParams; cp.ExStyle |= 0x02000000; return cp; } } 阅读全文
posted @ 2014-07-08 21:32 swtool 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 将一个目录中所有PDF文件合并到一个新的PDF文件中using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Syste... 阅读全文
posted @ 2014-07-08 21:31 swtool 阅读(803) 评论(0) 推荐(0) 编辑
摘要: using System.Data;object aaa=newDataTable().Compute("8+2*(3+4)",null);messagebox.show(aaa.tostring()); 阅读全文
posted @ 2014-07-08 21:30 swtool 阅读(713) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u... 阅读全文
posted @ 2014-07-08 21:30 swtool 阅读(303) 评论(0) 推荐(0) 编辑
摘要: "^\d+$" //非负整数(正整数 + 0)"^[0-9]*[1-9][0-9]*$" //正整数"^((-\d+)|(0+))$" //非正整数(负整数 + 0)"^-[0-9]*[1-9][0-9]*$" //负整数"^-?\d+$" //整数"^\d+(\.\d+)?$" //非负浮点数(正... 阅读全文
posted @ 2014-07-08 21:29 swtool 阅读(198) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
欢迎加我的QQ群:193522571,一起来讨论、交流!