补强圈设计补强圈外径与宽度中的TAG设置为相同的唯一标识。外径、内径leave成功时,宽度内容清空。宽度leave成功时,外径、内径内容清空。外径、内径的mouseenter事件中加入tooltip:外径或内径与宽度只允许输入一项!\n如输入两项则先输入的会被清空!外径输入了内径必输入。内径输入了外...
分类:
其他好文 时间:
2014-07-14 08:05:01
阅读次数:
178
#region 文本框和列表框的click事件 private void tbORcbb_click(object sender, EventArgs e) { if (typeof(TextBox).IsInstanceOfType(sender)) { if (!ifSelected) { ((...
分类:
其他好文 时间:
2014-07-14 08:01:18
阅读次数:
195
private void tbORcbb_leave(object sender, EventArgs e) { if (typeof(TextBox).IsInstanceOfType(sender)) { if (((TextBox)sender).Text.IsNumeric() != tru...
分类:
其他好文 时间:
2014-07-14 08:00:32
阅读次数:
187
#region 图片单击旋转事件 private void pb_Heads_Click(object sender, EventArgs e) { System.Drawing.Image myImage = pb_Heads.Image; myImage.RotateFlip(RotateFli...
分类:
其他好文 时间:
2014-07-14 00:55:25
阅读次数:
204
//替换CAD中原有命令为开发人员自己开发的命令的方法 //在CAD中执行一次RegisterMyCommand命令后,再执行line时就会loadhead程序了 [CommandMethod("RegisterMyCommand")] public void RegisterMyCommand()...
分类:
其他好文 时间:
2014-07-14 00:54:46
阅读次数:
222
在标签里给动态表格添加序号,需要用到标签里的Status属性里的counteg: 这样就会有如下图所示的效果
分类:
其他好文 时间:
2014-07-14 00:53:30
阅读次数:
231
两角和与差cos(α+β)=cosα·cosβ-sinα·sinβcos(α-β)=cosα·cosβ+sinα·sinβsin(α±β)=sinα·cosβ±cosα·sinβtan(α+β)=(tanα+tanβ)/(1-tanα·tanβ)tan(α-β)=(tanα-tanβ)/(1+tan...
分类:
其他好文 时间:
2014-07-14 00:48:15
阅读次数:
277
管子标准、接管外径的获取方法管子标准根据下图一中defaultpipe字段是否存在于下图二中flasys中,如存在则取得cadpipe中的数据下图一中defaultpipe的唯一性由flasys下拉列表决定如果“配公制管”为true则,defaultpipe中取得的HGA替换为HGB对于defaul...
分类:
其他好文 时间:
2014-07-14 00:35:13
阅读次数:
322
What you need to do is edit the configure file. And find out this:SLIBNAME='$(SLIBPREF)$(FULLNAME)$(SLIBSUF)'SLIBNAME_WITH_VERSION='$(SLIBNAME).$(LIBV...
分类:
其他好文 时间:
2014-07-14 00:00:03
阅读次数:
278
一 生词sufferer 患者 sneeze打喷嚏 fever 发烧 nasal 鼻的 a runny nose流鼻涕 passage 一段,通道stage 阶段,舞台 aspirin阿司匹林 mutual 共同的 ailment 疾病 insomnia 失眠pace 步伐,加快 vodka 伏尔加...
分类:
其他好文 时间:
2014-07-13 23:54:51
阅读次数:
346