このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
bpa
/
BPASmartClient
ウォッチ
2
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
1. 小炒系统电子秤委托修改。
煮面机(新)
ZhaoGang
1年前
親
aea508a4ac
コミット
8828bcfcaf
2個のファイルの変更
、
2行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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) =>
//{
書き込み
プレビュー
読み込み中…
キャンセル
保存