本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
bpa
/
BPASmartClient
關注
2
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
1. 小炒系统电子秤委托修改。
煮面机(新)
ZhaoGang
1 年之前
父節點
aea508a4ac
當前提交
8828bcfcaf
共有
2 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
BPASmartClient.MorkCL/View/EditFunctionParamView.xaml
+1
-1
BPASmartClient.MorkCL/ViewModel/ItemStorageViewModel.cs
+ 1
- 1
BPASmartClient.MorkCL/View/EditFunctionParamView.xaml
查看文件
@@ -98,7 +98,7 @@
BorderThickness="1"
DisplayMemberPath="Name"
FontSize="18"
IsEditable="False"
IsEditable="False"
ScrollViewer.VerticalScrollBarVisibility="Auto"
ItemsSource="{Binding ComboBoxItemsSource}"
Text="{Binding ParValue}"
Visibility="{Binding IsUseComboBox, Converter={StaticResource Bool2VisibilityConverter}}">
+ 1
- 1
BPASmartClient.MorkCL/ViewModel/ItemStorageViewModel.cs
查看文件
@@ -34,7 +34,7 @@ namespace BPASmartClient.MorkCL.ViewModel
ScaleCurrentWeight = 1.23f;
#endif
}
}, "SendCurrentWeight");
}, "SendCurrentWeight"
,true
);
//ActionManage.GetInstance.Register((object o) =>
//{
Write
Preview
Loading…
取消
儲存