1
- <rxui : ReactiveUserControl
1
+ <rxui : ReactiveUserControl
2
2
x : Class =" WPFUI.Views.Uc.ResourcesWithStorageUc"
3
3
x : TypeArguments =" vms:ResourcesWithStorageViewModel"
4
4
xmlns : rxui =" http://reactiveui.net"
12
12
<BitmapImage UriSource =" pack://application:,,,/Resources/warehouse.png" />
13
13
</Image .Source>
14
14
</Image >
15
- <xctk : IntegerUpDown x : Name =" Warehouse" Minimum = " 0 " />
15
+ <xctk : IntegerUpDown x : Name =" Warehouse" ShowButtonSpinner = " False " IsReadOnly = " True " />
16
16
<Image Margin =" 20,0,5,0" >
17
17
<Image .Source>
18
18
<BitmapImage UriSource =" pack://application:,,,/Resources/wood.png" />
19
19
</Image .Source>
20
20
</Image >
21
- <xctk : IntegerUpDown x : Name =" Wood" Minimum = " 0 " />
21
+ <xctk : IntegerUpDown x : Name =" Wood" ShowButtonSpinner = " False " IsReadOnly = " True " />
22
22
<Image Margin =" 20,0,5,0" >
23
23
<Image .Source>
24
24
<BitmapImage UriSource =" pack://application:,,,/Resources/clay.png" />
25
25
</Image .Source>
26
26
</Image >
27
- <xctk : IntegerUpDown x : Name =" Clay" Minimum = " 0 " />
27
+ <xctk : IntegerUpDown x : Name =" Clay" ShowButtonSpinner = " False " IsReadOnly = " True " />
28
28
<Image Margin =" 20,0,5,0" >
29
29
<Image .Source>
30
30
<BitmapImage UriSource =" pack://application:,,,/Resources/iron.png" />
31
31
</Image .Source>
32
32
</Image >
33
- <xctk : IntegerUpDown x : Name =" Iron" Minimum = " 0 " />
33
+ <xctk : IntegerUpDown x : Name =" Iron" ShowButtonSpinner = " False " IsReadOnly = " True " />
34
34
<Image Margin =" 50,0,5,0" >
35
35
<Image .Source>
36
36
<BitmapImage UriSource =" pack://application:,,,/Resources/granary.png" />
37
37
</Image .Source>
38
38
</Image >
39
- <xctk : IntegerUpDown x : Name =" Granary" Minimum = " 0 " />
39
+ <xctk : IntegerUpDown x : Name =" Granary" ShowButtonSpinner = " False " IsReadOnly = " True " />
40
40
<Image Margin =" 20,0,5,0" >
41
41
<Image .Source>
42
42
<BitmapImage UriSource =" pack://application:,,,/Resources/crop.png" />
43
43
</Image .Source>
44
44
</Image >
45
- <xctk : IntegerUpDown x : Name =" Crop" Minimum = " 0 " />
45
+ <xctk : IntegerUpDown x : Name =" Crop" ShowButtonSpinner = " False " IsReadOnly = " True " />
46
46
</StackPanel >
47
- </rxui : ReactiveUserControl >
47
+ </rxui : ReactiveUserControl >
0 commit comments