摘要:
/// <summary> /// 金額轉為大寫金額 /// </summary> public class MoneyConvertChinese { /// <summary> /// 金額轉為大寫金額 /// </summary> /// <param name="LowerMoney"></ 閱讀全文
posted @ 2017-12-22 16:33
涂山呂呂
閱讀(1341)
評論(0)
推薦(0)
摘要:
private void Tv_areainfo_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e) { if (!e.Node.Bounds.Contains(e.Location)) { return; }//擊節點文本時才觸 閱讀全文
posted @ 2017-12-22 15:43
涂山呂呂
閱讀(551)
評論(0)
推薦(0)
摘要:
1 /// <summary> 2 /// MouseDown是鼠標按下事件發生在你鼠標單擊事件之前,你單擊鼠標發生了兩個動作,一是鼠標按下二是鼠標抬起.執行之后,就會把SelectedNode轉變成你鼠標點的那個節點了 3 /// </summary> 4 /// <param name="sen 閱讀全文
posted @ 2017-12-22 15:42
涂山呂呂
閱讀(3007)
評論(0)
推薦(1)
摘要:
1 //設置標志,防止死循環 2 bool check = false; 3 public void TV_AfterCheck(object sender, TreeViewEventArgs e) 4 { 5 if (check == false) 6 setchild(e.Node); 7 s 閱讀全文
posted @ 2017-12-22 15:27
涂山呂呂
閱讀(3484)
評論(0)
推薦(0)
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Runtime.InteropServices; 4 using System.Windows.Forms; 5 6 namespace Test 7 { 8 sta 閱讀全文
posted @ 2017-12-22 15:14
涂山呂呂
閱讀(3483)
評論(0)
推薦(0)

浙公網安備 33010602011771號