From dce9770dca54e69085948d3f286f289489abeb4f Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 02 一月 2024 17:42:17 +0800 Subject: [PATCH] 补充基础功能 --- TEWin/FrmWin.cs | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 deletions(-) diff --git a/TEWin/FrmWin.cs b/TEWin/FrmWin.cs index 2fb2951..7f36748 100644 --- a/TEWin/FrmWin.cs +++ b/TEWin/FrmWin.cs @@ -100,7 +100,7 @@ case 0xc2: // 淇濆瓨鏁版嵁鏂规/淇濆瓨鏄剧ず鍦烘櫙 SG.Command.Execute(1003, null); break; - case 0xc3: // 鐭㈤噺鏁版嵁(榛樿涓�*.shp) + case 0xc3: // 鐭㈤噺鏁版嵁(榛樿涓�*.shp锛屾敮鎸丒xcel) SG.Command.Execute(1013, 5); break; case 0xc4: // 褰卞儚鏁版嵁(榛樿涓�*.tif) @@ -119,28 +119,25 @@ case 0xc7: // 妯″瀷鏁版嵁(*.obj) SG.Command.Execute(1012, 13); break; - - - - - case 0xd1: // 鐐归噺绠� + case 0xc8: // 鍩虹缂栬緫(閫夋嫨瀵硅薄) + SG.Command.Execute(1021, null); + break; + case 0xc9: // 鐐归噺绠�(鍧愭爣+楂樼▼) SG.Command.Execute(1023, null); break; - case 0xd2: // 璺濈閲忕畻 + case 0xca: // 鐐归噺绠�(鍧″害+鍧″悜) + // + break; + case 0xcb: // 璺濈閲忕畻 SG.Command.Execute(2356, null); break; - case 0xd3: // 闈㈢Н閲忕畻 + case 0xcc: // 闈㈢Н閲忕畻 if (SG.Command.IsChecked(2359, null)) SG.Window.SetInputMode(0); else SG.Command.Execute(2359, null); break; - - /* - - -*/ default: base.DefWndProc(ref m); break; -- Gitblit v1.9.3